:root{--bg:#fbfcf8;--ink:#13201b;--muted:#62706a;--line:#dfe7df;--green:#25b777;--green-dark:#087a51;--green-soft:#e8f8ef;--cream:#fff8ed;--white:#ffffff;--shadow:0 22px 60px rgba(16,40,30,0.12)}.cookieConsent{position:fixed;inset:0;z-index:10000;display:flex;align-items:flex-end;justify-content:center;padding:24px;background:rgba(15,23,42,.42);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cookieConsentCard{display:flex;width:min(100%,960px);align-items:center;justify-content:space-between;gap:32px;padding:24px;border:1px solid rgba(15,23,42,.1);border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(2,6,23,.25)}.cookieConsentCopy h2{margin:0 0 8px;color:#0f172a;font-size:1.2rem}.cookieConsentCopy p{max-width:620px;margin:0;color:#475569;line-height:1.6}.cookieConsentCopy a{color:#087a51;font-weight:700}.cookieConsentActions{display:flex;flex-shrink:0;gap:10px}.cookieButton{min-height:44px;padding:10px 18px;border:1px solid #087a51;border-radius:999px;font:inherit;font-weight:800;cursor:pointer}.cookieButtonPrimary{color:#fff;background:#087a51}.cookieButtonSecondary{color:#087a51;background:#fff}.cookieButton:hover{transform:translateY(-1px)}.cookieButton:focus-visible{outline:3px solid rgba(8,122,81,.3);outline-offset:2px}.footerCookieButton{display:block;padding:0;border:0;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer}@media (max-width:720px){.cookieConsent{padding:14px}.cookieConsentCard{align-items:stretch;flex-direction:column;gap:20px;padding:20px}.cookieConsentActions{flex-direction:column-reverse}.cookieButton{width:100%}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.downloadRedirect{display:grid;min-height:100dvh;place-items:center;padding:28px;background:radial-gradient(circle at 20% 12%,rgba(37,183,119,.2),transparent 32%),radial-gradient(circle at 88% 90%,rgba(255,209,146,.24),transparent 30%),var(--bg);text-align:center}.downloadRedirectCard{width:min(100%,430px);padding:46px 38px 40px;background:rgba(255,255,255,.84);border:1px solid rgba(223,231,223,.9);border-radius:28px;box-shadow:0 28px 70px rgba(16,40,30,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.downloadRedirectLogo{display:grid;width:92px;height:92px;margin:0 auto 24px;place-items:center;background:var(--white);border:1px solid var(--line);border-radius:25px;box-shadow:0 12px 28px rgba(16,40,30,.1)}.downloadRedirectLogo img{width:70px;height:70px;object-fit:contain}.downloadRedirectEyebrow{color:var(--green-dark);font-size:.74rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.downloadRedirect h1{max-width:330px;margin:13px auto 14px;color:var(--ink);font-size:clamp(1.75rem,5vw,2.3rem);line-height:1.08;letter-spacing:-.04em}.downloadRedirect p{max-width:330px;margin:0;color:var(--muted);font-size:1rem;line-height:1.65}.downloadRedirectStatus{display:inline-flex;align-items:center;gap:8px;margin-top:28px;padding:9px 12px;color:#516057;font-size:.78rem;font-weight:700;background:#f2f8f3;border-radius:999px}.downloadRedirectStatus span{width:8px;height:8px;background:var(--green);border-radius:50%;box-shadow:0 0 0 4px rgba(37,183,119,.14)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:64px;padding:7px 24px;background:rgba(251,252,248,.88);border-bottom:1px solid rgba(223,231,223,.72);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.logoLink{display:inline-flex;align-items:center;flex:0 0 auto}.siteHeader .logoLink img{object-fit:contain;border-radius:12px}.siteHeader nav{display:flex;align-items:center;justify-content:flex-end;gap:20px;color:#34453d;font-size:.94rem;font-weight:700}.siteHeader nav a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:8px 2px;transition:color .18s ease,transform .18s ease}.siteHeader nav a:after{position:absolute;right:2px;bottom:2px;left:2px;height:2px;content:"";background:var(--green);border-radius:999px;transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.siteHeader nav a:hover{color:var(--green-dark);transform:translateY(-2px)}.siteHeader nav a:hover:after{transform:scaleX(1)}.siteHeader nav .languageLink{display:inline-flex;align-items:center;justify-content:center;padding:4px 2px;font-size:1.25rem;line-height:1;cursor:pointer;list-style:none}.siteHeader nav .languageLink::-webkit-details-marker{display:none}.siteHeader nav .languageLink:after{display:none}.siteHeader nav .languageLink:hover{transform:translateY(-2px) scale(1.08)}.languageCurrentLabel{display:none}.languageMenu{position:relative}.languageMenuList{position:absolute;top:calc(100% + 10px);right:0;display:grid;min-width:180px;padding:9px;background:rgba(255,255,255,.98);border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 45px rgba(13,49,36,.16)}.siteHeader nav .languageOption{justify-content:flex-start;gap:10px;padding:10px 12px;white-space:nowrap;border-radius:10px}.siteHeader nav .languageOption:after{display:none}.siteHeader nav .languageOption:hover{background:var(--green-soft);transform:none}.mobileNav{display:none}.navCta{padding:11px 17px;color:#fff;background:var(--green-dark);border-radius:999px}.blogHero{position:relative;overflow:hidden;padding:88px 0 82px;color:#fff;background:radial-gradient(circle at 8% 12%,rgba(52,204,139,.24),transparent 30%),radial-gradient(circle at 94% 88%,rgba(208,181,118,.14),transparent 27%),linear-gradient(135deg,#092e22,#0b4934 54%,#123d31)}.blogHero:before{position:absolute;top:-110px;right:8%;width:310px;height:310px;content:"";border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 46px rgba(255,255,255,.025),0 0 0 92px rgba(255,255,255,.02)}.blogHeroGrid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-gap:72px;gap:72px;align-items:end}.blogHeroCopy{max-width:730px}.blogHero .sectionKicker{color:#80e0b2}.blogHeroEyebrow{margin:18px 0 0;color:rgba(255,255,255,.68);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.blogHero h1,.blogPostHero h1{max-width:850px;margin:16px 0;font-size:clamp(2.8rem,6vw,5.4rem);line-height:.98;letter-spacing:-.045em}.blogPostHero>div>p{max-width:720px;margin:0;color:var(--muted);font-size:1.16rem;line-height:1.7}.blogHeroCopy>p:not(.sectionKicker):not(.blogHeroEyebrow){max-width:680px;margin:0;color:rgba(255,255,255,.76);font-size:1.14rem;line-height:1.72}.blogHeroCta{display:inline-flex;gap:10px;align-items:center;margin-top:30px;padding:13px 18px;color:#0a4a34;font-weight:850;background:#eefaf3;border-radius:999px;transition:transform .18s ease,background .18s ease}.blogHeroCta:hover{background:#fff;transform:translateY(-2px)}.blogHeroTopics{padding:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:26px;box-shadow:0 24px 60px rgba(0,18,12,.2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.blogHeroTopics>p{margin:0 0 8px;color:rgba(255,255,255,.58);font-size:.75rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.blogHeroTopics a{display:grid;grid-template-columns:34px 1fr auto;grid-template-rows:auto auto;grid-gap:2px 10px;gap:2px 10px;align-items:center;padding:17px 4px;border-bottom:1px solid rgba(255,255,255,.12);transition:padding .18s ease,color .18s ease}.blogHeroTopics a:last-child{border-bottom:0}.blogHeroTopics a:hover{padding-left:10px;color:#8ce7ba}.blogHeroTopics a>span{grid-row:1/3;color:#6ed6a5;font-size:.74rem;font-weight:800}.blogHeroTopics strong{font-size:1.02rem}.blogHeroTopics small{color:rgba(255,255,255,.58);font-size:.8rem}.blogHeroTopics b{grid-column:3;grid-row:1/3;font-size:1.08rem}.blogPostHero{padding:92px 0 76px;background:radial-gradient(circle at 86% 6%,rgba(37,183,119,.18),transparent 28%),linear-gradient(180deg,#f5fbf7,#fbfcf8)}.blogPostHero>div{max-width:880px}.regionalHero{overflow:hidden;padding:82px 0 70px;background:linear-gradient(180deg,#f8fbf7,#ffffff)}.regionalHeroGrid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);grid-gap:52px;gap:52px;align-items:center}.regionalHeroCopy h1{max-width:760px;margin:14px 0 22px;color:#11231c;font-size:clamp(3.1rem,7vw,6.2rem);line-height:.92}.regionalHeroCopy p{max-width:680px;color:var(--muted);font-size:1.12rem;line-height:1.75}.regionalHeroVisual{position:relative;display:flex;align-items:center;justify-content:center;min-height:470px}.regionalHeroVisual:before{position:absolute;inset:15% 6% 8%;content:"";background:radial-gradient(circle,rgba(68,193,134,.24),rgba(68,193,134,0));filter:blur(14px)}.regionalHeroVisual img{position:relative;width:min(650px,112%);height:auto;filter:drop-shadow(0 24px 55px rgba(13,49,36,.16))}.regionalSection{background:#fff}.regionalGrid{display:grid;grid-template-columns:minmax(240px,.34fr) minmax(0,.66fr);grid-gap:42px;gap:42px;align-items:start}.regionalNote{position:-webkit-sticky;position:sticky;top:96px;padding:28px;background:var(--green-soft);border:1px solid rgba(18,61,49,.1);border-radius:8px}.regionTile svg,.regionalCard svg,.regionalNote svg{color:var(--green-dark)}.regionTile h2,.regionalAudienceCard h3,.regionalCard h3,.regionalNote h2{margin:12px 0 10px;color:#11231c}.regionTile p,.regionalAudienceCard p,.regionalCard p,.regionalNote p,.regionsIndexNote{color:var(--muted);line-height:1.7}.regionalSectionHeader{max-width:780px;margin-bottom:28px}.regionalSectionHeader h2{margin:12px 0 0;color:#11231c;font-size:clamp(2.1rem,4vw,3.6rem);line-height:1}.regionalAudienceGrid,.regionalCards,.regionsIndexGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.regionTile,.regionalAudienceCard,.regionalCard{padding:24px;background:#fff;border:1px solid rgba(18,61,49,.1);border-radius:8px;box-shadow:0 18px 42px rgba(13,49,36,.08)}.regionalAudienceSection,.regionalGuidanceSection,.regionsIndexSection{background:#f8fbf7}.regionalAudienceCard{display:flex;flex-direction:column}.regionalAudienceCard ul{display:grid;grid-gap:10px;gap:10px;padding:0;margin:18px 0 24px;list-style:none}.regionalAudienceCard li{display:flex;gap:9px;align-items:flex-start;color:#24382f;font-size:.92rem;font-weight:750;line-height:1.45}.regionalAudienceCard li svg{flex:0 0 auto;margin-top:2px;color:var(--green-dark)}.regionalAudienceCard .textLink{margin-top:auto}.regionalSeoCard h3{margin:0 0 16px;color:#11231c}.regionalMiniKeywords{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.regionalMiniKeywords li{display:inline-flex}.regionalMiniKeywords b{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;color:#173529;font-size:.88rem;font-weight:800;background:#eef8f1;border:1px solid rgba(18,61,49,.08);border-radius:999px}.regionalSeoGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.regionalSeoCard{display:flex;flex-direction:column;min-height:360px;padding:24px;background:#fff;border:1px solid rgba(18,61,49,.1);border-radius:8px;box-shadow:0 18px 42px rgba(13,49,36,.08)}.regionalSeoCard>span{color:var(--green-dark);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.regionalSeoCard p{color:var(--muted);line-height:1.7}.regionalMiniKeywords{margin-top:auto}.regionalMiniKeywords b{min-height:30px;font-size:.78rem}.regionalGuidanceGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.regionalGuidanceGrid article{padding:26px;background:#fff;border:1px solid rgba(18,61,49,.1);border-radius:8px;box-shadow:0 18px 42px rgba(13,49,36,.08)}.regionalGuidanceGrid svg{color:var(--green-dark)}.regionalGuidanceGrid h3{margin:14px 0 10px;color:#11231c}.regionalGuidanceGrid p{margin:0;color:var(--muted);line-height:1.7}.regionsIndexHero{padding:88px 0 58px;color:#fff;background:linear-gradient(135deg,#092e22,#0b4934 60%,#123d31)}.regionsIndexHero .sectionKicker{color:#8ce7ba}.regionsIndexHero h1{max-width:820px;margin:14px 0 18px;font-size:clamp(3.1rem,7vw,6rem);line-height:.94}.regionsIndexHero p{max-width:760px;color:rgba(255,255,255,.76);font-size:1.12rem;line-height:1.75}.regionTile{display:flex;flex-direction:column;min-height:290px;color:inherit;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.regionTile:hover{border-color:rgba(18,61,49,.22);box-shadow:0 24px 54px rgba(13,49,36,.12);transform:translateY(-4px)}.regionTile>span{margin-top:18px;color:var(--green-dark);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.regionTile b{display:inline-flex;gap:8px;align-items:center;margin-top:auto;color:var(--green-dark)}.regionsIndexNote{max-width:760px;margin:30px 0 0}.blogSection{padding-top:72px}.blogGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px}.blogCard{overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 30px rgba(16,40,30,.05);transition:transform .18s ease,box-shadow .18s ease}.blogCard:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.blogImage,.blogImagePlaceholder{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:linear-gradient(135deg,#dff4e8,#f5f0e6)}.blogCardBody{padding:24px}.blogMeta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:var(--muted);font-size:.84rem;font-weight:700}.blogMeta .blogCategory{padding:5px 9px;color:var(--green-dark);background:var(--green-soft);border-radius:999px}.blogAuthor{color:#52675e;font-weight:650}.blogCard h2{margin:16px 0 12px;font-size:1.45rem;line-height:1.2}.blogCard h2 a:hover,.textLink:hover{color:var(--green-dark)}.blogCard p{margin:0 0 20px;color:var(--muted);line-height:1.65}.backLink,.textLink{display:inline-flex;gap:8px;color:var(--green-dark);font-weight:800}.blogEmpty{padding:56px;color:var(--muted);text-align:center;background:var(--white);border:1px solid var(--line);border-radius:20px}.backLink{margin-bottom:34px}.blogPostHero .blogMeta{margin-bottom:18px}.blogPostImage{margin-top:48px}.blogPostImage .blogImage{overflow:hidden;border-radius:24px}.blogPostLayout{width:min(800px,calc(100% - 40px));padding:58px 0 100px}.blogProse{color:#34453d;font-size:1.1rem;line-height:1.8}.blogProse h2,.blogProse h3{margin:2.1em 0 .55em;color:var(--ink);line-height:1.16}.blogProse h2{font-size:2rem}.blogProse h3{font-size:1.45rem}.blogProse p{margin:0 0 1.25em}.blogProse li{margin:0 0 .5em 1.2em}.section{padding:104px 0}.whyHero{min-height:calc(100vh - 77px);padding-top:72px;background:#fbfcfd}.whyHeader{max-width:820px;margin:0 auto 68px;text-align:center}.whyHeader h1{margin:0 0 16px;font-size:clamp(2.4rem,4.5vw,4.2rem);line-height:1;letter-spacing:0}.whyHeader p{margin:0;color:var(--muted);font-size:1.13rem;font-weight:600;line-height:1.75}.whyGrid{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.15fr) minmax(280px,1fr);grid-gap:38px;gap:38px;align-items:center}.whyColumn{display:grid;grid-gap:48px;gap:48px}.whyFeature h2{margin:0;font-size:clamp(1.3rem,2vw,1.8rem);line-height:1.15}.whyFeature p{margin:18px 0 0;color:#66706b;font-size:1rem;line-height:1.7}.whyFeatureTitle{display:flex;align-items:center;gap:18px}.whyFeatureTitle svg{flex:0 0 auto;color:var(--green)}.whyColumnLeft{text-align:right}.whyColumnLeft .whyFeatureTitle{justify-content:flex-end}.whyPhones{align-self:center}.whyPhones picture{display:grid;width:100%;place-items:center}.whyPhones img{max-width:460px;filter:drop-shadow(0 24px 34px rgba(12,71,46,.14))}.soft{background:#f2f8f3}.hero{overflow:hidden;padding-top:74px;background:radial-gradient(circle at 20% 8%,rgba(37,183,119,.16),transparent 32%),linear-gradient(180deg,#fbfff9,#f4faf2)}.heroGrid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;grid-gap:54px;gap:54px}.heroCopy h1{max-width:620px;margin:22px 0 18px;font-size:clamp(3.4rem,8vw,6.8rem);line-height:.92;letter-spacing:0}.heroCopy p{max-width:610px;color:var(--muted);font-size:1.2rem;line-height:1.72}.eyebrow,.sectionKicker{display:inline-flex;align-items:center;gap:8px;color:var(--green-dark);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.sectionKicker.light{color:#c9ffe0}.storeRow{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:30px}.storeRow a{display:inline-flex;transition:transform .18s ease}.storeRow a:hover{transform:translateY(-2px)}.storeBadgeLink{display:inline-flex;align-items:center;transition:transform .18s ease}.storeBadgeLink:hover{transform:translateY(-2px)}.storeBadgeLink img{display:block;width:auto;height:64px;max-height:none}.storeBadgeLinkSpanish img{width:180px;height:64px}.heroMedia{position:relative;min-height:560px;display:grid;place-items:center}.heroMedia img{width:min(680px,100%);filter:drop-shadow(0 28px 42px rgba(5,71,45,.24))}.split{display:grid;grid-template-columns:minmax(0,.96fr) minmax(360px,1fr);grid-gap:64px;gap:64px;align-items:center}h2{margin:14px 0 16px;font-size:clamp(2.1rem,4vw,3.8rem);line-height:1.02;letter-spacing:0}h3,p{margin-top:0}.contactBand p,.greenBand p,.sectionHeader p,.sectionLead{color:var(--muted);font-size:1.08rem;line-height:1.75}.featureList{display:grid;grid-gap:18px;gap:18px;margin-top:34px}.featureItem{display:grid;grid-template-columns:48px 1fr;grid-gap:16px;gap:16px;padding:22px;background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:0 14px 32px rgba(16,40,30,.06)}.featureItem span{display:grid;width:48px;height:48px;place-items:center;color:#fff;background:var(--green);border-radius:50%}.audienceCard h3,.featureItem h3,.postCard h3{margin-bottom:8px;font-size:1.12rem}.audienceCard p,.featureItem p,.footer p,.postCard p{color:var(--muted);line-height:1.68}.footerLogo{width:76px;height:76px;object-fit:contain}.phonePanel{padding:22px;background:linear-gradient(145deg,#ffffff,#e9f8ef);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.sectionHeader{max-width:780px;margin-bottom:42px}.sectionHeader.narrow{max-width:690px;margin-right:auto;margin-left:auto;text-align:center}.audienceGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.audienceCard{min-height:320px;padding:32px;background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 38px rgba(12,33,24,.06)}.audienceCard.linked{display:grid;align-content:start;transition:transform .18s ease,box-shadow .18s ease}.audienceCard.linked:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.audienceCard.linked svg{color:var(--green-dark);margin-bottom:20px}.audienceCard.linked span{display:inline-flex;align-items:center;gap:8px;margin-top:10px;color:var(--green-dark);font-weight:900}.profileSection{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 14% 88%,rgba(91,222,151,.13),transparent 29%),#073f2d}.profileSection:before{position:absolute;top:-180px;right:-120px;width:440px;height:440px;content:"";border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}.profileSection .container{position:relative;z-index:1}.profileSectionHeader{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);grid-gap:70px;gap:70px;align-items:end;margin-bottom:52px}.profileSectionHeader h2{max-width:650px;margin:22px 0;font-size:clamp(2.8rem,5vw,5.2rem);line-height:.96}.profileSectionHeader p{max-width:600px;margin:0;color:rgba(255,255,255,.68);font-size:1.12rem;line-height:1.75}.profileCards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.profileCard{position:relative;display:grid;grid-template-rows:auto 190px 1fr;min-height:570px;color:var(--ink);background:linear-gradient(180deg,#ffffff,#fbfefc);border:1px solid rgba(255,255,255,.3);border-radius:22px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.profileCard:hover{transform:translateY(-8px);box-shadow:0 28px 60px rgba(0,19,12,.32);border-color:rgba(139,240,184,.74)}.profileCardTop{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;padding:25px 26px 0;color:var(--green-dark)}.profileNumber{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;color:#216748;background:#e4f8eb;border-radius:999px;font-size:.75rem;font-weight:900;letter-spacing:.12em}.profileCardVisual{display:grid;place-items:center;margin:18px 26px 0;background:linear-gradient(135deg,#d5f6e2,#a7e8c2);border-radius:16px}.profileCard-lawyers .profileCardVisual{background:linear-gradient(135deg,#bde7c9,#5bb47a)}.profileCard-students .profileCardVisual{background:linear-gradient(135deg,#e5f6d1,#bce68c)}.profileCardVisual img{width:112px;height:112px;position:relative;z-index:1;object-fit:contain;filter:drop-shadow(0 13px 12px rgba(12,75,43,.15));transition:transform .22s ease,filter .22s ease}.profileCard:hover .profileCardVisual img{transform:scale(1.08) rotate(-2deg);filter:drop-shadow(0 18px 15px rgba(12,75,43,.2))}.profileCardCopy{display:flex;flex-direction:column;padding:28px 26px 25px}.profileCardCopy h3{margin-bottom:11px;font-size:1.75rem;letter-spacing:-.035em}.profileCardCopy p{display:-webkit-box;margin-bottom:20px;overflow:hidden;color:var(--muted);line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.profileCardFeatures{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px;padding:0;list-style:none}.profileCardFeatures li{display:inline-flex;align-items:center;padding:7px 10px;color:#1b6242;background:#edf9f1;border:1px solid #d7f1e1;border-radius:999px;font-size:.76rem;font-weight:800;line-height:1.15}.profileCardLink{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:17px;color:var(--green-dark);border-top:1px solid #dceee2;font-size:.9rem;font-weight:900}.profileCardLink svg{flex:0 0 auto;transition:transform .18s ease}.profileCard:hover .profileCardLink svg{transform:translateX(5px)}.audienceCard img{width:74px;height:74px;object-fit:contain;margin-bottom:26px}.contactBand,.greenBand{color:#fff;background:linear-gradient(120deg,rgba(1,73,46,.92),rgba(16,140,82,.92)),url(https://legal-assistant-ai.com/wp-content/uploads/2026/02/fondoai-scaled.jpg);background-position:50%;background-size:cover}.contactBand h2,.greenBand h2{max-width:620px}.contactBand p,.greenBand p{color:rgba(255,255,255,.82)}.contactGrid,.coverageGrid,.faqGrid,.statsGrid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);grid-gap:48px;gap:48px;align-items:center}.textButton{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-weight:900}.areaCloud{display:flex;flex-wrap:wrap;gap:12px}.areaCloud span{padding:12px 16px;color:#053321;background:rgba(255,255,255,.9);border-radius:999px;font-size:.94rem;font-weight:800}.statsSection{padding:72px 0}.branches{display:grid;place-items:center}.branches img{max-height:620px;object-fit:contain}.statsPanel{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.productShowcase{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 34%,rgba(65,213,145,.18),transparent 28%),linear-gradient(135deg,#061d15,#073d2c 56%,#07553a)}.productShowcase:before{position:absolute;inset:0;content:"";background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:52px 52px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 78%);mask-image:linear-gradient(180deg,#000,transparent 78%)}.productShowcase .container{position:relative;z-index:1}.showcaseGrid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);grid-gap:70px;gap:70px;align-items:center}.showcaseCopy h2{max-width:650px;margin:22px 0;font-size:clamp(2.8rem,5vw,5.2rem);line-height:.96}.showcaseCopy>p{max-width:600px;margin-bottom:0;color:rgba(255,255,255,.68);font-size:1.12rem;line-height:1.75}.showcaseKicker{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;color:#baf6d5;background:rgba(129,236,180,.1);border:1px solid rgba(167,244,203,.18);border-radius:999px;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.showcaseVisual{position:relative;min-height:570px;display:grid;place-items:center}.showcaseGlow{position:absolute;width:88%;aspect-ratio:1;background:linear-gradient(145deg,#d7ffea,#70dda8);border-radius:46% 54% 62% 38%/45% 42% 58% 55%;box-shadow:0 50px 100px rgba(0,0,0,.25),inset 0 1px rgba(255,255,255,.72);transform:rotate(-7deg)}.showcasePhones{position:relative;z-index:1;width:min(650px,112%);max-width:none;filter:drop-shadow(0 35px 35px rgba(0,24,15,.34));transform:translateX(-2%)}.showcaseBadge{position:absolute;right:0;bottom:62px;z-index:2;display:flex;align-items:center;gap:12px;padding:15px 18px;color:#08271c;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.8);border-radius:14px;box-shadow:0 18px 40px rgba(0,26,17,.24)}.showcaseBadge svg{color:#f0a928}.showcaseBadge span,.showcaseBadge strong{display:block}.showcaseBadge strong{font-size:1.15rem}.showcaseBadge span{margin-top:2px;color:#66706b;font-size:.72rem;font-weight:700}.showcaseStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:56px;overflow:hidden;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.showcaseStat{display:grid;grid-template-columns:auto 1fr;grid-gap:3px 12px;gap:3px 12px;align-items:center;min-height:116px;padding:24px;border-right:1px solid rgba(255,255,255,.1)}.showcaseStat:last-child{border-right:0}.showcaseStat svg{grid-row:1/span 2;color:#79e1ae}.showcaseStat strong{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1}.showcaseStat span{color:rgba(255,255,255,.56);font-size:.8rem;font-weight:700}.screensGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.screensGrid img{width:100%;aspect-ratio:.493;object-fit:cover;object-position:top;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 42px rgba(12,33,24,.11)}.appScreensSection{overflow:hidden;background:radial-gradient(circle at 50% 0,rgba(47,184,119,.14),transparent 38%),#fff}.appScreensHeader{max-width:720px;margin:0 auto 44px;text-align:center}.appScreensHeader h2{margin:14px 0 16px;font-size:clamp(2.4rem,5vw,4.3rem);line-height:1;letter-spacing:-.045em}.appScreensHeader p{margin:0;color:var(--muted);font-size:1.07rem;line-height:1.7}.appScreensCarousel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:center}.screenCarouselViewport{overflow:hidden;padding:18px 0}.screenCarouselTrack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px;align-items:center;width:min(100%,840px);margin:0 auto}.screenCarouselSlide{overflow:hidden;background:#edf4ef;border:1px solid rgba(12,68,43,.12);border-radius:22px;box-shadow:0 18px 42px rgba(6,55,36,.14);transition:transform .22s ease,opacity .22s ease}.screenCarouselSlide img{display:block;width:100%;height:auto}.screenCarouselSlide-0,.screenCarouselSlide-2{opacity:.58;transform:scale(.88)}.screenCarouselSlide-1{position:relative;z-index:1;transform:scale(1.04)}.screenCarouselButton{display:grid;width:52px;height:52px;place-items:center;color:var(--green-dark);background:#fff;border:1px solid var(--line);border-radius:50%;box-shadow:0 10px 24px rgba(6,55,36,.1);cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.screenCarouselButton:hover{color:#fff;background:var(--green-dark);transform:translateY(-2px)}.screenCarouselDots{display:flex;justify-content:center;gap:7px;margin-top:30px}.screenCarouselDots span{width:7px;height:7px;background:#c8d5cd;border-radius:999px;transition:width .18s ease,background .18s ease}.screenCarouselDots .isActive{width:26px;background:var(--green-dark)}.faqSection{position:relative;overflow:hidden;background:#f5f8f4}.faqSection:before{position:absolute;top:90px;left:-180px;width:420px;height:420px;content:"";background:rgba(37,183,119,.08);border-radius:50%;filter:blur(4px)}.faqShowcase{position:relative;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);grid-gap:80px;gap:80px;align-items:start}.faqIntro{position:-webkit-sticky;position:sticky;top:110px}.faqIntro h2{max-width:560px;margin:22px 0;font-size:clamp(2.8rem,5vw,5.2rem);line-height:.96}.faqIntro>p{max-width:520px;margin:0;color:var(--muted);font-size:1.12rem;line-height:1.75}.faqAccordion{display:grid;border-top:1px solid #ccd9d1}.faqItem{background:transparent;border-bottom:1px solid #ccd9d1}.faqItem summary{display:grid;grid-template-columns:42px minmax(0,1fr) 34px;grid-gap:18px;gap:18px;align-items:center;min-height:92px;padding:22px 0;cursor:pointer;color:var(--ink);font-size:1.08rem;font-weight:850;list-style:none}.faqItem summary::-webkit-details-marker{display:none}.faqNumber{color:var(--green-dark);font-size:.73rem;font-weight:900;letter-spacing:.12em}.faqToggle{position:relative;display:block;width:34px;height:34px;background:#fff;border:1px solid var(--line);border-radius:50%;transition:background .18s ease,transform .18s ease}.faqToggle:after,.faqToggle:before{position:absolute;top:50%;left:50%;width:12px;height:2px;content:"";background:var(--green-dark);border-radius:999px;transform:translate(-50%,-50%)}.faqToggle:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .18s ease}.faqItem[open] .faqToggle{background:var(--green-soft);transform:rotate(180deg)}.faqItem[open] .faqToggle:after{transform:translate(-50%,-50%) rotate(0)}.faqAnswer{display:grid;grid-template-columns:42px minmax(0,1fr) 34px;grid-gap:18px;gap:18px;padding-bottom:28px}.faqAnswer p{grid-column:2;max-width:680px;margin:0;color:var(--muted);line-height:1.78}.postGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.postCard{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 38px rgba(12,33,24,.07)}.postCard img{width:100%;aspect-ratio:1.64;object-fit:cover}.postCard div{padding:24px}.postCard span{display:inline-flex;margin-bottom:14px;color:var(--green-dark);font-size:.78rem;font-weight:900;text-transform:uppercase}.postCard small{color:#7c8a84;font-weight:700}.contactCard{display:grid;grid-gap:12px;gap:12px;padding:34px;color:var(--ink);background:rgba(255,255,255,.93);border-radius:8px;box-shadow:var(--shadow)}.contactCard svg{color:var(--green-dark)}.contactCard strong{font-size:clamp(1.1rem,2vw,1.8rem);overflow-wrap:anywhere}.contactCard span{color:var(--muted);font-weight:700}.contactHero{padding:104px 0 76px;color:#fff;background:radial-gradient(circle at 80% 22%,rgba(79,217,151,.22),transparent 28%),linear-gradient(135deg,#062b1e,#08714a)}.contactHeroGrid,.contactPageGrid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);grid-gap:48px;gap:48px;align-items:center}.contactHero h1{max-width:660px;margin:14px 0 18px;font-size:clamp(2.9rem,6vw,5.5rem);line-height:.98;letter-spacing:-.045em}.contactHero p{max-width:610px;margin-bottom:0;color:rgba(255,255,255,.84);font-size:1.12rem;line-height:1.75}.contactEmailCard,.contactForm,.downloadCard{border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.contactEmailCard{display:grid;grid-gap:9px;gap:9px;padding:32px;color:var(--ink);background:#fff}.contactEmailCard svg{color:var(--green-dark)}.contactEmailCard span,.contactFormNote{color:var(--muted);font-size:.92rem;line-height:1.55}.contactEmailCard a{color:var(--green-dark);font-size:clamp(1.05rem,2vw,1.4rem);font-weight:900;overflow-wrap:anywhere}.contactPageSection{background:#f5faf6}.contactPageGrid{align-items:stretch}.contactForm,.downloadCard{padding:clamp(26px,4vw,42px);background:#fff}.contactForm{display:grid;grid-gap:18px;gap:18px}.contactForm h2,.downloadCard h2{margin-bottom:4px;font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.08}.contactForm label{display:grid;grid-gap:8px;gap:8px;color:var(--ink);font-size:.9rem;font-weight:800}.contactForm input,.contactForm textarea{width:100%;padding:13px 14px;color:var(--ink);border:1px solid #cfdcd4;border-radius:10px;background:#fff;font:inherit;font-weight:500;outline:none;resize:vertical}.contactForm input:focus,.contactForm textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(36,160,107,.14)}.contactForm .primaryButton{justify-content:center;border:0;cursor:pointer}.contactFormNote{margin:-4px 0 0}.downloadCard{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:radial-gradient(circle at 85% 8%,rgba(93,214,151,.21),transparent 34%),linear-gradient(145deg,#063a28,#075b3d);border-color:rgba(255,255,255,.12);color:#fff}.downloadCard>img{margin-bottom:28px}.downloadCard p{max-width:440px;color:rgba(255,255,255,.8);line-height:1.7}.downloadActions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.footer{padding:62px 0 26px;background:#101b17;color:#fff}.audienceHero{background:radial-gradient(circle at 80% 16%,rgba(37,183,119,.18),transparent 30%),linear-gradient(180deg,#fbfff9,#f2f8f3)}.audienceHero h1{margin:14px 0 18px;font-size:clamp(2.8rem,6vw,5.8rem);line-height:.96;letter-spacing:0}.individualsHero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 76% 44%,rgba(78,220,153,.22),transparent 23%),linear-gradient(135deg,#042d1f,#075a3d 55%,#0a8051)}.individualsHeroGrid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);grid-gap:58px;gap:58px;align-items:center}.individualsHeroCopy h1{max-width:700px;margin:16px 0 20px;font-size:clamp(3rem,6vw,5.8rem);line-height:.96;letter-spacing:-.052em}.individualsHeroCopy>p{max-width:620px;margin-bottom:0;color:rgba(255,255,255,.84);font-size:1.12rem;line-height:1.72}.individualsHeroNote{display:inline-flex;align-items:center;gap:9px;margin-top:26px;color:#d6fbe4;font-size:.93rem;font-weight:800}.individualsHeroNote svg{color:#8bf0b8}.individualsHeroCopy .buttonRow{margin-top:26px}.individualsHeroVisual{position:relative;display:grid;min-height:650px;place-items:center}.individualsHeroGlow{position:absolute;width:min(480px,95%);aspect-ratio:1;background:rgba(117,233,172,.2);border-radius:50%;filter:blur(36px)}.individualsHeroScreen{position:relative;z-index:1;width:min(300px,70%);height:auto;border:7px solid #101d17;border-radius:34px;box-shadow:0 28px 64px rgba(0,0,0,.28)}.individualsHeroPerson{position:absolute;z-index:2;top:12%;left:2%;width:120px;height:120px;padding:17px;object-fit:contain;background:#c8f8db;border-radius:22px;box-shadow:0 16px 34px rgba(0,0,0,.2)}.individualsFeaturesSection{background:#f7fbf8}.individualsSectionHeader{max-width:760px;margin:0 auto 62px;text-align:center}.individualsFinalCard h2,.individualsSectionHeader h2,.individualsSituations h2{margin:14px 0 16px;font-size:clamp(2.45rem,5vw,4.3rem);line-height:1;letter-spacing:-.045em}.individualsSectionHeader p{margin:0;color:var(--muted);font-size:1.08rem;line-height:1.72}.individualsFeatureStack{display:grid;grid-gap:44px;gap:44px}.individualsFeature{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.62fr);grid-gap:62px;gap:62px;align-items:center;min-height:500px;padding:clamp(28px,5vw,62px);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 18px 48px rgba(6,55,36,.08)}.individualsFeature.isReversed{grid-template-columns:minmax(260px,.62fr) minmax(0,1fr)}.individualsFeature.isReversed .individualsFeatureCopy{grid-column:2;grid-row:1}.individualsFeature.isReversed .individualsFeatureScreen{grid-column:1;grid-row:1}.individualsFeatureCopy{position:relative;max-width:630px}.individualsFeatureIcon{display:grid;width:52px;height:52px;place-items:center;color:var(--green-dark);background:var(--green-soft);border-radius:16px}.individualsFeatureNumber{position:absolute;top:10px;left:72px;color:var(--muted);font-size:.75rem;font-weight:900;letter-spacing:.14em}.individualsFeature h3{max-width:560px;margin:26px 0 16px;color:var(--ink);font-size:clamp(1.75rem,3vw,2.7rem);line-height:1.06;letter-spacing:-.035em}.individualsFeatureCopy>p{margin:0;color:var(--muted);font-size:1.02rem;line-height:1.75}.individualsFeatureBenefit{display:flex;gap:10px;align-items:flex-start;margin-top:22px;color:var(--green-dark);font-size:.92rem;font-weight:800;line-height:1.55}.individualsFeatureBenefit svg{flex:0 0 auto;margin-top:2px}.individualsFeatureScreen{position:relative;display:grid;place-items:center;min-height:400px}.individualsFeatureScreen:before{position:absolute;width:min(330px,100%);aspect-ratio:1;content:"";background:#ddf7e7;border-radius:50%}.individualsFeatureScreen img{position:relative;width:min(235px,75%);height:auto;border:6px solid #15251c;border-radius:27px;box-shadow:0 24px 50px rgba(6,55,36,.2)}.individualsSituations{color:#fff;background:radial-gradient(circle at 72% 38%,rgba(104,235,171,.18),transparent 30%),linear-gradient(135deg,#063525,#074c34)}.individualsSituationsGrid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:64px;gap:64px;align-items:center}.individualsSituations h2{max-width:550px;margin-bottom:0}.individualsSituationList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.individualsSituationList span{display:flex;align-items:center;min-height:64px;padding:13px 16px;color:rgba(255,255,255,.9);background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:14px;font-weight:800;cursor:default;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.individualsSituationList span:hover{transform:translateY(-4px);background:rgba(157,243,196,.2);border-color:rgba(157,243,196,.62);box-shadow:0 12px 24px rgba(0,17,10,.24)}.individualsFinalSection{background:#f7fbf8}.individualsFinalCard{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:clamp(30px,5vw,58px);overflow:hidden;color:#fff;background:radial-gradient(circle at 85% 22%,rgba(99,234,166,.25),transparent 26%),linear-gradient(135deg,#053726,#067148);border-radius:28px}.individualsFinalCard h2{max-width:590px}.individualsFinalCard p{max-width:570px;margin:0;color:rgba(255,255,255,.8);font-size:1.04rem;line-height:1.7}.individualsFinalCard .buttonRow{flex:0 0 auto;margin:0}.lawyersHero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 76% 44%,rgba(111,231,174,.25),transparent 24%),linear-gradient(135deg,#042d1f,#075a3d 55%,#0a8051)}.lawyersHeroGrid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);grid-gap:58px;gap:58px;align-items:center}.lawyersHeroCopy h1{max-width:720px;margin:16px 0 20px;font-size:clamp(3rem,6vw,5.8rem);line-height:.96;letter-spacing:-.052em}.lawyersHeroCopy>p{max-width:640px;margin-bottom:0;color:rgba(255,255,255,.84);font-size:1.12rem;line-height:1.72}.lawyersHeroNote{display:inline-flex;align-items:center;gap:9px;margin-top:26px;color:#d6fbe4;font-size:.93rem;font-weight:800}.lawyersHeroNote svg{color:#8bf0b8}.lawyersHeroCopy .buttonRow{margin-top:26px}.lawyersFeatureScreen,.lawyersHeroVisual{position:relative;display:grid;place-items:center}.lawyersHeroVisual{min-height:650px}.lawyersHeroGlow{position:absolute;width:min(480px,95%);aspect-ratio:1;background:rgba(117,233,172,.2);border-radius:50%;filter:blur(36px)}.lawyersHeroScreen{position:relative;z-index:1;width:min(300px,70%);height:auto;border:7px solid #101d17;border-radius:34px;box-shadow:0 28px 64px rgba(0,0,0,.3)}.lawyersFeaturesSection,.lawyersFinalSection{background:#f7fbf8}.lawyersSectionHeader{max-width:760px;margin:0 auto 62px;text-align:center}.lawyersFinalCard h2,.lawyersMatters h2,.lawyersSectionHeader h2{margin:14px 0 16px;font-size:clamp(2.45rem,5vw,4.3rem);line-height:1;letter-spacing:-.045em}.lawyersSectionHeader p{margin:0;color:var(--muted);font-size:1.08rem;line-height:1.72}.lawyersFeatureStack{display:grid;grid-gap:44px;gap:44px}.lawyersFeature{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.62fr);grid-gap:62px;gap:62px;align-items:center;min-height:500px;padding:clamp(28px,5vw,62px);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 18px 48px rgba(6,55,36,.08)}.lawyersFeature.isReversed{grid-template-columns:minmax(260px,.62fr) minmax(0,1fr)}.lawyersFeature.isReversed .lawyersFeatureCopy{grid-column:2;grid-row:1}.lawyersFeature.isReversed .lawyersFeatureScreen{grid-column:1;grid-row:1}.lawyersFeatureCopy{position:relative;max-width:630px}.lawyersFeatureIcon{display:grid;width:52px;height:52px;place-items:center;color:var(--green-dark);background:var(--green-soft);border-radius:16px}.lawyersFeatureNumber{position:absolute;top:10px;left:72px;color:var(--muted);font-size:.75rem;font-weight:900;letter-spacing:.14em}.lawyersFeature h3{max-width:560px;margin:26px 0 16px;color:var(--ink);font-size:clamp(1.75rem,3vw,2.7rem);line-height:1.06;letter-spacing:-.035em}.lawyersFeatureCopy>p{margin:0;color:var(--muted);font-size:1.02rem;line-height:1.75}.lawyersFeatureBenefit{display:flex;gap:10px;align-items:flex-start;margin-top:22px;color:var(--green-dark);font-size:.92rem;font-weight:800;line-height:1.55}.lawyersFeatureBenefit svg{flex:0 0 auto;margin-top:2px}.lawyersFeatureScreen{min-height:400px}.lawyersFeatureScreen:before{position:absolute;width:min(330px,100%);aspect-ratio:1;content:"";background:#ddf7e7;border-radius:50%}.lawyersFeatureScreen img{position:relative;width:min(235px,75%);height:auto;border:6px solid #15251c;border-radius:27px;box-shadow:0 24px 50px rgba(6,55,36,.2)}.lawyersMatters{color:#fff;background:radial-gradient(circle at 72% 38%,rgba(104,235,171,.18),transparent 30%),linear-gradient(135deg,#063525,#074c34)}.lawyersMattersGrid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:64px;gap:64px;align-items:center}.lawyersMatters h2{max-width:580px;margin-bottom:0}.lawyersMatterList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.lawyersMatterList span{display:flex;align-items:center;min-height:64px;padding:13px 16px;color:rgba(255,255,255,.9);background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:14px;font-weight:800;cursor:default;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.lawyersMatterList span:hover{transform:translateY(-4px);background:rgba(157,243,196,.2);border-color:rgba(157,243,196,.62);box-shadow:0 12px 24px rgba(0,17,10,.24)}.lawyersFinalCard{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:clamp(30px,5vw,58px);overflow:hidden;color:#fff;background:radial-gradient(circle at 85% 22%,rgba(99,234,166,.25),transparent 26%),linear-gradient(135deg,#053726,#067148);border-radius:28px}.lawyersFinalCard h2{max-width:620px}.lawyersFinalCard p{max-width:570px;margin:0;color:rgba(255,255,255,.8);font-size:1.04rem;line-height:1.7}.lawyersFinalCard .buttonRow{flex:0 0 auto;margin:0}.studentsHero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 76% 44%,rgba(191,239,120,.2),transparent 24%),linear-gradient(135deg,#123c29,#17623e 55%,#43813d)}.studentsHeroGrid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);grid-gap:58px;gap:58px;align-items:center}.studentsHeroCopy h1{max-width:720px;margin:16px 0 20px;font-size:clamp(3rem,6vw,5.8rem);line-height:.96;letter-spacing:-.052em}.studentsHeroCopy>p{max-width:640px;margin-bottom:0;color:rgba(255,255,255,.84);font-size:1.12rem;line-height:1.72}.studentsHeroNote{display:inline-flex;align-items:center;gap:9px;margin-top:26px;color:#e6f9ce;font-size:.93rem;font-weight:800}.studentsHeroNote svg{color:#c4ed87}.studentsHeroCopy .buttonRow{margin-top:26px}.studentsFeatureScreen,.studentsHeroVisual{position:relative;display:grid;place-items:center}.studentsHeroVisual{min-height:650px}.studentsHeroGlow{position:absolute;width:min(480px,95%);aspect-ratio:1;background:rgba(190,237,119,.2);border-radius:50%;filter:blur(36px)}.studentsHeroScreen{position:relative;z-index:1;width:min(300px,70%);height:auto;border:7px solid #15251c;border-radius:34px;box-shadow:0 28px 64px rgba(0,0,0,.3)}.studentsFeaturesSection,.studentsFinalSection{background:#f9fcf4}.studentsSectionHeader{max-width:760px;margin:0 auto 62px;text-align:center}.studentsFinalCard h2,.studentsGoals h2,.studentsSectionHeader h2{margin:14px 0 16px;font-size:clamp(2.45rem,5vw,4.3rem);line-height:1;letter-spacing:-.045em}.studentsSectionHeader p{margin:0;color:var(--muted);font-size:1.08rem;line-height:1.72}.studentsFeatureStack{display:grid;grid-gap:44px;gap:44px}.studentsFeature{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.62fr);grid-gap:62px;gap:62px;align-items:center;min-height:500px;padding:clamp(28px,5vw,62px);overflow:hidden;background:#fff;border:1px solid #e2edd8;border-radius:28px;box-shadow:0 18px 48px rgba(42,86,25,.08)}.studentsFeature.isReversed{grid-template-columns:minmax(260px,.62fr) minmax(0,1fr)}.studentsFeature.isReversed .studentsFeatureCopy{grid-column:2;grid-row:1}.studentsFeature.isReversed .studentsFeatureScreen{grid-column:1;grid-row:1}.studentsFeatureCopy{position:relative;max-width:630px}.studentsFeatureIcon{display:grid;width:52px;height:52px;place-items:center;color:#376f30;background:#edf8de;border-radius:16px}.studentsFeatureNumber{position:absolute;top:10px;left:72px;color:#617552;font-size:.75rem;font-weight:900;letter-spacing:.14em}.studentsFeature h3{max-width:560px;margin:26px 0 16px;color:var(--ink);font-size:clamp(1.75rem,3vw,2.7rem);line-height:1.06;letter-spacing:-.035em}.studentsFeatureCopy>p{margin:0;color:var(--muted);font-size:1.02rem;line-height:1.75}.studentsFeatureBenefit{display:flex;gap:10px;align-items:flex-start;margin-top:22px;color:#376f30;font-size:.92rem;font-weight:800;line-height:1.55}.studentsFeatureBenefit svg{flex:0 0 auto;margin-top:2px}.studentsFeatureScreen{min-height:400px}.studentsFeatureScreen:before{position:absolute;width:min(330px,100%);aspect-ratio:1;content:"";background:#edf8de;border-radius:50%}.studentsFeatureScreen img{position:relative;width:min(235px,75%);height:auto;border:6px solid #1d2c1c;border-radius:27px;box-shadow:0 24px 50px rgba(42,86,25,.2)}.studentsFeatureScreen.hasMultiple{display:flex;align-items:center;justify-content:center}.studentsFeatureScreen.hasMultiple img{width:min(150px,44%);margin-left:-34px}.studentsFeatureScreen.hasMultiple img:first-child{z-index:1;margin-left:0;transform:translateY(14px) rotate(-6deg)}.studentsFeatureScreen.hasMultiple img:nth-child(2){z-index:2;transform:translateY(-12px)}.studentsFeatureScreen.hasMultiple img:nth-child(3){z-index:3;transform:translateY(14px) rotate(6deg)}.studentsGoals{color:#fff;background:radial-gradient(circle at 72% 38%,rgba(189,235,117,.18),transparent 30%),linear-gradient(135deg,#123d29,#356f38)}.studentsGoalsGrid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:64px;gap:64px;align-items:center}.studentsGoals h2{max-width:580px;margin-bottom:0}.studentsGoalList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.studentsGoalList span{display:flex;align-items:center;min-height:64px;padding:13px 16px;color:rgba(255,255,255,.9);background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:14px;font-weight:800;cursor:default;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.studentsGoalList span:hover{transform:translateY(-4px);background:rgba(203,241,149,.2);border-color:rgba(203,241,149,.62);box-shadow:0 12px 24px rgba(0,17,10,.24)}.studentsFinalCard{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:clamp(30px,5vw,58px);overflow:hidden;color:#fff;background:radial-gradient(circle at 85% 22%,rgba(196,239,130,.24),transparent 26%),linear-gradient(135deg,#19422c,#4b863e);border-radius:28px}.studentsFinalCard h2{max-width:620px}.studentsFinalCard p{max-width:570px;margin:0;color:rgba(255,255,255,.8);font-size:1.04rem;line-height:1.7}.studentsFinalCard .buttonRow{flex:0 0 auto;margin:0}.audienceHero p{max-width:660px;color:var(--muted);font-size:1.16rem;line-height:1.75}.buttonRow{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.primaryButton,.secondaryButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border-radius:999px;font-weight:900}.primaryButton{color:#fff;background:var(--green-dark)}.secondaryButton{color:var(--green-dark);background:#fff;border:1px solid var(--line)}.profileVisual{position:relative;min-height:520px;display:grid;place-items:center}.profileVisual img:first-child{position:absolute;top:20px;left:10px;width:138px;height:138px;padding:24px;background:#fff;border:1px solid var(--line)}.profileVisual img:first-child,.profileVisual img:last-child{object-fit:contain;border-radius:8px;box-shadow:var(--shadow)}.profileVisual img:last-child{max-height:520px}.detailGrid{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);grid-gap:42px;gap:42px;align-items:start}blockquote{margin:0;padding:34px;color:#fff;background:var(--green-dark);border-radius:8px;font-size:clamp(1.7rem,3vw,2.7rem);line-height:1.08;font-weight:900}.legalHero{padding:48px 0;color:#fff;background:linear-gradient(120deg,#063b2a,#0f8c57)}.legalHero h1{max-width:880px;margin:0 auto;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1;letter-spacing:0;text-align:center}.legalContentSection{padding-top:56px}.legalDocument{padding:34px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.legalDocument li,.legalDocument p{color:#334155}.legalDocument a{color:var(--green-dark);font-weight:800}.legalDocument [style*="color: #22a06b"]{color:var(--green-dark)!important}.compact{margin-top:18px}.footerGrid{display:grid;grid-template-columns:minmax(0,1.4fr) 1fr 1fr;grid-gap:36px;gap:36px;text-align:center}.footerGrid>div{display:flex;flex-direction:column;align-items:center}.footer h2{margin-bottom:16px;font-size:.9rem;text-transform:uppercase}.footer a{display:block;width:-moz-fit-content;width:fit-content;margin:10px auto;color:rgba(255,255,255,.72)}.footerGrid>div:not(:first-child)>:is(a,.footerCookieButton){position:relative;display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:6px 10px 8px;margin:2px auto;border:0;border-radius:8px;color:rgba(255,255,255,.72);background:transparent;font:inherit;cursor:pointer;transition:color .18s ease,background-color .18s ease,transform .18s ease}.footerGrid>div:not(:first-child)>:is(a,.footerCookieButton):after{position:absolute;right:10px;bottom:4px;left:10px;height:2px;content:"";background:#72e4a0;border-radius:999px;transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.footerGrid>div:not(:first-child)>:is(a,.footerCookieButton):focus-visible,.footerGrid>div:not(:first-child)>:is(a,.footerCookieButton):hover{color:#b9f6d0;background:rgba(82,201,132,.13);transform:translateY(-2px)}.footerGrid>div:not(:first-child)>:is(a,.footerCookieButton):focus-visible:after,.footerGrid>div:not(:first-child)>:is(a,.footerCookieButton):hover:after{transform:scaleX(1)}.footer p{max-width:440px;margin:18px auto 0;color:rgba(255,255,255,.68)}.footer .storeRow{justify-content:center}.socialLinks{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.footer .socialLink,.socialLinks{align-items:center;justify-content:center}.footer .socialLink{display:inline-flex;margin:0;color:rgba(255,255,255,.76);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);border-radius:50%;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}.footer .socialLink:hover{color:#fff;background:rgba(37,183,119,.2);border-color:rgba(121,225,174,.42)}.socialLink svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.socialLink .socialIconFill{fill:currentColor;stroke:none}.copyright{width:min(1160px,calc(100% - 40px));margin:38px auto 0;padding-top:20px;text-align:center;color:rgba(255,255,255,.54);border-top:1px solid rgba(255,255,255,.12);font-size:.88rem}@media (max-width:980px){.blogHeroGrid{grid-template-columns:1fr;gap:42px;align-items:start}.blogHeroTopics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.blogHeroTopics>p{grid-column:1/-1}.blogHeroTopics a{grid-template-columns:28px 1fr auto;border-right:1px solid rgba(255,255,255,.12);border-bottom:0}.blogHeroTopics a:last-child{border-right:0}.siteHeader{gap:18px;padding:7px 18px}.siteHeader nav{flex-wrap:nowrap;gap:14px}.blogGrid,.regionalAudienceGrid,.regionalCards,.regionalGuidanceGrid,.regionalSeoGrid,.regionsIndexGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.contactGrid,.contactHeroGrid,.contactPageGrid,.coverageGrid,.detailGrid,.faqGrid,.heroGrid,.individualsHeroGrid,.individualsSituationsGrid,.lawyersHeroGrid,.lawyersMattersGrid,.regionalGrid,.regionalHeroGrid,.split,.statsGrid,.studentsGoalsGrid,.studentsHeroGrid{grid-template-columns:1fr}.regionalNote{position:static}.showcaseGrid{grid-template-columns:1fr;gap:34px}.individualsHeroVisual,.lawyersHeroVisual,.studentsHeroVisual{min-height:540px}.individualsFeature,.individualsFeature.isReversed,.lawyersFeature,.lawyersFeature.isReversed,.studentsFeature,.studentsFeature.isReversed{grid-template-columns:minmax(0,1fr) minmax(230px,.62fr);gap:38px}.individualsFeature.isReversed .individualsFeatureCopy,.individualsFeature.isReversed .individualsFeatureScreen,.lawyersFeature.isReversed .lawyersFeatureCopy,.lawyersFeature.isReversed .lawyersFeatureScreen,.studentsFeature.isReversed .studentsFeatureCopy,.studentsFeature.isReversed .studentsFeatureScreen{grid-column:auto;grid-row:auto}.individualsFinalCard,.lawyersFinalCard,.studentsFinalCard{display:grid}.showcaseCopy{max-width:720px}.showcaseVisual{min-height:500px}.showcasePhones{width:min(680px,92%)}.showcaseGlow{width:min(560px,78%)}.showcaseBadge{right:8%}.showcaseStats{grid-template-columns:repeat(2,minmax(0,1fr))}.showcaseStat:nth-child(2){border-right:0}.showcaseStat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.faqShowcase{grid-template-columns:1fr;gap:52px}.faqIntro{position:static;max-width:720px}.heroMedia{min-height:auto}.audienceGrid,.footerGrid,.postGrid,.profileSectionHeader{grid-template-columns:1fr}.profileSectionHeader{gap:18px}.profileCards{grid-template-columns:1fr}.profileCard{grid-template-columns:.62fr 1fr;grid-template-rows:auto 1fr;min-height:310px}.profileCardTop{grid-column:1/-1}.profileCardVisual{min-height:200px;margin-bottom:24px}.screensGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.appScreensCarousel{gap:14px}.screenCarouselTrack{gap:18px}.profileVisual{min-height:480px}.whyGrid{grid-template-columns:1fr 1fr;align-items:start}.whyPhones{grid-column:1/-1;grid-row:1}.whyPhones img{max-width:480px}.whyColumnLeft{text-align:left}.whyColumnLeft .whyFeatureTitle{flex-direction:row-reverse;justify-content:flex-end}}@media (max-width:640px){.container{width:min(100% - 28px,1160px)}.siteHeader{position:-webkit-sticky;position:sticky;flex-direction:row;gap:14px;min-height:64px;padding:8px 16px}.siteHeader .desktopNav{display:none}.mobileNav{position:relative;display:block;margin-left:auto}.mobileNav summary{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer;list-style:none;background:#fff;border:1px solid rgba(18,61,49,.14);border-radius:999px;box-shadow:0 12px 28px rgba(13,49,36,.12)}.mobileNav summary::-webkit-details-marker{display:none}.mobileNavIcon,.mobileNavIcon:after,.mobileNavIcon:before{display:block;width:18px;height:2px;content:"";background:var(--green-dark);border-radius:999px;transition:transform .18s ease,opacity .18s ease}.mobileNavIcon{position:relative}.mobileNavIcon:after,.mobileNavIcon:before{position:absolute;left:0}.mobileNavIcon:before{top:-6px}.mobileNavIcon:after{top:6px}.mobileNav[open] .mobileNavIcon{background:transparent}.mobileNav[open] .mobileNavIcon:before{transform:translateY(6px) rotate(45deg)}.mobileNav[open] .mobileNavIcon:after{transform:translateY(-6px) rotate(-45deg)}.siteHeader .mobileNavPanel{position:absolute;top:calc(100% + 12px);right:0;display:grid;grid-template-columns:minmax(0,1fr);justify-items:stretch;width:min(304px,calc(100vw - 32px));grid-gap:4px;gap:4px;padding:12px;font-size:.94rem;font-weight:800;color:#24382f;background:rgba(255,255,255,.98);border:1px solid rgba(18,61,49,.12);border-radius:8px;box-shadow:0 22px 60px rgba(13,49,36,.18)}.siteHeader .mobileNavPanel a{display:flex;box-sizing:border-box;justify-self:stretch;width:100%;min-width:0;justify-content:flex-start;padding:12px 14px;text-align:left;border:0;border-radius:8px}.siteHeader .mobileNavPanel a:after{display:none}.siteHeader .mobileNavPanel a:hover{background:var(--green-soft);transform:none}.siteHeader .mobileNavPanel .languageMenu{width:100%;margin-top:4px;padding-top:6px;border-top:1px solid rgba(223,231,223,.72)}.siteHeader .mobileNavPanel .languageLink{width:100%;gap:10px;justify-content:flex-start;padding:10px 14px;color:#24382f;background:#f8fbf7;border:1px solid rgba(18,61,49,.08);border-radius:8px;font-size:.94rem}.siteHeader .mobileNavPanel .languageCurrentLabel{display:inline;color:#24382f;font-size:.9rem;font-weight:800}.siteHeader .mobileNavPanel .languageMenuList{position:static;min-width:0;padding:4px 0 0;background:transparent;border:0;border-radius:0;box-shadow:none}.siteHeader .mobileNavPanel .languageOption{gap:10px;color:#24382f;background:transparent}.siteHeader .logoLink img{width:42px;height:42px}.section{padding:72px 0}.legalHero{padding:40px 0}.individualsHero,.lawyersHero,.studentsHero{padding:66px 0}.individualsHeroCopy h1,.lawyersHeroCopy h1,.studentsHeroCopy h1{font-size:clamp(3rem,13vw,4.2rem)}.individualsHeroVisual,.lawyersHeroVisual,.studentsHeroVisual{min-height:490px}.individualsHeroPerson{top:6%;left:3%;width:96px;height:96px;padding:13px}.individualsFeature,.individualsFeature.isReversed,.lawyersFeature,.lawyersFeature.isReversed,.studentsFeature,.studentsFeature.isReversed{grid-template-columns:1fr;gap:26px;min-height:0;padding:28px}.individualsFeature.isReversed .individualsFeatureCopy{grid-column:1;grid-row:1}.individualsFeature.isReversed .individualsFeatureScreen{grid-column:1;grid-row:2}.lawyersFeature.isReversed .lawyersFeatureCopy{grid-column:1;grid-row:1}.lawyersFeature.isReversed .lawyersFeatureScreen{grid-column:1;grid-row:2}.studentsFeature.isReversed .studentsFeatureCopy{grid-column:1;grid-row:1}.studentsFeature.isReversed .studentsFeatureScreen{grid-column:1;grid-row:2}.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen{min-height:340px}.individualsFeatureScreen img,.lawyersFeatureScreen img,.studentsFeatureScreen img{width:min(210px,72%)}.individualsSituationList,.lawyersMatterList,.studentsGoalList{grid-template-columns:1fr}.individualsFinalCard .buttonRow,.lawyersFinalCard .buttonRow,.studentsFinalCard .buttonRow{margin-top:4px}.contactHero{padding:72px 0 56px}.legalContentSection{padding-top:40px}.whyHero{padding-top:52px}.blogHero,.blogPostHero{padding:58px 0 52px}.regionalHero,.regionsIndexHero{padding:56px 0 48px}.regionalHeroCopy h1,.regionsIndexHero h1{font-size:clamp(2.6rem,11vw,4rem)}.regionalHeroVisual{min-height:300px}.regionalAudienceGrid,.regionalCards,.regionalGuidanceGrid,.regionalSeoGrid,.regionsIndexGrid{grid-template-columns:1fr}.regionTile,.regionalAudienceCard,.regionalCard,.regionalGuidanceGrid article,.regionalNote,.regionalSeoCard{padding:22px}.regionalSeoCard{min-height:0}.regionalMiniKeywords b{max-width:100%}.blogHero:before{right:-120px}.blogHero h1{font-size:clamp(2.65rem,12vw,4rem)}.blogHeroTopics{display:block;padding:16px}.blogHeroTopics a{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.blogHeroTopics a:last-child{border-bottom:0}.blogGrid{grid-template-columns:1fr}.blogPostImage{margin-top:28px}.blogPostLayout{padding:40px 0 68px}.whyHeader{margin-bottom:48px}.whyGrid{grid-template-columns:1fr;gap:42px}.whyColumn,.whyPhones{grid-column:auto;grid-row:auto}.whyPhones{order:-1}.whyColumn{gap:36px}.whyColumnLeft .whyFeatureTitle,.whyFeatureTitle{flex-direction:row;justify-content:flex-start}.whyColumnLeft{text-align:left}.hero{padding-top:44px}.heroCopy h1{font-size:3.6rem}.storeRow img{width:auto;max-height:48px}.storeBadgeLinkSpanish img{width:135px;height:48px;max-height:none}.featureItem,.screensGrid{grid-template-columns:1fr}.appScreensHeader{margin-bottom:28px}.appScreensCarousel{grid-template-columns:42px minmax(0,1fr) 42px;gap:8px}.screenCarouselTrack{display:block;width:min(100%,270px)}.screenCarouselSlide-0,.screenCarouselSlide-2{display:none}.screenCarouselSlide-1{transform:none}.screenCarouselButton{width:42px;height:42px}.faqIntro h2,.profileSectionHeader h2,.showcaseCopy h2{font-size:clamp(2.5rem,12vw,4.2rem)}.faqShowcase{gap:36px}.faqItem summary{min-height:82px;font-size:.98rem}.faqAnswer,.faqItem summary{grid-template-columns:30px minmax(0,1fr) 32px;gap:10px}.showcaseVisual{min-height:340px}.showcasePhones{width:108%}.showcaseGlow{width:84%}.showcaseBadge{right:0;bottom:22px;padding:11px 13px}.showcaseStats{margin-top:34px}.showcaseStat{min-height:98px;padding:18px 14px}.showcaseStat strong{font-size:1.75rem}.audienceCard,.contactCard,.legalDocument,.stat{padding:24px}.profileCard{grid-template-columns:1fr;grid-template-rows:auto 150px 1fr;min-height:0}.profileCardTop{grid-column:auto}.profileCardVisual{min-height:0;margin-bottom:0}.profileVisual img:first-child{width:104px;height:104px;padding:18px}}:root{--bg:#f6f4ee;--ink:#10241d;--muted:#5f6b65;--line:#d9ded7;--green:#3a9a73;--green-dark:#155d43;--green-soft:#e4f1e9;--cream:#eee9df;--white:#fffefb;--shadow:0 26px 70px rgba(18,44,34,0.12)}body{overflow-x:hidden;background:var(--bg);font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility}::selection{color:#fff;background:#267858}.container{width:min(1480px,calc(100% - 80px))}.section{padding:clamp(92px,9vw,144px) 0}.siteHeader{min-height:78px;padding:10px clamp(24px,4vw,64px);background:rgba(246,244,238,.9);border-bottom-color:rgba(16,36,29,.08);box-shadow:0 8px 32px rgba(16,36,29,.035);-webkit-backdrop-filter:blur(22px) saturate(140%);backdrop-filter:blur(22px) saturate(140%)}.logoLink{gap:11px;color:#10241d;font-size:.98rem;font-weight:900;letter-spacing:-.025em}.siteHeader .logoLink img{width:46px;height:46px;border-radius:13px;box-shadow:0 8px 20px rgba(24,93,66,.13)}.siteHeader nav{gap:clamp(14px,1.8vw,26px);color:#35433d;font-size:.88rem;font-weight:760}.siteHeader nav a:after{bottom:-3px;height:1px;background:var(--ink)}.siteHeader nav a:hover{color:var(--ink)}.languageMenuList{border-color:rgba(16,36,29,.1);border-radius:18px;box-shadow:0 24px 64px rgba(16,36,29,.14)}.eyebrow,.sectionKicker{gap:10px;color:#247456;font-size:.73rem;font-weight:880;letter-spacing:.13em}.eyebrow:before,.sectionKicker:before{width:6px;height:6px;content:"";background:currentColor;border-radius:50%;box-shadow:0 0 0 5px color-mix(in srgb,currentColor 12%,transparent)}.sectionKicker.light:before{box-shadow:0 0 0 5px rgba(201,255,224,.1)}.storeBadges{display:flex;flex-wrap:wrap;gap:11px;align-items:center}.storeBadge{display:inline-flex;width:178px;height:56px;align-items:center;gap:10px;padding:7px 14px 7px 12px;color:#fff;background:#070908;border:1px solid rgba(255,255,255,.3);border-radius:9px;box-shadow:0 10px 24px rgba(5,12,9,.16);transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.storeBadge:hover{color:#fff;background:#151917;box-shadow:0 15px 34px rgba(5,12,9,.22);transform:translateY(-3px)}.storeBadge:focus-visible{outline:3px solid rgba(74,187,137,.5);outline-offset:3px}.storeBadgeIcon{display:block;flex:0 0 auto;width:29px;height:34px}.storeBadgeAppleIcon{fill:currentColor}.storeBadgeGoogleIcon{width:31px}.googleBlue{fill:#3f88f7}.googleGreen{fill:#42c96b}.googleYellow{fill:#ffd04b}.googleRed{fill:#f25151}.storeBadge>span{display:grid;min-width:0;line-height:1}.storeBadge small{overflow:hidden;font-size:.59rem;font-weight:650;letter-spacing:.015em;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.storeBadge strong{margin-top:3px;font-size:1.22rem;font-weight:620;letter-spacing:-.045em;line-height:1;white-space:nowrap}.heroStoreBadges{margin-top:34px}.whyHero{position:relative;min-height:0;padding-top:clamp(62px,7vw,104px);overflow:hidden;background:radial-gradient(circle at 83% 23%,rgba(54,145,105,.13),transparent 26%),radial-gradient(circle at 4% 85%,rgba(183,154,91,.08),transparent 26%),linear-gradient(180deg,#f8f6f1,#f2efe8)}.whyHero:before{position:absolute;top:10%;right:-11%;width:min(62vw,820px);aspect-ratio:1;content:"";border:1px solid rgba(21,93,67,.1);border-radius:50%;box-shadow:0 0 0 74px rgba(21,93,67,.025),0 0 0 148px rgba(21,93,67,.018)}.legalHeroStage{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(480px,.95fr);grid-gap:clamp(44px,6vw,92px);gap:clamp(44px,6vw,92px);align-items:center;min-height:660px}.whyHeader{max-width:660px;margin:0;text-align:left}.whyHeader h1{max-width:680px;margin:24px 0 25px;color:#0d2019;font-size:clamp(3.65rem,4.8vw,5.45rem);font-weight:850;line-height:.91;letter-spacing:-.066em}.whyHeader p{max-width:610px;color:#58655f;font-size:clamp(1.03rem,1.35vw,1.2rem);font-weight:520;line-height:1.72}.whyPhones{position:relative;display:grid;min-height:640px;align-self:stretch;place-items:center}.whyPhones:before{position:absolute;width:min(560px,90%);aspect-ratio:1;content:"";background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(211,225,215,.8));border:1px solid rgba(21,93,67,.1);border-radius:44% 56% 61% 39%/45% 40% 60% 55%;box-shadow:0 36px 90px rgba(25,65,49,.13),inset 0 1px rgba(255,255,255,.9);transform:rotate(-7deg)}.whyPhones picture{position:relative;z-index:1;width:116%;max-width:760px;transform:translateX(-3%);transform-origin:50% 72%;will-change:transform;animation:legalDeviceDrift 7.5s ease-in-out infinite;transition:filter .45s ease,transform .45s cubic-bezier(.22,1,.36,1)}.whyPhones img{width:100%;max-width:none;filter:drop-shadow(0 35px 36px rgba(12,52,36,.2));transition:filter .45s ease}.whyPhones:after{position:absolute;z-index:1;top:17%;right:7%;width:40%;height:44%;pointer-events:none;content:"";background:linear-gradient(118deg,transparent 22%,rgba(255,255,255,.25) 48%,transparent 72%);filter:blur(8px);opacity:0;transform:translateX(-72%) rotate(-8deg);animation:legalSheen 8.5s ease-in-out 1.2s infinite}@media (hover:hover){.whyPhones:hover picture{animation-play-state:paused;filter:saturate(1.04) contrast(1.015);transform:translateX(-3%) translateY(-9px) scale(1.022) rotate(.35deg)}.whyPhones:hover img{filter:drop-shadow(0 45px 46px rgba(12,52,36,.27))}.whyPhones:hover:before{box-shadow:0 48px 110px rgba(25,65,49,.19),inset 0 1px rgba(255,255,255,.94)}}.heroTrustCard{position:absolute;z-index:2;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;grid-gap:0 9px;gap:0 9px;align-items:center;min-width:188px;padding:14px 16px;color:#142a21;background:rgba(255,254,251,.92);border:1px solid rgba(22,72,52,.1);border-radius:14px;box-shadow:0 18px 42px rgba(20,58,43,.14);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.heroTrustCard svg{grid-row:1/3;color:#2f906b}.heroTrustCard strong{font-size:1rem;line-height:1}.heroTrustCard span{max-width:150px;margin-top:3px;color:#67736e;font-size:.64rem;font-weight:720;line-height:1.2}.heroTrustCardTop{top:22%;right:-2%}.heroTrustCardBottom{bottom:18%;left:-5%}.whyGrid{position:relative;z-index:2;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;align-items:stretch;margin-top:72px;overflow:hidden;background:#cfd7d1;border:1px solid #cfd7d1;border-radius:28px;box-shadow:0 24px 70px rgba(19,49,37,.09)}.whyFeature{min-height:278px;padding:clamp(27px,3vw,40px);text-align:left;background:rgba(255,254,251,.98);transition:background-color .22s ease,transform .22s ease}.whyFeature:hover{background:#f0f6f1}.whyFeatureMeta{display:flex;align-items:center;justify-content:space-between;margin-bottom:44px;color:#247456}.whyFeatureMeta span{font-size:.69rem;font-weight:900;letter-spacing:.16em}.whyFeature h2{max-width:300px;margin:0 0 15px;color:#10241d;font-size:clamp(1.25rem,1.8vw,1.72rem);line-height:1.08;letter-spacing:-.035em}.whyFeature p{max-width:330px;margin:0;color:#647069;font-size:.94rem;line-height:1.68}.profileSection{background:radial-gradient(circle at 12% 86%,rgba(93,190,143,.14),transparent 24%),radial-gradient(circle at 92% 5%,rgba(210,184,124,.1),transparent 22%),#10271f}.faqIntro h2,.profileSectionHeader h2,.showcaseCopy h2{font-size:clamp(3rem,5.5vw,6rem);font-weight:820;line-height:.93;letter-spacing:-.06em}.profileSectionHeader:after{grid-column:1/-1;width:100%;height:1px;margin-top:12px;content:"";background:linear-gradient(90deg,rgba(160,226,192,.42),rgba(255,255,255,.05))}.profileCards{gap:clamp(16px,2vw,28px);perspective:1200px}.profileCard{isolation:isolate;grid-template-rows:auto 238px 1fr;min-height:650px;overflow:hidden;background:linear-gradient(165deg,#fffefb,#eef3ee);border:1px solid rgba(202,234,217,.28);border-radius:32px;box-shadow:0 22px 54px rgba(0,17,10,.2);transform:translateZ(0);transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s ease,border-color .42s ease}.profileCard:before{z-index:-1;inset:0;background:radial-gradient(circle at 90% 4%,rgba(58,154,115,.13),transparent 24%),linear-gradient(135deg,rgba(255,255,255,.34),transparent 46%)}.profileCard:after,.profileCard:before{position:absolute;pointer-events:none;content:""}.profileCard:after{z-index:3;top:0;right:34px;left:34px;height:3px;background:linear-gradient(90deg,transparent,#60c391,transparent);border-radius:999px;opacity:.72}.profileCard-lawyers{background:linear-gradient(165deg,#f8fbf8,#dfece4)}.profileCard-students{background:linear-gradient(165deg,#fbfcf4,#e8edd9)}.profileCard:hover{z-index:2;border-color:rgba(139,240,184,.78);box-shadow:0 40px 86px rgba(0,17,10,.34);transform:translateY(-12px) rotateX(.5deg)}.profileCardTop{padding:29px 30px 0}.profileNumber{min-height:32px;padding:0 12px;background:rgba(255,255,255,.72);border:1px solid rgba(21,93,67,.1);box-shadow:0 7px 18px rgba(20,70,50,.08)}.profileCardVisual{position:relative;min-height:220px;margin:20px 22px 0;overflow:hidden;background:radial-gradient(circle at 50% 115%,rgba(255,255,255,.74),transparent 48%),linear-gradient(145deg,#c7ead5,#75bd96);border:1px solid rgba(255,255,255,.38);border-radius:24px;box-shadow:inset 0 1px rgba(255,255,255,.72),0 18px 34px rgba(16,75,49,.12);transition:box-shadow .42s ease,transform .42s cubic-bezier(.22,1,.36,1)}.profileCardVisual:before{position:absolute;width:210px;aspect-ratio:1;content:"";border:1px solid rgba(255,255,255,.46);border-radius:50%;box-shadow:0 0 0 34px rgba(255,255,255,.08),0 0 0 68px rgba(255,255,255,.045);transition:transform .52s cubic-bezier(.22,1,.36,1)}.profileCardVisual:after{position:absolute;inset:0;pointer-events:none;content:"";background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 0);background-size:30px 30px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.74),transparent 86%);mask-image:linear-gradient(180deg,rgba(0,0,0,.74),transparent 86%)}.profileCard-lawyers .profileCardVisual{background:radial-gradient(circle at 50% 115%,rgba(255,255,255,.65),transparent 48%),linear-gradient(145deg,#afd8bd,#438969)}.profileCard-students .profileCardVisual{background:radial-gradient(circle at 50% 115%,rgba(255,255,255,.7),transparent 48%),linear-gradient(145deg,#dcebbf,#9dc36b)}.profileCardVisual img{width:146px;height:146px;filter:drop-shadow(0 18px 18px rgba(12,75,43,.22));transition:transform .52s cubic-bezier(.22,1,.36,1),filter .42s ease}.profileCard:hover .profileCardVisual{box-shadow:inset 0 1px rgba(255,255,255,.78),0 26px 46px rgba(16,75,49,.2);transform:translateY(-3px)}.profileCard:hover .profileCardVisual:before{transform:scale(1.13) rotate(10deg)}.profileCard:hover .profileCardVisual img{filter:drop-shadow(0 24px 22px rgba(12,75,43,.27));transform:translateY(-7px) scale(1.1) rotate(-2deg)}.profileCardCopy{padding:30px 30px 28px}.profileCardCopy h3{margin-bottom:12px;font-size:clamp(2rem,2.4vw,2.55rem);font-weight:820;letter-spacing:-.055em}.profileCardCopy p{color:#53615a}.profileCardFeatures{gap:7px}.profileCardFeatures li{min-height:30px;padding:7px 11px;background:rgba(255,255,255,.68);border-color:rgba(21,93,67,.1);box-shadow:0 5px 14px rgba(20,70,50,.04);transition:color .18s ease,background-color .18s ease,transform .18s ease}.profileCard:hover .profileCardFeatures li{color:#124f39;background:rgba(255,255,255,.9);transform:translateY(-1px)}.profileCardLink{letter-spacing:-.01em}.productShowcase{color:var(--ink);background:radial-gradient(circle at 82% 30%,rgba(51,146,105,.13),transparent 28%),#ebe7dd}.productShowcase:before{opacity:.35;background-image:linear-gradient(rgba(16,36,29,.07) 1px,transparent 0),linear-gradient(90deg,rgba(16,36,29,.07) 1px,transparent 0);-webkit-mask-image:linear-gradient(180deg,#000,transparent 82%);mask-image:linear-gradient(180deg,#000,transparent 82%)}.showcaseKicker{color:#155d43;background:rgba(27,108,77,.08);border-color:rgba(27,108,77,.13)}.showcaseCopy>p{color:#5d6963}.showcaseGlow{background:linear-gradient(145deg,#f9faf4,#b6d8c3);box-shadow:0 45px 100px rgba(28,61,47,.15),inset 0 1px rgba(255,255,255,.9)}.showcaseStats{color:#fff;background:#16342a;border-color:rgba(16,36,29,.16);border-radius:20px;box-shadow:0 22px 60px rgba(15,46,34,.15)}.showcaseStat svg{color:#8edbb7}.showcaseStat span{color:rgba(255,255,255,.64)}.appScreensSection{background:radial-gradient(circle at 50% 0,rgba(43,139,98,.12),transparent 35%),#faf9f5}.screenCarouselSlide{border-color:rgba(16,65,44,.12);border-radius:28px;box-shadow:0 26px 60px rgba(18,58,42,.14)}.faqSection{background:#eeeae1}.faqAccordion,.faqItem{border-color:rgba(16,36,29,.18)}.faqToggle{background:rgba(255,254,251,.72);border-color:rgba(16,36,29,.12)}.individualsHero,.lawyersHero,.studentsHero{padding:clamp(86px,7vw,112px) 0 clamp(76px,6vw,100px);background:radial-gradient(circle at 78% 39%,rgba(120,218,166,.18),transparent 24%),radial-gradient(circle at 6% 88%,rgba(203,178,119,.08),transparent 27%),linear-gradient(135deg,#0d271e,#164f39 58%,#226a4b)}.studentsHero{background:radial-gradient(circle at 78% 39%,rgba(191,229,139,.16),transparent 24%),linear-gradient(135deg,#13271c,#315735 58%,#557143)}.individualsHeroGrid,.lawyersHeroGrid,.studentsHeroGrid{min-height:620px}.audienceHero h1,.blogHero h1,.blogPostHero h1,.contactHero h1,.individualsHeroCopy h1,.lawyersHeroCopy h1,.regionalHeroCopy h1,.regionsIndexHero h1,.studentsHeroCopy h1{font-weight:820;line-height:.93;letter-spacing:-.062em}.individualsHeroCopy h1,.lawyersHeroCopy h1,.studentsHeroCopy h1{max-width:820px;font-size:clamp(3.35rem,4.4vw,5.1rem)}.individualsHeroVisual,.lawyersHeroVisual,.studentsHeroVisual{min-height:620px}.individualsHeroVisual:before,.lawyersHeroVisual:before,.studentsHeroVisual:before{position:absolute;width:min(470px,92%);aspect-ratio:1;content:"";border:1px solid rgba(255,255,255,.16);border-radius:48% 52% 41% 59%/57% 42% 58% 43%;box-shadow:0 0 0 58px rgba(255,255,255,.025);transform:rotate(9deg)}.individualsHeroScreen,.lawyersHeroScreen,.studentsHeroScreen{width:min(318px,72%);border-width:8px;border-radius:39px;box-shadow:0 40px 84px rgba(0,0,0,.34);transform:rotate(2deg)}.individualsFeaturesSection,.individualsFinalSection,.lawyersFeaturesSection,.lawyersFinalSection,.studentsFeaturesSection,.studentsFinalSection{background:#f4f1ea}.individualsFeatureStack,.lawyersFeatureStack,.studentsFeatureStack{gap:28px}.individualsFeature,.lawyersFeature,.studentsFeature{min-height:550px;border-color:rgba(16,36,29,.1);border-radius:34px;box-shadow:0 22px 62px rgba(18,55,40,.08)}.individualsFeatureIcon,.lawyersFeatureIcon,.studentsFeatureIcon{width:58px;height:58px;border:1px solid rgba(20,92,64,.08);border-radius:18px}.individualsFeature h3,.lawyersFeature h3,.studentsFeature h3{font-size:clamp(2rem,3.2vw,3.25rem);font-weight:800;letter-spacing:-.05em}.individualsFeatureScreen:before,.lawyersFeatureScreen:before,.studentsFeatureScreen:before{background:linear-gradient(145deg,#edf4ef,#d1e5d8);border:1px solid rgba(21,93,67,.08);border-radius:46% 54% 57% 43%/45% 41% 59% 55%;transform:rotate(-8deg)}.studentsFeatureScreen:before{background:linear-gradient(145deg,#f1f4e9,#dce7c7)}.individualsFeatureScreen img,.lawyersFeatureScreen img,.studentsFeatureScreen img{border-radius:31px;box-shadow:0 30px 62px rgba(13,50,34,.23)}.individualsSituations,.lawyersMatters,.studentsGoals{background:radial-gradient(circle at 74% 36%,rgba(121,214,166,.15),transparent 28%),#132f26}.individualsFinalCard,.lawyersFinalCard,.studentsFinalCard{border:1px solid rgba(255,255,255,.1);border-radius:32px;box-shadow:0 30px 80px rgba(17,57,41,.16)}.blogHero,.contactHero,.legalHero,.regionalHero,.regionsIndexHero{background:radial-gradient(circle at 84% 18%,rgba(79,187,137,.17),transparent 27%),linear-gradient(135deg,#10291f,#1c5a41)}.blogPostHero{background:radial-gradient(circle at 86% 6%,rgba(37,142,96,.12),transparent 28%),linear-gradient(180deg,#f1eee6,#f8f6f1)}.blogCard,.contactForm,.downloadCard,.legalDocument,.postCard,.regionTile,.regionalAudienceCard,.regionalCard,.regionalSeoCard{border-color:rgba(16,36,29,.1);border-radius:24px;box-shadow:0 20px 56px rgba(18,55,40,.08)}.footer{padding-top:80px;background:radial-gradient(circle at 14% 8%,rgba(72,176,127,.1),transparent 22%),#0c1d17}.footerGrid{grid-template-columns:minmax(0,1.5fr) minmax(180px,.75fr) minmax(220px,.9fr);gap:clamp(38px,6vw,88px);text-align:left}.footerGrid>div{align-items:flex-start}.footer a,.footer p,.footerGrid>div:not(:first-child)>:is(a,.footerCookieButton){margin-right:0;margin-left:0;text-align:left}.footer .socialLinks,.footer .storeBadges{justify-content:flex-start}.footer .storeBadges{display:grid;grid-template-columns:repeat(2,178px);max-width:none;grid-gap:11px;gap:11px}.footer .storeBadge{display:inline-flex;width:178px;height:56px;margin:0;color:#fff;text-align:left}.footer .storeBadge:hover{color:#fff}@keyframes legalRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes legalReveal{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes legalFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes legalDeviceDrift{0%,to{transform:translateX(-3%) translateY(0) rotate(-.25deg)}50%{transform:translateX(-3%) translateY(-7px) rotate(.25deg)}}@keyframes legalSheen{0%,22%{opacity:0;transform:translateX(-95%) rotate(-8deg)}43%{opacity:.55}68%,to{opacity:0;transform:translateX(155%) rotate(-8deg)}}.individualsHeroCopy,.lawyersHeroCopy,.studentsHeroCopy,.whyHeader{animation:legalRise .7s cubic-bezier(.22,1,.36,1) both}.individualsHeroVisual,.lawyersHeroVisual,.studentsHeroVisual,.whyPhones{animation:legalReveal .85s cubic-bezier(.22,1,.36,1) 90ms both}.profileCard,.whyFeature{animation:legalRise .65s cubic-bezier(.22,1,.36,1) both}.profileCard:nth-child(2),.whyFeature:nth-child(2){animation-delay:70ms}.profileCard:nth-child(3),.whyFeature:nth-child(3){animation-delay:.14s}.whyFeature:nth-child(4){animation-delay:.21s}.whyFeature:nth-child(5){animation-delay:.28s}.whyFeature:nth-child(6){animation-delay:.35s}.heroTrustCard{animation:legalFloat 5.2s ease-in-out infinite}.heroTrustCardBottom{animation-delay:-2.4s}@media (max-width:1080px){.siteHeader nav{gap:13px;font-size:.8rem}.legalHeroStage{grid-template-columns:minmax(0,1fr) minmax(390px,1fr);gap:28px}.whyPhones picture{width:108%}.heroTrustCardTop{right:0}.heroTrustCardBottom{left:0}}@media (max-width:880px){.container{width:min(100% - 40px,1480px)}.siteHeader .desktopNav{display:none}.mobileNav{display:block;margin-left:auto}.legalHeroStage{grid-template-columns:1fr;min-height:0}.whyHeader{max-width:760px;text-align:center;margin:0 auto}.whyHeader h1,.whyHeader p{margin-right:auto;margin-left:auto}.heroStoreBadges,.whyHeader .sectionKicker{justify-content:center}.whyPhones{min-height:580px;order:0}.whyPhones picture{width:min(760px,100%);transform:none}.whyGrid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:44px}.profileCards{grid-template-columns:1fr}.profileCard{grid-template-columns:minmax(210px,.72fr) minmax(0,1fr);grid-template-rows:auto 1fr;min-height:390px}.profileCardTop{grid-column:1/-1}.profileCardVisual{min-height:245px;margin-bottom:24px}.footerGrid{grid-template-columns:1.2fr .8fr}.footerGrid>div:first-child{grid-column:1/-1}}@media (max-width:640px){.container{width:min(100% - 28px,1480px)}.section{padding:82px 0}.siteHeader{min-height:66px;padding:8px 14px}.siteHeader .logoLink img{width:42px;height:42px}.logoLink{gap:8px;font-size:.86rem}.whyHero{padding-top:54px}.whyHeader h1{margin-top:20px;font-size:clamp(2.9rem,13vw,3.45rem);line-height:.94}.whyHeader p{font-size:.94rem;line-height:1.58}.storeBadges{width:100%;flex-wrap:nowrap;gap:7px}.storeBadge{width:calc(50% - 3.5px);height:51px;gap:7px;padding:6px 8px}.storeBadgeIcon{width:24px;height:29px}.storeBadgeGoogleIcon{width:26px}.storeBadge small{font-size:.48rem}.storeBadge strong{font-size:clamp(.92rem,4vw,1.08rem)}.whyPhones{min-height:365px;margin-top:0}.whyPhones:before{width:88%}.whyPhones picture{width:114%}.heroTrustCard{display:none}.whyGrid{grid-template-columns:1fr;margin-top:28px;border-radius:22px}.whyFeature{min-height:0;padding:28px 25px 31px}.whyFeatureMeta{margin-bottom:26px}.whyFeature h2{max-width:none}.faqIntro h2,.profileSectionHeader h2,.showcaseCopy h2{font-size:clamp(2.8rem,13vw,4.2rem)}.profileCard{grid-template-columns:1fr;grid-template-rows:auto 190px 1fr;min-height:0;border-radius:24px}.profileCardTop{grid-column:auto}.profileCardVisual{min-height:0;margin:16px 18px 0}.profileCardCopy{padding:27px 24px 25px}.showcaseStats{border-radius:16px}.individualsHeroGrid,.lawyersHeroGrid,.studentsHeroGrid{min-height:0}.individualsHeroCopy h1,.lawyersHeroCopy h1,.studentsHeroCopy h1{font-size:clamp(3rem,14vw,4.45rem)}.individualsHeroVisual,.lawyersHeroVisual,.studentsHeroVisual{min-height:500px}.individualsFeature,.lawyersFeature,.studentsFeature{padding:27px;border-radius:25px}.individualsFinalCard,.lawyersFinalCard,.studentsFinalCard{border-radius:24px}.footerGrid{grid-template-columns:1fr;text-align:left}.footerGrid>div:first-child{grid-column:auto}.footerGrid>div{align-items:flex-start}.footer .storeBadges{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,360px);max-width:360px}.footer .storeBadge{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.siteHeader{top:12px;width:min(1800px,calc(100% - 24px));min-height:72px;margin:12px auto 0;padding:9px clamp(14px,2.3vw,36px);background:linear-gradient(110deg,rgba(255,255,255,.88),rgba(244,246,240,.82));border:1px solid rgba(19,67,49,.11);border-radius:20px;box-shadow:0 18px 55px rgba(14,49,36,.11),inset 0 1px 0 rgba(255,255,255,.95);-webkit-backdrop-filter:blur(24px) saturate(145%);backdrop-filter:blur(24px) saturate(145%)}.siteHeader:before{position:absolute;bottom:-1px;left:32px;width:82px;height:2px;content:"";background:linear-gradient(90deg,transparent,#3fa375,transparent)}.siteHeader .logoLink{gap:12px;padding-right:22px;border-right:1px solid rgba(18,64,47,.1)}.siteHeader .logoLink img{width:48px;height:48px;background:linear-gradient(145deg,#a6f0c3,#57c48d);border:1px solid rgba(255,255,255,.7);border-radius:15px;box-shadow:0 10px 26px rgba(24,93,66,.22),inset 0 1px rgba(255,255,255,.7);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.siteHeader .logoLink:hover img{transform:translateY(-2px) rotate(-2deg);box-shadow:0 15px 30px rgba(24,93,66,.27),inset 0 1px rgba(255,255,255,.75)}.siteHeader .desktopNav{gap:5px;padding:5px;background:rgba(20,65,48,.045);border:1px solid rgba(20,65,48,.06);border-radius:15px}.siteHeader nav .navLink{min-height:40px;padding:9px 13px;border-radius:11px;transition:color .22s ease,background-color .22s ease,box-shadow .22s ease,transform .22s ease}.siteHeader nav .navLink:after{display:none}.siteHeader nav .navLink:hover{color:#11382a;background:rgba(255,255,255,.76);box-shadow:0 7px 18px rgba(18,61,45,.08);transform:translateY(-1px)}.siteHeader nav .navLink.isActive{color:#fff;background:linear-gradient(135deg,#123e2f,#23684d);box-shadow:0 10px 24px rgba(16,61,44,.2),inset 0 1px rgba(255,255,255,.14)}.siteHeader .languageLink:focus-visible,.siteHeader .logoLink:focus-visible,.siteHeader nav .navLink:focus-visible{outline:3px solid rgba(50,155,109,.36);outline-offset:3px}.siteHeader nav .languageLink{min-width:42px;height:40px;padding:7px 10px;background:rgba(255,255,255,.72);border:1px solid rgba(18,64,47,.09);border-radius:11px;box-shadow:0 5px 14px rgba(18,61,45,.06)}.siteHeader nav .languageLink:hover{background:#fff;transform:translateY(-1px)}.siteHeader .languageMenuList{top:calc(100% + 15px);padding:10px;background:rgba(252,252,248,.96);border-color:rgba(18,64,47,.12);box-shadow:0 26px 70px rgba(13,49,36,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.contactLanding .contactHero{isolation:isolate;position:relative;min-height:590px;padding:clamp(92px,9vw,140px) 0;overflow:hidden;background:radial-gradient(circle at 78% 22%,rgba(103,222,163,.2),transparent 23%),radial-gradient(circle at 7% 92%,rgba(201,169,94,.11),transparent 25%),linear-gradient(128deg,#0b281f,#124733 58%,#1a6044)}.contactHeroAtmosphere{position:absolute;z-index:-1;top:50%;right:7%;width:min(580px,42vw);aspect-ratio:1;transform:translateY(-50%)}.contactHeroAtmosphere span{position:absolute;border:1px solid rgba(255,255,255,.11);border-radius:50%}.contactHeroAtmosphere span:first-child{inset:0;box-shadow:0 0 0 70px rgba(255,255,255,.018)}.contactHeroAtmosphere span:nth-child(2){inset:18%;border-style:dashed;animation:profileOrbit 22s linear infinite}.contactHeroAtmosphere span:nth-child(3){inset:34%;background:radial-gradient(circle,rgba(91,205,146,.16),transparent 70%)}.contactLanding .contactHeroGrid{position:relative;z-index:1;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:clamp(60px,8vw,130px)}.contactLanding .contactHero h1{max-width:820px;margin:21px 0 25px;font-size:clamp(3.7rem,6.8vw,7.2rem);font-weight:840;line-height:.9;letter-spacing:-.064em}.contactLanding .contactHero p{max-width:660px;color:rgba(255,255,255,.76);font-size:clamp(1.05rem,1.4vw,1.22rem)}.contactLanding .contactHero .sectionKicker{color:#8ee1b6}.contactLanding .contactEmailCard{position:relative;gap:13px;padding:clamp(30px,4vw,48px);color:#fff;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.065));border:1px solid rgba(255,255,255,.16);border-radius:28px;box-shadow:0 36px 90px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.16);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.contactLanding .contactEmailCard:after{position:absolute;top:20px;right:20px;width:8px;aspect-ratio:1;content:"";background:#84e2b1;border-radius:50%;box-shadow:0 0 0 7px rgba(132,226,177,.1),0 0 24px rgba(132,226,177,.55)}.contactEmailIcon{display:grid;width:58px;height:58px;place-items:center;color:#dff9eb;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.14);border-radius:18px}.contactLanding .contactEmailCard span{color:rgba(255,255,255,.68)}.contactLanding .contactEmailCard a{color:#fff;font-size:clamp(1.02rem,1.55vw,1.3rem)}.contactLanding .contactPageSection{position:relative;overflow:hidden;background:radial-gradient(circle at 10% 22%,rgba(78,177,125,.13),transparent 24%),radial-gradient(circle at 92% 78%,rgba(190,154,78,.08),transparent 21%),linear-gradient(180deg,#edf2ed,#f8f7f2)}.contactLanding .contactPageSection:before{position:absolute;inset:0;pointer-events:none;content:"";background-image:linear-gradient(rgba(20,67,49,.035) 1px,transparent 0),linear-gradient(90deg,rgba(20,67,49,.035) 1px,transparent 0);background-size:44px 44px;-webkit-mask-image:radial-gradient(circle at center,#000,transparent 78%);mask-image:radial-gradient(circle at center,#000,transparent 78%)}.contactLanding .contactPageGrid{position:relative;z-index:1;grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);gap:clamp(28px,4vw,58px);align-items:stretch}.contactLanding .contactForm,.contactLanding .downloadCard{border-radius:30px;box-shadow:0 34px 90px rgba(16,55,41,.13),inset 0 1px rgba(255,255,255,.9)}.contactLanding .contactForm{grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 18px;padding:clamp(32px,5vw,62px);background:rgba(255,255,252,.9);border-color:rgba(19,70,51,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.contactLanding .contactForm .primaryButton,.contactLanding .contactForm h2,.contactLanding .contactForm label:nth-of-type(n+3),.contactLanding .contactFormNote{grid-column:1/-1}.contactLanding .contactForm h2{margin-bottom:12px;font-size:clamp(2.2rem,3.5vw,3.65rem);letter-spacing:-.045em}.contactLanding .contactForm label{gap:9px;font-size:.8rem;letter-spacing:.055em;text-transform:uppercase}.contactLanding .contactForm input,.contactLanding .contactForm textarea{min-height:56px;padding:15px 17px;background:#f4f6f2;border-color:rgba(24,78,57,.14);border-radius:13px;text-transform:none;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.contactLanding .contactForm textarea{min-height:170px}.contactLanding .contactForm input:hover,.contactLanding .contactForm textarea:hover{background:#fff;border-color:rgba(34,121,83,.28)}.contactLanding .contactForm input:focus,.contactLanding .contactForm textarea:focus{background:#fff;border-color:#347c5f;box-shadow:0 0 0 4px rgba(52,124,95,.12),0 9px 24px rgba(23,72,54,.08);transform:translateY(-1px)}.contactLanding .contactForm .primaryButton{min-height:56px;margin-top:5px;border-radius:14px;box-shadow:0 15px 32px rgba(18,76,53,.2)}.contactLanding .downloadCard{isolation:isolate;position:relative;justify-content:flex-end;padding:clamp(38px,5vw,62px);overflow:hidden;background:radial-gradient(circle at 82% 13%,rgba(143,226,179,.2),transparent 27%),linear-gradient(145deg,#102e24,#1e5b41)}.contactLanding .downloadCard:before{position:absolute;z-index:-1;top:-18%;right:-25%;width:380px;aspect-ratio:1;content:"";border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 54px rgba(255,255,255,.025),0 0 0 108px rgba(255,255,255,.018)}.contactLanding .downloadCard>img{width:92px;height:92px;margin-bottom:22px;background:#8ee1b6;border-radius:24px;box-shadow:0 18px 40px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.6)}.contactLanding .downloadCard h2{max-width:440px;font-size:clamp(2.1rem,3.3vw,3.5rem);letter-spacing:-.045em}.contactLanding .downloadCard p{max-width:480px;color:rgba(255,255,255,.72);line-height:1.7}@media (max-width:1080px){.siteHeader nav .navLink{padding-inline:9px}.contactLanding .contactHeroGrid,.contactLanding .contactPageGrid{grid-template-columns:1fr .78fr;gap:34px}}@media (max-width:880px){.siteHeader{top:8px;width:calc(100% - 16px);min-height:64px;margin-top:8px;border-radius:17px}.siteHeader .logoLink{padding-right:0;border-right:0}.mobileNavPanel{top:calc(100% + 12px);right:0;min-width:min(330px,calc(100vw - 32px));padding:12px;background:rgba(250,251,247,.98);border:1px solid rgba(18,64,47,.12);border-radius:18px;box-shadow:0 28px 70px rgba(13,49,36,.22);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.siteHeader .mobileNavPanel .navLink{justify-content:flex-start;width:100%;padding:12px 14px}.contactLanding .contactHeroGrid,.contactLanding .contactPageGrid{grid-template-columns:1fr}.contactHeroAtmosphere{right:-18%;width:75vw}.contactLanding .contactEmailCard{max-width:640px}}@media (max-width:640px){.siteHeader{padding:7px 10px}.siteHeader:before{left:18px;width:60px}.siteHeader .logoLink img{width:43px;height:43px}.contactLanding .contactHero{min-height:0;padding:74px 0 78px}.contactLanding .contactHero h1{font-size:clamp(3.2rem,15vw,4.4rem)}.contactLanding .contactPageSection{padding-top:72px}.contactLanding .contactForm{grid-template-columns:1fr;padding:28px 22px}.contactLanding .contactForm .primaryButton,.contactLanding .contactForm h2,.contactLanding .contactForm label,.contactLanding .contactFormNote{grid-column:1}.contactLanding .downloadCard{padding:36px 24px}}@media (prefers-reduced-motion:reduce){.contactHeroAtmosphere span,.siteHeader .logoLink img{animation:none!important;transition:none!important}}.profileLandingIndividuals{--profile-panel:#dcebe2;--profile-panel-strong:#cfe4d7;--profile-deep-start:#123d2e;--profile-deep-end:#1c6246}.profileLandingLawyers{--profile-panel:#dbe8e4;--profile-panel-strong:#c9dfd8;--profile-deep-start:#12372f;--profile-deep-end:#245d50}.profileLandingStudents{--profile-panel:#e6edd7;--profile-panel-strong:#dbe7c4;--profile-deep-start:#263d29;--profile-deep-end:#4f733e}.profileLanding .profileFeature{animation:none}.profileLanding .profileFeature:nth-child(2n) :is(.individualsFeatureCopy,.lawyersFeatureCopy,.studentsFeatureCopy)>p{color:rgba(255,255,255,.74)}.profileLanding .profileFeature:nth-child(2n) :is(.individualsFeatureIcon,.lawyersFeatureIcon,.studentsFeatureIcon){color:#e5fff1;background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.15)}.profileLanding .profileFeature:nth-child(2n) :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen):before{background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.3),transparent 26%),linear-gradient(145deg,rgba(255,255,255,.12),var(--profile-accent-soft));border-color:rgba(255,255,255,.13);box-shadow:0 35px 80px rgba(0,0,0,.17),inset 0 1px rgba(255,255,255,.2)}.profileLanding .profileFeature:nth-child(2n) :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen):after{border-color:rgba(255,255,255,.14)}.profile-motion-ready .profileFeature{opacity:0;filter:blur(3px);transform:translate3d(0,68px,0) scale(.975);transition:opacity .56s cubic-bezier(.22,1,.36,1),filter .56s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1),box-shadow .5s ease,border-color .5s ease}.profile-motion-ready .profileFeature :is(.individualsFeatureCopy,.lawyersFeatureCopy,.studentsFeatureCopy),.profile-motion-ready .profileFeature :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen){opacity:0;transition:opacity .52s ease,transform .7s cubic-bezier(.22,1,.36,1)}.profile-motion-ready .profileFeature :is(.individualsFeatureCopy,.lawyersFeatureCopy,.studentsFeatureCopy){transform:translate3d(-44px,0,0)}.profile-motion-ready .profileFeature.isReversed :is(.individualsFeatureCopy,.lawyersFeatureCopy,.studentsFeatureCopy){transform:translate3d(44px,0,0)}.profile-motion-ready .profileFeature :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen){transform:translate3d(0,54px,0) scale(.91) rotate(2deg)}.profile-motion-ready .profileFeature.is-visible{opacity:1;filter:none;transform:none}.profile-motion-ready .profileFeature.is-visible :is(.individualsFeatureCopy,.lawyersFeatureCopy,.studentsFeatureCopy),.profile-motion-ready .profileFeature.is-visible :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen){opacity:1;transform:none}.profileLanding :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen) img{width:min(270px,78%);image-rendering:auto}.profileLanding .studentsFeatureScreen.hasMultiple img{width:min(170px,46%)}.profile-motion-ready .profileFeature.is-visible :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen){transition-delay:.1s}@media (hover:hover){.whyPhones:hover .heroDeviceFleet{animation-play-state:paused;filter:saturate(1.1) contrast(1.035);transform:translate3d(-3%,-18px,34px) rotateY(2deg) rotate(.45deg) scale(1.045)}.whyPhones:hover:before{transform:rotate(-4deg) scale(1.075);box-shadow:0 72px 140px rgba(12,48,34,.24),inset 0 1px rgba(255,255,255,.98)}.whyPhones:hover .heroProductOrbitOuter{animation-duration:7s}.whyPhones:hover .heroProductOrbitInner{animation-duration:5s}}@media (max-width:640px){.profileLanding .profileFeature:nth-child(2n){background:radial-gradient(circle at 80% 10%,rgba(255,255,255,.1),transparent 28%),linear-gradient(155deg,var(--profile-deep-start),var(--profile-deep-end))}.profile-motion-ready .profileFeature{transform:translate3d(0,58px,0) scale(.97)}}html{scroll-padding-top:112px}.footer{isolation:isolate;position:relative;padding:42px 0 0;overflow:hidden;background:radial-gradient(circle at 12% 0,rgba(73,185,131,.15),transparent 24%),radial-gradient(circle at 88% 72%,rgba(183,145,69,.08),transparent 22%),#071711}.footer:before{position:absolute;z-index:-1;top:-310px;left:50%;width:min(1100px,85vw);aspect-ratio:1;content:"";border:1px solid rgba(255,255,255,.055);border-radius:50%;box-shadow:0 0 0 90px rgba(255,255,255,.014),0 0 0 180px rgba(255,255,255,.01);transform:translateX(-50%)}.footerGrid{position:relative;grid-template-columns:minmax(340px,1.45fr) minmax(190px,.7fr) minmax(250px,.85fr);gap:clamp(40px,6vw,96px);width:min(1480px,calc(100% - 48px));padding:clamp(42px,5vw,74px);overflow:hidden;background:radial-gradient(circle at 4% 0,rgba(105,218,159,.12),transparent 25%),linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.018));border:1px solid rgba(255,255,255,.09);border-radius:36px;box-shadow:0 36px 100px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.07)}.footerGrid:after{position:absolute;top:0;right:8%;left:8%;height:1px;content:"";background:linear-gradient(90deg,transparent,rgba(110,221,165,.5),transparent)}.footerBrand{max-width:520px}.footer .footerLogo{width:78px;height:78px;padding:6px;background:linear-gradient(145deg,#9beabc,#54c58b);border:1px solid rgba(255,255,255,.22);border-radius:23px;box-shadow:0 18px 42px rgba(0,0,0,.25),inset 0 1px rgba(255,255,255,.55)}.footerBrand>p{max-width:470px;margin:24px 0 27px;color:rgba(255,255,255,.68);font-size:1.04rem;line-height:1.72}.footerNavGroup{display:flex;flex-direction:column;align-items:flex-start;padding-top:10px}.footerNavGroup h2{width:100%;margin:0 0 18px;padding-bottom:14px;color:#92dcb5;border-bottom:1px solid rgba(255,255,255,.09);font-size:.71rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.footer .footerNavGroup>:is(a,.footerCookieButton){position:relative;width:100%;margin:0;padding:9px 0 9px 16px;color:rgba(255,255,255,.7);text-align:left;border:0;font-size:.92rem;line-height:1.35;transition:color .18s ease,transform .18s ease}.footer .footerNavGroup>:is(a,.footerCookieButton):before{position:absolute;top:50%;left:0;width:5px;height:5px;content:"";background:rgba(125,215,166,.42);border-radius:50%;transform:translateY(-50%);transition:background-color .18s ease,box-shadow .18s ease}.footer .footerNavGroup>:is(a,.footerCookieButton):hover{color:#fff;transform:translateX(4px)}.footer .footerNavGroup>:is(a,.footerCookieButton):hover:before{background:#8de0b4;box-shadow:0 0 0 5px rgba(141,224,180,.1)}.footer .socialLinks{gap:9px;margin-top:25px}.footer .socialLink{width:42px;height:42px;background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.1);box-shadow:inset 0 1px rgba(255,255,255,.06)}.footer .socialLink:hover{color:#0d2a1f;background:#91dfb6;border-color:#91dfb6;transform:translateY(-3px)}.footer .storeBadges{display:flex;grid-template-columns:none;width:auto;max-width:100%;gap:9px;justify-content:flex-start;flex-wrap:wrap}.footer .storeBadge{flex:0 0 160px;width:160px;height:50px;padding:6px 11px;border-color:rgba(255,255,255,.2);border-radius:10px;box-shadow:0 12px 28px rgba(0,0,0,.2)}.footer .storeBadgeIcon{width:25px;height:29px}.footer .storeBadgeGoogleIcon{width:27px}.footer .storeBadge small{font-size:.5rem}.footer .storeBadge strong{font-size:1.04rem}.footer .copyright{width:min(1480px,calc(100% - 48px));margin:0 auto;padding:28px 0 30px;color:rgba(255,255,255,.42);border-top:0;font-size:.76rem;letter-spacing:.04em}@media (max-width:880px){.footerGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 34px}.footerBrand{grid-column:1/-1;max-width:none;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.09)}}@media (max-width:640px){html{scroll-padding-top:96px}.heroStoreBadges,.whyHeader{position:relative;z-index:6}.whyHero{padding-top:70px}.buttonRow,.heroStoreBadges,.whyHeader,.whyPhones{scroll-margin-top:102px}.whyPhones{z-index:1;margin-top:28px}.heroStoreBadges{margin-top:27px;margin-bottom:15px}.storeBadges{width:auto;max-width:100%;gap:8px;justify-content:center;flex-wrap:wrap}.storeBadge{flex:0 0 158px;width:158px;height:50px;padding:6px 10px;gap:8px;border-radius:10px}.storeBadgeIcon{width:25px;height:29px}.storeBadgeGoogleIcon{width:27px}.storeBadge small{font-size:.49rem}.storeBadge strong{font-size:1.02rem}.contactLanding .storeBadges,.individualsFinalCard .buttonRow,.lawyersFinalCard .buttonRow,.profileLanding .buttonRow,.studentsFinalCard .buttonRow{justify-content:center}.footer{padding-top:14px}.footerGrid{grid-template-columns:1fr;gap:32px;width:calc(100% - 16px);padding:34px 22px;border-radius:28px}.footerBrand{grid-column:auto;padding-bottom:32px}.footer .footerLogo{width:68px;height:68px;border-radius:20px}.footerBrand>p{margin:20px 0 24px;font-size:.95rem}.footer .storeBadges{display:flex;width:auto;max-width:100%;justify-content:flex-start;gap:8px}.footer .storeBadge{flex:0 0 152px;width:152px;height:48px;padding:6px 9px}.footer .storeBadge strong{font-size:.98rem}.footer .socialLinks{margin-top:22px}.footerNavGroup{padding-top:0}.footerNavGroup h2{margin-bottom:10px}.footer .footerNavGroup>:is(a,.footerCookieButton){padding-block:10px}.footer .copyright{width:calc(100% - 32px);padding:24px 0 26px;text-align:center}}.whyPhones{isolation:isolate;perspective:1200px}.whyPhones:before{width:min(590px,94%);background:radial-gradient(circle at 34% 24%,rgba(255,255,255,.96),transparent 28%),radial-gradient(circle at 72% 76%,rgba(78,171,124,.23),transparent 38%),linear-gradient(145deg,rgba(253,254,250,.94),rgba(197,221,206,.82));box-shadow:0 60px 120px rgba(12,48,34,.17),inset 0 1px rgba(255,255,255,.98),inset 0 -38px 70px rgba(24,111,76,.08);animation:heroStageMorph 12s ease-in-out infinite}.heroProductAura{position:absolute;z-index:-1;width:76%;aspect-ratio:1;background:conic-gradient(from 90deg,rgba(56,169,112,.08),rgba(215,177,94,.2),rgba(42,154,104,.24),rgba(56,169,112,.08));border-radius:50%;filter:blur(34px);opacity:.74;animation:heroAuraPulse 8s ease-in-out infinite}.heroProductOrbit{position:absolute;z-index:0;aspect-ratio:1;pointer-events:none;border:1px solid rgba(30,110,77,.16);border-radius:50%}.heroProductOrbit:after,.heroProductOrbit:before{position:absolute;width:8px;aspect-ratio:1;content:"";background:#4ca47d;border:5px solid rgba(255,255,255,.8);border-radius:50%;box-shadow:0 5px 16px rgba(20,82,58,.26)}.heroProductOrbit:before{top:12%;left:18%}.heroProductOrbit:after{right:12%;bottom:20%;width:6px}.heroProductOrbitOuter{width:92%;transform:rotateX(67deg) rotate(-12deg);animation:heroOrbitOuter 18s linear infinite}.heroProductOrbitInner{width:69%;border-style:dashed;border-color:rgba(183,145,70,.22);transform:rotateX(69deg) rotate(22deg);animation:heroOrbitInner 15s linear infinite reverse}.heroProductGrid{position:absolute;z-index:0;bottom:5%;width:76%;height:38%;background-image:linear-gradient(rgba(24,101,70,.11) 1px,transparent 0),linear-gradient(90deg,rgba(24,101,70,.11) 1px,transparent 0);background-size:28px 28px;-webkit-mask-image:radial-gradient(ellipse at center,#000 10%,transparent 72%);mask-image:radial-gradient(ellipse at center,#000 10%,transparent 72%);transform:perspective(360px) rotateX(64deg) translateY(28%);opacity:.62;animation:heroGridDrift 10s linear infinite}.whyPhones .heroDeviceFleet{z-index:3;transform-style:preserve-3d;filter:saturate(1.025) contrast(1.015);animation:heroFleetChoreography 8.8s cubic-bezier(.45,0,.25,1) infinite}.whyPhones .heroDeviceFleet img{filter:drop-shadow(0 52px 48px rgba(9,39,28,.25)) drop-shadow(0 10px 12px rgba(23,92,64,.11))}.heroProductPlinth{position:absolute;z-index:2;bottom:10%;width:74%;height:14%;background:radial-gradient(ellipse,rgba(17,60,44,.3),rgba(17,60,44,.07) 42%,transparent 70%);filter:blur(13px);transform:rotateX(70deg);animation:heroPlinthPulse 8.8s ease-in-out infinite}.whyPhones .heroTrustCard{z-index:5;border-color:rgba(255,255,255,.72);box-shadow:0 22px 52px rgba(15,57,42,.18),inset 0 1px rgba(255,255,255,.96)}.whyPhones .heroTrustCardTop{animation:heroCardTop 6.4s ease-in-out infinite}.whyPhones .heroTrustCardBottom{animation:heroCardBottom 7.1s ease-in-out -2.6s infinite}@keyframes heroStageMorph{0%,to{border-radius:44% 56% 61% 39%/45% 40% 60% 55%;transform:rotate(-7deg) scale(1)}50%{border-radius:53% 47% 43% 57%/54% 51% 49% 46%;transform:rotate(-3.5deg) scale(1.035)}}@keyframes heroAuraPulse{0%,to{opacity:.58;transform:scale(.94) rotate(-5deg)}50%{opacity:.9;transform:scale(1.08) rotate(6deg)}}@keyframes heroOrbitOuter{to{transform:rotateX(67deg) rotate(348deg)}}@keyframes heroOrbitInner{to{transform:rotateX(69deg) rotate(382deg)}}@keyframes heroGridDrift{to{background-position:28px 28px,28px 28px}}@keyframes heroFleetChoreography{0%,to{transform:translate3d(-3%,2px,0) rotateY(-1.6deg) rotate(-.45deg) scale(.99)}28%{transform:translate3d(-2.2%,-9px,12px) rotateY(.2deg) rotate(.1deg) scale(1.008)}58%{transform:translate3d(-3.8%,-4px,20px) rotateY(1.5deg) rotate(.4deg) scale(1.014)}80%{transform:translate3d(-3.2%,1px,8px) rotateY(0deg) rotate(-.15deg) scale(1.002)}}@keyframes heroPlinthPulse{0%,to{opacity:.64;transform:rotateX(70deg) scaleX(.92)}50%{opacity:.9;transform:rotateX(70deg) scaleX(1.05)}}@keyframes heroCardTop{0%,to{transform:translateZ(26px) rotate(.6deg)}50%{transform:translate3d(-7px,-12px,36px) rotate(-.5deg)}}@keyframes heroCardBottom{0%,to{transform:translateZ(22px) rotate(-.5deg)}50%{transform:translate3d(8px,-10px,32px) rotate(.6deg)}}.profileLanding{--profile-accent:#4fbc8a;--profile-accent-soft:rgba(79,188,138,0.16);--profile-paper:#f1f5f0}.profileLandingLawyers{--profile-accent:#6cb6a6;--profile-accent-soft:rgba(78,158,140,0.16);--profile-paper:#eff4f1}.profileLandingStudents{--profile-accent:#b6d978;--profile-accent-soft:rgba(168,207,101,0.18);--profile-paper:#f3f5eb}.profileLanding :is(.individualsHero,.lawyersHero,.studentsHero):after,.profileLanding :is(.individualsHero,.lawyersHero,.studentsHero):before{position:absolute;pointer-events:none;content:"";border:1px solid rgba(255,255,255,.1);border-radius:50%}.profileLanding :is(.individualsHero,.lawyersHero,.studentsHero):before{top:-35%;right:-10%;width:min(760px,65vw);aspect-ratio:1;box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018)}.profileLanding :is(.individualsHero,.lawyersHero,.studentsHero):after{bottom:-48%;left:18%;width:520px;aspect-ratio:1;opacity:.55}.profileHeroAtmosphere{position:absolute;z-index:0;width:min(520px,100%);aspect-ratio:1;pointer-events:none}.profileHeroAtmosphere span{position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}.profileHeroAtmosphere span:first-child{inset:2%;animation:profileOrbit 20s linear infinite}.profileHeroAtmosphere span:nth-child(2){inset:14%;border-style:dashed;opacity:.7;animation:profileOrbit 16s linear infinite reverse}.profileHeroAtmosphere span:nth-child(3){inset:27%;background:radial-gradient(circle,var(--profile-accent-soft),transparent 68%);border-color:rgba(255,255,255,.09);animation:profileAtmospherePulse 7s ease-in-out infinite}.profileHeroAtmosphere span:before{position:absolute;top:13%;left:15%;width:7px;aspect-ratio:1;content:"";background:var(--profile-accent);border:4px solid rgba(255,255,255,.75);border-radius:50%;box-shadow:0 8px 22px rgba(0,0,0,.25)}.profileLanding :is(.individualsHeroGlow,.lawyersHeroGlow,.studentsHeroGlow){animation:profileGlowBreathe 7s ease-in-out infinite}.profileLanding :is(.individualsHeroScreen,.lawyersHeroScreen,.studentsHeroScreen){transform-origin:50% 76%;animation:profileHeroDevice 7.5s cubic-bezier(.45,0,.3,1) infinite}.profileLanding :is(.individualsFeaturesSection,.lawyersFeaturesSection,.studentsFeaturesSection){position:relative;overflow:hidden;background:radial-gradient(circle at 9% 12%,var(--profile-accent-soft),transparent 24%),radial-gradient(circle at 92% 48%,rgba(185,151,82,.08),transparent 20%),linear-gradient(180deg,var(--profile-paper) 0,#faf9f5 46%,var(--profile-paper) 100%)}.profileLanding :is(.individualsFeaturesSection,.lawyersFeaturesSection,.studentsFeaturesSection):before{position:absolute;inset:0;pointer-events:none;content:"";background-image:linear-gradient(rgba(18,66,48,.028) 1px,transparent 0),linear-gradient(90deg,rgba(18,66,48,.028) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,transparent,#000 18%,#000 82%,transparent);mask-image:linear-gradient(180deg,transparent,#000 18%,#000 82%,transparent)}.profileLanding :is(.individualsFeatureStack,.lawyersFeatureStack,.studentsFeatureStack),.profileLanding :is(.individualsSectionHeader,.lawyersSectionHeader,.studentsSectionHeader){position:relative;z-index:1}.profileLanding .profileFeature{isolation:isolate;position:relative;border-color:rgba(20,68,51,.11);background:linear-gradient(118deg,rgba(255,255,255,.92),rgba(255,255,255,.72)),var(--profile-paper);box-shadow:0 34px 90px rgba(16,55,41,.11),inset 0 1px rgba(255,255,255,.95);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.profileLanding .profileFeature:before{position:absolute;z-index:-1;inset:0;content:"";background:radial-gradient(circle at 84% 18%,var(--profile-accent-soft),transparent 27%),linear-gradient(115deg,transparent 62%,rgba(255,255,255,.55));opacity:.85}.profileLanding .profileFeature:after{position:absolute;z-index:2;top:32px;bottom:32px;left:0;width:3px;content:"";background:linear-gradient(transparent,var(--profile-accent),transparent);border-radius:0 4px 4px 0;opacity:.6}.profileLanding .profileFeature.isReversed:after{right:0;left:auto;border-radius:4px 0 0 4px}.profileLanding :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen):before{background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.94),transparent 26%),linear-gradient(145deg,rgba(242,248,243,.96),var(--profile-accent-soft));border:1px solid rgba(29,101,71,.1);box-shadow:0 30px 70px rgba(20,68,50,.09),inset 0 1px rgba(255,255,255,.94)}.profileLanding :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen):after{position:absolute;width:min(390px,112%);aspect-ratio:1;pointer-events:none;content:"";border:1px solid rgba(40,119,83,.11);border-radius:50%;transform:rotateX(68deg) rotate(-8deg)}.profileLanding :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen) img{z-index:1;border-color:#102018;box-shadow:0 38px 74px rgba(12,47,34,.25),0 8px 18px rgba(12,47,34,.12)}.profileLanding .profileFeature:hover{border-color:rgba(42,124,88,.2);box-shadow:0 42px 105px rgba(16,55,41,.15),inset 0 1px rgba(255,255,255,.96)}.profileLanding .profileFeature:hover :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen){transform:translateY(-6px)}.profileLanding :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen){transition:transform .65s cubic-bezier(.22,1,.36,1)}@keyframes profileOrbit{to{transform:rotate(1turn)}}@keyframes profileAtmospherePulse{0%,to{opacity:.62;transform:scale(.9)}50%{opacity:1;transform:scale(1.07)}}@keyframes profileGlowBreathe{0%,to{opacity:.68;transform:scale(.94)}50%{opacity:1;transform:scale(1.08)}}@keyframes profileHeroDevice{0%,to{transform:translate3d(0,3px,0) rotate(1.4deg)}48%{transform:translate3d(0,-11px,16px) rotate(2.4deg)}}@keyframes profileCardReveal{0%{opacity:0;transform:translateY(54px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes profileCopyReveal{0%{opacity:0;transform:translateX(-34px)}to{opacity:1;transform:translateX(0)}}@keyframes profileDeviceReveal{0%{opacity:0;transform:translateY(46px) rotate(2deg) scale(.92)}to{opacity:1;transform:translateY(0) rotate(0) scale(1)}}@supports (animation-timeline:view()){.profileLanding .profileFeature{animation:profileCardReveal linear both;animation-timeline:view();animation-range:entry 5% cover 31%}.profileLanding .profileFeature :is(.individualsFeatureCopy,.lawyersFeatureCopy,.studentsFeatureCopy){animation:profileCopyReveal linear both;animation-timeline:view();animation-range:entry 12% cover 35%}.profileLanding .profileFeature :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen){animation:profileDeviceReveal linear both;animation-timeline:view();animation-range:entry 8% cover 38%}.profileLanding .profileFeature.isReversed :is(.individualsFeatureCopy,.lawyersFeatureCopy,.studentsFeatureCopy){animation-name:profileDeviceReveal}}@media (max-width:880px){.heroProductOrbitOuter{width:78%}.heroProductOrbitInner{width:58%}.heroProductGrid{width:68%}.profileLanding .profileFeature{box-shadow:0 24px 65px rgba(16,55,41,.1),inset 0 1px rgba(255,255,255,.95)}}@media (max-width:640px){.whyPhones{min-height:405px;margin-top:10px}.whyPhones:before{width:92%}.heroProductAura{width:88%;filter:blur(24px)}.heroProductOrbitOuter{width:96%}.heroProductOrbitInner{width:72%}.heroProductGrid{bottom:1%;width:88%;opacity:.42}.heroProductPlinth{bottom:6%;width:82%}.whyPhones .heroDeviceFleet{width:116%;animation-duration:10s}.profileHeroAtmosphere{width:min(430px,96vw)}.profileLanding :is(.individualsFeaturesSection,.lawyersFeaturesSection,.studentsFeaturesSection){background:radial-gradient(circle at 0 10%,var(--profile-accent-soft),transparent 19%),linear-gradient(180deg,var(--profile-paper),#faf9f5 48%,var(--profile-paper))}.profileLanding .profileFeature{padding:30px 22px;background:linear-gradient(155deg,rgba(255,255,255,.94),rgba(255,255,255,.72))}.profileLanding .profileFeature:after{top:0;right:28px;bottom:auto;left:28px;width:auto;height:2px;background:linear-gradient(90deg,transparent,var(--profile-accent),transparent)}.profileLanding .profileFeature.isReversed:after{right:28px;left:28px}}@media (prefers-reduced-motion:reduce){.heroProductAura,.heroProductGrid,.heroProductOrbit,.heroProductPlinth,.profileHeroAtmosphere span,.profileLanding .profileFeature,.profileLanding .profileFeature :is(.individualsFeatureCopy,.lawyersFeatureCopy,.studentsFeatureCopy),.profileLanding .profileFeature :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen),.profileLanding :is(.individualsHeroGlow,.lawyersHeroGlow,.studentsHeroGlow),.profileLanding :is(.individualsHeroScreen,.lawyersHeroScreen,.studentsHeroScreen),.whyPhones .heroDeviceFleet,.whyPhones .heroTrustCard,.whyPhones:before{animation:none!important;opacity:1!important}}.profileLanding .profileFeature{animation:none!important;animation-timeline:auto!important;background:radial-gradient(circle at 88% 18%,rgba(255,255,255,.42),transparent 25%),linear-gradient(128deg,var(--profile-panel) 0,#e9f0eb 54%,var(--profile-panel-strong) 100%);border-color:rgba(19,75,53,.16);box-shadow:0 38px 94px rgba(13,51,37,.15),inset 0 3px 0 rgba(255,255,255,.72)}.profileLanding .profileFeature :is(.individualsFeatureCopy,.lawyersFeatureCopy,.studentsFeatureCopy),.profileLanding .profileFeature :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen){animation:none!important;animation-timeline:auto!important}.profileLanding .profileFeature:nth-child(2n){color:#fff;background:radial-gradient(circle at 18% 14%,rgba(255,255,255,.11),transparent 30%),radial-gradient(circle at 88% 80%,var(--profile-accent-soft),transparent 32%),linear-gradient(135deg,var(--profile-deep-start),var(--profile-deep-end));border-color:rgba(255,255,255,.13);box-shadow:0 44px 105px rgba(11,40,30,.25),inset 0 1px rgba(255,255,255,.15)}.profileLanding .profileFeature:nth-child(2n):before{background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 0);background-size:28px 28px;-webkit-mask-image:linear-gradient(115deg,transparent 25%,#000 68%,transparent);mask-image:linear-gradient(115deg,transparent 25%,#000 68%,transparent)}.profileLanding .profileFeature:nth-child(2n) :is(h3,.individualsFeatureNumber,.lawyersFeatureNumber,.studentsFeatureNumber){color:#fff}.profileLanding .profileFeature:nth-child(2n) :is(.individualsFeatureCopy,.lawyersFeatureCopy,.studentsFeatureCopy)>p{color:rgba(255,255,255,.76)}.profileLanding .profileFeature:nth-child(2n) :is(.individualsFeatureBenefit,.lawyersFeatureBenefit,.studentsFeatureBenefit){color:#d7f8e6}@media (max-width:640px){.profileLanding .profileFeature:nth-child(2n){background:radial-gradient(circle at 80% 10%,rgba(255,255,255,.1),transparent 28%),linear-gradient(155deg,var(--profile-deep-start),var(--profile-deep-end))}}@media (prefers-reduced-motion:reduce){.profile-motion-ready .profileFeature,.profile-motion-ready .profileFeature :is(.individualsFeatureCopy,.lawyersFeatureCopy,.studentsFeatureCopy),.profile-motion-ready .profileFeature :is(.individualsFeatureScreen,.lawyersFeatureScreen,.studentsFeatureScreen){opacity:1!important;filter:none!important;transform:none!important;transition:none!important}}@media (max-width:640px){html{scroll-padding-top:96px}.whyHero{padding-top:70px}.heroStoreBadges,.whyHeader{position:relative;z-index:6}.buttonRow,.heroStoreBadges,.whyHeader,.whyPhones{scroll-margin-top:102px}.whyPhones{z-index:1;margin-top:28px}.heroStoreBadges{margin-top:27px;margin-bottom:15px}.footer .storeBadges,.storeBadges{display:flex;grid-template-columns:none;width:auto;max-width:100%;gap:8px;justify-content:center;flex-wrap:wrap}.storeBadge{flex:0 0 158px;width:158px;height:50px;padding:6px 10px;gap:8px;border-radius:10px}.storeBadgeIcon{width:25px;height:29px}.storeBadgeGoogleIcon{width:27px}.storeBadge small{font-size:.49rem}.storeBadge strong{font-size:1.02rem}.footerGrid{grid-template-columns:1fr;gap:32px;width:calc(100% - 16px);padding:34px 22px;text-align:left;border-radius:28px}.footerBrand{grid-column:auto;padding-bottom:32px}.footer .storeBadges{justify-content:flex-start}.footer .storeBadge{flex:0 0 152px;width:152px;height:48px;padding:6px 9px}.footer .storeBadge strong{font-size:.98rem}.contactLanding .storeBadges,.individualsFinalCard .buttonRow,.lawyersFinalCard .buttonRow,.profileLanding .buttonRow,.studentsFinalCard .buttonRow{justify-content:center}}@media (max-width:350px){.footer .storeBadge,.storeBadge{flex-basis:148px;width:148px}.footer .storeBadges,.storeBadges{justify-content:center}}.homeLanding{--home-paper:#f7f4ed;--home-ink:#0e211a;--home-deep:#0c2d22;--home-mint:#a7e0c0;overflow:clip;background:var(--home-paper)}.homeLanding .whyHero{padding-bottom:clamp(96px,10vw,160px)}.homeLanding .legalHeroStage:after{position:absolute;right:0;bottom:10px;left:0;height:1px;content:"";background:linear-gradient(90deg,transparent,rgba(16,72,50,.2) 20%,rgba(16,72,50,.2) 80%,transparent)}.homeLanding .whyGrid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:clamp(52px,7vw,96px);overflow:visible;background:transparent;border:0;border-radius:0;box-shadow:none}.homeLanding .whyFeature{position:relative;grid-column:span 3;min-height:300px;overflow:hidden;background:radial-gradient(circle at 102% -8%,rgba(67,155,112,.15),transparent 38%),rgba(255,254,250,.9);border:1px solid rgba(15,67,47,.12);border-radius:24px;box-shadow:0 20px 50px rgba(18,54,40,.08),inset 0 1px rgba(255,255,255,.82);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.homeLanding .whyFeature:nth-child(-n+2){grid-column:span 6;min-height:330px;padding:clamp(34px,4vw,54px)}.homeLanding .whyFeature:nth-child(2){color:#fff;background:radial-gradient(circle at 92% 12%,rgba(143,228,184,.2),transparent 34%),linear-gradient(140deg,#0d3327,#185c43);border-color:rgba(255,255,255,.14);box-shadow:0 28px 68px rgba(9,47,33,.2)}.homeLanding .whyFeature:nth-child(2) :is(h2,.whyFeatureMeta){color:#fff}.homeLanding .whyFeature:nth-child(2) p{color:rgba(255,255,255,.7)}.homeLanding .whyFeature:after{position:absolute;right:-36px;bottom:-52px;width:130px;aspect-ratio:1;content:"";border:1px solid rgba(44,133,92,.14);border-radius:50%;box-shadow:0 0 0 22px rgba(44,133,92,.035),0 0 0 44px rgba(44,133,92,.025);transition:transform .48s cubic-bezier(.22,1,.36,1)}.homeLanding .whyFeature:hover{background-color:#fff;transform:translateY(-6px)}.homeLanding .whyFeature:hover:after{transform:scale(1.15)}.homeLanding .whyFeature:nth-child(-n+2) h2{max-width:460px;font-size:clamp(1.75rem,3vw,2.65rem)}.homeLanding .whyFeature:nth-child(-n+2) p{max-width:540px}.homeLanding .profileSection{position:relative;isolation:isolate;padding-top:clamp(110px,11vw,178px);padding-bottom:clamp(110px,11vw,178px);overflow:hidden}.homeLanding .profileSection:after{position:absolute;z-index:-1;top:52%;left:50%;width:min(1000px,86vw);aspect-ratio:1;content:"";border:1px solid rgba(161,226,191,.08);border-radius:50%;box-shadow:0 0 0 110px rgba(161,226,191,.018),0 0 0 220px rgba(161,226,191,.012);transform:translate(-50%,-50%)}.homeLanding .profileSectionHeader{align-items:end;margin-bottom:clamp(58px,7vw,92px)}.homeLanding .profileSectionHeader h2{max-width:850px}.homeLanding .profileSectionHeader>p{max-width:490px;font-size:1.06rem}.homeLanding .profileCards{align-items:stretch}.homeLanding .profileCard{grid-template-rows:auto 238px 1fr;min-height:760px}.homeLanding .profileCard:nth-child(2){transform:translateY(42px)}.homeLanding .profileCard:nth-child(2):hover{transform:translateY(30px)}.profileCardQuote{position:relative;margin:22px 0 20px;padding:16px 17px 16px 36px;color:#245441;background:rgba(38,126,87,.07);border:1px solid rgba(31,108,75,.08);border-radius:14px;font-size:.86rem;font-weight:680;line-height:1.5}.profileCardQuote:before{position:absolute;top:8px;left:13px;content:"“";color:#318560;font-family:Georgia,serif;font-size:2rem;line-height:1}.homeLanding .productShowcase{position:relative;isolation:isolate;padding-top:clamp(118px,12vw,190px);padding-bottom:clamp(98px,10vw,158px);color:#fff;background:radial-gradient(circle at 78% 25%,rgba(100,207,151,.21),transparent 27%),radial-gradient(circle at 12% 86%,rgba(207,181,119,.08),transparent 24%),linear-gradient(145deg,#091f18,#0d3d2d 58%,#16553e)}.homeLanding .productShowcase:before{z-index:-1;opacity:.52;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 0);background-size:38px 38px;-webkit-mask-image:radial-gradient(circle at 68% 48%,#000 0,transparent 70%);mask-image:radial-gradient(circle at 68% 48%,#000 0,transparent 70%)}.homeLanding .showcaseGrid{grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr);gap:clamp(54px,8vw,126px);align-items:center}.homeLanding .showcaseKicker{color:#d4f7e3;background:rgba(167,224,192,.1);border-color:rgba(167,224,192,.22)}.homeLanding .showcaseCopy h2{max-width:670px;color:#fff}.homeLanding .showcaseCopy>p{max-width:590px;color:rgba(255,255,255,.7);font-size:1.08rem}.homeLanding .showcaseGlow{background:radial-gradient(circle at 50% 32%,rgba(255,255,255,.95),rgba(201,229,211,.84) 45%,rgba(85,160,119,.62));border:1px solid rgba(255,255,255,.22);box-shadow:0 52px 120px rgba(0,14,8,.34),inset 0 1px rgba(255,255,255,.82)}.homeLanding .showcaseStats{margin-top:clamp(70px,8vw,112px);overflow:hidden;color:var(--home-ink);background:rgba(248,250,244,.96);border-color:rgba(255,255,255,.2);border-radius:24px;box-shadow:0 28px 80px rgba(0,20,12,.26),inset 0 1px #fff}.homeLanding .showcaseStat{position:relative;padding-block:30px}.homeLanding .showcaseStat svg{color:#247455}.homeLanding .showcaseStat span{color:#65716b}.homeLanding .appScreensSection{position:relative;padding-top:clamp(116px,11vw,180px);padding-bottom:clamp(116px,11vw,180px);background:radial-gradient(circle at 50% 2%,rgba(47,143,100,.15),transparent 29%),linear-gradient(180deg,#f8f6ef,#eeebe2)}.homeLanding .appScreensSection:before{position:absolute;top:0;left:50%;width:min(1280px,calc(100% - 40px));height:1px;content:"";background:linear-gradient(90deg,transparent,rgba(20,83,57,.21),transparent);transform:translateX(-50%)}.homeLanding .appScreensHeader{max-width:820px}.homeLanding .appScreensHeader h2{font-size:clamp(3.2rem,6vw,6.2rem);line-height:.93;letter-spacing:-.06em}.homeLanding .appScreensHeader p{max-width:660px;margin-inline:auto;font-size:1.06rem}.homeLanding .screenCarouselViewport{position:relative}.homeLanding .screenCarouselViewport:before{position:absolute;top:50%;left:50%;width:min(900px,80vw);height:72%;content:"";background:radial-gradient(ellipse,rgba(58,151,108,.17),transparent 67%);filter:blur(20px);transform:translate(-50%,-50%)}.homeLanding .faqSection{position:relative;padding-top:clamp(112px,11vw,172px);padding-bottom:clamp(78px,6vw,104px);background:radial-gradient(circle at 12% 18%,rgba(62,149,109,.1),transparent 24%),#ebe6dc}.homeLanding .faqShowcase{grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);gap:clamp(58px,9vw,144px)}.homeLanding .faqIntro{position:-webkit-sticky;position:sticky;top:120px;align-self:start}.homeLanding .faqIntro h2{max-width:560px}.homeLanding .faqAccordion{overflow:hidden;background:rgba(255,254,250,.66);border:1px solid rgba(16,36,29,.12);border-radius:26px;box-shadow:0 28px 70px rgba(24,54,41,.09),inset 0 1px rgba(255,255,255,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.homeLanding .faqItem{padding-inline:clamp(20px,3vw,34px)}.homeLanding .faqItem summary{min-height:96px}.homeFinalDownload{position:relative;padding:clamp(50px,5vw,78px) 0;overflow:hidden;background:#f5f2eb}.homeFinalDownloadCard{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,.82fr) minmax(460px,1.18fr);align-items:center;min-height:660px;overflow:hidden;color:#fff;background:radial-gradient(circle at 82% 22%,rgba(120,221,168,.22),transparent 27%),linear-gradient(135deg,#09251b,#10503a 66%,#207353);border:1px solid rgba(255,255,255,.12);border-radius:38px;box-shadow:0 42px 110px rgba(12,48,34,.23),inset 0 1px rgba(255,255,255,.16)}.homeFinalDownloadCard:before{position:absolute;z-index:-1;inset:0;content:"";background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 0);background-size:36px 36px;-webkit-mask-image:linear-gradient(120deg,#000,transparent 76%);mask-image:linear-gradient(120deg,#000,transparent 76%)}.homeFinalDownloadCopy{position:relative;z-index:3;padding:clamp(44px,6vw,86px)}.homeFinalDownloadCopy h2{max-width:650px;margin:24px 0 22px;color:#fff;font-size:clamp(3.25rem,5.5vw,6rem);font-weight:830;line-height:.92;letter-spacing:-.062em}.homeFinalDownloadCopy>p{max-width:570px;color:rgba(255,255,255,.72);font-size:1.06rem;line-height:1.7}.homeFinalStoreBadges{margin-top:34px}.homeFinalDownloadVisual{position:relative;display:grid;align-self:stretch;min-height:620px;place-items:center}.homeFinalDownloadHalo{position:absolute;width:min(590px,82%);aspect-ratio:1;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(153,207,177,.55));border:1px solid rgba(255,255,255,.28);border-radius:47% 53% 43% 57%/55% 42% 58% 45%;box-shadow:0 36px 90px rgba(0,20,11,.28),inset 0 1px rgba(255,255,255,.7);animation:homeHaloMorph 9s ease-in-out infinite alternate}.homeFinalDownloadVisual picture{position:relative;z-index:2;width:118%;max-width:850px;transform:translateX(-4%)}.homeFinalDownloadVisual img{width:100%;height:auto;filter:drop-shadow(0 34px 34px rgba(0,27,15,.28))}@keyframes homeHaloMorph{0%{transform:rotate(-5deg) scale(.98);border-radius:47% 53% 43% 57%/55% 42% 58% 45%}to{transform:rotate(5deg) scale(1.035);border-radius:57% 43% 52% 48%/43% 57% 46% 54%}}.home-motion-ready .homeReveal{opacity:0;filter:blur(8px);transform:translateY(34px);transition:opacity .8s ease,filter .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.home-motion-ready .homeReveal.is-visible{opacity:1;filter:none;transform:none}.home-motion-ready .profileCards.is-visible .profileCard,.home-motion-ready .showcaseStats.is-visible .showcaseStat{animation:homeChildRise .7s cubic-bezier(.22,1,.36,1) both}.home-motion-ready .profileCards.is-visible .profileCard:nth-child(2),.home-motion-ready .showcaseStats.is-visible .showcaseStat:nth-child(2){animation-delay:.1s}.home-motion-ready .profileCards.is-visible .profileCard:nth-child(3),.home-motion-ready .showcaseStats.is-visible .showcaseStat:nth-child(3){animation-delay:.2s}.home-motion-ready .showcaseStats.is-visible .showcaseStat:nth-child(4){animation-delay:.3s}@keyframes homeChildRise{0%{opacity:0;translate:0 24px}to{opacity:1;translate:0 0}}@media (max-width:1100px){.homeLanding .whyFeature{grid-column:span 6}.homeLanding .profileCard{min-height:720px}.homeFinalDownloadCard,.homeLanding .showcaseGrid{grid-template-columns:1fr}.homeLanding .showcaseGrid{gap:64px}.homeFinalDownloadCopy{max-width:900px;padding-bottom:10px}.homeFinalDownloadVisual{min-height:540px}.homeFinalDownloadVisual picture{width:min(820px,96%);transform:none}}@media (max-width:780px){.homeLanding .whyFeature,.homeLanding .whyFeature:nth-child(-n+2){grid-column:1/-1;min-height:0}.homeLanding .profileCard:nth-child(2),.homeLanding .profileCard:nth-child(2):hover{transform:none}.homeLanding .faqShowcase{grid-template-columns:1fr}.homeLanding .faqIntro{position:static}}@media (max-width:640px){.homeLanding .whyHero{padding-bottom:92px}.homeLanding .legalHeroStage:after{bottom:-12px}.homeLanding .whyGrid{gap:10px;margin-top:48px}.homeLanding .whyFeature,.homeLanding .whyFeature:nth-child(-n+2){padding:28px 25px 31px;border-radius:20px}.homeLanding .whyFeature:nth-child(-n+2) h2{font-size:1.65rem}.homeLanding .appScreensSection,.homeLanding .faqSection,.homeLanding .productShowcase,.homeLanding .profileSection{padding-block:92px}.homeLanding .profileSectionHeader{margin-bottom:44px}.homeLanding .profileCard{min-height:0}.homeLanding .profileCardQuote{margin-block:18px}.homeLanding .showcaseGrid{grid-template-columns:1fr;gap:48px}.homeFinalDownloadCopy>p,.homeLanding .showcaseCopy>p{font-size:.96rem}.homeLanding .showcaseStats{margin-top:62px;border-radius:20px}.homeLanding .appScreensHeader h2{font-size:clamp(2.85rem,13vw,4.15rem)}.homeLanding .faqAccordion{border-radius:20px}.homeLanding .faqItem{padding-inline:18px}.homeLanding .faqItem summary{min-height:82px}.homeFinalDownload{padding-block:56px}.homeFinalDownloadCard{min-height:0;border-radius:28px}.homeFinalDownloadCopy{padding:42px 24px 8px;text-align:center}.homeFinalDownloadCopy .showcaseKicker{justify-content:center}.homeFinalDownloadCopy h2{margin-inline:auto;font-size:clamp(2.75rem,13vw,4.1rem)}.homeFinalDownloadCopy>p{margin-inline:auto}.homeFinalStoreBadges{justify-content:center}.homeFinalDownloadVisual{min-height:355px}.homeFinalDownloadVisual picture{width:112%}.homeFinalDownloadHalo{width:78%}}@media (prefers-reduced-motion:reduce){.home-motion-ready .homeReveal,.home-motion-ready .homeReveal.is-visible{opacity:1!important;filter:none!important;transform:none!important;transition:none!important}.home-motion-ready .profileCards.is-visible .profileCard,.home-motion-ready .showcaseStats.is-visible .showcaseStat,.homeFinalDownloadHalo{animation:none!important}}