*,*:before,*:after{box-sizing:border-box}:root{--mds-green-deep: #042F35;--mds-green-connect: #15827A;--mds-green-harmony: #A9BF9B;--mds-neutral-base: #E2DED3;--mds-surface: #FFFFFF;--mds-surface-soft: #F4F1EA;--mds-text: #042F35;--mds-text-muted: #5F6F68;--mds-border: #CFC9BD;--mds-danger: #B3261E;--mds-success: #1B7F3A;--mds-warning: #8A5A00;--mds-radius-sm: 12px;--mds-radius-md: 20px;--mds-radius-lg: 28px;--mds-radius-xl: 40px;--mds-shadow-soft: 0 18px 50px rgba(4, 47, 53, .12);--mds-shadow-card: 0 10px 28px rgba(4, 47, 53, .1);--font-title: "Varela Round", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--primary: var(--mds-green-connect);--primary-soft: rgba(169, 191, 155, .28);--secondary: var(--mds-green-deep);--bg: var(--mds-surface-soft);--bg-alt: rgba(226, 222, 211, .62);--text-main: var(--mds-text);--text-muted: var(--mds-text-muted);--border-soft: var(--mds-border);--radius-lg: var(--mds-radius-lg);--radius-md: var(--mds-radius-md);--shadow-soft: var(--mds-shadow-soft);--shadow-light: var(--mds-shadow-card);--transition-fast: .18s ease-out}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background:radial-gradient(circle at 12% 4%,rgba(169,191,155,.42),transparent 28rem),linear-gradient(180deg,var(--mds-surface-soft),var(--mds-neutral-base));color:var(--mds-text)}body,button,a,summary{font:inherit}a{color:inherit}button,summary{cursor:pointer}:focus-visible{outline:3px solid var(--mds-green-connect);outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3,.brand-name{font-family:var(--font-title);font-weight:400;letter-spacing:0}h1{max-width:10ch;font-size:clamp(3rem,8vw,5.75rem);line-height:.96}h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.05}h3{font-size:1.25rem;line-height:1.2}p{line-height:1.7}.landing-page{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:24px 0 40px}.site-header{position:sticky;top:12px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;border:1px solid rgba(207,201,189,.72);border-radius:var(--mds-radius-lg);background:#ffffffdb;box-shadow:0 12px 36px #042f3514;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content;text-decoration:none}.brand-logo{width:46px;height:46px;object-fit:contain}.brand-copy{display:grid;gap:1px}.brand-name{font-size:1.18rem}.brand-tagline{color:var(--mds-text-muted);font-size:.78rem}.nav-links{display:flex;align-items:center;justify-content:center;gap:clamp(10px,2vw,24px);color:var(--mds-text-muted);font-size:.9rem}.nav-links a,.header-cta,.btn{text-decoration:none}.nav-links a{border-bottom:2px solid transparent;padding:8px 0}.nav-links a:hover{color:var(--mds-green-deep);border-color:#15827a73}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:0;border-radius:999px;padding:12px 20px;font-weight:700;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.header-cta,.btn.primary{background:var(--mds-green-connect);color:var(--mds-surface);box-shadow:0 12px 28px #15827a38}.btn.secondary{border:1px solid rgba(4,47,53,.18);background:#ffffffb8;color:var(--mds-green-deep)}.header-cta:hover,.btn:hover{transform:translateY(-1px)}main{display:grid;gap:28px;padding-top:28px}.hero-section{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:clamp(28px,6vw,72px);align-items:center;min-height:680px;overflow:hidden;border-radius:var(--mds-radius-xl);padding:clamp(32px,7vw,82px);background:linear-gradient(120deg,#042f35fa,#042f35e0),var(--mds-green-deep);color:var(--mds-surface)}.hero-section:before{content:"";position:absolute;inset:auto -90px -150px auto;width:410px;height:410px;border:1px solid rgba(226,222,211,.28);border-radius:45% 55% 62% 38%}.hero-content{position:relative;display:grid;gap:24px;max-width:660px}.eyebrow{color:var(--mds-green-connect);font-size:.78rem;font-style:normal;font-weight:800;letter-spacing:.1em;line-height:1.4;text-transform:uppercase}.hero-section .eyebrow{color:var(--mds-green-harmony)}.hero-subtitle{max-width:680px;color:#ffffffd6;font-size:clamp(1.05rem,2vw,1.38rem);font-style:italic}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.brand-panel{position:relative;display:grid;justify-items:center;gap:18px;min-width:0;border:1px solid rgba(226,222,211,.34);border-radius:var(--mds-radius-xl);padding:clamp(20px,3vw,32px);background:#ffffff1a;box-shadow:inset 0 1px #ffffff2e}.panel-kicker{font-family:var(--font-title);font-size:clamp(1.8rem,3vw,2.5rem);line-height:1}.app-home-image{display:block;width:min(100%,290px);height:auto;border-radius:var(--mds-radius-md)}.section,.final-cta{border:1px solid rgba(207,201,189,.82);border-radius:var(--mds-radius-xl);padding:clamp(26px,5vw,56px);background:#ffffffc7;box-shadow:var(--mds-shadow-card)}.split-section,.security-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(22px,5vw,64px)}.split-section{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center}.pain-copy{display:grid;gap:16px}.pain-copy>p:not(.eyebrow),.security-copy,.section-header p,.family-card p,.proof-card p,.final-cta p,.faq-item p{color:var(--mds-text-muted)}.section-header{display:grid;gap:12px;max-width:760px;margin-bottom:26px}.pain-image{display:block;width:100%;height:auto;border-radius:var(--mds-radius-md)}.solution-section{background:var(--mds-surface-soft)}.solution-section .section-header{margin-bottom:0}.features-grid,.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.feature-card,.faq-item{border:1px solid rgba(207,201,189,.82);border-radius:var(--mds-radius-md);background:var(--mds-surface)}.feature-card{display:grid;gap:12px;min-height:190px;padding:22px}.feature-card:before{content:"";width:34px;height:8px;border-radius:999px;background:var(--mds-green-harmony)}.family-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:center;gap:16px;padding:0;overflow:hidden;background:radial-gradient(circle at 82% 28%,rgba(169,191,155,.44),transparent 17rem),var(--mds-green-deep)}.family-card{padding:clamp(32px,6vw,68px);color:var(--mds-surface)}.family-image{display:block;width:calc(100% - 24px);height:auto;border-radius:var(--mds-radius-lg)}.family-card p:not(.eyebrow){color:#fffc}.proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0;border:0;background:transparent;box-shadow:none}.proof-card{display:grid;gap:16px;border:1px solid rgba(207,201,189,.82);border-radius:var(--mds-radius-xl);padding:clamp(26px,4vw,44px);background:var(--mds-surface);box-shadow:var(--mds-shadow-card)}.proof-card-dark{background:var(--mds-green-deep);color:var(--mds-surface)}.proof-card-dark p:not(.eyebrow){color:#fffc}.security-copy{display:grid;gap:18px}.security-copy ul{display:grid;gap:10px;margin:0;padding-left:20px}.disclaimer{border-left:4px solid var(--mds-green-connect);padding-left:16px}.final-cta{display:grid;justify-items:center;gap:18px;text-align:center;background:linear-gradient(180deg,#a9bf9b3d,#ffffffc7),var(--mds-surface)}.final-cta h2,.final-cta p{max-width:760px}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-item{padding:18px 20px}.faq-item summary{color:var(--mds-green-deep);font-weight:800}.faq-item p{margin-top:12px}.legal-strip{border-radius:var(--mds-radius-xl);background:var(--mds-green-deep);color:var(--mds-surface)}.legal-content{display:flex;align-items:center;justify-content:space-between;gap:24px}.legal-content h2{margin-bottom:8px}.legal-content p{max-width:640px;color:#ffffffc7}.legal-links{display:flex;flex-wrap:wrap;gap:10px}.legal-link{display:inline-flex;align-items:center;min-height:42px;border:1px solid rgba(226,222,211,.38);border-radius:999px;padding:10px 14px;color:var(--mds-surface);font-weight:700;text-decoration:none}.site-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:28px 4px 0;color:var(--mds-text-muted)}.site-footer strong{display:block;margin-bottom:4px;color:var(--mds-green-deep);font-family:var(--font-title);font-size:1.25rem;font-weight:400}.account-page{width:min(100% - 32px,760px);min-height:100vh;margin:0 auto;padding:24px 0 40px}.account-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;border:1px solid rgba(207,201,189,.72);border-radius:var(--mds-radius-lg);background:#ffffffdb;box-shadow:0 12px 36px #042f3514}.account-header-label{color:var(--mds-text-muted);font-size:.88rem;font-weight:700}.account-main{display:grid;padding-top:clamp(30px,8vw,76px)}.account-card,.admin-card{display:grid;gap:22px;border:1px solid rgba(207,201,189,.82);border-radius:var(--mds-radius-xl);padding:clamp(26px,6vw,54px);background:#ffffffd1;box-shadow:var(--mds-shadow-card)}.account-card h1,.admin-card h1{max-width:15ch;font-size:clamp(2.2rem,6vw,4rem)}.account-intro{max-width:620px;color:var(--mds-text-muted)}.account-form{display:grid;gap:18px}.account-form label{display:grid;gap:8px;color:var(--mds-green-deep);font-weight:700}.account-form input:not([type=checkbox]){width:100%;min-height:48px;border:1px solid var(--mds-border);border-radius:var(--mds-radius-sm);padding:10px 14px;background:var(--mds-surface);color:var(--mds-text)}.checkbox-label{grid-template-columns:auto 1fr;align-items:start;font-size:.94rem;line-height:1.55}.checkbox-label input{width:18px;height:18px;margin:3px 0 0;accent-color:var(--mds-green-connect)}.account-form .btn{justify-self:start}.form-error{color:var(--mds-danger);font-size:.92rem;font-weight:700}.account-success{justify-items:start}.admin-login-card{max-width:500px;margin:0 auto}.admin-card{gap:26px}.admin-card-header,.request-row,.request-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.requests-list{display:grid;border-top:1px solid var(--mds-border)}.request-row{padding:20px 0;border-bottom:1px solid var(--mds-border)}.request-details{display:grid;gap:4px}.request-details span,.empty-state{color:var(--mds-text-muted);font-size:.94rem}.status{border-radius:999px;padding:7px 10px;font-size:.74rem;font-weight:800;letter-spacing:.04em}.status-pending{background:#8a5a001f;color:var(--mds-warning)}.status-completed{background:#1b7f3a1f;color:var(--mds-success)}button:disabled{cursor:wait;opacity:.7}@media (max-width: 980px){.landing-page{width:min(100% - 24px,760px)}.site-header{position:static;align-items:flex-start;flex-wrap:wrap}.nav-links{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.hero-section,.split-section,.security-section,.proof-grid,.family-section{grid-template-columns:1fr}.hero-section{min-height:auto}.family-image{width:min(100% - 48px,520px);margin:0 auto 24px}h1{max-width:9ch}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.landing-page{width:min(100% - 16px,520px);padding-top:12px}.site-header{border-radius:var(--mds-radius-md)}.brand-tagline{display:none}.header-cta{width:100%}.hero-section,.section,.final-cta,.proof-card,.family-card{border-radius:var(--mds-radius-lg)}.hero-section{padding:24px}.hero-actions,.hero-actions .btn,.final-cta .btn{width:100%}.features-grid,.faq-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.nav-links{flex-wrap:wrap;gap:2px 14px;overflow:visible}.brand-panel{padding:16px}.legal-content,.site-footer{align-items:flex-start;flex-direction:column}.account-page{width:min(100% - 16px,520px);padding-top:12px}.account-header,.admin-card-header,.request-row,.request-actions{align-items:flex-start;flex-direction:column}.account-header{border-radius:var(--mds-radius-md)}.account-card,.admin-card{border-radius:var(--mds-radius-lg)}.account-form .btn,.request-actions .btn{width:100%}}
