@font-face{font-family:Fredoka;font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/fonts/fredoka-variable.woff2)format("woff2")}@font-face{font-family:Nunito;font-style:normal;font-weight:400 900;font-display:swap;src:url(/assets/fonts/nunito-variable.woff2)format("woff2")}:root{--bg:#FBF5EC;--bg-alt:#F6EEFF;--bg-deep:#EFE7FF;--surface:#ffffff;--surface-alt:#F4ECFF;--surface-tint:#F1EDFF;--surface-glass:rgba(251, 245, 236, .85);--ink:#2A2342;--border:rgba(124, 111, 240, .14);--heading:#2A2342;--text:#5f5680;--text-muted:#7a7098;--text-dim:#8A7FA8;--text-faint:#A99FCE;--accent:#7C6FF0;--accent-deep:#5F51E0;--primary:#7C6FF0;--primary-hover:#6A5CE8;--amber:#FFC24B;--coral:#FF8A6B;--green:#46C7A0;--white:#ffffff;--font:"Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display:"Fredoka", "Nunito", system-ui, sans-serif;--max-w:1120px;--max-w-prose:46rem;--radius:28px;--radius-sm:22px;--radius-lg:44px;--radius-pill:999px;--shadow-card:0 18px 40px -26px rgba(80, 60, 140, .4);--shadow-hover:0 30px 50px -28px rgba(80, 60, 140, .45);--shadow-pill:0 16px 30px -16px rgba(124, 111, 240, .85)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);font-weight:600;background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;color:var(--heading);text-wrap:pretty}.skip-link{position:absolute;left:-9999px;top:0;background:var(--primary);color:var(--white);padding:.5rem 1rem;z-index:1000;font-size:.875rem;border-radius:0 0 var(--radius-sm)0}.skip-link:focus{left:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:500;border:0;border-radius:var(--radius-pill);cursor:pointer;transition:background .25s,box-shadow .25s,transform .15s;white-space:nowrap;background:var(--primary);color:var(--white);box-shadow:var(--shadow-pill)}.btn--lg{font-size:1.15rem;padding:1.1rem 2.1rem}.btn--sm{font-size:.95rem;padding:.7rem 1.25rem}.btn:hover{background:var(--primary-hover);color:var(--white);transform:translateY(-2px)}.btn:active{transform:scale(.98)}.btn--outline{background:0 0;border:2px solid var(--primary);color:var(--primary);box-shadow:none}.btn--outline:hover{background:var(--primary);color:var(--white)}.section-title{font-size:clamp(1.75rem,3.6vw,2.75rem);font-weight:600;color:var(--heading);text-align:center;line-height:1.12;margin-bottom:3.5rem}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--surface-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav__inner{max-width:var(--max-w);margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav__brand{display:flex;flex-direction:column;align-items:flex-start;gap:1px;flex:none;color:var(--heading)}.nav__brand-top{display:flex;align-items:flex-end;gap:.375rem}.nav__lets{font-family:var(--font-display);font-size:.8125rem;font-weight:500;line-height:1;color:var(--accent)}.nav__mark{width:34px;height:28px;flex:none;display:block;overflow:visible}.nav__logo{font-family:var(--font-display);font-size:1.625rem;font-weight:600;color:var(--heading);letter-spacing:-.01em;line-height:1}.nav__menu{display:flex;align-items:center;gap:1.625rem;margin-left:auto;flex-wrap:wrap}.nav__link{font-size:.9375rem;font-weight:700;color:var(--text-dim);transition:color .2s}.nav__link:hover{color:var(--heading)}.nav .btn{margin-left:auto}@media (max-width:860px){.nav__menu{display:none}}.hero{position:relative;padding:7rem 1.75rem 6.5rem;overflow:hidden;background:radial-gradient(120% 90%at 50% 0%,var(--bg) 0%,var(--bg-alt) 58%,var(--bg-deep) 100%)}.hero__wash{position:absolute;border-radius:50%;filter:blur(70px);opacity:.45;pointer-events:none}.hero__wash--warm{width:420px;height:420px;background:#ffb59e;top:-120px;left:-90px}.hero__wash--cool{width:400px;height:400px;background:#b9a6ff;bottom:-140px;right:-70px}.hero__grid{position:relative;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:3.5rem;align-items:center}.hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:1.375rem}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:800;letter-spacing:.06em;color:var(--accent);background:var(--surface-tint);padding:.5625rem 1rem;border-radius:var(--radius-pill)}.hero h1{font-size:clamp(2.375rem,5.2vw,4.25rem);font-weight:600;line-height:1.04;color:var(--heading);letter-spacing:-.01em;margin:0}.hero__accent{color:var(--accent)}.hero__sub{font-size:1.25rem;font-weight:600;color:#6f6590;max-width:34ch;margin:0;line-height:1.6}.hero .btn{margin-top:.375rem;gap:.625rem}@media (max-width:900px){.hero__grid{grid-template-columns:1fr;gap:2.25rem}.hero__mascot{order:-1}.hero__sub{max-width:none}}.blob{position:relative;flex:none;width:var(--blob-size);height:var(--blob-size);border-radius:50% 50% 48% 52%/52% 52% 48% 48%;background:linear-gradient(160deg,#fff,#e6e0ff);box-shadow:0 40px 70px -26px #5a46a08c;animation:blobBob 3.4s ease-in-out infinite}.blob--on-dark{box-shadow:0 26px 50px -18px #00000080}@keyframes blobBob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.blob__eye{position:absolute;top:37.93%;width:12.07%;height:17.24%;background:var(--ink);border-radius:50%}.blob__eye--l{left:25.86%}.blob__eye--r{right:25.86%}.blob__smile{position:absolute;top:61.64%;left:50%;transform:translate(-50%);width:27.59%;height:13.79%;border-bottom:max(3px,3.45%) solid var(--ink);border-radius:0 0 32px 32px}.blob__cheek{position:absolute;top:52.59%;width:14.66%;height:9.48%;background:#ff8a6b80;border-radius:50%}.blob__cheek--l{left:14.66%}.blob__cheek--r{right:14.66%}.blob__spark{position:absolute;border-radius:50%;animation:blobTwinkle 2.6s ease-in-out infinite}.blob__spark--a{left:-14px;top:24px;width:12px;height:12px;background:var(--amber)}.blob__spark--b{right:-6px;bottom:36px;width:9px;height:9px;background:var(--accent);animation-delay:.9s}@keyframes blobTwinkle{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.4);opacity:.3}}.hero__mascot{position:relative;display:flex;align-items:center;justify-content:center;min-height:340px}.hero__mascot:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#ffffffe6,#fff0 70%)}@media (prefers-reduced-motion:reduce){.blob,.blob__spark{animation:none}}.problems{padding:6rem 0;background:var(--bg)}.problems__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.card{background:var(--surface);border-radius:var(--radius);padding:2.125rem;box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.card__icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:20px;background:var(--surface-tint);color:var(--accent);margin-bottom:.875rem}.card__icon svg{width:30px;height:30px}.card__icon--warm{background:#fff1ec;color:var(--coral)}.card__icon--green{background:#e7f8f2;color:var(--green)}.card h3{font-size:1.3125rem;font-weight:600;color:var(--heading);line-height:1.25;margin-bottom:.875rem}.card p{color:var(--text-muted);font-size:1rem;line-height:1.65}.quotes{padding:6rem 0;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 100%)}.quotes__track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.quotes__track::-webkit-scrollbar{height:4px}.quotes__track::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.quote-card{flex:0 0 min(340px,80vw);scroll-snap-align:start;background:var(--surface-alt);border-radius:var(--radius-sm);padding:1.875rem;display:flex;flex-direction:column;justify-content:space-between}.quote-card p{font-size:1.0625rem;font-weight:700;color:var(--heading);line-height:1.55;margin-bottom:1rem}.quote-card footer{margin-top:auto}.quote-card cite{font-family:var(--font-display);font-style:normal;font-size:.9375rem;font-weight:600;color:var(--accent)}.bounce{padding:0 1.75rem 6.5rem}.bounce__panel{position:relative;overflow:hidden;max-width:var(--max-w);margin:0 auto;background:var(--ink);border-radius:var(--radius-lg);padding:5.5rem 2.5rem;text-align:center}.bounce__glow{position:absolute;left:50%;top:-90px;transform:translate(-50%);width:520px;height:340px;border-radius:50%;filter:blur(80px);opacity:.5;background:var(--accent);pointer-events:none}.bounce__inner{position:relative;z-index:1;max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.375rem}.bounce h2{font-size:clamp(1.75rem,3.6vw,2.75rem);font-weight:600;color:var(--white);margin:0}.bounce__text{font-size:1.1875rem;font-weight:700;line-height:1.6;color:#c9c0e8;margin:0}.bounce__text--highlight{font-family:var(--font-display);font-size:clamp(1.375rem,2.6vw,2rem);font-weight:500;line-height:1.35;color:var(--white);margin:.25rem 0}.bounce__text--muted{font-size:1.0625rem;font-weight:600;line-height:1.65;color:var(--text-faint);max-width:56ch}@media (max-width:900px){.bounce__panel{padding:4rem 1.625rem;border-radius:34px}}.benefits{padding:6rem 0;background:var(--bg)}.benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.benefit{background:var(--surface);border-radius:var(--radius);padding:2.25rem;box-shadow:var(--shadow-card);border-top:6px solid var(--accent);transition:transform .2s ease,box-shadow .2s ease}.benefit:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.benefit:nth-child(1){border-top-color:var(--amber)}.benefit:nth-child(3){border-top-color:var(--green)}.benefit h3{font-size:1.4375rem;font-weight:600;color:var(--heading);margin-bottom:.875rem}.benefit p{font-size:1rem;line-height:1.7;color:var(--text-muted)}.quote-bar{padding:0 1.75rem 6.5rem;text-align:center}.quote-bar__content{max-width:900px;margin:0 auto}.quote-bar__content p{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:500;color:var(--heading);line-height:1.4;margin-bottom:1.25rem}.quote-bar__content cite{font-family:var(--font-display);font-style:normal;font-size:1.0625rem;font-weight:600;color:var(--accent)}.faq{padding:6rem 0;background:var(--bg)}.faq__list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq__item{background:var(--surface);border-radius:var(--radius-sm);padding:1.5rem 1.75rem;box-shadow:0 14px 32px -26px #503c8c80}.faq__item summary{font-family:var(--font-display);font-weight:600;font-size:1.1875rem;color:var(--heading);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"▾";font-size:1rem;color:var(--accent);transition:transform .2s ease;flex-shrink:0}.faq__item[open] summary:after{transform:rotate(180deg)}.faq__item p{color:var(--text-muted);font-size:1rem;line-height:1.7;margin:.875rem 0 0}.cta{padding:0 1.75rem 6rem}.cta__panel{position:relative;overflow:hidden;max-width:var(--max-w);margin:0 auto;border-radius:var(--radius-lg);padding:5rem 2.5rem;text-align:center;background:linear-gradient(135deg,var(--accent),#9b8bff);box-shadow:0 40px 80px -40px #7c6ff0d9}.cta__bubble{position:absolute;border-radius:50%;pointer-events:none}.cta__bubble--a{right:-70px;bottom:-90px;width:280px;height:280px;background:#ffffff1a}.cta__bubble--b{left:-60px;top:-80px;width:220px;height:220px;background:#ffffff14}.cta__inner{position:relative;max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.125rem}.cta h2{font-size:clamp(1.875rem,4vw,3rem);font-weight:600;line-height:1.1;color:var(--white);margin:0}.cta__sub{color:#ffffffdb;font-size:1.125rem;font-weight:600;line-height:1.6;margin:0}.cta__actions{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap;margin-top:.75rem}.cta__btn{gap:.625rem;background:var(--white);color:var(--accent);box-shadow:0 16px 30px -16px #2a234299}.cta__btn:hover{background:var(--white);color:var(--accent-deep)}.cta__btn svg{flex-shrink:0}.cta__btn--ghost{background:#ffffff14;color:#fffffff2;border:2px solid rgba(255,255,255,.45);box-shadow:none}.cta__btn--ghost:hover{background:#ffffff29;color:var(--white)}.cta__note{font-size:.9375rem;font-weight:700;color:#ffffffb3;margin-top:.625rem}@media (max-width:900px){.cta__panel{padding:3.75rem 1.5rem;border-radius:34px}}.footer{padding:4.5rem 0 2.5rem;background:var(--ink);color:var(--text-faint)}.footer__cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__col h3{font-family:var(--font-display);font-size:.9375rem;font-weight:600;letter-spacing:.02em;color:var(--white);margin-bottom:.75rem}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.5625rem}.footer__col a{font-size:.875rem;font-weight:600;color:var(--text-faint);transition:color .2s}.footer__col a:hover{color:var(--white)}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding-top:2.25rem}.footer__brand{font-size:.875rem;font-weight:700;color:var(--text-faint)}.footer__brand strong{color:var(--white);font-weight:700}.footer__links{display:flex;align-items:center;gap:.625rem;font-size:.875rem;font-weight:600;color:#5b5177;flex-wrap:wrap;justify-content:center;margin-top:.25rem}.footer__links a{color:var(--text-faint);transition:color .2s}.footer__links a:hover{color:var(--white)}.footer__tagline{font-family:var(--font-display);font-size:1.625rem;font-weight:600;color:var(--white);margin:1.125rem 0 0}.footer__copy{font-size:.8125rem;font-weight:600;color:#6b6191}.footer__avail{font-size:.875rem;font-weight:600;color:var(--text-dim)}.legal{padding:2.5rem 0 4rem;min-height:50vh}.legal__inner{max-width:40rem}.legal__back{margin-bottom:1.5rem;font-size:.9rem;color:var(--text-dim)}.legal__back a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.legal__back a:hover{color:var(--heading)}.legal__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--heading);letter-spacing:-.02em;margin-bottom:.5rem}.legal__meta{font-size:.9rem;color:var(--text-dim);margin-bottom:2rem}.legal__lead{font-size:1.05rem;margin-bottom:1rem}.legal p{color:var(--text);margin-bottom:1rem;line-height:1.75}.legal__section{margin-top:2.25rem;padding-top:1.5rem;border-top:1px solid var(--border)}.legal h2{font-size:1.1rem;font-weight:700;color:var(--heading);margin-bottom:.75rem;letter-spacing:-.01em}.legal__h3{font-size:.95rem;font-weight:600;color:var(--text-muted);margin:1rem 0 .5rem}.legal ul{margin:.5rem 0 1rem;padding-left:1.25rem;color:var(--text)}.legal li{margin-bottom:.5rem;line-height:1.65}.legal a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.legal a:hover{color:var(--heading)}.page-hero{position:relative;overflow:hidden;padding:2.5rem 0 5rem;background:radial-gradient(110% 90%at 50% 0%,var(--bg) 0%,var(--bg-alt) 60%,var(--bg-deep) 100%)}.page-hero>.container{position:relative}.page-hero:after{content:"";position:absolute;width:380px;height:380px;top:-140px;right:-60px;border-radius:50%;filter:blur(70px);opacity:.4;background:#b9a6ff;pointer-events:none}.page-hero__eyebrow{font-size:.8125rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:1rem}.page-hero h1{font-size:clamp(2.125rem,4.6vw,3.625rem);font-weight:600;line-height:1.06;color:var(--heading);letter-spacing:-.01em;margin:0 0 1.375rem;max-width:21ch}.page-hero__sub{font-size:1.1875rem;font-weight:600;line-height:1.65;color:#6f6590;max-width:62ch;margin:0 0 2rem}.page-hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.breadcrumbs{padding:6.5rem 0 0;background:var(--bg)}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;font-size:.8125rem;font-weight:700;color:var(--text-faint)}.breadcrumbs__list a{color:var(--text-dim);transition:color .2s}.breadcrumbs__list a:hover{color:var(--accent)}.breadcrumbs__sep{color:var(--text-faint)}.breadcrumbs__current{color:var(--accent)}.prose{max-width:var(--max-w-prose);margin:0 auto;color:var(--text);font-size:1.05rem;line-height:1.8}.prose>*+*{margin-top:1.25rem}.prose h2{font-size:clamp(1.4rem,3.2vw,1.9rem);font-weight:700;color:var(--heading);letter-spacing:-.01em;margin-top:2.75rem;scroll-margin-top:6rem}.prose h3{font-size:1.25rem;font-weight:700;color:var(--heading);margin-top:2rem;scroll-margin-top:6rem}.prose h4{font-size:1.05rem;font-weight:700;color:var(--accent);margin-top:1.5rem}.prose p{color:var(--text)}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.prose a:hover{color:var(--heading)}.prose strong{color:var(--heading);font-weight:700}.prose ul,.prose ol{padding-left:1.4rem;display:flex;flex-direction:column;gap:.5rem}.prose li{line-height:1.7}.prose li::marker{color:var(--accent)}.prose blockquote{border-left:3px solid var(--accent);padding:.5rem 0 .5rem 1.25rem;margin:1.75rem 0;color:var(--heading);font-style:italic;font-size:1.1rem}.prose blockquote cite{display:block;margin-top:.5rem;font-size:.9rem;font-style:normal;color:var(--accent)}.prose code{background:var(--surface);border:1px solid var(--border);border-radius:5px;padding:.1rem .4rem;font-size:.9em}.prose hr{border:0;border-top:1px solid var(--border);margin:2.5rem 0}.prose table{width:100%;border-collapse:collapse;font-size:.95rem;margin:1.5rem 0}.prose th,.prose td{border:1px solid var(--border);padding:.7rem .9rem;text-align:left;vertical-align:top}.prose th{background:var(--surface);color:var(--heading);font-weight:600}.article{padding:1.5rem 0 4rem}.article__header{max-width:var(--max-w-prose);margin:0 auto 2.5rem}.article__title{font-size:clamp(1.9rem,5vw,2.85rem);font-weight:800;line-height:1.15;color:var(--heading);letter-spacing:-.02em;margin-bottom:1rem}.article__desc{font-size:1.15rem;color:var(--text-muted);margin-bottom:1.25rem}.article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;font-size:.85rem;color:var(--text-dim)}.article__meta-dot{color:var(--text-dim)}.toc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:0 auto 2.5rem;max-width:var(--max-w-prose)}.toc__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.75rem}.toc ol{list-style:none;counter-reset:toc;display:flex;flex-direction:column;gap:.4rem}.toc li{counter-increment:toc;font-size:.92rem}.toc li:before{content:counter(toc)". ";color:var(--accent);font-weight:600}.toc a{color:var(--text-muted);transition:color .2s}.toc a:hover{color:var(--accent)}.share{display:flex;align-items:center;gap:.75rem;margin:2.5rem auto 0;max-width:var(--max-w-prose);flex-wrap:wrap}.share span{font-size:.85rem;color:var(--text-dim)}.share a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--border);border-radius:50%;color:var(--text-muted);transition:border-color .2s,color .2s}.share a:hover{border-color:var(--accent);color:var(--accent)}.inline-cta{max-width:var(--max-w-prose);margin:3rem auto;background:linear-gradient(135deg,var(--surface-tint),var(--surface-alt));border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center}.inline-cta h3{font-size:1.3rem;font-weight:700;color:var(--heading);margin-bottom:.6rem}.inline-cta p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.98rem}.inline-cta__actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.section{padding:5.5rem 0}.section--alt{padding:0 1.75rem 6.5rem}.section--alt>.container{background:var(--surface-alt);border-radius:var(--radius-lg);padding:4.75rem 2.75rem}.section__lead{max-width:70ch;margin:1.25rem auto 3rem;text-align:center;font-size:1.125rem;font-weight:600;line-height:1.65;color:#6f6590}.section--alt .section-title{margin-bottom:0}@media (max-width:900px){.section--alt>.container{padding:3.75rem 1.5rem;border-radius:34px}}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.tile{display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius);padding:2.125rem;box-shadow:var(--shadow-card);transition:box-shadow .2s ease,transform .2s ease}.tile:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.tile__eyebrow{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--text-faint);margin-bottom:.5rem}.tile h3{font-size:1.375rem;font-weight:600;color:var(--heading);line-height:1.25;margin-bottom:.5rem}.tile p{font-size:1rem;line-height:1.65;color:var(--text-muted);margin-bottom:1rem}.tile__more{margin-top:auto;padding-top:.625rem;font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--accent)}.grid--accented .tile{border-top:6px solid var(--accent)}.grid--accented .tile:nth-child(3n+2){border-top-color:var(--green)}.grid--accented .tile:nth-child(3n+3){border-top-color:var(--coral)}.ea-hero{position:relative;overflow:hidden;padding:3rem 0 5.5rem;background:radial-gradient(110% 90%at 50% 0%,var(--bg) 0%,var(--bg-alt) 60%,var(--bg-deep) 100%)}.ea-hero__inner{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.ea-hero .page-hero__eyebrow{margin:.5rem 0 0}.ea-hero h1{font-size:clamp(2.25rem,5vw,3.875rem);font-weight:600;line-height:1.05;letter-spacing:-.01em;margin:0;max-width:22ch}.ea-hero__sub{font-size:1.1875rem;font-weight:600;line-height:1.65;color:#6f6590;max-width:60ch;margin:0}.ea-ways{padding-bottom:0}.ea-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.375rem}.ea-card .card__icon{width:56px;height:56px;border-radius:18px;margin-bottom:.25rem}.ea-card h3{font-size:1.375rem;margin-bottom:.25rem}.ea-card p{font-size:.9375rem;font-weight:700;margin-bottom:0}.ea-note{text-align:center;font-size:1rem;font-weight:700;color:var(--text-dim);margin-top:2rem}.feature-list{list-style:none;display:flex;flex-direction:column;gap:.9rem}.feature-list li{display:flex;gap:.75rem;align-items:flex-start;color:var(--text)}.feature-list svg{flex-shrink:0;color:var(--accent);margin-top:.2rem}.compare-table{width:100%;border-collapse:collapse;font-size:.95rem;max-width:var(--max-w-prose);margin:2rem auto}.compare-table th,.compare-table td{border:1px solid var(--border);padding:.85rem 1rem;text-align:left}.compare-table thead th{background:var(--surface);color:var(--heading)}.compare-table tbody th{color:var(--text);font-weight:500}.compare-table .yes{color:var(--green);font-weight:700}.compare-table .no{color:var(--text-dim)}.compare-table .col-fp{background:var(--surface-tint);color:var(--heading)}.glossary-index{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.glossary-row{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.1rem 1.4rem;transition:border-color .2s}.glossary-row:hover{border-color:var(--accent)}.glossary-row strong{color:var(--heading);font-weight:700}.glossary-row span{display:block;font-size:.9rem;color:var(--text-muted);margin-top:.25rem}.related{padding:4rem 0;border-top:1px solid var(--border)}.related h2{font-size:1.4rem;font-weight:700;color:var(--heading);margin-bottom:1.5rem;text-align:center}.post-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.post-row{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .3s,transform .2s}.post-row:hover{border-color:var(--accent);transform:translateY(-2px)}.post-row__meta{font-size:.78rem;color:var(--text-dim);margin-bottom:.5rem}.post-row h3{font-size:1.2rem;font-weight:700;color:var(--heading);margin-bottom:.5rem}.post-row p{font-size:.95rem;color:var(--text-muted)}@media (max-width:640px){.cta__actions{flex-direction:column;align-items:center}.cta__btn{width:100%;max-width:280px}.nav__inner{padding:.6rem 1rem}.page-hero__actions{flex-direction:column;align-items:center}}