@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700&family=DM+Sans:wght@400;500;600;700&display=swap');

:root { --ink: #172621; --muted: #65716d; --paper: #f7f8f3; --cream: #f0eee5; --mint: #cce8d9; --mint-dark: #2e765b; --coral: #f2745f; --yellow: #f5ca67; --line: #dfe5de; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
a { color: inherit; text-decoration: none; }
.site-header { position: absolute; z-index: 10; width: 100%; top: 0; }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 22px 'Bricolage Grotesque', sans-serif; letter-spacing: -.6px; }
.brand > span:last-child > span { color: var(--coral); }
.brand-mark { height: 27px; width: 27px; border-radius: 50%; background: var(--coral); display: inline-flex; align-items: flex-end; justify-content: center; gap: 2px; padding: 6px; transform: rotate(-25deg); }
.brand-mark i { display: block; width: 3px; background: var(--ink); border-radius: 3px; }.brand-mark i:nth-child(1) { height: 8px; }.brand-mark i:nth-child(2) { height: 14px; }.brand-mark i:nth-child(3) { height: 11px; }
.desktop-nav { display: flex; gap: 34px; margin-left: 70px; color: #51615a; font-size: 14px; font-weight: 600; }.desktop-nav a:hover, .mobile-nav a:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 3px; padding: 15px 21px; border: 1px solid transparent; font-weight: 700; font-size: 14px; transition: transform .2s, background .2s; cursor: pointer; }.button:hover { transform: translateY(-2px); }.button svg, .text-link svg { height: 16px; width: 16px; }.button-small { padding: 10px 15px; font-size: 12px; }.button-outline { border-color: #c9d3cc; }.button-outline:hover { border-color: var(--ink); }.button-primary { background: var(--coral); color: white; }.button-primary:hover { background: #e8634e; }.button-dark { background: var(--ink); color: white; width: 100%; }.button-dark:hover { background: #2e4940; }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); }.mobile-nav { background: var(--paper); padding: 12px 24px 20px; border-bottom: 1px solid var(--line); }.mobile-nav a { display: block; padding: 11px 0; font-weight: 600; }
.hero { padding-top: 158px; background: var(--cream); position: relative; overflow: hidden; }.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 527px; align-items: center; gap: 48px; }.eyebrow, .section-label { color: var(--mint-dark); text-transform: uppercase; letter-spacing: 1.6px; font-weight: 700; font-size: 10px; }.eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }.eyebrow-dot { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }h1, h2, h3 { font-family: 'Bricolage Grotesque', sans-serif; letter-spacing: -1.6px; }h1 { font-size: clamp(48px, 5.2vw, 74px); line-height: .98; max-width: 640px; margin-bottom: 24px; font-weight: 600; }h1 em, h2 span { color: var(--coral); font-style: normal; }.hero-lead { color: var(--muted); line-height: 1.65; font-size: 16px; max-width: 445px; margin-bottom: 29px; }.hero-actions { display: flex; align-items: center; gap: 23px; }.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; border-bottom: 1px solid #9daaa2; padding-bottom: 4px; }.text-link:hover { color: var(--coral); border-color: var(--coral); }.hero-notes { display: flex; gap: 20px; margin-top: 25px; color: #78827d; font-size: 11px; }.hero-notes span { display: flex; align-items: center; gap: 5px; }.hero-notes svg { width: 14px; height: 14px; color: var(--mint-dark); }
.hero-visual { position: relative; padding: 14px 34px 24px 20px; }.image-frame { height: 425px; overflow: hidden; border-radius: 170px 170px 5px 5px; transform: rotate(3deg); background: var(--mint); }.image-frame img { height: 100%; width: 100%; object-fit: cover; object-position: center; transform: rotate(-3deg) scale(1.08); filter: saturate(.88); }.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; background: white; box-shadow: 0 14px 35px rgba(23, 38, 33, .12); padding: 12px 16px 12px 12px; border-radius: 4px; font-size: 12px; }.floating-card strong, .floating-card small { display: block; }.floating-card small { color: var(--muted); font-size: 10px; margin-top: 3px; }.floating-card-top { top: 61px; right: -4px; }.floating-card-bottom { bottom: 11px; left: -10px; }.icon-bubble { height: 35px; width: 35px; display: grid; place-items: center; border-radius: 50%; }.icon-bubble svg { width: 18px; }.mint { background: var(--mint); color: var(--mint-dark); }.coral { background: #ffe0d9; color: var(--coral); }.avatar-stack { display: flex; }.avatar-stack span { height: 28px; width: 28px; border: 2px solid white; margin-left: -6px; border-radius: 50%; display: grid; place-items: center; font-size: 10px; color: white; background: var(--mint-dark); }.avatar-stack span:first-child { margin-left: 0; background: var(--coral); }.avatar-stack span:last-child { background: var(--yellow); color: var(--ink); }.visual-spark { position: absolute; color: var(--coral); font-size: 27px; }.spark-one { top: 25px; left: 2px; }.spark-two { bottom: 45px; right: -5px; color: var(--yellow); }
.hero-ticker { background: var(--ink); color: #eef1e9; margin-top: 34px; }.ticker-inner { min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }.ticker-inner span { font-size: 9px; letter-spacing: 1.3px; color: #91a19a; }.ticker-inner b { font: 600 16px 'Bricolage Grotesque'; color: #e5eade; }
.intro-band { padding: 92px 0 99px; background: var(--paper); }.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; margin-bottom: 56px; }.section-label { margin-bottom: 16px; }h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.03; margin-bottom: 0; font-weight: 600; }.intro-grid p { color: var(--muted); line-height: 1.65; font-size: 15px; max-width: 420px; margin-bottom: 3px; }.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }.step-card { position: relative; padding: 28px 30px 0 0; border-right: 1px solid var(--line); margin-right: 30px; }.step-card:last-child { border-right: 0; margin-right: 0; }.step-card svg { color: var(--coral); height: 27px; width: 27px; margin-bottom: 22px; }.step-number { display: block; color: #96a19b; font-size: 11px; margin-bottom: 26px; }.step-card h3 { font-size: 22px; margin-bottom: 10px; letter-spacing: -.8px; }.step-card p { color: var(--muted); font-size: 13px; line-height: 1.55; max-width: 230px; }.featured-step:before { content: ''; position: absolute; top: -1px; left: 0; width: 45px; border-top: 3px solid var(--coral); }
.options-section { padding: 87px 0 105px; background: #edf0e8; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 40px; }.options-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.option-card { min-height: 260px; padding: 25px; position: relative; display: flex; flex-direction: column; justify-content: space-between; border-radius: 3px; overflow: hidden; }.option-card > div:nth-child(2) span { text-transform: uppercase; font-size: 10px; letter-spacing: 1.2px; font-weight: 700; opacity: .7; }.option-card h3 { font-size: 28px; margin: 7px 0 9px; }.option-card p { font-size: 13px; max-width: 190px; line-height: 1.5; margin-bottom: 0; }.option-card > a { position: absolute; top: 23px; right: 23px; height: 35px; width: 35px; background: rgba(255,255,255,.6); border-radius: 50%; display: grid; place-items: center; }.option-card > a svg { width: 15px; }.option-family { background: var(--mint); }.option-business { background: var(--yellow); }.option-individual { background: #f7c9bc; }.option-icon { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.58); display: grid; place-items: center; }.option-icon svg { height: 19px; }.option-card > div:nth-child(2) { margin-top: auto; }
.quote-section { padding: 104px 0; background: var(--paper); }.quote-box { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; padding: 0 55px; }.quote-copy h2 { max-width: 430px; margin-bottom: 20px; }.quote-copy > p { color: var(--muted); line-height: 1.6; font-size: 14px; max-width: 380px; }.contact-note { display: flex; align-items: center; gap: 12px; margin-top: 36px; }.contact-note small, .contact-note strong { display: block; }.contact-note small { color: var(--muted); font-size: 11px; margin-bottom: 3px; }.contact-note strong { font: 600 18px 'Bricolage Grotesque'; }.quote-form { padding: 30px; background: white; border: 1px solid var(--line); box-shadow: 0 15px 35px rgba(23,38,33,.05); }.quote-form label { display: block; color: var(--ink); font-size: 12px; font-weight: 700; margin-bottom: 18px; }.quote-form input, .quote-form select { display: block; margin-top: 8px; width: 100%; border: 1px solid #d7dfd9; padding: 13px; font: 13px 'DM Sans'; color: var(--ink); background: #fbfcf9; border-radius: 2px; outline-color: var(--coral); }.form-privacy { display: flex; align-items: center; justify-content: center; gap: 5px; color: #8a9590; font-size: 10px; margin-top: 15px; }.form-privacy svg { width: 12px; }.form-success { background: var(--mint); color: var(--mint-dark); padding: 12px; font-size: 12px; line-height: 1.4; margin: 14px 0 0; text-align: center; }
.faq-section { background: var(--cream); padding: 92px 0 100px; }.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }.faq-grid h2 { font-size: 40px; max-width: 280px; margin-bottom: 18px; }.faq-grid > div:first-child p { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 300px; margin-bottom: 25px; }.faq-list details { border-top: 1px solid #d5dcd4; padding: 20px 0; }.faq-list details:last-child { border-bottom: 1px solid #d5dcd4; }.faq-list summary { display: flex; justify-content: space-between; cursor: pointer; list-style: none; font: 600 18px 'Bricolage Grotesque'; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary:after { content: '+'; font: 24px 'DM Sans'; color: var(--coral); }.faq-list details[open] summary:after { content: '−'; }.faq-list details p { color: var(--muted); line-height: 1.6; font-size: 13px; max-width: 510px; margin: 12px 35px 0 0; }
footer { background: var(--ink); color: #becbc3; padding: 29px 0; }.footer-inner { display: grid; grid-template-columns: .65fr 1.8fr .8fr auto; align-items: center; gap: 28px; font-size: 10px; }.footer-inner .brand { color: white; font-size: 18px; align-self: start; }.footer-inner .brand-mark { height: 22px; width: 22px; }.company-details { display: grid; gap: 4px; line-height: 1.4; }.company-details strong { color: white; font-size: 11px; }.company-details a { color: var(--mint); font-weight: 700; }.footer-legal { color: #8fa098; line-height: 1.6; }.back-top { height: 32px; width: 32px; border: 1px solid #65766d; display: grid; place-items: center; }.back-top svg { height: 14px; }.reveal { animation: reveal .7s ease both; }.reveal-delay { animation-delay: .14s; }@keyframes reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) { .container { width: min(100% - 36px, 600px); }.desktop-nav, .site-header > .nav-wrap > .button { display: none; }.menu-toggle { display: block; }.hero { padding-top: 120px; }.hero-grid { display: block; min-height: auto; }.hero-copy { padding-bottom: 44px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }.hero-notes { flex-wrap: wrap; gap: 10px 15px; }.hero-visual { padding: 10px 20px 40px; }.image-frame { height: 350px; border-radius: 140px 140px 4px 4px; }.floating-card-top { right: -2px; top: 35px; }.floating-card-bottom { left: -2px; bottom: 18px; }.hero-ticker { margin-top: 0; }.ticker-inner { min-height: 90px; flex-wrap: wrap; justify-content: center; gap: 11px 18px; padding: 17px 0; }.ticker-inner span { width: 100%; text-align: center; }.ticker-inner b { font-size: 13px; }.intro-band, .options-section, .quote-section, .faq-section { padding: 65px 0; }.intro-grid, .quote-box, .faq-grid { display: block; }.intro-grid { margin-bottom: 38px; }.intro-grid p { margin-top: 20px; }.steps-grid, .options-grid { grid-template-columns: 1fr; }.step-card { border-right: 0; border-bottom: 1px solid var(--line); margin-right: 0; padding: 23px 0; }.step-card:last-child { border-bottom: 0; }.step-number { margin-bottom: 15px; }.step-card svg { margin-bottom: 12px; }.section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }.options-grid { gap: 11px; }.option-card { min-height: 220px; }.quote-box { padding: 0; }.quote-copy { margin-bottom: 35px; }.quote-form { padding: 22px; }.faq-grid > div:first-child { margin-bottom: 38px; }.faq-grid h2 { font-size: 35px; }.footer-inner { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 20px; }.footer-inner .brand { width: 100%; }.company-details { width: 100%; }.footer-legal { order: 3; }.back-top { margin-left: auto; } }
