:root {
  --blue: #009cde;
  --blue-deep: #0577b5;
  --navy: #174466;
  --charcoal: #2d2926;
  --grey: #63666a;
  --silver: #c8c9c7;
  --mist: #f0f9fc;
  --line: #d9e7ee;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(23, 68, 102, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.brand-registration { display: none; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }

.skip-link { position: absolute; left: -999px; top: 8px; background: var(--charcoal); color: #fff; padding: 10px 14px; z-index: 99; }
.skip-link:focus { left: 8px; }

.site-header { height: 82px; border-bottom: 1px solid rgba(45, 41, 38, .08); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { position: relative; display: inline-flex; align-items: baseline; color: var(--blue); font-family: "Manrope", sans-serif; font-size: 25px; font-weight: 800; line-height: .8; letter-spacing: -1.6px; padding-top: 6px; }
.wordmark > span:nth-child(2) span { color: var(--grey); }
.wordmark-mark { position: absolute; left: -3px; top: -8px; transform: rotate(48deg); color: var(--grey); font-size: 17px; letter-spacing: 0; }
.wordmark small { position: absolute; top: 29px; left: 2px; white-space: nowrap; color: var(--charcoal); font-size: 6px; letter-spacing: 1.3px; font-weight: 700; }
.brand-logo { position: relative; display: block; flex: 0 0 178px; width: 178px; height: 59px; overflow: visible; }.brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }.brand-registration { position: absolute; top: 4px; right: -10px; color: #384a52; font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; line-height: 1; }.footer-logo { width: 188px; height: 63px; padding: 4px 7px; border-radius: 2px; background: #fff; }.footer-logo .brand-registration { top: 4px; right: -15px; color: #fff; }
nav { display: flex; gap: 26px; align-items: center; margin-left: auto; }
nav a, .nav-login { font-size: 13px; font-weight: 600; color: #555a5d; }
nav a:hover, nav a.active { color: var(--blue-deep); }
.login-links { display: flex; align-items: center; gap: 8px; }
.nav-login { padding: 11px 15px; color: var(--navy); border: 1px solid var(--line); border-radius: 100px; white-space: nowrap; }
.nav-login span { color: var(--blue); margin-left: 3px; }
.installer-login { color: var(--blue-deep); background: #f3fbfe; border-color: #b8e1f2; }

.hero { overflow: hidden; position: relative; background: radial-gradient(circle at 82% 40%, #e1f6ff 0, #f6fcff 25%, transparent 49%), linear-gradient(105deg, #fff 0%, #fff 62%, #f1fbff 100%); }
.hero::after { content: ""; position: absolute; width: 680px; height: 680px; right: -270px; top: 94px; border: 1px solid #c6eafa; border-radius: 50%; box-shadow: 0 0 0 36px rgba(198,234,250,.36), 0 0 0 72px rgba(198,234,250,.18); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1fr .9fr; gap: 54px; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding: 78px 0; }
.eyebrow { margin: 0 0 18px; font-size: 12px; color: var(--blue-deep); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; }
.eyebrow span { display: inline-block; width: 21px; height: 2px; margin: 0 9px 4px 0; background: currentColor; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { margin: 0; color: var(--navy); font-size: clamp(42px, 5vw, 68px); letter-spacing: -3.5px; line-height: 1.05; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-intro { max-width: 570px; font-size: 18px; line-height: 1.65; color: var(--grey); margin: 25px 0 31px; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.button { display: inline-flex; align-items: center; gap: 14px; padding: 15px 21px; border-radius: 3px; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 11px 24px rgba(0,156,222,.22); }
.button-primary:hover { background: var(--blue-deep); }
.text-link { color: var(--navy); border-bottom: 1px solid #9dcae0; padding-bottom: 3px; font-size: 14px; font-weight: 700; }
.hero-points { padding: 0; margin: 49px 0 0; display: flex; flex-wrap: wrap; list-style: none; gap: 13px 24px; color: #59666c; font-size: 12px; font-weight: 600; }
.hero-points li::before { content: "•"; color: var(--blue); font-size: 17px; vertical-align: -1px; margin-right: 7px; }
.hero-product { position: relative; align-self: end; padding: 54px 10px 23px 0; }
.hero-product > img { position: relative; z-index: 2; max-height: 545px; width: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 25px 19px rgba(19, 52, 70, .22)); }
.product-glow { position: absolute; z-index: 0; width: 86%; aspect-ratio: 1; background: radial-gradient(circle, rgba(88,193,237,.52) 0%, rgba(207,245,255,.61) 34%, rgba(255,255,255,0) 69%); border-radius: 50%; left: 6%; top: 20%; }
.image-label { position: absolute; z-index: 3; right: 3%; top: 10%; color: var(--grey); font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700; }
.product-note { position: absolute; z-index: 3; right: -4%; bottom: 35px; display: flex; align-items: center; gap: 11px; padding: 13px 16px; background: rgba(255,255,255,.94); border: 1px solid #e8f4f8; box-shadow: var(--shadow); border-radius: 3px; color: var(--grey); font-size: 11px; line-height: 1.4; }
.product-note strong { color: var(--navy); font-size: 12px; }
.signal { height: 27px; display: flex; align-items: flex-end; gap: 2px; }
.signal i { display: block; width: 3px; background: var(--blue); border-radius: 2px; }
.signal i:nth-child(1) { height: 8px; }.signal i:nth-child(2) { height: 15px; }.signal i:nth-child(3) { height: 23px; }

.section-heading { max-width: 720px; margin-bottom: 51px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.centered .eyebrow span { display: none; }
.section-heading h2, .system h2, .spotlight-copy h2, .cta-panel h2 { color: var(--navy); margin: 0; font-size: clamp(31px, 3.5vw, 46px); letter-spacing: -2.25px; line-height: 1.12; }
.section-heading > p:last-child { color: var(--grey); font-size: 17px; line-height: 1.6; margin: 17px 0 0; }
.promise { background: #fff; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.promise-card { min-height: 320px; padding: 34px 35px 31px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); transition: background .2s ease; }
.promise-card:hover, .promise-card.highlighted { background: var(--mist); }
.icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue); font-size: 27px; border: 1px solid #b3e2f6; border-radius: 50%; }
.card-number { color: #99a9af; font-size: 11px; letter-spacing: 1.5px; font-weight: 700; margin: 33px 0 10px; }
.promise-card h3 { margin: 0 0 11px; font-size: 25px; color: var(--navy); letter-spacing: -1.2px; }
.promise-card > p:not(.card-number) { margin: 0; color: var(--grey); font-size: 14px; line-height: 1.6; }
.promise-card a { display: inline-block; color: var(--blue-deep); margin-top: 22px; font-size: 13px; font-weight: 700; }

.system { color: #fff; background: var(--navy); padding-bottom: 74px; overflow: hidden; }
.system-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.eyebrow.light { color: #79d7ff; }
.system h2 { color: #fff; }
.system-intro > p { margin: 0 0 4px; color: #c9e3ee; font-size: 15px; line-height: 1.65; }
.system-diagram-wrap { overflow: hidden; border-radius: 8px; box-shadow: 0 18px 42px rgba(0,0,0,.2); }
.system-diagram { width: 100%; }
.system-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; margin-top: 34px; }
.system-steps > div { display: flex; align-items: flex-start; gap: 13px; }
.system-steps span { display: grid; place-items: center; flex: 0 0 27px; width: 27px; height: 27px; border-radius: 50%; background: var(--blue); font-size: 12px; font-weight: 700; }
.system-steps p { margin: 3px 0 0; color: #d6e7ee; font-size: 13px; line-height: 1.5; }.system-steps strong { color: #fff; }

.product-spotlight { overflow: hidden; position: relative; background: #f7fbfd; }
.water-swoosh { position: absolute; z-index: 0; width: min(1120px, 94vw); right: -160px; bottom: -520px; opacity: .68; mix-blend-mode: multiply; pointer-events: none; }
.spotlight-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 80px; }
.spotlight-image { min-height: 480px; display: grid; place-items: center; position: relative; }
.spotlight-image::before { content: ""; position: absolute; inset: 12% 7%; background: linear-gradient(145deg, #bce9f9, #d8edf2); border-radius: 49% 51% 43% 57% / 53% 37% 63% 47%; }
.spotlight-image img { position: relative; z-index: 2; width: 107%; max-width: none; filter: drop-shadow(0 23px 15px rgba(31,78,101,.13)); mix-blend-mode: multiply; }
.water-ring { position: absolute; border: 1px solid rgba(0,156,222,.35); border-radius: 50%; z-index: 1; }.ring-one { width: 90%; height: 56%; transform: rotate(-20deg); }.ring-two { width: 68%; height: 40%; transform: rotate(14deg); }
.spotlight-copy { padding: 10px 0; }.spotlight-copy > p:not(.eyebrow) { max-width: 510px; color: var(--grey); font-size: 16px; line-height: 1.66; margin: 22px 0 25px; }
dl { margin: 0 0 30px; border-top: 1px solid #cde1e9; }dl > div { padding: 13px 0; display: grid; grid-template-columns: 145px 1fr; gap: 16px; border-bottom: 1px solid #cde1e9; }dt { color: var(--navy); font-size: 13px; font-weight: 700; }dd { color: var(--grey); margin: 0; font-size: 13px; line-height: 1.5; }
.button-outline { color: var(--navy); border: 1px solid #a9cdda; background: transparent; }

.installer-cta { padding: 84px 0; }.cta-panel { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding: 51px 57px; background: linear-gradient(104deg, #e1f6ff, #f6fbfd); border-left: 6px solid var(--blue); }.cta-panel h2 { margin-top: -2px; font-size: clamp(27px, 3vw, 39px); }.cta-panel > div > p:last-child { margin: 13px 0 0; color: var(--grey); font-size: 15px; }

.site-footer { background: #173a57; color: #d2e4ed; }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 65px; padding: 58px 0 50px; }.footer-mark { color: #69c8ee; }.footer-mark > span:nth-child(2) span { color: #fff; }.footer-mark small { color: #cfe5ee; }.footer-grid > div:first-child > p { width: min(300px, 100%); margin: 22px 0 0; line-height: 1.65; font-size: 13px; }.footer-grid h3 { margin: 0 0 17px; color: #fff; font-size: 13px; letter-spacing: .2px; }.footer-grid a:not(.wordmark):not(.brand-logo) { display: block; margin: 10px 0; font-size: 13px; color: #c9dfe9; }.footer-grid a:not(.wordmark):not(.brand-logo):hover { color: #7fdbff; }.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid rgba(220,241,250,.17); color: #9fc0d0; font-size: 11px; }.footer-bottom a { color: #d7edf6; }

@media (max-width: 900px) {
  nav { display: none; }.hero-grid, .spotlight-grid { grid-template-columns: 1fr; gap: 0; }.hero-grid { min-height: auto; }.hero-copy { padding: 70px 0 20px; }.hero-product { max-width: 620px; width: 100%; margin: 0 auto; padding-top: 15px; }.system-intro { grid-template-columns: 1fr; gap: 20px; }.spotlight-grid { gap: 28px; }.spotlight-image { min-height: 380px; width: min(600px, 100%); margin: 0 auto; }.spotlight-copy { max-width: 630px; margin: 0 auto; }.footer-grid { grid-template-columns: 1.7fr 1fr 1fr; gap: 35px; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }.site-header { height: 71px; }.brand-logo { flex-basis: 142px; width: 142px; height: 47px; }.brand-registration { right: -8px; font-size: 9px; }.footer-logo { width: 178px; height: 59px; }.login-links { gap: 5px; }.nav-login { font-size: 9px; padding: 8px 8px; }.section { padding: 72px 0; }.hero-copy { padding-top: 60px; }.hero-intro { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }.hero-points { margin-top: 35px; }.product-note { right: 0; bottom: 13px; }.image-label { top: 3%; }.promise-grid { grid-template-columns: 1fr; }.promise-card { min-height: auto; padding: 30px; }.system { padding-bottom: 58px; }.system-steps { grid-template-columns: 1fr; gap: 17px; }.spotlight-image { min-height: 275px; }.spotlight-image img { width: 120%; }.water-swoosh { width: 720px; right: -215px; bottom: -335px; opacity: .52; }.cta-panel { padding: 37px 28px; flex-direction: column; align-items: flex-start; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }.footer-grid > div:first-child { grid-column: span 2; }.footer-bottom { gap: 14px; flex-direction: column; }.wordmark { font-size: 23px; }
}

/* How it works page */
.hiw-hero { overflow: hidden; position: relative; background: linear-gradient(116deg, #fff 0%, #fff 47%, #f2fbfe 47%, #e3f5fb 100%); }
.hiw-hero-grid { min-height: 610px; display: grid; grid-template-columns: .93fr 1.07fr; gap: 65px; align-items: center; }
.hiw-hero-copy { padding: 83px 0; }.hiw-hero-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 32px; color: var(--grey); font-size: 18px; line-height: 1.66; }.hiw-hero-actions { display: flex; align-items: center; gap: 25px; }.hero-stat { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; max-width: 460px; margin-top: 48px; padding: 15px 0 0; border-top: 1px solid #d4e7ef; }.hero-stat strong { color: var(--blue-deep); font-family: "Manrope", sans-serif; font-size: 22px; letter-spacing: -1px; }.hero-stat span { color: var(--grey); font-size: 12px; line-height: 1.45; }
.hiw-hero-image { position: relative; overflow: hidden; margin: 0; min-height: 480px; box-shadow: var(--shadow); }.hiw-hero-image img { height: 480px; width: 100%; object-fit: cover; object-position: center; }.hiw-hero-image figcaption { position: absolute; bottom: 0; right: 0; left: 0; display: flex; align-items: center; gap: 8px; padding: 15px 20px; color: #fff; background: rgba(23,68,102,.88); font-size: 11px; letter-spacing: .2px; }.hiw-hero-image figcaption span { display: block; width: 16px; height: 2px; background: #79d7ff; }
.hiw-system { background: #fff; }.hiw-diagram-wrap { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }.hiw-diagram-wrap img { width: 100%; }
.hiw-cistern { background: #f2f9fc; }.hiw-cistern-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 52px; align-items: center; }.cistern-visual { margin: 0; overflow: hidden; border: 1px solid #cde5ef; border-radius: 8px; background: #dceef5; box-shadow: var(--shadow); }.cistern-visual img { display: block; width: 100%; }.cistern-copy h2 { margin: 0; color: var(--navy); font-size: clamp(31px, 3.2vw, 43px); line-height: 1.13; letter-spacing: -2px; }.cistern-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--grey); font-size: 15px; line-height: 1.68; }.cistern-copy .cistern-detail { padding-top: 17px; border-top: 1px solid #cde5ef; color: #316582; font-size: 13px; }
.hiw-components { background: #f5fafc; }.component-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.component-card { min-height: 395px; display: grid; grid-template-columns: 43% 57%; overflow: hidden; background: #fff; border: 1px solid #dcecf2; }.component-media { min-height: 100%; overflow: hidden; background: #ecf6fa; }.component-media img { height: 100%; width: 100%; object-fit: cover; }.tank-card .component-media img { object-position: 67% center; }.home-card .component-media img { object-position: 65% center; }.pump-card .component-media { display: grid; place-items: center; background: radial-gradient(circle at 50% 45%, #e8f8fd 0%, #d5eff8 68%, #c8e8f3 100%); }.pump-card .component-media img { width: 100%; height: 100%; padding: 14px 4px 0; object-fit: contain; object-position: center; }.component-content { padding: 36px 30px 26px; }.component-number { margin: 0 0 14px; color: var(--blue-deep); font-size: 11px; letter-spacing: 1.5px; font-weight: 700; }.component-content h3 { margin: 0 0 14px; color: var(--navy); font-size: 25px; letter-spacing: -1.2px; }.component-content > p:not(.component-number) { margin: 0; color: var(--grey); font-size: 13px; line-height: 1.63; }.component-content .component-detail { margin-top: 16px; padding-top: 15px; border-top: 1px solid #dcecf2; color: #316582; font-size: 12px; }
.app-card { grid-template-columns: 43% 57%; }.app-illustration { position: relative; display: grid; min-height: 100%; overflow: hidden; place-items: center; padding: 23px 12px; background: linear-gradient(150deg, #087cb8, #0da9e9); }.app-illustration::before { content: ""; position: absolute; width: 175%; height: 115px; bottom: -49px; left: -36%; border: 2px solid rgba(255,255,255,.33); border-radius: 50%; transform: rotate(-13deg); }.app-phone-screen { position: relative; z-index: 1; width: min(205px, 88%); aspect-ratio: 1004 / 1671; overflow: hidden; border: 5px solid #173a57; border-radius: 25px; background: #fff; box-shadow: 0 16px 28px rgba(0,0,0,.25); }.app-phone-screen::before { content: ""; position: absolute; z-index: 2; top: 5px; left: 50%; width: 48px; height: 6px; border-radius: 99px; background: rgba(23,58,87,.9); transform: translateX(-50%); }.app-phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.app-phone-photo { padding: 0; background: #ecf5f8; }.app-phone-photo::before { display: none; }.app-phone-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hiw-setup { background: var(--navy); color: #fff; }.hiw-setup-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }.hiw-setup h2 { margin: 0; color: #fff; font-size: clamp(32px, 3.7vw, 48px); line-height: 1.12; letter-spacing: -2.4px; }.setup-intro { max-width: 400px; color: #c5e0ea; font-size: 15px; line-height: 1.66; margin: 22px 0; }.light-link { color: #9bdfff; border-color: #5c9fc0; }.setup-steps { display: grid; gap: 23px; padding: 0; margin: 0; list-style: none; counter-reset: none; }.setup-steps li { display: grid; grid-template-columns: 43px 1fr; gap: 19px; align-items: start; padding: 0 0 23px; border-bottom: 1px solid rgba(220,241,250,.23); }.setup-steps li:last-child { padding-bottom: 0; border: 0; }.setup-steps span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #71cbef; border-radius: 50%; color: #9ce1ff; font-size: 13px; font-weight: 700; }.setup-steps h3 { margin: 4px 0 6px; color: #fff; font-size: 17px; }.setup-steps p { margin: 0; color: #c5e0ea; font-size: 13px; line-height: 1.6; }
.hiw-updates { padding: 95px 0; background: #fff; }.hiw-updates-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 20px; align-items: stretch; }.updates-intro { padding: 21px 25px 12px 0; }.updates-intro h2 { margin: 0; color: var(--navy); font-size: 34px; letter-spacing: -1.7px; line-height: 1.15; }.updates-intro > p:last-child { max-width: 330px; margin: 17px 0 0; color: var(--grey); font-size: 14px; line-height: 1.63; }.update-card { padding: 31px 28px; border-top: 4px solid var(--blue); background: #f1f9fc; }.update-card strong { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 21px; letter-spacing: -1px; }.update-card p { margin: 15px 0 0; color: var(--grey); font-size: 13px; line-height: 1.65; }.hiw-cta { padding-top: 0; }.cta-actions { display: flex; align-items: center; gap: 23px; }

@media (max-width: 900px) { .hiw-hero-grid, .hiw-setup-grid, .hiw-cistern-grid { grid-template-columns: 1fr; gap: 25px; }.hiw-hero-copy { padding: 70px 0 5px; }.hiw-hero-image { max-width: 680px; width: 100%; margin: 0 auto 70px; }.hiw-cistern-grid { max-width: 700px; margin: 0 auto; }.component-list { grid-template-columns: 1fr; max-width: 700px; margin: 0 auto; }.component-card { min-height: 330px; }.hiw-updates-grid { grid-template-columns: 1fr 1fr; }.updates-intro { grid-column: span 2; padding-right: 0; }.hiw-setup-grid { gap: 45px; } }
@media (max-width: 640px) { .hiw-hero { background: linear-gradient(155deg, #fff 0%, #fff 52%, #ecf9fe 52%, #e3f5fb 100%); }.hiw-hero-copy { padding-top: 60px; }.hiw-hero-copy > p:not(.eyebrow) { font-size: 16px; }.hiw-hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; }.hero-stat { margin-top: 35px; }.hiw-hero-image { min-height: 330px; margin-bottom: 60px; }.hiw-hero-image img { height: 330px; }.component-card, .app-card { grid-template-columns: 1fr; }.component-media { min-height: 245px; max-height: 285px; }.component-content { padding: 29px 25px; }.app-illustration { min-height: 370px; }.app-phone-screen { width: 225px; }.hiw-updates { padding: 70px 0; }.hiw-updates-grid { grid-template-columns: 1fr; }.updates-intro { grid-column: auto; padding: 0 0 7px; }.cta-actions { flex-direction: column; align-items: flex-start; }.hiw-setup-grid { gap: 37px; } }

/* Products page */
.products-hero { overflow: hidden; position: relative; background: radial-gradient(circle at 83% 45%, #d6f3ff 0, #f6fcff 30%, transparent 57%), linear-gradient(108deg, #fff 0%, #fff 59%, #effaff 100%); }.products-hero::after { content: ""; position: absolute; width: 610px; height: 610px; top: -260px; right: -185px; border: 38px solid rgba(121,215,255,.17); border-radius: 50%; }.products-hero-grid { position: relative; z-index: 1; min-height: 638px; display: grid; grid-template-columns: .93fr 1.07fr; gap: 65px; align-items: center; }.products-hero-copy { padding: 82px 0; }.products-hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 24px 0 32px; color: var(--grey); font-size: 18px; line-height: 1.66; }.products-hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 43px 0 0; padding: 16px 0 0; border-top: 1px solid #d0e9f3; list-style: none; color: #4e6875; font-size: 12px; font-weight: 700; }.products-hero-points li::before { content: "•"; margin-right: 7px; color: var(--blue); font-size: 16px; }.products-hero-visual { position: relative; min-height: 530px; margin: 0; padding: 29px 8px 14px; overflow: hidden; border-radius: 10px 10px 0 0; background: linear-gradient(144deg, #173a57, #245d80); box-shadow: 0 25px 50px rgba(23,68,102,.18); }.products-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,39,58,.5), transparent 47%); pointer-events: none; }.products-hero-glow { position: absolute; width: 76%; aspect-ratio: 1; top: 7%; left: 11%; border-radius: 50%; background: radial-gradient(circle, rgba(100,214,255,.39), rgba(25,82,111,0) 66%); }.products-hero-visual img { position: relative; z-index: 1; width: 100%; height: 482px; object-fit: contain; object-position: center; filter: drop-shadow(0 18px 18px rgba(0,0,0,.38)); }.products-hero-visual figcaption { position: absolute; z-index: 2; right: 22px; bottom: 18px; left: 22px; color: #dcf3fc; font-size: 12px; letter-spacing: .2px; }
.products-technology { padding-bottom: 95px; color: #fff; background: #173a57; }.technology-heading { display: grid; grid-template-columns: 1fr .68fr; gap: 85px; align-items: end; margin-bottom: 46px; }.technology-heading h2 { max-width: 640px; margin: 0; color: #fff; font-size: clamp(31px, 3.8vw, 47px); letter-spacing: -2.3px; line-height: 1.1; }.technology-heading > p:last-child { margin: 0 0 5px; color: #c9e4ef; font-size: 15px; line-height: 1.65; }.technology-grid { display: grid; grid-template-columns: 1fr 1fr .82fr; border-top: 1px solid rgba(198,232,246,.25); border-left: 1px solid rgba(198,232,246,.25); }.technology-grid > * { min-height: 270px; padding: 31px 30px; border-right: 1px solid rgba(198,232,246,.25); border-bottom: 1px solid rgba(198,232,246,.25); }.technology-number { color: #80d9fc; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; }.technology-grid h3 { margin: 32px 0 12px; color: #fff; font-size: 22px; letter-spacing: -1px; }.technology-grid p { margin: 0; color: #c6dfea; font-size: 13px; line-height: 1.65; }.technology-grid aside { background: rgba(255,255,255,.055); }.technology-grid aside strong { display: block; margin: 3px 0 25px; color: #7cdaff; font-family: "Manrope", sans-serif; font-size: 21px; letter-spacing: -1px; }
.products-range { background: #f6fbfd; }.product-card-list { display: grid; gap: 25px; }.system-product-card { display: grid; grid-template-columns: .87fr 1.13fr; overflow: hidden; min-height: 468px; border: 1px solid #d9eaf1; background: #fff; box-shadow: 0 10px 28px rgba(23,68,102,.06); }.system-product-image { position: relative; display: grid; min-height: 100%; overflow: hidden; place-items: center; background: #e8f6fb; }.system-product-image img { width: 100%; height: 100%; object-fit: cover; }.level-graphic img { object-position: center; }.system-product-copy { padding: 45px 47px 38px; }.product-kicker { margin: 0 0 14px; color: var(--blue-deep); font-size: 11px; font-weight: 700; letter-spacing: 1.45px; text-transform: uppercase; }.product-title-row { display: flex; align-items: center; gap: 15px; }.product-title-row h2 { margin: 0; color: var(--navy); font-size: 35px; letter-spacing: -1.9px; }.product-title-row span { padding: 6px 10px; color: #1971a1; background: #e4f5fc; border-radius: 99px; font-size: 10px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }.product-summary { max-width: 640px; margin: 15px 0 17px; color: var(--grey); font-size: 14px; line-height: 1.62; }.product-feature-list { display: grid; gap: 8px; margin: 0 0 21px; padding: 0; list-style: none; color: #466674; font-size: 13px; line-height: 1.45; }.product-feature-list li { display: grid; grid-template-columns: 13px 1fr; gap: 9px; }.product-feature-list li::before { content: ""; width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: #2ab583; }.product-specs { display: flex; margin: 0 0 24px; border-top: 1px solid #d8e8ef; border-bottom: 1px solid #d8e8ef; }.product-specs > div { flex: 1; padding: 11px 14px 12px 0; }.product-specs > div + div { padding-left: 14px; border-left: 1px solid #d8e8ef; }.product-specs strong { display: block; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 15px; letter-spacing: -.5px; }.product-specs span { display: block; margin-top: 2px; color: #6e8995; font-size: 10px; }.solar-system { grid-template-columns: 1.13fr .87fr; }.solar-product-image { background: linear-gradient(140deg, #eaf8f0, #d6f1fa); }.solar-product-image img { object-fit: cover; object-position: 68% center; filter: saturate(.96); }.solar-callout { position: absolute; z-index: 1; top: 24px; left: 24px; padding: 9px 12px; color: #0b785a; background: rgba(255,255,255,.92); border: 1px solid #bce7d6; border-radius: 3px; font-size: 10px; font-weight: 700; letter-spacing: .9px; line-height: 1.35; text-transform: uppercase; }.control-system { grid-template-columns: .87fr 1.13fr; border-color: #bddfeb; }.control-product-image { background: #142e42; }.control-product-image img { object-fit: cover; object-position: 46% center; }.control-system .system-product-copy { background: linear-gradient(122deg, #f1fbfe, #fff); }.products-cta { padding-top: 0; }
@media (max-width: 900px) { .products-hero-grid, .technology-heading { grid-template-columns: 1fr; gap: 25px; }.products-hero-copy { padding: 70px 0 8px; }.products-hero-visual { max-width: 670px; width: 100%; min-height: 430px; margin: 0 auto 70px; }.products-hero-visual img { height: 390px; }.technology-heading { margin-bottom: 39px; }.technology-grid { grid-template-columns: 1fr 1fr; }.technology-grid aside { grid-column: span 2; min-height: auto; }.system-product-card, .solar-system, .control-system { grid-template-columns: 1fr; }.solar-system .system-product-copy { order: 2; }.solar-system .system-product-image { order: 1; }.system-product-image { min-height: 365px; max-height: 480px; }.control-product-image img { object-position: center 42%; }.system-product-copy { padding: 40px 38px; } }
@media (max-width: 640px) { .products-hero-copy { padding-top: 59px; }.products-hero-copy > p:not(.eyebrow) { font-size: 16px; }.products-hero-points { margin-top: 34px; gap: 8px 15px; }.products-hero-visual { min-height: 300px; margin-bottom: 58px; padding-top: 7px; }.products-hero-visual img { height: 289px; }.technology-grid { grid-template-columns: 1fr; }.technology-grid aside { grid-column: auto; }.technology-grid > * { min-height: auto; padding: 29px 25px; }.technology-grid h3 { margin-top: 25px; }.system-product-image { min-height: 275px; max-height: 350px; }.system-product-copy { padding: 31px 26px; }.product-title-row h2 { font-size: 30px; }.product-specs { margin-bottom: 22px; }.product-specs > div { padding-right: 8px; }.product-specs > div + div { padding-left: 8px; }.control-product-image img { object-position: center; } }

/* Support page */
.support-hero { overflow: hidden; position: relative; color: #fff; background: radial-gradient(circle at 83% 39%, rgba(93,205,248,.32), rgba(93,205,248,0) 28%), linear-gradient(117deg, #123750 0%, #173f5b 48%, #197aaa 100%); }.support-hero::before { content: ""; position: absolute; width: 680px; height: 680px; top: -387px; right: -122px; border: 47px solid rgba(170,233,255,.14); border-radius: 50%; }.support-hero::after { content: ""; position: absolute; width: 680px; height: 182px; right: -145px; bottom: -138px; border: 26px solid rgba(117,217,255,.15); border-radius: 50%; transform: rotate(-12deg); }.support-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .65fr; gap: 90px; align-items: center; min-height: 580px; }.support-hero-copy { padding: 84px 0; }.support-hero h1 { max-width: 700px; margin: 0; color: #fff; }.support-hero h1 em { color: #88ddff; }.support-hero-copy > p:not(.eyebrow) { max-width: 615px; margin: 24px 0 33px; color: #d4eaf4; font-size: 17px; line-height: 1.68; }.support-callout { padding: 38px 36px 32px; color: var(--navy); background: #fff; box-shadow: 0 22px 45px rgba(4,25,38,.28); }.support-callout-icon { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 23px; border-radius: 50%; color: var(--blue-deep); background: #e1f6fd; font-size: 27px; }.support-callout p { margin: 0 0 6px; color: #62808f; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }.support-callout strong { display: block; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 27px; letter-spacing: -1.25px; }.support-callout a { display: inline-block; margin: 25px 0 18px; color: var(--blue-deep); font-size: 13px; font-weight: 700; }.support-callout a:hover { color: var(--navy); }.support-callout small { display: block; padding-top: 16px; border-top: 1px solid #dcecf2; color: #708692; font-size: 11px; }
.support-contact { background: #fff; }.support-contact-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 96px; align-items: start; }.support-contact-intro h2 { margin: 0; color: var(--navy); font-size: clamp(33px, 3.7vw, 46px); letter-spacing: -2.3px; line-height: 1.1; }.support-contact-intro > p:not(.eyebrow) { max-width: 450px; margin: 20px 0 29px; color: var(--grey); font-size: 15px; line-height: 1.68; }.support-contact-intro img { display: block; width: min(330px, 100%); box-shadow: 0 17px 32px rgba(23,68,102,.12); }.contact-methods { border-top: 1px solid #d6e8ef; }.contact-method { display: grid; grid-template-columns: 47px 1fr auto; gap: 19px; padding: 27px 7px 27px 0; border-bottom: 1px solid #d6e8ef; color: inherit; transition: padding .2s ease, background .2s ease; }.contact-method[href]:hover { padding-left: 14px; background: #f4fbfd; }.contact-symbol { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: var(--blue-deep); background: #e4f6fc; font-size: 19px; }.contact-method small { display: block; margin-bottom: 5px; color: #5c8194; font-size: 10px; font-weight: 700; letter-spacing: 1.15px; text-transform: uppercase; }.contact-method strong { display: block; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 18px; letter-spacing: -.7px; }.contact-method em { display: block; margin-top: 6px; color: #66808c; font-size: 12px; font-style: normal; line-height: 1.55; }.contact-method b { align-self: center; color: var(--blue-deep); font-size: 19px; }.contact-address { grid-template-columns: 47px 1fr; }
.support-resources { background: #f1f9fc; }.support-resource-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 24px; align-items: stretch; }.guide-card { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; min-height: 358px; background: #fff; box-shadow: 0 10px 24px rgba(23,68,102,.07); }.guide-preview { position: relative; overflow: hidden; background: #d9edf5; }.guide-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,62,87,.25), transparent 52%); }.guide-preview span { position: absolute; z-index: 1; top: 18px; left: 18px; padding: 6px 8px; color: #fff; background: var(--blue-deep); font-size: 10px; font-weight: 700; letter-spacing: 1px; }.guide-preview img { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; }.guide-copy { padding: 40px 37px; }.resource-type { margin: 0 0 12px; color: var(--blue-deep); font-size: 10px; font-weight: 700; letter-spacing: 1.35px; text-transform: uppercase; }.guide-copy h3, .video-card h3 { margin: 0; color: var(--navy); font-size: 27px; letter-spacing: -1.25px; line-height: 1.17; }.guide-copy > p:not(.resource-type), .video-card-top > p:last-child { margin: 15px 0 25px; color: var(--grey); font-size: 13px; line-height: 1.62; }.resource-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }.resource-actions .button { padding: 12px 16px; font-size: 12px; }.video-card { display: flex; flex-direction: column; justify-content: space-between; padding: 38px 38px 33px; color: #fff; background: linear-gradient(145deg, #173c58, #195e85); }.video-card-top .resource-type { color: #91ddfb; }.video-card h3 { color: #fff; }.video-card-top > p:last-child { color: #d0e9f4; }.play-mark { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 22px; padding-left: 2px; border: 1px solid rgba(184,237,255,.65); border-radius: 50%; color: #8ce0ff; font-size: 15px; }.video-topic-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 26px; padding: 0; list-style: none; }.video-topic-list li { padding: 7px 10px; border: 1px solid rgba(208,239,250,.33); color: #d8f2fb; font-size: 10px; font-weight: 700; letter-spacing: .55px; text-transform: uppercase; }.button-outline-light { color: #fff; border: 1px solid rgba(198,236,249,.65); background: transparent; }.button-outline-light:hover { color: var(--navy); background: #fff; border-color: #fff; }.support-bottom { padding: 0 0 88px; background: #f1f9fc; }.support-bottom-panel { display: flex; justify-content: space-between; gap: 35px; align-items: center; padding: 39px 45px; color: #fff; background: #147fb6; }.support-bottom-panel .eyebrow { color: #d7f4ff; }.support-bottom-panel .eyebrow span { background: #b5e9fb; }.support-bottom-panel h2 { margin: 0; color: #fff; font-size: 28px; letter-spacing: -1.4px; }.support-bottom-panel > div > p:last-child { margin: 10px 0 0; color: #d8f2fb; font-size: 13px; }.support-bottom-panel .button { flex: 0 0 auto; color: #1476a9; background: #fff; }.support-bottom-panel .button:hover { color: var(--navy); background: #e8f8fd; }
@media (max-width: 900px) { .support-hero-grid, .support-contact-grid, .support-resource-grid { grid-template-columns: 1fr; gap: 35px; }.support-hero-copy { padding: 72px 0 4px; }.support-callout { width: min(580px, 100%); margin-bottom: 70px; }.support-contact-grid { gap: 42px; }.support-contact-intro img { width: min(470px, 100%); }.guide-card { min-height: 322px; }.support-bottom-panel { align-items: flex-start; flex-direction: column; } }
@media (max-width: 640px) { .support-hero-grid { gap: 23px; }.support-hero-copy { padding-top: 58px; }.support-hero-copy > p:not(.eyebrow) { font-size: 16px; }.support-callout { margin-bottom: 55px; padding: 30px 26px; }.support-callout strong { font-size: 24px; }.support-contact-grid { gap: 35px; }.contact-method { grid-template-columns: 43px 1fr auto; gap: 12px; }.contact-method strong { font-size: 15px; }.contact-method em { font-size: 11px; }.contact-symbol { width: 39px; height: 39px; }.guide-card { grid-template-columns: 1fr; }.guide-preview { min-height: 205px; }.guide-preview img { object-position: 50% 37%; }.guide-copy, .video-card { padding: 31px 26px; }.guide-copy h3, .video-card h3 { font-size: 24px; }.support-bottom { padding-bottom: 65px; }.support-bottom-panel { padding: 33px 27px; }.support-bottom-panel h2 { font-size: 25px; } }

.products-range .level-graphic { padding: 24px; background: radial-gradient(circle at 50% 44%, #f8feff 0%, #e3f3f9 71%); }.products-range .level-graphic img { object-fit: contain; object-position: center; }

/* Installer locator */
.installer-hero { overflow: hidden; position: relative; color: #fff; background: linear-gradient(112deg, #123b59 0%, #184d70 48%, #0b82be 100%); }.installer-hero::after { content: ""; position: absolute; z-index: 0; width: 690px; height: 690px; right: -210px; top: -300px; border: 50px solid rgba(152,226,255,.11); border-radius: 50%; }.installer-hero-grid { position: relative; z-index: 1; min-height: 590px; display: grid; grid-template-columns: 1fr .96fr; align-items: center; gap: 78px; }.installer-hero-copy { padding: 82px 0; }.installer-hero h1 { color: #fff; }.installer-hero h1 em { color: #87dcff; }.installer-hero-copy > p:not(.eyebrow) { max-width: 535px; margin: 24px 0 25px; color: #d3eaf4; font-size: 17px; line-height: 1.65; }.installer-hero-copy ul { display: flex; flex-wrap: wrap; gap: 10px 21px; margin: 0; padding: 0; list-style: none; color: #c7e6f3; font-size: 12px; font-weight: 600; }.installer-hero-copy li::before { content: "•"; margin-right: 7px; color: #75d5fb; font-size: 17px; vertical-align: -1px; }
.installer-search-card { padding: 36px; color: var(--charcoal); background: #fff; border-radius: 7px; box-shadow: 0 20px 45px rgba(0,0,0,.22); }.installer-search-card .eyebrow { margin-bottom: 12px; }.installer-search-card h2 { margin: 0 0 26px; color: var(--navy); font-size: 28px; letter-spacing: -1.4px; }.installer-search-card label { display: block; margin: 16px 0 7px; color: #526976; font-size: 12px; font-weight: 700; }.installer-search-card select, .installer-search-card input { height: 48px; width: 100%; padding: 0 14px; border: 1px solid #c9e2ec; border-radius: 3px; color: var(--charcoal); background: #fff; font: inherit; font-size: 14px; }.installer-search-card input:focus, .installer-search-card select:focus { outline: 3px solid rgba(0,156,222,.18); border-color: var(--blue); }.search-control { display: grid; grid-template-columns: 1fr auto; gap: 9px; }.search-control .button { padding: 14px 18px; border: 0; cursor: pointer; }.location-button { margin: 17px 0 0; padding: 0; border: 0; color: var(--blue-deep); background: transparent; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }.location-button span { margin-right: 5px; font-size: 18px; vertical-align: -2px; }.location-button:disabled { color: var(--grey); cursor: wait; }.directory-note { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid #e3eef2; color: #6b7c83; font-size: 11px; line-height: 1.5; }.directory-note a { color: var(--blue-deep); font-weight: 700; }
.installer-results { min-height: 490px; background: #f4fafc; }.installer-results-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 38px; }.installer-results-heading h2, .installer-help h2 { margin: 0; color: var(--navy); font-size: clamp(31px, 3.5vw, 45px); letter-spacing: -2.2px; line-height: 1.12; }.installer-results-heading > p { max-width: 365px; margin: 0 0 4px; color: var(--grey); font-size: 14px; line-height: 1.6; }.empty-results { padding: 60px 30px; border: 1px dashed #b9d8e4; text-align: center; background: #fff; }.empty-results > span { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--blue); background: #e6f7fd; font-size: 25px; }.empty-results h3 { margin: 16px 0 8px; color: var(--navy); font-size: 21px; }.empty-results p { max-width: 425px; margin: 0 auto; color: var(--grey); font-size: 14px; line-height: 1.6; }.empty-results .text-link { display: inline-block; margin-top: 18px; }.installer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.installer-card { min-height: 211px; padding: 25px; border: 1px solid #d9e9ef; background: #fff; box-shadow: 0 6px 17px rgba(23,68,102,.04); }.installer-card-top { display: flex; gap: 11px; align-items: flex-start; }.installer-pin { display: grid; place-items: center; flex: 0 0 31px; width: 31px; height: 31px; border-radius: 50%; color: var(--blue); background: #e2f5fc; font-size: 17px; }.installer-card h3 { margin: 2px 0 0; color: var(--navy); font-size: 17px; line-height: 1.25; }.installer-distance { display: inline-block; margin-top: 5px; color: var(--blue-deep); font-size: 11px; font-weight: 700; }.installer-address { min-height: 41px; margin: 17px 0; color: var(--grey); font-size: 12px; line-height: 1.55; }.installer-contact { display: flex; justify-content: space-between; gap: 9px; padding-top: 14px; border-top: 1px solid #e5eef1; }.installer-contact a { color: var(--blue-deep); font-size: 12px; font-weight: 700; }.installer-contact a:last-child { font-weight: 600; }
.installer-help { background: #fff; }.installer-help-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }.installer-help h2 { max-width: 440px; }.help-steps { display: grid; gap: 0; }.help-steps > div { position: relative; padding: 0 0 25px 59px; border-bottom: 1px solid #d9e9ef; }.help-steps > div + div { padding-top: 25px; }.help-steps span { position: absolute; top: 0; left: 0; color: var(--blue-deep); font-size: 12px; font-weight: 700; letter-spacing: .7px; }.help-steps h3 { margin: 0 0 7px; color: var(--navy); font-size: 17px; }.help-steps p { margin: 0; color: var(--grey); font-size: 13px; line-height: 1.6; }
@media (max-width: 900px) { .installer-hero-grid, .installer-help-grid { grid-template-columns: 1fr; gap: 30px; }.installer-hero-copy { padding: 72px 0 5px; }.installer-search-card { width: min(630px, 100%); margin: 0 auto 70px; }.installer-grid { grid-template-columns: repeat(2, 1fr); }.installer-help-grid { gap: 45px; }.installer-results-heading { align-items: start; flex-direction: column; } }
@media (max-width: 640px) { .installer-hero-grid { gap: 22px; }.installer-hero-copy { padding-top: 58px; }.installer-hero-copy > p:not(.eyebrow) { font-size: 16px; }.installer-search-card { margin-bottom: 55px; padding: 28px 20px; }.search-control { grid-template-columns: 1fr; }.search-control .button { justify-content: center; }.installer-results-heading { margin-bottom: 28px; }.installer-grid { grid-template-columns: 1fr; }.installer-card { min-height: auto; }.installer-help-grid { gap: 35px; }.installer-help h2 { font-size: 31px; }.help-steps > div { padding-left: 47px; }.installer-hero::after { right: -395px; top: -320px; } }

/* Customer and installer landing pages */
.account-landing { position: relative; min-height: calc(100vh - 82px); overflow: hidden; background: linear-gradient(118deg, #fff 0%, #f8fdff 54%, #e5f5fb 100%); }.account-landing::before { content: ""; position: absolute; width: 680px; height: 680px; right: -250px; top: -310px; border: 48px solid rgba(0,156,222,.08); border-radius: 50%; }.account-swoosh { position: absolute; width: min(1050px, 90vw); left: -410px; bottom: -410px; opacity: .32; pointer-events: none; }.account-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .72fr; gap: 100px; align-items: center; min-height: calc(100vh - 82px); padding: 88px 0; }.account-copy { max-width: 620px; }.account-copy h1 { max-width: 590px; margin: 0; color: var(--navy); font-size: clamp(42px, 5vw, 65px); line-height: 1.05; letter-spacing: -3.2px; }.account-copy h1 em { color: var(--blue-deep); }.account-copy > p:not(.eyebrow) { max-width: 540px; margin: 25px 0 27px; color: var(--grey); font-size: 17px; line-height: 1.7; }.account-benefits { display: grid; gap: 11px; margin: 0; padding: 20px 0 0; border-top: 1px solid #d1e5ee; list-style: none; color: #416675; font-size: 13px; font-weight: 600; }.account-benefits li::before { content: "•"; margin-right: 10px; color: var(--blue); font-size: 18px; vertical-align: -1px; }.account-panel { padding: 42px 39px 37px; color: var(--charcoal); background: #fff; border: 1px solid #d4e8f0; border-radius: 5px; box-shadow: 0 24px 55px rgba(23,68,102,.15); }.account-icon { display: grid; place-items: center; width: 51px; height: 51px; margin-bottom: 22px; border-radius: 50%; color: var(--blue-deep); background: #e2f6fc; font-size: 24px; }.account-label { margin: 0 0 8px; color: #4e7c92; font-size: 10px; font-weight: 700; letter-spacing: 1.35px; text-transform: uppercase; }.account-panel h2 { margin: 0; color: var(--navy); font-size: 31px; letter-spacing: -1.45px; }.account-panel > p:not(.account-label) { margin: 16px 0 26px; color: var(--grey); font-size: 14px; line-height: 1.64; }.account-panel .button { width: 100%; justify-content: center; }.account-panel .text-link { display: block; margin-top: 20px; text-align: center; }.account-active { color: var(--blue-deep); background: #e6f7fd; border-color: #92d2eb; }
@media (max-width: 900px) { .account-layout { grid-template-columns: 1fr; gap: 42px; min-height: auto; padding: 76px 0; }.account-panel { width: min(560px, 100%); }.account-swoosh { left: -440px; bottom: -550px; } }
@media (max-width: 640px) { .account-landing { min-height: auto; }.account-layout { gap: 35px; padding: 60px 0 72px; }.account-copy h1 { font-size: 43px; letter-spacing: -2.5px; }.account-copy > p:not(.eyebrow) { font-size: 16px; }.account-panel { padding: 31px 26px; }.account-panel h2 { font-size: 27px; } }
