:root{--background:#fff;--surface:#fbfbfd;--surface-strong:#f5f7f8;--text:#070709;--muted:#555a63;--faint:#8b919a;--border:#dfe3e8;--border-strong:#cbd1d8;--green:#17833d;--green-dark:#0e6b31;--green-soft:#edf8f1;--red:#ee3553;--red-soft:#fff0f3;--violet:#6154d8;--violet-soft:#f0efff;--shadow-soft:0 22px 60px #00000014;--shadow-phone:0 34px 90px #00000029;--radius:8px;--header-height:72px;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);text-rendering:optimizelegibility;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}main{overflow-x:clip}a{color:inherit;text-decoration:none}button,input,select{font:inherit}h1,h2,h3,p{margin:0}.site-header{height:var(--header-height);z-index:20;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffe6;border-bottom:1px solid #dfe3e8cc;justify-content:space-between;align-items:center;padding:0 clamp(22px,4.5vw,64px);display:flex;position:sticky;top:0}.brand{letter-spacing:0;align-items:center;gap:12px;min-width:0;font-size:1.28rem;font-weight:760;display:inline-flex}.brand img{border-radius:8px;flex:none;box-shadow:0 8px 22px #17833d2e}nav{align-items:center;gap:clamp(20px,3.2vw,46px);font-size:.98rem;font-weight:600;display:flex}nav a{color:#161719;transition:color .16s}nav a:hover{color:var(--green-dark)}.nav-action{background:var(--green);color:#fff;border-radius:8px;align-items:center;min-height:44px;padding:0 18px;display:inline-flex}.nav-action:hover{color:#fff;background:var(--green-dark)}nav a:focus-visible,.brand:focus-visible,.text-action:focus-visible,.inline-resource-link:focus-visible,.primary-action:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #17833d3d}.hero-section{padding:clamp(34px,4.8vw,56px) clamp(20px,4.5vw,64px) 58px}.hero-grid{max-width:1280px;min-height:calc(100svh - var(--header-height) - 58px);scroll-margin-top:calc(var(--header-height) + 20px);grid-template-columns:minmax(0,.92fr) minmax(360px,.82fr);gap:clamp(42px,8vw,116px);margin:0 auto;display:grid}.hero-copy{align-self:center;min-width:0;display:grid}h1{letter-spacing:0;max-width:8.5em;font-size:clamp(3.8rem,6vw,6.1rem);font-weight:820;line-height:.95}.lede{color:#484d56;max-width:29rem;margin-top:24px;font-size:clamp(1.25rem,1.55vw,1.55rem);line-height:1.45}.hero-links{flex-wrap:wrap;align-items:center;gap:12px 18px;margin-top:26px;display:flex}.text-action,.inline-resource-link{color:var(--green-dark);text-underline-offset:5px;font-size:.98rem;font-weight:760;line-height:1.35;-webkit-text-decoration:underline #0e6b3152;text-decoration:underline #0e6b3152}.text-action.secondary{color:#252a30}.text-action:hover,.inline-resource-link:hover{color:var(--green)}.hero-form{max-width:560px;scroll-margin-top:calc(var(--header-height) + 22px);margin-top:clamp(28px,4vw,40px)}.form-heading{margin-bottom:20px}.form-heading h2{font-size:1.35rem;font-weight:760;line-height:1.15}.form-heading p{color:var(--muted);margin-top:8px;font-size:.98rem;line-height:1.45}.access-form{gap:15px;display:grid}.field-group{gap:8px;min-width:0;display:grid}.bot-field{width:1px;height:0;position:absolute;top:auto;left:-100vw;overflow:hidden}.field-group label{font-size:.94rem;font-weight:690}input,select{appearance:none;background:var(--background);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;width:100%;min-width:0;min-height:50px;padding:14px 16px;transition:border-color .16s,box-shadow .16s,background .16s}select{background-image:linear-gradient(45deg,#0000 50%,#202328 50%),linear-gradient(135deg,#202328 50%,#0000 50%);background-position:calc(100% - 21px) 23px,calc(100% - 15px) 23px;background-repeat:no-repeat;background-size:6px 6px;padding-right:44px}input::placeholder{color:#9197a1}input:hover,select:hover{border-color:#aeb6c0}[aria-invalid=true]{border-color:var(--red);box-shadow:0 0 0 3px #ee35531f}.field-error{color:#ce2340;font-size:.85rem;font-weight:650;line-height:1.35}.primary-action{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:8px;min-height:54px;padding:15px 20px;font-size:1.05rem;font-weight:760;transition:background .16s,transform .16s,box-shadow .16s}.primary-action:hover:not(:disabled){background:var(--green-dark);transform:translateY(-1px);box-shadow:0 14px 30px #17833d33}.primary-action:disabled{cursor:wait;opacity:.72}.form-note{border-left:3px solid var(--green);color:var(--faint);padding-left:12px;font-size:.88rem;line-height:1.45}.status-message{border-radius:8px;grid-template-columns:34px minmax(0,1fr);align-items:flex-start;gap:12px;padding:16px;display:grid}.status-message span{border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;font-weight:800;display:inline-flex}.status-message strong{font-size:.98rem;display:block}.status-message p,.status-message small{color:var(--muted);overflow-wrap:anywhere;margin-top:4px;font-size:.88rem;line-height:1.45;display:block}.success{background:var(--green-soft);color:var(--green)}.success span{background:#fff}.error{background:var(--red-soft);color:#ce2340}.error span{background:#fff}.phone-stage{justify-content:center;align-items:center;min-width:0;display:flex;position:relative}.phone-stage:before{content:"";z-index:-1;background:radial-gradient(circle,#17833d24,#17833d00 62%);width:70%;height:56%;position:absolute;top:20%;right:2%}.phone{box-shadow:var(--shadow-phone);background:#060607;border-radius:50px;width:min(100%,380px);padding:10px}.phone-screen{background:linear-gradient(#fff 0%,#fbfcfb 100%);border:1px solid #ffffff85;border-radius:40px;min-height:746px;padding:26px 24px 28px;overflow:hidden}.phone-status{justify-content:space-between;align-items:center;font-size:.9rem;font-weight:780;display:flex}.phone-status div{align-items:center;gap:5px;display:inline-flex}.phone-status div span{background:#0a0a0b;border-radius:999px;width:7px;height:7px;display:block}.phone-status div span:first-child{width:18px}.phone-status div span:last-child{border-radius:2px;width:20px}.phone-app-header{grid-template-columns:66px minmax(0,1fr);align-items:center;gap:16px;margin-top:48px;display:grid}.phone-app-header img{border-radius:16px;box-shadow:0 12px 30px #17833d2e}.phone-app-header strong{font-size:1.5rem;font-weight:800;line-height:1.1;display:block}.phone-app-header span{color:var(--muted);margin-top:8px;font-size:1rem;line-height:1.35;display:block}.preview-list{gap:13px;margin-top:28px;display:grid}.preview-row{background:#fff;border:1px solid #e4e7ea;border-radius:8px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:80px;padding:13px;display:grid}.preview-row.ready{background:linear-gradient(90deg,#eef9f1,#fff);border-color:#d8eadf}.row-icon,.large-icon,.step-icon{justify-content:center;align-items:center;display:inline-flex}.row-icon{border-radius:8px;width:48px;height:48px}.preview-row.green .row-icon,.preview-row.ready .row-icon{background:var(--green-soft);color:var(--green)}.preview-row.red .row-icon{background:var(--red-soft);color:var(--red)}.preview-row.violet .row-icon{background:var(--violet-soft);color:var(--violet)}.row-icon svg,.large-icon svg,.step-icon svg,.section-label svg,.privacy-note svg,.phone-privacy svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.85px;width:28px;height:28px}.preview-row strong{font-size:.98rem;font-weight:760;line-height:1.1;display:block}.preview-row span{color:var(--muted);margin-top:5px;font-size:.86rem;display:block}.row-state{color:var(--green);align-items:center;gap:6px;font-size:.82rem;font-weight:760;display:inline-flex}.row-state:before{content:"";background:currentColor;border-radius:999px;width:7px;height:7px;display:block}.phone-privacy{color:var(--green-dark);grid-template-columns:34px minmax(0,1fr);align-items:center;gap:13px;margin:36px 10px 0;display:grid}.phone-privacy svg{width:25px;height:25px}.phone-privacy span{color:#262a2f;font-size:.93rem;font-weight:650;line-height:1.35}.sync-section,.privacy-section,.process-section,.faq-section{border-top:1px solid var(--border);scroll-margin-top:calc(var(--header-height) + 18px)}.section-shell{max-width:1280px;margin:0 auto;padding:clamp(70px,8vw,112px) clamp(20px,4.5vw,64px)}.privacy-grid,.sync-grid,.process-grid,.faq-grid{grid-template-columns:minmax(0,.66fr) minmax(0,1fr);gap:clamp(38px,6vw,84px);display:grid}.section-lede{min-width:0;max-width:560px}.section-lede.compact{max-width:430px}.section-label{color:var(--green);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:10px;font-size:.82rem;font-weight:800;display:inline-flex}.section-label svg{width:24px;height:24px}.faq-label{color:var(--red)}.section-lede h2{letter-spacing:0;margin-top:22px;font-size:clamp(3.2rem,4.8vw,5.55rem);font-weight:820;line-height:.96}.section-lede p{color:#4d535c;margin-top:24px;font-size:clamp(1.08rem,1.35vw,1.35rem);line-height:1.48}.privacy-note{color:var(--green-dark);grid-template-columns:28px minmax(0,1fr);align-items:center;gap:12px;margin-top:30px;display:grid}.privacy-note svg{width:23px;height:23px}.privacy-note span{color:#363b42;font-size:.98rem;line-height:1.45}.privacy-points{grid-template-columns:repeat(3,minmax(0,1fr));align-self:center;gap:0;display:grid}.sync-section{background:#fcfdfc}.sync-points{grid-template-columns:repeat(3,minmax(0,1fr));align-self:center;gap:22px;display:grid}.sync-point{border-top:1px solid var(--border);min-width:0;padding-top:28px}.sync-point h3{font-size:clamp(1.08rem,1.2vw,1.25rem);font-weight:780;line-height:1.22}.sync-point p{color:var(--muted);margin-top:12px;font-size:.98rem;line-height:1.55}.inline-resource-link{margin-top:30px;display:inline-flex}.privacy-point{min-width:0;padding:8px clamp(22px,3vw,42px)}.privacy-point+.privacy-point{border-left:1px solid var(--border)}.large-icon{color:var(--green);justify-content:flex-start;height:54px;margin-bottom:24px}.large-icon svg{width:48px;height:48px}.privacy-point h3,.step h3{font-size:clamp(1.08rem,1.2vw,1.25rem);font-weight:780;line-height:1.22}.privacy-point p,.step p{color:var(--muted);margin-top:12px;font-size:.98rem;line-height:1.55}.process-section{background:var(--surface)}.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.step{min-width:0;padding:0 clamp(22px,3vw,38px);position:relative}.step+.step{border-left:1px solid var(--border)}.step-number{color:var(--green);margin-bottom:20px;font-size:clamp(3.6rem,5.4vw,5.8rem);font-weight:800;line-height:.9}.step-icon{color:#111214;justify-content:flex-start;height:38px;margin-bottom:28px}.step-icon svg{width:36px;height:36px}.faq-grid{align-items:start}.faq-section .section-shell{padding-bottom:clamp(170px,18vw,280px)}.faq-list{gap:0;min-width:0;display:grid}.faq-list details{border-top:1px solid var(--border)}.faq-list details:last-child{border-bottom:1px solid var(--border)}.faq-list summary{cursor:pointer;min-height:74px;padding:23px 46px 23px 0;font-size:clamp(1.1rem,1.35vw,1.34rem);font-weight:780;line-height:1.28;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"";transform-origin:50%;border:2px solid #111214;border-width:0 2px 2px 0;width:10px;height:10px;transition:transform .16s;position:absolute;top:31px;right:6px;transform:rotate(45deg)}.faq-list details[open] summary:after{transform:rotate(225deg)}.faq-list details p{color:var(--muted);max-width:680px;padding:0 48px 26px 0;font-size:1rem;line-height:1.58}.resource-page{background:var(--background)}.resource-shell{max-width:1180px;margin:0 auto;padding-left:clamp(20px,4.5vw,64px);padding-right:clamp(20px,4.5vw,64px)}.resource-hero{padding:clamp(58px,7vw,94px) 0 clamp(76px,9vw,126px)}.resource-hero-grid,.resource-columns,.resource-list-grid{grid-template-columns:minmax(0,.8fr) minmax(320px,.72fr);gap:clamp(38px,6vw,82px);display:grid}.resource-kicker{color:var(--green);letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;font-weight:820;line-height:1.35}.resource-hero h1{max-width:8.7em;font-size:clamp(3.4rem,6.4vw,6.8rem)}.resource-lede{color:#464c54;max-width:45rem;margin-top:26px;font-size:clamp(1.2rem,1.55vw,1.55rem);line-height:1.48}.resource-actions{flex-wrap:wrap;align-items:center;gap:16px 22px;margin-top:34px;display:flex}.resource-button{background:var(--green);color:#fff;border-radius:8px;align-items:center;min-height:48px;padding:0 18px;font-size:1rem;font-weight:780;display:inline-flex}.resource-button:hover{background:var(--green-dark)}.resource-text-link{color:#252a30;text-underline-offset:5px;font-weight:740;-webkit-text-decoration:underline #252a304d;text-decoration:underline #252a304d}.resource-button:focus-visible,.resource-text-link:focus-visible{outline-offset:3px;outline:3px solid #17833d3d}.resource-proof{border-top:1px solid var(--border);align-self:center;min-width:0;padding-top:30px}.resource-proof img{border-radius:20px;margin-bottom:24px;box-shadow:0 14px 34px #17833d29}.resource-proof dl{gap:0;margin:0;display:grid}.resource-proof dl div{border-top:1px solid var(--border);grid-template-columns:132px minmax(0,1fr);gap:16px;padding:17px 0;display:grid}.resource-proof dt{color:var(--faint);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:800}.resource-proof dd{color:#151719;margin:0;font-size:1rem;font-weight:680;line-height:1.4}.resource-band{border-top:1px solid var(--border);padding:clamp(70px,8vw,108px) 0}.resource-band.muted{background:var(--surface)}.resource-band h2,.resource-cta h2{letter-spacing:0;margin-top:18px;font-size:clamp(2.45rem,4.2vw,4.9rem);font-weight:820;line-height:.98}.resource-copy{color:#3e444c;gap:18px;font-size:clamp(1.03rem,1.2vw,1.18rem);line-height:1.62;display:grid}.resource-copy a{color:var(--green-dark);text-underline-offset:4px;font-weight:720;-webkit-text-decoration:underline #0e6b3152;text-decoration:underline #0e6b3152}.resource-copy strong{color:#191c20;font-weight:780}.resource-support{color:#4d535c;max-width:35rem;margin-top:22px;font-size:clamp(1.03rem,1.22vw,1.22rem);line-height:1.55}.resource-list{border-top:1px solid var(--border);align-self:start;gap:0;min-width:0;margin:0;padding:0;list-style:none;display:grid}.resource-list li{border-bottom:1px solid var(--border);color:#17191c;padding:17px 0 17px 30px;font-size:clamp(1.02rem,1.18vw,1.16rem);font-weight:700;line-height:1.35;position:relative}.resource-list li:before{background:var(--green);content:"";border-radius:999px;width:8px;height:8px;position:absolute;top:24px;left:0}.resource-list.accent li:before{background:var(--red)}.comparison-table{border-top:1px solid var(--border);margin-top:clamp(32px,4.5vw,54px);display:grid}.comparison-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(112px,.55fr) minmax(190px,1fr) minmax(120px,.58fr) minmax(150px,.7fr) minmax(210px,1fr);gap:18px;padding:22px 0;display:grid}.comparison-head{color:var(--faint);letter-spacing:.08em;text-transform:uppercase;padding:15px 0;font-size:.78rem;font-weight:840}.comparison-row div{color:#3f454d;min-width:0;font-size:clamp(.95rem,1vw,1.04rem);line-height:1.5}.comparison-row strong{color:#14171a;font-weight:800}.resource-cta{color:#fff;background:#071109;padding:clamp(70px,9vw,118px) 0}.resource-cta p{color:#ffffffc2;max-width:48rem;margin-top:22px;font-size:clamp(1.08rem,1.35vw,1.32rem);line-height:1.55}.resource-cta .resource-button{color:#071109;background:#fff;margin-top:32px}@media (max-width:1020px){.hero-grid,.privacy-grid,.sync-grid,.process-grid,.faq-grid,.resource-hero-grid,.resource-columns,.resource-list-grid{grid-template-columns:minmax(0,1fr)}.hero-grid{min-height:auto}.phone-stage{justify-content:flex-start}.phone{max-width:390px}.resource-proof{max-width:620px}.privacy-points,.sync-points,.steps{grid-template-columns:1fr}.sync-point,.privacy-point,.step{padding:30px 0}.sync-point:first-child,.privacy-point:first-child,.step:first-child{padding-top:0}.privacy-point+.privacy-point,.step+.step{border-left:0;border-top:1px solid var(--border)}}@media (max-width:720px){:root{--header-height:66px}.site-header{padding:0 18px}.brand{gap:9px;font-size:1.1rem}.brand img{width:34px;height:34px}nav{gap:14px;font-size:.88rem}nav a:first-child,.nav-action{display:none}.hero-section{padding:34px 18px 46px}h1{max-width:7.5em;font-size:clamp(3.25rem,15vw,4.2rem)}.lede{margin-top:20px;font-size:1.1rem}.hero-links{flex-direction:column;align-items:flex-start;margin-top:22px}.hero-form{margin-top:34px}.form-heading h2{font-size:1.2rem}.phone-stage{margin-top:8px}.phone{border-radius:38px;width:min(100%,338px);padding:8px}.phone-screen{border-radius:31px;min-height:640px;padding:22px 18px 24px}.phone-app-header{grid-template-columns:56px minmax(0,1fr);margin-top:34px}.phone-app-header img{width:56px;height:56px}.phone-app-header strong{font-size:1.28rem}.preview-row{grid-template-columns:44px minmax(0,1fr) auto;min-height:74px;padding:11px}.row-icon{width:44px;height:44px}.row-icon svg{width:25px;height:25px}.section-shell{padding:66px 18px}.section-lede h2{font-size:clamp(2.75rem,13vw,3.7rem)}.section-lede p{font-size:1.05rem}.privacy-point,.step{padding:26px 0}.faq-list summary{min-height:68px;padding:21px 38px 21px 0;font-size:1.08rem}.faq-list details p{padding-right:0}.resource-shell{padding-left:18px;padding-right:18px}.resource-hero h1{font-size:clamp(3rem,13vw,4.25rem)}.resource-band h2,.resource-cta h2{font-size:clamp(2.55rem,11vw,3.7rem)}.resource-actions{flex-direction:column;align-items:flex-start}.comparison-table{gap:0}.comparison-head{display:none}.comparison-row{grid-template-columns:minmax(0,1fr);gap:14px;padding:24px 0}.comparison-row div{gap:5px;display:grid}.comparison-row div:before{color:var(--faint);content:attr(data-label);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:840}}@media (max-width:430px){nav{gap:12px}h1{font-size:3.05rem}.section-lede h2{font-size:2.65rem}.phone{width:100%}.phone-screen{min-height:600px}.resource-proof dl div{grid-template-columns:minmax(0,1fr);gap:7px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
