.landing-page{--landing-cream:#fcfaf8;--landing-ink:#242424;--landing-muted:#8a8a8a;--landing-blue:#5392ef;--landing-green:#5dd393;background:var(--landing-cream);min-height:100vh;color:var(--landing-ink);overflow:hidden}.landing-page :where(h1,h2,h3,p){margin:0}.landing-container{width:min(100%,80rem);margin-inline:auto;padding-inline:2rem}.landing-hero{background:linear-gradient(to bottom, var(--landing-cream), var(--landing-cream))}.landing-hero__inner{width:min(100%,80rem);height:48.5rem;margin-inline:auto;padding:12rem 2rem;position:relative}.landing-hero__copy{z-index:2;width:calc(50% - 3rem);max-width:38rem;position:relative}.landing-logo{border-radius:.5rem;width:5rem;height:5rem}.landing-hero h1{color:var(--landing-ink);letter-spacing:-.025em;margin-top:2.5rem;font-size:clamp(2.5rem,3.75vw,3rem);font-weight:400;line-height:1}.landing-hero h1 strong{font-weight:600}.landing-hero__copy>p{max-width:36rem;color:var(--landing-muted);margin-top:1.5rem;font-size:1.25rem;line-height:1.4}.landing-app-store{margin-top:2rem;display:inline-flex}.landing-app-store img{width:auto;height:4rem}.landing-hero__visual{position:absolute;inset:0 -14rem 0 50%}.landing-pattern{background-image:url(/images/landing/brand/bg-pattern.svg);background-repeat:repeat}.landing-pattern--hero{opacity:.06;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 72%,#0000 98%);mask-image:linear-gradient(#000 0 72%,#0000 98%)}.landing-hero__phone{z-index:1;width:auto;max-width:none;height:37.5rem;position:absolute;top:7rem;left:10rem}.landing-features{margin-top:5rem}.landing-features__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:6rem;width:min(100%,80rem);margin-inline:auto;padding-inline:2rem;display:grid}.landing-features__visual{padding-block:5rem;position:relative}.landing-pattern--features{z-index:0;opacity:.04;position:absolute;inset:0 0 0 -100vw}.landing-features__visual img{z-index:1;width:100%;max-width:39rem;margin-inline:auto;display:block;position:relative}.landing-features__copy{padding-top:5rem}.landing-page h2{color:var(--landing-ink);letter-spacing:-.025em;font-size:clamp(1.875rem,3vw,2.25rem);font-weight:700;line-height:1.111}.landing-section-intro{color:var(--landing-muted);margin-top:1.5rem;font-size:1.125rem;line-height:1.5556}.landing-feature-list{gap:0;margin-top:1rem;display:grid}.landing-feature-card{background:linear-gradient(#0000 0 1.5rem,#fff 1.5rem);border-radius:.5rem;margin-top:0;padding:1.5rem 1.5rem 2rem;position:relative}.landing-feature-card__icon{background:var(--landing-green);color:#fff;border-radius:.375rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-top:-.5rem;display:inline-flex;box-shadow:0 10px 15px -3px #0000001f}.landing-feature-card__icon>span{width:1.5rem;height:1.5rem}.landing-feature-card h3{color:#1b1b1d;margin-top:1.5rem;font-size:1.125rem;font-weight:500;line-height:1.5556}.landing-feature-card p{color:#8a8a8a;margin-top:1.25rem;line-height:1.5}.landing-team{margin-block:5rem}.landing-team__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem 2rem;margin:3rem 0 0;padding:0;list-style:none;display:grid}.landing-team-member{grid-template-columns:11rem minmax(0,1fr);align-items:start;gap:2rem;display:grid}.landing-team-member img{aspect-ratio:3/4;object-fit:cover;border-radius:.5rem;width:100%;box-shadow:0 10px 15px -3px #0000001f}.landing-team-member h3{font-size:1.125rem;font-weight:500;line-height:1.3333}.landing-team-member p{color:var(--landing-muted);margin-top:1rem;font-size:1.125rem;line-height:1.5556}.landing-team-member .landing-team-member__role{color:#2474eb;margin-top:.25rem;line-height:1.3333}.landing-cta{margin-block:5rem}.landing-cta__panel{background-color:var(--landing-blue);background-blend-mode:multiply;background-image:url(/images/landing/brand/bg-pattern.svg);background-repeat:repeat;border-radius:1.5rem;align-items:center;gap:3rem;padding:5rem;display:flex}.landing-cta__panel h2{color:#fff;flex:1;font-size:1.875rem;line-height:1.2}.landing-cta__panel .landing-app-store{flex:0 0 28rem;margin-top:0;display:flex}.landing-footer{background:#fff}.landing-footer__inner{align-items:center;gap:.5rem;padding-block:3rem;display:flex}.landing-footer :where(p,a){color:#a4a4a4;font-size:1rem}.landing-footer a{color:#82b0f3;text-decoration:none}.landing-footer a:hover{text-decoration:underline}@media (max-width:63.999rem){.landing-container,.landing-hero__inner,.landing-features__inner{width:100%;padding-inline:1.5rem}.landing-hero__inner{height:auto;min-height:auto;padding-block:3rem 4rem}.landing-hero__copy{width:100%;max-width:48rem}.landing-hero__visual{min-height:42rem;margin-top:3rem;position:relative;inset:auto}.landing-hero__phone{height:40rem;top:0;left:50%;transform:translate(-50%)}.landing-features__inner{grid-template-columns:1fr;gap:2rem}.landing-features__copy{padding-top:3rem}.landing-features__visual{order:2}.landing-team__grid{grid-template-columns:1fr}}@media (max-width:39.999rem){.landing-container,.landing-hero__inner,.landing-features__inner{width:100%;padding-inline:1rem}.landing-hero__inner{padding-block:2rem 3rem}.landing-hero h1{margin-top:2.5rem}.landing-hero__visual{width:calc(100% + 1rem);min-height:0;margin-top:8.625rem;margin-right:-1rem}.landing-hero__phone{width:66.6667%;height:auto;margin-inline:auto;display:block;position:relative;top:auto;left:auto;transform:none}.landing-features{margin-top:5rem}.landing-features__inner{gap:0}.landing-page h2{line-height:1.2}.landing-features__visual{padding-block:4rem}.landing-team-member{grid-template-columns:1fr;gap:1rem}.landing-team-member img{aspect-ratio:3/2;max-width:none}.landing-cta__panel{padding:2.5rem 1.5rem;display:block}.landing-cta__panel .landing-app-store{margin-top:3rem}.landing-footer__inner{flex-wrap:nowrap;padding-top:5rem;padding-bottom:3rem}}
*{box-sizing:border-box}:root{--cream:#fcfaf8;--ink:#242424;--muted:#62615f;--blue:#235fae;--line:#e6e3df}html{scroll-padding-top:6rem}body{background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-underline-offset:.2em}button,summary{font:inherit}img{max-width:100%;height:auto;display:block}h1,h2,h3{text-wrap:balance}p{line-height:1.65}:focus-visible{outline-offset:5px;border-radius:2px;outline:3px solid #235fae}.skip-link{z-index:20;background:#fff;padding:1rem;position:absolute;top:-100px;left:1rem}.skip-link:focus{top:1rem}.site-header{border-bottom:1px solid var(--line);z-index:5;position:relative}.site-nav{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;margin:auto;padding:18px 32px;display:flex}.brand{letter-spacing:-.7px;align-items:center;gap:12px;font-size:21px;font-weight:600;text-decoration:none;display:flex}.nav-links{align-items:center;gap:32px;font-size:14px;font-weight:550;display:flex}.nav-links a{text-decoration:none}.nav-links a:hover{text-decoration:underline}.nav-app{border:1px solid #d8d4cf;border-radius:7px;padding:11px 17px}.nav-app span{margin-left:10px}.site-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:32px;max-width:1280px;margin:auto;padding:40px 32px;display:flex}.site-footer p{color:var(--muted);font-size:12px}.footer-name{letter-spacing:-.6px;font-size:21px;font-weight:600;text-decoration:none}.site-footer nav{flex-wrap:wrap;gap:22px;font-size:13px;display:flex}.site-footer nav a{text-decoration:none}.site-footer nav a:hover{text-decoration:underline}.eyebrow{letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:650;line-height:1.5}.text-link{border-bottom:1px solid;align-items:center;gap:12px;padding:8px 0;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.text-link:hover{color:var(--blue)}.home-learn{grid-template-columns:1fr 1fr;align-items:center;gap:7rem;margin-block:7rem;display:grid}.home-learn .eyebrow{margin-bottom:20px}.home-learn p:not(.eyebrow){color:var(--muted);max-width:450px;margin-block:24px}.home-learn-art{aspect-ratio:1.5;background:#e0ebfb;border-radius:12px;flex-direction:column;justify-content:space-between;padding:55px;display:flex;overflow:hidden}.home-learn-art>span{letter-spacing:-2px;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1.1}.audio-bars{align-items:center;gap:5px;height:42px;display:flex}.audio-bars i{background:currentColor;border-radius:10px;width:5px;height:14px}.audio-bars i:nth-child(2n){height:28px}.audio-bars i:nth-child(3n){height:40px}.learn-page,.article-page{max-width:1184px;margin:auto;padding:0 32px}.learn-intro{padding:80px 0 68px;position:relative}.learn-intro:after{content:"";opacity:.06;pointer-events:none;background:url(/images/landing/brand/bg-pattern.svg) 50%/cover;width:34%;height:250px;position:absolute;top:45px;right:0}.learn-intro h1{letter-spacing:-.055em;margin:24px 0;font-size:clamp(48px,6vw,76px);font-weight:500;line-height:1.04}.learn-intro h1 span{color:#356ab2}.learn-intro>p:not(.eyebrow){max-width:500px;color:var(--muted);margin-bottom:20px;font-size:17px}.featured-guide{background:#e0ebfb;border-radius:12px;padding:48px}.featured-guide-copy{max-width:760px}.featured-guide h2{letter-spacing:-1.1px;font-size:clamp(26px,3vw,36px);font-weight:550;line-height:1.2}.featured-guide p:not(.eyebrow){color:var(--muted);font-size:15px}.article-art{aspect-ratio:1.65;color:#2c4b75;background:#e0ebfb;border-radius:8px;flex-direction:column;justify-content:space-between;padding:25px;display:flex;position:relative;overflow:hidden}.article-art:before{content:"";opacity:.1;border:1px solid;border-radius:50%;width:220px;height:220px;position:absolute;top:-85px;right:-80px}.article-art.episodes{color:#764838;background:#f5ded5}.article-art{width:100%;max-width:100%}.article-card{min-width:0}.art-label{letter-spacing:.15em;font-size:9px;font-weight:600}.art-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.art-kind{white-space:nowrap;border:1px solid;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:500;line-height:1.2}.art-title{letter-spacing:-.05em;font-size:clamp(28px,3vw,44px);font-weight:500;line-height:1.04}.art-bottom{justify-content:space-between;align-items:end;gap:10px;display:flex}.art-bottom>span{letter-spacing:.12em;font-size:8px}.art-bottom .audio-bars{transform-origin:100% 100%;height:28px;transform:scale(.7)}.article-art.large{padding:32px}.latest-section{padding-top:58px}.section-heading{justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:28px;display:flex}.section-heading h2{letter-spacing:-.7px;margin:0;font-size:25px;font-weight:550}.section-heading p{color:var(--muted);margin:0;font-size:13px}.article-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px;display:grid}.card-art-link{text-decoration:none;display:block}.card-meta{color:var(--muted);justify-content:space-between;margin:20px 0 12px;font-size:11px;display:flex}.card-meta span:first-child{color:#355c91;font-weight:600}.article-card h3{letter-spacing:-.6px;margin:0;font-size:23px;font-weight:550;line-height:1.3}.article-card h3 a{text-decoration:none}.article-card h3 a:hover{text-decoration:underline}.article-card>p{color:var(--muted);margin-block:12px;font-size:14px}.card-date{color:var(--muted);font-size:11px}.learn-cta{background:#e9eee5;border-radius:10px;justify-content:space-between;align-items:center;gap:40px;margin:72px 0 32px;padding:40px 44px;display:flex}.learn-cta h2{letter-spacing:-.8px;margin:12px 0;font-size:28px;font-weight:550}.learn-cta p:not(.eyebrow){color:#4d5846;margin-bottom:0;font-size:14px}.learn-cta .landing-app-store{flex-shrink:0;margin:0}.learn-cta .landing-app-store img{width:166px;height:auto}.editorial-link{text-align:center;color:var(--muted);margin-bottom:48px;font-size:12px}.breadcrumbs{color:var(--muted);padding-top:28px;font-size:12px}.breadcrumbs ol{flex-wrap:wrap;gap:10px;padding:0;list-style:none;display:flex}.breadcrumbs li:not(:last-child):after{content:"/";color:#8d8881;margin-left:10px}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.article-header{max-width:850px;margin:52px auto 44px}.article-header .eyebrow{color:#356093}.article-header .eyebrow span{padding:0 10px}.article-header h1{letter-spacing:-.045em;margin:22px 0;font-size:clamp(36px,4.5vw,54px);font-weight:550;line-height:1.12}.article-deck{color:var(--muted);font-size:18px;line-height:1.65}.byline{border-top:1px solid var(--line);align-items:center;gap:12px;margin-top:26px;padding-top:22px;font-size:12px;display:flex}.byline-icon{object-fit:contain;border-radius:10px;flex-shrink:0;width:40px;height:40px}.byline a{font-weight:600;text-decoration:none}.byline p{color:var(--muted);margin:5px 0 0;font-size:11px}.article-layout{grid-template-columns:210px minmax(0,720px);justify-content:center;gap:54px;display:grid}.contents{align-self:start;margin-top:10px;position:sticky;top:30px}.contents summary{cursor:pointer;padding-bottom:15px;font-size:12px;font-weight:650}.contents nav{border-left:1px solid #d7d4cf;flex-direction:column;gap:14px;padding-left:16px;display:flex}.contents a{color:var(--muted);font-size:12px;line-height:1.6;text-decoration:none}.contents a:hover{color:var(--blue);text-decoration:underline}.article-body{min-width:0}.takeaways{background:#eaf0f9;border-radius:8px;margin-bottom:34px;padding:30px 34px}.takeaways .eyebrow{color:#426389;margin-top:0}.takeaways h2{letter-spacing:-.5px;margin:8px 0 20px;font-size:24px;font-weight:550}.takeaways ul{margin-bottom:0;padding-left:21px}.takeaways li{margin:12px 0;padding-left:5px;font-size:15px;line-height:1.7}.takeaways li::marker{color:#547aae}.prose{color:#3e3d3a;overflow-wrap:break-word;font-size:18px;line-height:1.8}.prose p{margin:0 0 1.35em;line-height:1.8}.prose h2{color:var(--ink);letter-spacing:-.65px;margin:1.8em 0 .8em;font-size:28px;font-weight:600;line-height:1.25}.prose h3{font-size:22px;line-height:1.35}.prose a{color:#235fae}.prose li{margin-block:12px;padding-left:5px}.prose ul,.prose ol{padding-left:24px}.prose blockquote{color:#303b2c;background:#eef2ec;border-left:3px solid #91a986;border-radius:0 8px 8px 0;margin:34px 0;padding:28px 30px}.prose blockquote>p{letter-spacing:-.025em;margin-bottom:0;font-size:clamp(22px,2.3vw,28px);font-weight:500;line-height:1.45}.prose blockquote>p:has(>em:only-child){letter-spacing:0;margin-top:18px;font-size:12px;font-weight:400;line-height:1.6}.prose blockquote>p>em:only-child{font-style:normal}.prose blockquote a{color:#4d6045}.podcast-card{background:#fffdfb;border:1px solid #dad5cf;border-radius:8px;gap:20px;margin:42px 0;padding:24px;display:flex}.podcast-symbol{background:#e9eee5;border-radius:9px;flex:0 0 52px;place-items:center;height:52px;font-size:26px;display:grid}.podcast-card .eyebrow{margin:0 0 10px}.podcast-card h2{letter-spacing:-.4px;margin:0 0 10px;font-size:20px;font-weight:600}.podcast-card p:not(.eyebrow){color:var(--muted);margin:6px 0;font-size:12px}.podcast-copy{min-width:0}.listen-links{flex-wrap:wrap;gap:14px;margin-top:18px;display:flex}.listen-links a{color:var(--blue);font-size:12px;font-weight:600}.source-notes{border-top:1px solid var(--line);color:var(--muted);padding-top:24px;font-size:12px;line-height:1.7}.source-notes h2{color:var(--ink);font-size:17px;font-weight:600}.source-notes ol{padding-left:20px}.source-notes li{padding:4px 0}.related-section{border-top:1px solid var(--line);margin-top:65px;padding-top:42px}.legal-page{max-width:800px;margin:auto;padding:65px 32px 80px}.legal-page>h1{letter-spacing:-1.5px;margin:20px 0 35px;font-size:44px;font-weight:550;line-height:1.15}.legal-page .prose{font-size:16px}.error-page{max-width:720px;margin:auto;padding:100px 32px}.error-page h1{letter-spacing:-2px;font-size:48px;line-height:1.1}@media (min-width:1024px){.landing-page .landing-hero__inner{height:45rem;padding-top:8rem}.landing-page .landing-hero__phone{top:4rem}}.landing-page{--landing-muted:#696663}.landing-page .landing-feature-card p{color:#696663}@media (max-width:900px){.article-layout{grid-template-columns:minmax(0,720px);gap:24px}.contents{background:#f2efea;border-radius:6px;margin:0;padding:18px 22px;position:static}.contents nav{grid-template-columns:1fr 1fr;display:grid}.home-learn{gap:32px}.learn-intro:after{width:30%}.site-footer{flex-direction:column;align-items:start}}@media (max-width:640px){.site-nav{gap:12px;padding:14px 18px}.brand{gap:8px;font-size:18px}.brand img{width:30px;height:30px}.nav-links{gap:18px;font-size:12px}.nav-app{padding:9px 10px}.nav-app span{display:none}.learn-page,.article-page{padding-inline:20px}.learn-intro{padding:52px 0 38px}.learn-intro:after{display:none}.learn-intro>p:not(.eyebrow){font-size:16px}.featured-guide{padding:28px 24px}.featured-guide h2{margin-block:20px;font-size:29px}.article-grid{grid-template-columns:minmax(0,1fr);gap:36px}.article-art{min-height:215px}.art-title{font-size:clamp(24px,8vw,40px)}.section-heading{flex-direction:column;gap:10px}.section-heading h2{font-size:24px}.latest-section{padding-top:38px}.learn-cta{flex-direction:column;align-items:start;gap:24px;margin-top:48px;padding:26px}.learn-cta h2{font-size:26px}.article-header{margin:35px 0 30px}.article-header h1{font-size:36px;line-height:1.14}.article-deck{font-size:16px}.article-header .eyebrow{font-size:10px}.article-header .eyebrow span{padding:0 4px}.byline{align-items:start}.byline-icon{flex-shrink:0}.byline p{line-height:1.7}.contents nav{grid-template-columns:1fr;gap:10px}.takeaways{padding:25px}.takeaways li{font-size:15px}.prose{font-size:17px}.prose h2{font-size:25px}.podcast-card{gap:14px;padding:20px}.podcast-symbol{flex-basis:38px;height:38px;font-size:20px}.home-learn{grid-template-columns:1fr;margin-block:4rem}.home-learn-art{padding:36px}.home-learn-art>span{font-size:46px}.site-footer{gap:22px;padding:32px 20px}.site-footer nav{gap:18px;font-size:12px}.legal-page{padding:40px 20px}.legal-page>h1{font-size:36px}}@media (max-width:360px){.site-nav{padding-inline:12px}.brand{white-space:nowrap;font-size:17px}.brand img{width:26px;height:26px}.nav-links{gap:12px;font-size:11px}.nav-app{white-space:nowrap;padding:9px 8px}}@media print{.site-header,.site-footer,.contents,.learn-cta,.related-section{display:none}.article-layout{display:block}body{background:#fff}}.cookie-settings{text-align:center;padding:0 1rem 1.5rem}.cookie-settings button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:0;text-decoration:underline}.cookie-banner{z-index:100;color:#262325;background:#fcfaf8;border:1px solid #d7cfc9;border-radius:1rem;align-items:center;gap:1.5rem;max-width:72rem;max-height:85dvh;margin:auto;padding:1.25rem;display:flex;position:fixed;inset:auto 1rem 1rem;overflow-y:auto;box-shadow:0 8px 40px #0002}.cookie-banner h2{margin:0 0 .5rem;font-size:1.15rem}.cookie-banner p{margin:0;font-size:.95rem;line-height:1.5}.cookie-banner a{color:inherit;text-decoration:underline}.cookie-actions{flex-wrap:wrap;flex-shrink:0;gap:.65rem;display:flex}.cookie-actions button{font:inherit;cursor:pointer;color:#342432;background:#fff;border:1px solid #655160;border-radius:999px;min-height:44px;padding:.7rem 1rem;font-weight:600}.cookie-actions button:hover{background:#eee5eb}.cookie-actions button:focus-visible,.cookie-settings button:focus-visible{outline-offset:3px;outline:3px solid #655160}@media (max-width:800px){.cookie-banner{flex-direction:column;align-items:stretch;gap:1rem}.cookie-actions button{flex:1}}
