@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-latin-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/assets/fonts/source-sans-3-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/assets/fonts/source-sans-3-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --blue-950: #061254;
  --blue-900: #053273;
  --blue-800: #0b438f;
  --blue-700: #16539e;
  --blue-100: #e6f3f9;
  --blue-50: #f7fbfd;
  --ink: #242424;
  --muted: #5f6875;
  --gold: #ffbd17;
  --green: #087b54;
  --white: #fff;
  --shadow: 0 6px 16px rgb(0 0 0 / 12%);
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.45; letter-spacing: .01em; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
sup { font-size: .55em; line-height: 0; vertical-align: super; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -50px; left: 1rem; padding: .7rem 1rem; background: var(--gold); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.section-inner { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow-inner { max-width: 960px; }

.site-header { position: relative; z-index: 20; height: 79px; background: var(--white); box-shadow: 0 1px 3px rgb(0 0 0 / 5%); }
.header-inner { width: min(var(--max), calc(100% - 48px)); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-950); min-width: 160px; }
.brand-mark { position: relative; display: grid; place-items: center; width: 39px; height: 39px; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: currentColor; }
.brand-mark::before { width: 2px; height: 37px; }
.brand-mark::after { width: 37px; height: 2px; }
.brand-mark span { position: relative; z-index: 1; width: 10px; height: 10px; background: var(--gold); clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); }
.brand-copy { display: grid; font-family: "Source Sans 3", sans-serif; font-size: 23px; line-height: .78; letter-spacing: -.06em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 31px; margin-left: auto; }
.main-nav > a, .nav-menu summary { display: inline-flex; align-items: center; gap: 7px; color: #151515; font-weight: 700; font-size: 15px; list-style: none; }
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu { position: relative; }
.nav-menu summary { cursor: pointer; }
.nav-menu summary span { font-size: 16px; transform: translateY(-1px); }
.nav-panel { position: absolute; top: calc(100% + 17px); left: -18px; display: grid; min-width: 220px; padding: 15px; gap: 2px; background: white; border: 1px solid #e2e8f0; box-shadow: var(--shadow); }
.nav-panel a { padding: 9px 10px; font-size: 14px; color: var(--blue-900); }
.nav-panel a:hover { background: var(--blue-50); }
.header-actions, .mobile-actions { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.mobile-actions { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 29px; border-radius: 24px; border: 0; font-weight: 700; font-size: 15px; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.03); box-shadow: 0 9px 18px rgb(0 0 0 / 15%); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-green { background: var(--green); color: white; }
.button-centered { display: flex; width: fit-content; margin: 21px auto 0; min-width: 101px; min-height: 32px; padding: 0 28px; font-size: 12px; border-radius: 16px; }
.menu-toggle { display: none; }

.hero { min-height: 639px; background: #fff; overflow: hidden; }
.hero-inner { position: relative; width: min(1140px, calc(100% - 48px)); min-height: 639px; margin-inline: auto; display: flex; align-items: stretch; }
.hero-art { position: relative; flex: 1 1 57%; min-height: 639px; display: flex; align-items: flex-end; justify-content: flex-start; }
.hero-art::after { content: ""; position: absolute; inset: auto 4% 0; height: 90px; background: radial-gradient(ellipse at center, rgb(14 54 108 / 10%), transparent 70%); filter: blur(10px); }
.hero-art img { position: relative; z-index: 1; width: 130%; max-width: 820px; height: auto; object-fit: contain; object-position: bottom left; margin: 0; mix-blend-mode: multiply; }
.hero-panel { position: relative; z-index: 2; align-self: center; flex: 0 0 500px; margin: 0 0 14px 5px; padding: 43px 35px 41px; border-radius: 5px; color: white; background: linear-gradient(100deg, rgb(10 61 139 / 98%) 10%, rgb(42 40 74 / 96%) 100%); box-shadow: 0 10px 26px rgb(3 31 93 / 10%); transform: translateX(20px); }
.hero-panel h1 { margin: 0 0 21px; font-family: "Source Sans 3", sans-serif; font-size: clamp(25px, 2.1vw, 29px); font-weight: 600; line-height: 1.06; letter-spacing: -.02em; }
.hero-list { display: grid; gap: 20px; padding: 0; margin: 0 0 33px; list-style: none; }
.hero-list li { display: grid; grid-template-columns: 19px 1fr; gap: 7px; align-items: start; font-size: 16px; line-height: 1.15; }
.check-icon { display: grid; place-items: center; width: 19px; height: 19px; border: 2px solid white; border-radius: 50%; font-size: 13px; font-weight: 700; line-height: 1; }
.hero-cta { display: flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 4px; background: var(--gold); color: var(--ink); font-weight: 700; }
.hero-link { display: block; width: fit-content; margin: 13px auto 0; font-size: 16px; text-decoration: underline; }

h2 { font-family: "Source Sans 3", sans-serif; font-weight: 600; line-height: 1.08; letter-spacing: -.02em; }
.blue-heading { margin: 0; color: var(--blue-900); text-align: center; font-size: clamp(29px, 3vw, 38px); }
.wave-section { position: relative; background: linear-gradient(175deg, #fff 0%, #fff 55%, var(--blue-100) 100%); overflow: hidden; }
.wave-section::before, .wave-section::after { content: ""; position: absolute; left: -8%; width: 116%; height: 180px; pointer-events: none; }
.wave-section::before { top: -110px; background: white; border-radius: 0 0 50% 50%; }
.wave-section::after { bottom: -120px; background: rgb(255 255 255 / 70%); border-radius: 50% 50% 0 0; }
.why-us { min-height: 700px; padding: 50px 0 156px; }
.why-us .section-inner { position: relative; z-index: 1; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px 110px; max-width: 960px; margin: 72px auto 0; }
.feature-item { display: grid; grid-template-columns: 72px 1fr; gap: 22px; align-items: start; }
.feature-icon { display: grid; place-items: center; width: 72px; height: 72px; border: 2px solid var(--blue-800); border-radius: 50%; color: var(--blue-800); font-size: 28px; }
.feature-item h3 { margin: 3px 0 7px; color: var(--blue-900); font-size: 16px; }
.feature-item p { margin: 0; font-size: 12px; line-height: 1.4; color: var(--muted); }
.feature-item a, .text-link { color: var(--blue-900); text-decoration: underline; font-weight: 700; }

.purpose-section { padding: 74px 0 82px; color: white; background: linear-gradient(110deg, #101365 0%, #083f86 100%); text-align: center; }
.purpose-section h2 { margin: 0; font-size: clamp(27px, 3vw, 37px); }
.section-intro { max-width: 710px; margin: 18px auto 35px; font-size: 13px; line-height: 1.45; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; max-width: 720px; margin: 0 auto; }
.purpose-tile { display: flex; align-items: center; justify-content: center; min-height: 88px; gap: 16px; border-radius: 3px; background: #fff; color: var(--blue-900); font-family: "Source Sans 3", sans-serif; font-size: 16px; line-height: 1.05; transition: transform .2s ease, background .2s ease; }
.purpose-tile:hover { transform: translateY(-3px); background: #fff8db; }
.purpose-tile-center { grid-column: 1 / -1; justify-self: center; width: 190px; }
.tile-icon { display: grid; place-items: center; width: 40px; height: 40px; border: 2px solid var(--blue-700); border-radius: 50%; font-family: "DM Sans", sans-serif; font-size: 18px; }
.purpose-note { max-width: 800px; margin: 35px auto 0; font-size: 11px; line-height: 1.45; }

.how-it-works { padding: 78px 0 85px; background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 58px auto 16px; }
.step-card { text-align: center; }
.step-visual { position: relative; height: 181px; margin-bottom: 22px; border: 1px solid #d4d4d4; border-radius: 8px; overflow: hidden; background: linear-gradient(145deg, #fff, #f5f5f5); box-shadow: 0 2px 5px rgb(0 0 0 / 12%); }
.step-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 25%, rgb(17 80 151 / 8%), transparent 38%), radial-gradient(circle at 75% 75%, rgb(255 189 23 / 10%), transparent 32%); }
.step-number { position: absolute; top: 22px; left: 25px; display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: var(--blue-900); color: #fff; font-weight: 700; }
.step-stars { position: absolute; top: 45px; right: 58px; color: var(--gold); font-size: 42px; }
.step-bubble, .step-coin { position: absolute; top: 38px; left: 50%; transform: translateX(-50%); display: grid; place-items: center; width: 74px; height: 74px; border: 4px solid var(--blue-700); border-radius: 50%; color: var(--blue-700); font-size: 42px; }
.step-coin { border-color: var(--gold); background: var(--gold); color: var(--blue-900); font-weight: 700; }
.step-line { position: absolute; right: 21px; bottom: 35px; width: 70%; height: 6px; border-radius: 10px; background: linear-gradient(90deg, var(--blue-100), var(--blue-700)); transform: rotate(-7deg); opacity: .75; }
.step-card h3 { margin: 0 0 6px; color: var(--blue-900); font-size: 18px; }
.step-card p { max-width: 260px; margin: 0 auto; color: var(--muted); font-size: 13px; }

.faq-section { padding: 82px 0 86px; background: #fafafa; }
.faq-inner { width: min(770px, calc(100% - 48px)); margin-inline: auto; text-align: center; }
.faq-subtitle { margin: 9px 0 25px; color: var(--muted); font-size: 14px; }
.faq-list { border-top: 1px solid #dfe4e9; text-align: left; }
.faq-item { border-bottom: 1px solid #dfe4e9; }
.faq-item button { display: flex; justify-content: space-between; gap: 20px; width: 100%; padding: 13px 8px; border: 0; background: transparent; color: var(--ink); text-align: left; font-size: 13px; }
.faq-item button:hover { color: var(--blue-900); }
.faq-item button span { color: var(--blue-900); font-size: 20px; line-height: 1; }
.faq-answer { display: grid; grid-template-rows: 0fr; padding: 0 8px; transition: grid-template-rows .25s ease, padding .25s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; padding: 0 8px 14px; }
.faq-item.is-open button span { transform: rotate(45deg); }
.faq-section .text-link, .news-section .text-link { display: inline-block; margin-top: 21px; font-size: 12px; }

.app-section { padding: 82px 0 74px; background: #f8f8f8; }
.app-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.app-copy { max-width: 560px; }
.eyebrow { margin: 0 0 12px; color: var(--blue-700); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.app-copy .blue-heading { text-align: left; }
.app-copy > p:not(.eyebrow) { max-width: 500px; margin: 19px 0 23px; color: var(--muted); font-size: 14px; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.store-button { display: inline-flex; align-items: center; gap: 9px; min-width: 141px; padding: 8px 13px; border-radius: 4px; background: #111; color: #fff; }
.store-icon { font-size: 22px; }
.store-button small, .store-button strong { display: block; line-height: 1.05; }
.store-button small { font-size: 8px; font-weight: 400; text-transform: uppercase; }
.store-button strong { font-size: 15px; }
.phone-mockup { justify-self: center; position: relative; width: 210px; height: 405px; padding: 11px; border: 8px solid #1e2637; border-radius: 34px; background: #1e2637; box-shadow: 0 15px 24px rgb(0 0 0 / 18%); transform: rotate(4deg); }
.phone-speaker { position: absolute; z-index: 2; top: 10px; left: 50%; width: 58px; height: 12px; border-radius: 8px; background: #111827; transform: translateX(-50%); }
.phone-screen { height: 100%; padding: 44px 17px 18px; border-radius: 22px; background: linear-gradient(155deg, #0c438d, #17215b); color: white; }
.phone-logo { display: inline-block; margin-right: 5px; color: var(--gold); font-size: 22px; }
.phone-screen > strong { display: inline-block; font-family: "Source Sans 3", sans-serif; font-size: 17px; line-height: .8; }
.phone-card { margin-top: 32px; padding: 17px 14px; border-radius: 11px; background: rgb(255 255 255 / 15%); }
.phone-card span, .phone-row span { display: block; font-size: 10px; opacity: .8; }
.phone-card b { display: block; margin-top: 5px; font-size: 24px; }
.phone-row { display: flex; justify-content: space-between; padding: 15px 4px; border-bottom: 1px solid rgb(255 255 255 / 20%); font-size: 11px; }

.reviews-section { padding: 64px 0 74px; background: linear-gradient(110deg, #101365, #08418b); color: white; }
.reviews-section h2 { margin: 0; text-align: center; font-size: clamp(28px, 3vw, 38px); }
.rating { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 20px 0 2px; }
.rating strong { font-size: 29px; }
.rating span { font-size: 14px; }
.rating-note { margin: 0; text-align: center; font-size: 12px; }
.rating-note a { text-decoration: underline; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.review-card { min-height: 200px; padding: 19px; border: 1px solid rgb(255 255 255 / 24%); background: rgb(3 32 98 / 38%); }
.review-person { display: grid; grid-template-columns: 39px 1fr; column-gap: 10px; align-items: center; }
.avatar { display: grid; grid-row: span 2; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: #dfeff6; color: var(--blue-900); font-size: 12px; font-weight: 700; }
.review-person strong { font-size: 13px; }
.review-person small { opacity: .72; font-size: 10px; }
.stars { margin: 14px 0 8px; color: var(--gold); letter-spacing: .12em; }
.review-card p { min-height: 46px; margin: 0 0 15px; font-size: 12px; line-height: 1.45; }
.review-card > small { color: rgb(255 255 255 / 72%); font-size: 10px; }

.news-section { padding: 71px 0 76px; text-align: center; background: #fafafa; }
.news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin: 38px 0 0; text-align: left; }
.news-card { overflow: hidden; min-height: 342px; border: 1px solid #e6e7e9; border-radius: 6px; background: white; box-shadow: 0 3px 10px rgb(0 0 0 / 6%); }
.news-image { height: 160px; background-color: #d7e7f2; background-size: cover; background-position: center; }
.news-image-one { background: linear-gradient(135deg, #95c6c7, #ddecdf 55%, #48849c); }
.news-image-two { background: linear-gradient(135deg, #152c56, #9dbece 42%, #f3be79); }
.news-image-three { background: linear-gradient(135deg, #edf2f4 0 35%, #7b9cb8 36% 51%, #e1b16e 52% 72%, #27416d 73%); }
.news-image-four { background: linear-gradient(135deg, #0a345d 0 28%, #f1c16e 29% 49%, #f5f1d4 50% 74%, #4c8baa 75%); }
.news-copy { padding: 17px 16px 15px; }
.news-copy h3 { min-height: 71px; margin: 0 0 13px; color: var(--blue-900); font-family: "Source Sans 3", sans-serif; font-size: 17px; line-height: 1.08; }
.news-copy a { display: block; color: var(--blue-900); font-size: 10px; font-weight: 700; }
.news-copy small { display: block; margin-top: 13px; color: #838b96; font-size: 10px; }

.request-section { padding: 80px 0; background: #f7f7f7; }
.request-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 58px; align-items: start; }
.request-copy { max-width: 430px; }
.request-copy .blue-heading { text-align: left; font-size: clamp(28px, 3vw, 36px); }
.request-copy > p:not(.eyebrow) { margin: 19px 0 23px; color: var(--muted); font-size: 14px; }
.request-art { position: relative; min-height: 270px; overflow: hidden; }
.request-panel { padding: 29px 28px; border-radius: 4px; background: white; box-shadow: 0 9px 22px rgb(5 50 115 / 10%); }
.request-panel h3 { margin: 0 0 19px; color: var(--blue-900); font-family: "Source Sans 3", sans-serif; font-size: 23px; }
.form-shell { display: grid; gap: 16px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 15px; }
.field-grid label, .page-form > label { display: grid; gap: 6px; color: var(--blue-900); font-size: 12px; font-weight: 700; }
.field-wide { grid-column: 1 / -1; }
.field-grid input, .field-grid select, .page-form input, .page-form textarea { width: 100%; min-height: 42px; padding: 9px 11px; border: 1px solid #bec8d4; border-radius: 3px; color: var(--ink); background: #fff; font-size: 14px; font-weight: 400; }
.page-form textarea { min-height: 120px; resize: vertical; }
.field-grid input:focus, .field-grid select:focus, .page-form input:focus, .page-form textarea:focus { outline: 3px solid rgb(255 189 23 / 45%); outline-offset: 1px; border-color: var(--blue-700); }
.consent-block { display: grid; gap: 12px; margin: 0; padding: 15px; border: 1px solid #d7dee7; border-radius: 3px; }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: #4d5663; font-size: 11px; line-height: 1.45; font-weight: 400; }
.consent-row input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--blue-900); }
.consent-row a, .standard-disclaimer a, .form-disclaimer a, .legal-inner a { color: var(--blue-900); text-decoration: underline; font-weight: 700; }
.consent-note { margin: -3px 0 0 27px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.standard-disclaimer, .form-disclaimer { color: #5f6875; font-size: 10px; line-height: 1.45; }
.standard-disclaimer p, .form-disclaimer { margin: 0; }
.standard-disclaimer p + p { margin-top: 7px; }
.request-form > .button, .page-form > .button { justify-self: start; min-height: 39px; padding-inline: 25px; }
.form-status { min-height: 18px; margin: 0; color: var(--blue-800); font-size: 12px; }
.form-status.is-success { padding: 11px 13px; border-left: 3px solid var(--green); background: #edf8f3; color: #075b40; font-weight: 700; }
.form-status.is-error { color: #9a1f1f; }
.newsletter-art { position: relative; min-height: 330px; overflow: hidden; }
.sun-disc { position: absolute; top: 25px; left: 19%; width: 250px; height: 250px; border-radius: 50%; background: var(--gold); opacity: .88; }
.paper-shape { position: absolute; right: 12%; bottom: 0; display: grid; place-items: center; width: 250px; height: 205px; padding: 20px; border-radius: 3px; background: white; color: var(--blue-900); box-shadow: 14px 16px 0 rgb(5 50 115 / 10%), 0 9px 22px rgb(0 0 0 / 8%); transform: rotate(-7deg); }
.paper-shape span { font-family: "Source Sans 3", sans-serif; font-size: 25px; line-height: .9; text-align: center; }
.paper-shape b { position: absolute; right: 22px; bottom: 17px; color: var(--gold); font-size: 29px; }

.page-hero { padding: 82px 0 70px; color: white; background: linear-gradient(108deg, #064089, #05235c); }
.page-hero .section-inner { max-width: 850px; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { max-width: 720px; margin: 0; font-family: "Source Sans 3", sans-serif; font-size: clamp(38px, 5vw, 64px); line-height: .98; letter-spacing: -.04em; }
.page-hero .section-inner > p:last-child { max-width: 650px; margin: 20px 0 0; color: rgb(255 255 255 / 84%); font-size: 17px; }
.legal-section { padding: 75px 0 90px; background: #fbfcfd; }
.legal-inner { width: min(780px, calc(100% - 48px)); margin-inline: auto; }
.legal-inner h2 { margin: 31px 0 9px; color: var(--blue-900); font-size: 25px; }
.legal-inner h2:first-of-type { margin-top: 0; }
.legal-inner p, .legal-inner li { color: #525d6a; font-size: 14px; line-height: 1.7; }
.legal-inner ul { padding-left: 23px; }
.legal-updated { color: var(--muted) !important; font-size: 12px !important; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 28px 0 42px; padding: 18px; border-left: 3px solid var(--gold); background: #f1f6fa; }
.contact-details p { margin: 0; }
.page-form { margin-top: 32px; padding: 26px; border: 1px solid #dce3eb; background: #fff; box-shadow: 0 8px 24px rgb(5 50 115 / 7%); }
.narrow-form { max-width: 560px; }
.single-choice { margin: 3px 0; }
.empty-page { min-height: 520px; padding: 110px 0; background: linear-gradient(145deg, #f7fbfd, #e6f3f9); }
.empty-page h1 { margin: 0; color: var(--blue-900); font-family: "Source Sans 3", sans-serif; font-size: clamp(42px, 6vw, 72px); line-height: .95; }
.empty-page p:not(.eyebrow) { color: var(--muted); }

.disclosure-section { padding: 47px 0 44px; color: #4b4b4b; background: #f7f7f7; font-size: 9px; line-height: 1.4; }
.disclosure-section p { margin: 0 0 13px; }
.disclosure-section p:last-child { margin-bottom: 0; }
.site-footer { color: white; background: linear-gradient(108deg, #064089, #05235c); }
.footer-inner { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 28px; width: min(var(--max), calc(100% - 48px)); margin-inline: auto; padding: 67px 0 65px; }
.brand-light { color: white; }
.footer-brand p { margin: 16px 0 0; color: rgb(255 255 255 / 78%); font-size: 11px; line-height: 1.4; }
.footer-brand > a:last-child { display: inline-block; margin-top: 12px; font-size: 12px; }
.footer-column { display: grid; align-content: start; gap: 6px; }
.footer-column h3 { margin: 0 0 7px; font-family: "Source Sans 3", sans-serif; font-size: 15px; }
.footer-column a, .footer-legal p { color: rgb(255 255 255 / 78%); font-size: 10px; line-height: 1.35; }
.footer-column a:hover, .footer-brand a:hover { color: var(--gold); }
.footer-legal p { margin-top: 16px; }
.footer-bottom { display: flex; justify-content: space-between; width: min(var(--max), calc(100% - 48px)); margin-inline: auto; padding: 17px 0 20px; border-top: 1px solid rgb(255 255 255 / 25%); color: rgb(255 255 255 / 73%); font-size: 9px; }
.feedback-tab { position: fixed; z-index: 15; right: 0; top: 42%; display: flex; align-items: center; gap: 6px; padding: 10px 6px; border-radius: 5px 0 0 5px; background: var(--blue-900); color: white; font-size: 14px; writing-mode: vertical-rl; box-shadow: 0 3px 9px rgb(0 0 0 / 18%); }
.feedback-tab span { font-size: 13px; }

@media (max-width: 1050px) {
  .main-nav { gap: 19px; }
  .header-actions { gap: 10px; }
  .header-actions .button { padding-inline: 20px; }
  .hero-panel { flex-basis: 440px; }
  .feature-grid { gap: 40px 50px; }
  .footer-inner { grid-template-columns: 1.2fr repeat(4, 1fr); gap: 18px; }
}

@media (max-width: 820px) {
  .site-header { height: 70px; }
  .header-inner, .section-inner, .hero-inner, .footer-inner, .footer-bottom { width: min(100% - 34px, 680px); }
  .header-inner { gap: 0; justify-content: space-between; }
  .brand { min-width: auto; }
  .menu-toggle { display: grid; place-items: center; width: 38px; height: 38px; margin-left: auto; border: 0; background: transparent; }
  .menu-bars, .menu-bars::before, .menu-bars::after { display: block; width: 22px; height: 2px; background: var(--blue-900); content: ""; transition: transform .2s ease; }
  .menu-bars { position: relative; }
  .menu-bars::before { position: absolute; top: -7px; }
  .menu-bars::after { position: absolute; top: 7px; }
  .menu-toggle[aria-expanded="true"] .menu-bars { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-bars::before { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-bars::after { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 18px 17px 24px; background: white; box-shadow: 0 9px 14px rgb(0 0 0 / 12%); }
  .main-nav.is-open { display: flex; }
  .main-nav > a, .nav-menu summary { justify-content: space-between; padding: 13px 4px; border-bottom: 1px solid #e4e8ee; }
  .nav-panel { position: static; min-width: 0; padding: 5px 0 8px 17px; border: 0; box-shadow: none; }
  .nav-panel a { padding: 7px 5px; }
  .mobile-actions { display: flex; margin: 17px 0 0; }
  .mobile-actions .button { flex: 1; }
  .header-actions { display: none; }
  .hero, .hero-inner { min-height: 740px; }
  .hero-inner { display: block; }
  .hero-art { min-height: 390px; height: 390px; }
  .hero-art img { width: 100%; max-height: 390px; margin: 0; object-position: center bottom; }
  .hero-panel { width: min(500px, 100%); margin: -8px auto 0; padding: 28px 24px 25px; transform: none; }
  .hero-panel h1 { font-size: 28px; }
  .feature-grid { gap: 32px 22px; }
  .feature-item { grid-template-columns: 56px 1fr; gap: 13px; }
  .feature-icon { width: 56px; height: 56px; font-size: 23px; }
  .steps-grid, .review-grid { gap: 16px; }
  .app-grid, .request-grid { gap: 40px; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); padding: 46px 0; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .section-inner, .hero-inner, .footer-inner, .footer-bottom { width: calc(100% - 32px); }
  .feedback-tab { display: none; }
  .hero-art { min-height: 318px; height: 318px; }
  .hero, .hero-inner { min-height: 665px; }
  .hero-panel { margin-top: -6px; }
  .hero-panel h1 { font-size: 25px; }
  .hero-list { gap: 13px; margin-bottom: 23px; }
  .hero-list li { font-size: 14px; }
  .why-us { padding: 100px 0 108px; }
  .feature-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 43px; }
  .feature-item { grid-template-columns: 60px 1fr; }
  .feature-icon { width: 60px; height: 60px; }
  .purpose-section { padding: 58px 0 63px; }
  .purpose-grid { gap: 8px; }
  .purpose-tile { min-height: 72px; gap: 7px; font-size: 13px; }
  .tile-icon { width: 31px; height: 31px; font-size: 14px; }
  .purpose-tile-center { width: 156px; }
  .steps-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 42px; }
  .step-visual { height: 165px; }
  .faq-section { padding: 64px 0; }
  .app-grid, .request-grid { grid-template-columns: 1fr; }
  .app-copy .blue-heading, .request-copy .blue-heading { text-align: center; }
  .app-copy > p:not(.eyebrow) { text-align: center; }
  .request-copy > p:not(.eyebrow) { text-align: center; }
  .eyebrow { text-align: center; }
  .store-buttons { justify-content: center; }
  .phone-mockup { transform: rotate(0); }
  .review-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .news-card { min-height: 300px; }
  .news-image { height: 110px; }
  .news-copy { padding: 12px 10px; }
  .news-copy h3 { min-height: 88px; font-size: 14px; }
  .request-art { min-height: 250px; }
  .sun-disc { left: 11%; width: 200px; height: 200px; }
  .paper-shape { right: 4%; width: 200px; height: 170px; }
  .paper-shape span { font-size: 20px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px 15px; }
  .footer-column h3 { font-size: 13px; }
  .footer-column a, .footer-legal p { font-size: 9px; }
  .footer-bottom { display: grid; gap: 7px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .request-panel, .page-form { padding: 20px 17px; }
  .contact-details { grid-template-columns: 1fr; }
  .page-hero { padding: 64px 0 54px; }
  .legal-section { padding: 56px 0 68px; }
}
