:root{--bg: #FBFAF8;--bg-card: #FFFFFF;--bg-muted: #F5F2EE;--text: #16130F;--text-2: #6B6660;--text-3: #A8A29E;--blue: #2C5CE5;--blue-dark: #1E47C8;--blue-light: #EEF2FF;--blue-mid: #2C5CE5;--orange: #F5853F;--orange-light: #FEF3EC;--orange-dark: #C4622A;--green: #2D7A4F;--red: #C0392B;--border: #EAE6DF;--border-2: #D6D0C8;--shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 4px 12px rgba(0,0,0,.03);--shadow-md: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.04);--shadow-lg: 0 2px 4px rgba(0,0,0,.04), 0 16px 48px rgba(0,0,0,.06);--shadow-xl: 0 4px 6px rgba(0,0,0,.04), 0 24px 64px rgba(0,0,0,.08);--font: "DM Sans", system-ui, -apple-system, sans-serif;--font-serif: "DM Serif Display", Georgia, serif;--font-mono: "Geist Mono", "Fira Code", "Courier New", monospace;--max-w: 1160px;--section-px: clamp(1.5rem, 5vw, 3rem);--section-py: clamp(6rem, 10vw, 8rem);--radius-sm: 0px;--radius-md: 8px;--radius-lg: 8px;--radius-xl: 0px;--font-display: var(--font-serif);--font-body: var(--font)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.65;font-size:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4,h5{line-height:1.15;font-family:var(--font-serif);font-weight:400}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:var(--section-px)}.section{padding-block:var(--section-py)}.section--sm{padding-block:clamp(4rem,7vw,6rem)}.eyebrow{display:inline-block;font-size:.72rem!important;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:.875rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:6px;font-family:var(--font);font-weight:600;font-size:.875rem;transition:background .15s ease,transform .15s ease,box-shadow .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap;cursor:pointer}.btn:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.btn--primary{background:var(--blue);color:#fff;border:1.5px solid var(--blue);box-shadow:0 1px 2px #2c5ce533,0 4px 12px #2c5ce51f}.btn--primary:hover{background:var(--blue-dark);border-color:var(--blue-dark);transform:translateY(-1px);box-shadow:0 2px 4px #2c5ce540,0 8px 24px #2c5ce52e}.btn--primary:active{transform:translateY(0)}.btn--outline{background:transparent;color:var(--text);border:1.5px solid var(--border-2)}.btn--outline:hover{border-color:var(--text);background:transparent}.btn--lg{padding:.9375rem 2rem;font-size:1rem;border-radius:6px}.btn--xl{padding:1rem 2.25rem;font-size:1.0625rem;border-radius:6px}.navbar{position:sticky;top:0;z-index:100;background:var(--blue);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}.navbar--scrolled{border-bottom-color:#ffffff26;box-shadow:0 1px #0000001f}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:2rem}.navbar__logo{font-family:"DM Serif Display",Georgia,serif;font-size:1.85rem;font-weight:700;color:#fff;letter-spacing:-.01em;display:flex;align-items:center;gap:0}.navbar__logo-img{height:52px;width:auto;margin-right:-8px}.navbar__nav{display:flex;align-items:center;gap:2rem}.navbar__nav a{font-size:.875rem;font-weight:500;color:#fffc;transition:color .15s}.navbar__nav a:hover{color:#fff}.navbar__dropdown{position:relative}.navbar__dropdown-trigger{display:flex;align-items:center;gap:.3rem;font-size:.875rem;font-weight:500;color:var(--text-2);background:none;border:none;cursor:pointer;padding:0;transition:color .15s}.navbar__dropdown-trigger:hover{color:var(--text)}.navbar__chevron{transition:transform .2s;flex-shrink:0}.navbar__chevron--open{transform:rotate(180deg)}.navbar__dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001a;min-width:200px;padding:.375rem;display:flex;flex-direction:column;animation:dropIn .18s cubic-bezier(.16,1,.3,1) both;z-index:200}@keyframes dropIn{0%{opacity:0;transform:translate(-50%) translateY(-6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.navbar__dropdown-item{text-align:left;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--text-2);padding:.5rem .75rem;border-radius:6px;transition:background .15s,color .15s}.navbar__dropdown-item:hover{background:var(--bg-2);color:var(--text)}.navbar__mobile-accordion{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;font-size:1.0625rem;font-weight:500;color:var(--text-2);padding:.75rem .5rem;border-bottom:1px solid var(--border);transition:color .15s}.navbar__mobile-accordion:hover{color:var(--text)}.navbar__mobile-submenu{display:flex;flex-direction:column;padding:.25rem 0 .25rem 1rem;border-bottom:1px solid var(--border)}.navbar__mobile-subitem{text-align:left;background:none;border:none;cursor:pointer;font-size:.9375rem;font-weight:400;color:var(--text-2);padding:.5rem;transition:color .15s}.navbar__mobile-subitem:hover{color:var(--text)}.navbar__cta{display:flex;align-items:center;gap:.625rem}.navbar__cta .btn--outline{color:#fff;border-color:#ffffff73}.navbar__cta .btn--outline:hover{background:#ffffff1f;border-color:#ffffffb3;color:#fff}.navbar__hamburger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:none;border:1px solid rgba(255,255,255,.35);color:#fff;cursor:pointer;flex-shrink:0;transition:background .15s}.navbar__hamburger:hover{background:#ffffff1a}.navbar__mobile-menu{background:var(--blue);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.15);padding:1.25rem 1.5rem 1.75rem;animation:mobileMenuIn .2s cubic-bezier(.16,1,.3,1) both}@keyframes mobileMenuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.navbar__mobile-nav{display:flex;flex-direction:column;gap:.125rem;margin-bottom:1.25rem}.navbar__mobile-nav a{font-size:1.0625rem;font-weight:500;color:#fffc;padding:.75rem .5rem;border-bottom:1px solid rgba(255,255,255,.15);transition:color .15s}.navbar__mobile-nav a:hover{color:#fff}.navbar__mobile-cta{display:flex;gap:.75rem;margin-top:.25rem}@media (max-width: 768px){.navbar__nav,.navbar__cta{display:none}.navbar__hamburger{display:flex}}.hero{position:relative;overflow:hidden;min-height:calc(100vh - 64px);display:flex;flex-direction:column;justify-content:center;padding-block:clamp(4rem,6vw,6rem);background:var(--blue)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");background-repeat:repeat;opacity:.45}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 20% 40%,rgba(240,210,170,.06) 0%,transparent 65%)}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem);align-items:flex-start}@media (max-width: 860px){.hero__inner{grid-template-columns:1fr;overflow:visible}.hero__right{display:none!important}}@media (max-width: 600px){.hero__cta-group .btn{flex:1 1 100%;text-align:center;justify-content:center}.hero__stats{max-width:100%;width:100%}.hero__sub{max-width:100%}}.hero__left{display:flex;flex-direction:column;align-items:flex-start}.hero__left .hero__sub{max-width:460px}.hero__left .hero__cta-group{justify-content:flex-start}.hero__left .hero__microcopy{text-align:left}.hero__stats-row{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;margin-top:3rem;max-width:100%;overflow:hidden}.hero__stats-note{max-width:640px;margin:0 auto;text-align:center;color:#ffffff8c;font-size:.8125rem;line-height:1.5}.hero__sources{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.25rem}.hero__sources-label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff59;white-space:nowrap}.hero__sources-divider{width:1px;height:14px;background:#fff3;flex-shrink:0}.hero__sources-list{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.hero__source{font-size:.8125rem;color:#ffffff80;white-space:nowrap}.lf{background:var(--bg-card);min-height:calc(100vh - 64px);display:flex;flex-direction:column;justify-content:center;padding-block:clamp(4rem,6vw,6rem)}.lf__header{text-align:center;margin-bottom:2.5rem}.lf__header h2{font-size:clamp(1.875rem,3vw,2.5rem);font-weight:400;letter-spacing:-.01em;margin-bottom:.75rem;color:var(--text)}.lf__subtext{margin-top:.75rem;font-size:1.0625rem;color:var(--text-2)}.lf__card{border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm);background:var(--bg-card);max-width:680px;margin:0 auto}.lf__stats{display:flex;align-items:center;justify-content:center;gap:0;border-bottom:1px solid var(--border)}.lf__stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1.25rem 2rem;flex:1}.lf__stat-value{display:inline-flex;align-items:center;gap:.45rem;font-size:1.75rem;font-weight:800;color:var(--text);letter-spacing:-.03em;font-variant-numeric:tabular-nums}.lf__stat-label{font-size:.8125rem;color:var(--text);white-space:nowrap}.lf__divider{width:1px;height:40px;background:var(--border);flex-shrink:0}.lf__dot{display:inline-block;width:18px;height:18px;border-radius:50%;flex-shrink:0;border:2.5px solid #A07850;box-shadow:0 2px 4px #0000001f}.lf__skeleton{display:inline-block;width:48px;height:1.75rem;background:var(--border);border-radius:4px;vertical-align:middle}.lf__sources{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;padding:1rem 1.5rem}.lf__sources-label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);white-space:nowrap}.lf__sources-divider{width:1px;height:14px;background:var(--border);flex-shrink:0}.lf__sources-list{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap;justify-content:center}.lf__source{font-size:.8125rem;font-weight:700;color:var(--text-3);white-space:nowrap}.lf__note{max-width:680px;margin:.75rem auto 0;text-align:center;font-size:.75rem;color:var(--text-3);line-height:1.5}@media (max-width: 600px){.lf__stats{flex-direction:column}.lf__stat{padding:.875rem 1.5rem;width:100%;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.lf__stat:last-child{border-bottom:none}.lf__stat-value{font-size:1.375rem}.lf__divider{display:none}.lf__sources{gap:.625rem}}.hero__kicker{display:inline-flex;align-items:center;gap:.45rem;padding:.3rem .85rem;background:transparent;color:#fffc;border-radius:6px;font-size:.75rem;font-weight:600;letter-spacing:.02em;margin-bottom:1.75rem;border:1px solid rgba(255,255,255,.3)}.hero__kicker-dot{width:6px;height:6px;background:#ffffffb3;border-radius:50%;animation:pulse-dot 2.5s ease-in-out infinite}.hero .btn--primary{background:#fff;color:var(--blue);border-color:#fff;box-shadow:0 1px 2px #00000014,0 4px 12px #0000001a}.hero .btn--primary:hover{background:#f0f4ff;border-color:#f0f4ff;color:var(--blue-dark)}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.hero__h1{font-size:clamp(2rem,8vw,4rem);font-weight:400;line-height:1.08;letter-spacing:-.01em;color:#fff;margin-bottom:1.375rem}.hero__h1 em{font-style:normal;color:#ffffffbf}.hero__h1-line1{white-space:nowrap}@media (max-width: 600px){.hero__h1-line1{white-space:normal}}.hero__sub{font-size:clamp(1rem,1.8vw,1.125rem);color:#ffffffd1;line-height:1.7;max-width:580px;width:100%;margin-bottom:2.5rem}.hero__cta-group{display:flex;flex-wrap:wrap;align-items:center;gap:.875rem;margin-bottom:.875rem;width:100%}.hero__cta-note{width:100%;font-size:.8125rem;color:#fff9;margin:-.25rem 0 0}.hero__ghost-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.9375rem;font-weight:500;color:var(--text-2);transition:color .15s}.hero__ghost-cta:hover{color:var(--text)}.hero__microcopy{font-size:.8125rem;color:var(--text-3);line-height:1.5}.hero__stats{margin-top:0;display:flex;align-items:stretch;width:100%;max-width:640px;align-self:center;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;box-shadow:var(--shadow-sm);overflow:hidden}.hero__stat{flex:1;padding:1.5rem 1.25rem;border-right:1px solid var(--border);animation:fadeUp .5s cubic-bezier(.16,1,.3,1) both;text-align:center}.hero__stat:last-child{border-right:none}.hero__stat:nth-child(2){animation-delay:.08s}.hero__stat:nth-child(3){animation-delay:.16s}.hero__stat-value{font-family:var(--font-serif);font-size:1.625rem;font-weight:400;color:var(--text);line-height:1;letter-spacing:-.02em}.hero__stat-value span{color:var(--text)}.hero__stat-label{font-size:.7rem;color:var(--text-3);margin-top:.4rem;line-height:1.45;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.hero__stat-skeleton{display:inline-block;width:2.5rem;height:1.5rem;background:linear-gradient(90deg,var(--border) 25%,#f5f2ee 50%,var(--border) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:3px;vertical-align:middle}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hero__right{position:relative;display:flex;align-items:flex-start;justify-content:center}.hero__right-glow{position:absolute;top:-10%;right:-20%;bottom:-10%;left:-20%;background:radial-gradient(ellipse 70% 60% at 55% 50%,rgba(44,92,229,.07) 0%,transparent 70%);pointer-events:none}.email-wrap{position:relative;width:100%;max-width:440px;transform:perspective(1000px) rotateY(-5deg) rotateX(2deg);transition:transform .4s ease}.email-wrap:hover{transform:perspective(1000px) rotateY(-2deg) rotateX(0)}.email-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;box-shadow:0 20px 56px #00000052,0 4px 16px #0000002e;padding:1.75rem;position:relative}.email-card--ghost{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(10px,12px);background:var(--bg-muted);border-color:var(--border);box-shadow:var(--shadow-md);z-index:-1;pointer-events:none;border-radius:10px}.email-card__topbar{display:flex;align-items:center;gap:.875rem;margin-bottom:1.375rem;padding-bottom:1.125rem;border-bottom:1px solid var(--border)}.email-card__avatar{flex-shrink:0;width:40px;height:40px;background:var(--blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;letter-spacing:.04em}.email-card__sender{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.email-card__name{font-size:.9375rem;font-weight:600;color:var(--text)}.email-card__addr{font-size:.8rem;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-card__time{font-size:.8rem;color:var(--text-3);flex-shrink:0;font-variant-numeric:tabular-nums}.email-card__subject{font-size:1rem;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.35;margin-bottom:1.125rem}.email-card__body{margin-bottom:1.25rem}.email-card__body p{font-size:.9375rem;color:var(--text-2);line-height:1.65;margin-bottom:.625rem}.email-card__details{list-style:none;display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:var(--text-2);line-height:1.6}.email-card__details strong{color:var(--text);font-weight:600}.email-card__mono{font-family:var(--font-mono);font-size:.875rem;font-variant-numeric:tabular-nums;color:var(--text)}.email-card__attachment{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:1.125rem}.email-card__attach-icon{color:var(--text-3);flex-shrink:0}.email-card__filename{font-size:.875rem;color:var(--text-2);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-mono);letter-spacing:-.01em}.email-card__ready-tag{flex-shrink:0;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--blue);background:var(--blue-light);padding:.25rem .6rem;border-radius:100px}.email-card__footer{text-align:right}.email-card__open-link{font-size:.9375rem;color:var(--blue);font-weight:600;transition:color .12s}.email-card__open-link:hover{color:var(--blue-dark)}.dm-shell{width:100%;max-width:420px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 24px 64px #0006,0 6px 20px #00000040,0 0 0 1px #ffffff14;transform:perspective(1100px) rotateY(-7deg) rotateX(3deg);transition:transform .4s ease,box-shadow .4s ease}.dm-shell:hover{transform:perspective(1100px) rotateY(-3deg) rotateX(1deg);box-shadow:0 32px 80px #00000073,0 8px 24px #00000047,0 0 0 1px #ffffff1a}.dm-chrome{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:#f0f0f0;border-bottom:1px solid #e0e0e0}.dm-dots{display:flex;gap:.35rem}.dm-dot{width:10px;height:10px;border-radius:50%}.dm-dot--red{background:#ff5f57}.dm-dot--yellow{background:#ffbd2e}.dm-dot--green{background:#28c840}.dm-url{flex:1;background:#fff;border:1px solid #d8d8d8;border-radius:5px;padding:.2rem .6rem;font-size:.6875rem;color:#888;font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-body{padding:1rem 1rem .5rem;background:#f8f9fb;position:relative;overflow:hidden}.dm-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.dm-topbar__title{font-size:.9375rem;font-weight:700;color:#1a1a1a}.dm-topbar__badge{font-size:.6875rem;font-weight:600;background:#eef2ff;color:#4f46e5;padding:.2rem .55rem;border-radius:99px}.dm-card{background:#fff;border:1px solid #e8eaed;border-radius:10px;padding:.875rem 1rem;margin-bottom:.625rem;box-shadow:0 1px 4px #0000000f}.dm-card--featured{border-color:#c7d2fe}.dm-card--peek{opacity:.85}.dm-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.dm-agency{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b7280;background:#f3f4f6;padding:.15rem .5rem;border-radius:4px}.dm-status{font-size:.6875rem;font-weight:600;color:#059669;background:#d1fae5;padding:.15rem .5rem;border-radius:4px}.dm-status--review{color:#d97706;background:#fef3c7}.dm-grant-name{font-size:.875rem;font-weight:600;color:#111827;line-height:1.35;margin-bottom:.35rem}.dm-meta{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#6b7280;margin-bottom:.5rem}.dm-amount{font-weight:600;color:#374151}.dm-sep{color:#d1d5db}.dm-deadline{color:#d97706;font-weight:500}.dm-bar-wrap{display:flex;align-items:center;gap:.5rem;margin-bottom:.625rem}.dm-bar-track{flex:1;height:5px;background:#e5e7eb;border-radius:99px;overflow:hidden}.dm-bar-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#6366f1);border-radius:99px}.dm-bar-label{font-size:.6875rem;font-weight:600;color:#4f46e5;white-space:nowrap}.dm-actions{display:flex;gap:.5rem}.dm-btn{font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:6px;border:none;cursor:default}.dm-btn--primary{background:#4f46e5;color:#fff}.dm-btn--ghost{background:#f3f4f6;color:#374151}.dm-fade{position:absolute;bottom:0;left:0;right:0;height:48px;background:linear-gradient(to bottom,transparent,#f8f9fb);pointer-events:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ha{animation:fadeUp .55s cubic-bezier(.16,1,.3,1) both}.ha-1{animation-delay:0ms}.ha-2{animation-delay:80ms}.ha-3{animation-delay:.16s}.ha-4{animation-delay:.24s}.ha-5{animation-delay:.32s}.ha-6{animation-delay:.12s}@media (max-width: 600px){.hero__stat{padding:.875rem 1rem}}.trust{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding-block:1.5rem}.trust__inner{display:flex;align-items:center;gap:1rem 2.5rem;flex-wrap:wrap}.trust__label{font-size:.6875rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-3);flex-shrink:0}.trust__divider{width:1px;height:14px;background:var(--border);flex-shrink:0}.trust__logos{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.trust__logo{font-size:.9rem;font-weight:700;color:var(--text-3);letter-spacing:.04em;opacity:.6;transition:opacity .15s}.trust__logo:hover{opacity:1}.problem{background:var(--bg-card)}.problem__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem 6rem;align-items:center}.problem__copy{max-width:520px}.problem__copy h2{font-size:clamp(1.875rem,3vw,2.5rem);font-weight:400;line-height:1.12;letter-spacing:-.01em;color:var(--text);margin-bottom:1.5rem}.problem__para{font-size:1.0625rem;color:var(--text-2);margin-bottom:1rem;line-height:1.75}.problem__para strong{color:var(--text);font-weight:600}.problem__visual{position:relative}.problem__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md)}.problem__card-title{font-size:.875rem;font-weight:600;color:var(--text);letter-spacing:-.01em;margin-bottom:1rem}.problem__grant-item{display:flex;align-items:center;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.problem__grant-item:last-child{border-bottom:none}.problem__grant-name{color:var(--text-2)}.problem__grant-tag{font-size:.625rem;font-weight:600;padding:.175rem .5rem;border-radius:100px;text-transform:uppercase;letter-spacing:.03em}.problem__grant-tag--closed{background:#c0392b14;color:var(--red)}.problem__grant-tag--open{background:#2d7a4f1a;color:var(--green)}.problem__float{position:absolute;bottom:-1.25rem;right:-1.5rem;background:var(--text);color:#ffffffe6;padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.75rem;font-weight:500;box-shadow:var(--shadow-lg);max-width:170px;line-height:1.5}@media (max-width: 860px){.problem__inner{grid-template-columns:1fr;gap:2.5rem}.problem__visual{display:none}}.solution-bridge{background:var(--text);text-align:center;padding-top:4rem;padding-bottom:4rem;position:relative;overflow:hidden}.solution-bridge__bg{position:absolute;width:780px;height:auto;top:50%;left:calc(max(calc((100% - 1160px)/2),var(--section-px)) - 10rem);transform:translateY(-50%);pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;filter:invert(1);opacity:.12}.solution-bridge .container{position:relative;z-index:1}.solution-bridge__text{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.35;color:var(--bg);max-width:780px;margin:0 auto}.tool{background:var(--bg-muted)}.tool__header{text-align:center;margin-bottom:2.5rem}.tool__header h2{font-size:clamp(1.875rem,3vw,2.5rem);font-weight:400;letter-spacing:-.01em;margin-bottom:.75rem;color:var(--text)}.tool__header p{font-size:1.0625rem;color:var(--text-2);max-width:480px;margin-inline:auto}.et-panel{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-width:780px;margin-inline:auto;overflow:visible;display:flex;flex-direction:column;min-height:480px}.et-step{padding:1.75rem 2.25rem;display:flex;flex-direction:column;flex:1;min-height:0}@media (max-width: 600px){.et-step{padding:1.25rem 1.25rem 1.5rem}}@keyframes etStepIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.et-step--enter{animation:etStepIn .25s cubic-bezier(.16,1,.3,1) both}.et-step__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2rem}.et-step__title{font-size:1.1875rem;font-weight:400;letter-spacing:0;color:var(--text);margin-bottom:.3rem;line-height:1.3}.et-step__hint{font-size:.875rem;color:var(--text-2);line-height:1.5}.et-progress{text-align:right;flex-shrink:0}.et-progress__bar{display:flex;gap:3px;margin-bottom:.375rem;width:80px;margin-left:auto}.et-progress__seg{flex:1;height:3px;background:var(--border);border-radius:2px;transition:background .3s ease}.et-progress__seg--filled{background:var(--blue)}.et-progress__label{font-size:.6875rem;color:var(--text-3);font-weight:500}.et-industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem}@media (max-width: 700px){.et-industry-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 420px){.et-industry-grid{grid-template-columns:repeat(2,1fr)}}.et-card-wrap{animation:etCardIn .3s cubic-bezier(.16,1,.3,1) both;display:flex}@keyframes etCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.et-card{position:relative;display:flex;flex-direction:row;align-items:center;gap:.75rem;width:100%;height:100%;padding:.875rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,transform .15s ease;min-height:72px}.et-industry-grid .et-card{min-height:56px;padding-block:.625rem}.et-card:hover{border-color:var(--border-2);box-shadow:var(--shadow-md);transform:translateY(-1px)}.et-card--selected{border:1.5px solid var(--blue);background:#2c5ce508;box-shadow:0 0 0 3px #2c5ce50f}.et-card--selected:hover{transform:none}.et-card__check{position:absolute;top:.625rem;right:.625rem;width:18px;height:18px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.et-card__icon{color:var(--text-3);display:flex;align-items:center}.et-card--selected .et-card__icon{color:var(--blue)}.et-card__label{font-size:.8125rem;font-weight:500;color:var(--text-2);line-height:1.4}.et-card--selected .et-card__label{color:var(--blue);font-weight:600}.et-card__label--inline{font-size:.9375rem;font-weight:500;color:var(--text)}.et-card--selected .et-card__label--inline{color:var(--blue);font-weight:600}.et-card__label--revenue{font-family:var(--font-mono);font-size:.9375rem;font-weight:500;color:var(--text)}.et-card--selected .et-card__label--revenue{color:var(--blue)}.et-revenue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.625rem}@media (max-width: 600px){.et-revenue-grid{grid-template-columns:repeat(2,1fr)}}.et-card--revenue{min-height:56px;align-items:center;justify-content:center;text-align:center;flex-direction:row;padding:.875rem 1rem}.et-identity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem}@media (max-width: 600px){.et-identity-grid{grid-template-columns:repeat(2,1fr)}}.et-card--multi{flex-direction:row;align-items:center;gap:.75rem;min-height:56px;padding:.875rem 1rem}.et-card__checkbox{flex-shrink:0;width:18px;height:18px;border:1.5px solid var(--border-2);border-radius:4px;background:var(--bg-card);display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.et-card__checkbox--checked{background:var(--blue);border-color:var(--blue);color:#fff}.et-field{display:flex;flex-direction:column;gap:.4rem}.et-label{font-size:.8125rem;font-weight:600;color:var(--text-2);letter-spacing:.01em}.et-select-wrap{position:relative}.et-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);font-family:var(--font);font-size:.9375rem;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A8A29E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center}.et-select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2c5ce514}.et-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);font-family:var(--font);font-size:.9375rem;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}.et-input::placeholder{color:var(--text-3)}.et-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2c5ce514}.et-lead-form{display:flex;flex-direction:column;gap:1.125rem;flex:1}.et-lead-form>.et-nav{margin-top:auto;padding-top:1rem}.et-disclaimer{font-size:.75rem;color:var(--text-3);line-height:1.65;padding-top:.25rem}.activate-select{position:relative;width:100%}.activate-select__trigger{width:100%;min-height:41px;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5625rem .75rem .5625rem .875rem;border:1px solid var(--border-2);border-radius:8px;background:var(--bg-card);color:var(--text);font-size:.9375rem;line-height:1.35;text-align:left;box-shadow:0 1px #16130f08;transition:border-color .15s,box-shadow .15s,background-color .15s}.activate-select__trigger:hover{border-color:#2c5ce559;background:#fff}.activate-select__trigger:focus-visible,.activate-select__trigger--open{border-color:var(--blue);box-shadow:0 0 0 3px #2c5ce51a;outline:none}.activate-select__trigger--placeholder{color:var(--text-3)}.activate-select__chevron{flex-shrink:0;color:var(--text-3);transition:transform .16s,color .16s}.activate-select__chevron--open{transform:rotate(180deg);color:var(--blue)}.activate-select__menu{position:absolute;z-index:40;top:calc(100% + .375rem);left:0;right:0;max-height:260px;overflow:auto;padding:.375rem;background:#fffffffa;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-lg);animation:activateSelectIn .14s cubic-bezier(.16,1,.3,1) both}@keyframes activateSelectIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.activate-select__option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem .75rem;border-radius:7px;color:var(--text-2);font-size:.875rem;line-height:1.25;text-align:left;transition:background-color .12s,color .12s}.activate-select__option:hover,.activate-select__option:focus-visible{background:var(--bg-2);color:var(--text);outline:none}.activate-select__option--active{background:#eef2fd;color:var(--blue);font-weight:700}.activate-select__option--active svg{color:var(--blue);flex-shrink:0}.activate-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}.activate-plan-card{position:relative;min-height:100%;display:flex;flex-direction:column;padding:1.25rem;border:1.5px solid var(--border-2);border-radius:10px;background:#fff;box-shadow:0 1px #16130f08;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background-color .16s ease}.activate-plan-card:hover{border-color:var(--blue);box-shadow:0 10px 28px #2c5ce51f;transform:translateY(-2px)}.activate-plan-card--featured{border-color:var(--blue);background:#f7f9ff}.activate-plan-card__badge{position:absolute;top:-12px;left:1rem;padding:.18rem .7rem;border-radius:999px;background:var(--blue);color:#fff;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.activate-plan-card__head{display:flex;flex-direction:column;gap:.875rem;min-height:128px;margin-bottom:1rem}.activate-plan-card__name-wrap{min-width:0}.activate-plan-card__name{font-size:1.0625rem;font-weight:700;color:var(--text)}.activate-plan-card__summary{margin-top:.25rem;color:var(--text-2);font-size:.875rem;line-height:1.5}.activate-plan-card__price-wrap{text-align:left}.activate-plan-card__price{display:block;font-size:1.55rem;font-weight:800;line-height:1.1;color:var(--text)}.activate-plan-card__sub{margin-top:.25rem;font-size:.8125rem;color:var(--text-3)}.activate-plan-card__features{display:flex;flex-direction:column;gap:.55rem;flex:1;margin:0 0 1.25rem;padding:0;list-style:none;font-size:.875rem;line-height:1.45}.activate-plan-card__features li{display:flex;align-items:flex-start;gap:.5rem;color:var(--text)}.activate-plan-card__features svg{margin-top:.16rem;color:var(--green, #16a34a);flex-shrink:0}.activate-plan-card__button{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:auto;white-space:normal;text-align:center}@media (min-width: 860px){.activate-plan-card__head{justify-content:space-between}}@media (max-width: 859px){.activate-plan-grid{grid-template-columns:1fr}.activate-plan-card__head{min-height:auto;flex-direction:row;justify-content:space-between;align-items:flex-start}.activate-plan-card__price-wrap{text-align:right;flex-shrink:0;margin-left:1rem}}@media (max-width: 520px){.activate-plan-card{padding:1.125rem}.activate-plan-card__head{flex-direction:column}.activate-plan-card__price-wrap{margin-left:0;text-align:left}}.et-nav{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;gap:1rem}.et-step>.et-nav{margin-top:auto;padding-top:1.25rem}.et-back{display:inline-flex;align-items:center;gap:.3rem;font-size:.875rem;font-weight:500;color:var(--text-3);transition:color .15s;cursor:pointer;background:none;border:none;padding:0;font-family:var(--font)}.et-back:hover{color:var(--text)}.et-scanning{padding:4rem 3rem;text-align:center}.et-scanning__spinner{width:56px;height:56px;margin:0 auto 1.75rem}.et-scanning__ring{width:100%;height:100%;border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.et-scanning__title{font-size:1.1875rem;font-weight:400;letter-spacing:0;color:var(--text);margin-bottom:.5rem}.et-scanning__status{font-size:.875rem;color:var(--text-3);min-height:1.4em;margin-bottom:1.75rem}.et-scanning__bar{height:3px;background:var(--border);border-radius:2px;max-width:260px;margin-inline:auto;overflow:hidden}.et-scanning__fill{height:100%;background:var(--blue);border-radius:2px;width:0%;animation:scanProgress 2.4s ease forwards}@keyframes scanProgress{0%{width:0%}30%{width:35%}60%{width:68%}85%{width:88%}to{width:100%}}.et-results{padding:2.75rem 3rem}@media (max-width: 600px){.et-results{padding:1.75rem 1.5rem 2rem}}.et-results__headline{font-size:1.375rem;font-weight:400;letter-spacing:0;color:var(--text);margin-bottom:.4rem}.et-results__sub{font-size:.9375rem;color:var(--text-2);margin-bottom:1.75rem;line-height:1.6}.et-results__sub strong{color:var(--text);font-weight:600}.et-numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;margin-bottom:1.5rem}@media (max-width: 480px){.et-numbers{grid-template-columns:1fr 1fr}}.et-number-card{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;text-align:center}.et-number-val{font-family:var(--font-mono);font-size:1.375rem;font-weight:600;color:var(--text);line-height:1;letter-spacing:-.02em}.et-number-val--blue{color:var(--blue)}.et-number-label{font-size:.6875rem;color:var(--text-3);margin-top:.35rem;line-height:1.45}.et-urgency{background:var(--orange-light);border:1px solid rgba(245,133,63,.2);border-radius:var(--radius-md);padding:.875rem 1rem;display:flex;align-items:flex-start;gap:.625rem;margin-bottom:1.5rem;font-size:.875rem;color:#7c3200;line-height:1.6}.et-urgency strong{font-weight:600}.et-matches-title{font-size:.6875rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-3);margin-bottom:.75rem}.et-match-list{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1.5rem}.et-match-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem}.et-match-name{font-weight:600;color:var(--text)}.et-match-range{font-family:var(--font-mono);font-weight:500;color:var(--green);font-size:.8rem;flex-shrink:0}.et-results-cta{text-align:center}.et-results-fine{font-size:.6875rem;color:var(--text-3);text-align:center;margin-top:.875rem;line-height:1.6}.hiw{background:var(--bg-muted)}.hiw__header{text-align:center;margin-bottom:3.5rem}.hiw__header h2{font-size:clamp(1.875rem,3vw,2.5rem);font-weight:400;letter-spacing:-.01em;margin-bottom:.75rem;color:var(--text)}.hiw__header p{font-size:1.0625rem;color:var(--text-2);max-width:460px;margin-inline:auto;line-height:1.65}.hiw__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 860px){.hiw__grid{grid-template-columns:1fr;max-width:460px;margin-inline:auto}}.hiw__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.hiw__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.hiw__icon{width:44px;height:44px;background:var(--blue-light);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--blue)}.hiw__card-title{font-family:var(--font-serif);font-size:1.125rem;font-weight:700;letter-spacing:0;margin-bottom:.625rem;color:var(--text)}.hiw__card-body{font-size:.9375rem;color:var(--text-2);line-height:1.75}.hiw__card-body strong{color:var(--text);font-weight:600}.pricing{background:var(--bg-muted)}.pricing-badge{display:inline-flex;align-items:center;gap:.4rem;background:#2563eb;color:#fff;font-size:.8125rem;font-weight:700;letter-spacing:.01em;padding:.45rem 1rem;border-radius:99px;box-shadow:0 4px 12px #2563eb59,0 1px 4px #00000026;transform:rotate(-3deg);white-space:nowrap;-webkit-user-select:none;user-select:none;margin-top:1.25rem}.pricing__header{text-align:center;margin-bottom:3.5rem}.pricing__header h2{font-size:clamp(1.875rem,3vw,2.5rem);font-weight:400;letter-spacing:-.01em;margin-bottom:.75rem;color:var(--text)}.pricing__header p{font-size:1.0625rem;color:var(--text-2);max-width:520px;margin-inline:auto}.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:stretch}@media (max-width: 900px){.pricing__grid{grid-template-columns:1fr;max-width:400px;margin-inline:auto}}.pricing__stack-column{display:flex;flex-direction:column;gap:1rem}.pricing__stack-column .pricing__card{flex:1}.pricing__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);position:relative;transition:box-shadow .2s;display:flex;flex-direction:column}.pricing__card:hover{box-shadow:var(--shadow-md)}.pricing__card--compact{padding:1.5rem}.pricing__card--featured{border-color:var(--blue);box-shadow:var(--shadow-lg);padding:2.25rem 2rem}.pricing__popular-badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--orange-light);color:var(--orange-dark);border:1px solid rgba(245,133,63,.2);font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:100px;white-space:nowrap}.pricing__tier{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:.625rem}.pricing__price{font-family:var(--font-mono);font-size:2.75rem;font-weight:600;line-height:1;margin-bottom:.25rem;color:var(--text);letter-spacing:-.03em}.pricing__card--featured .pricing__price{font-size:3rem}.pricing__card--compact .pricing__price{font-size:2.25rem}.pricing__price sup{font-size:1.125rem;font-weight:500;vertical-align:super}.pricing__price-period{font-size:.8125rem;color:var(--text-3);margin-bottom:.75rem}.pricing__best-for{font-size:.875rem;color:var(--text-2);padding:.5rem .75rem;background:var(--bg-muted);border-radius:var(--radius-sm);margin-bottom:1.5rem;font-style:italic;line-height:1.5}.pricing__divider{height:1px;background:var(--border);margin-bottom:1.25rem}.pricing__features{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.75rem;flex:1}.pricing__feature{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--text-2);line-height:1.5}.pricing__feature svg{flex-shrink:0;margin-top:2px}.pricing__feature-check{color:var(--blue)}.pricing__feature-dash{color:var(--text-3)}.pricing__cta{width:100%;text-align:center;justify-content:center}.pricing__guarantee{margin-top:.875rem;font-size:.725rem;color:var(--text-3);text-align:center;line-height:1.55}.pricing__strikethrough{font-size:.875rem;font-weight:400;color:var(--text-3);text-decoration:line-through;margin-left:.375rem}.pricing__below-cta{margin-top:.75rem;font-size:.6875rem;color:var(--text-3);text-align:center;line-height:1.5}.pricing__free-banner{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2rem;box-shadow:var(--shadow-sm)}.pricing__free-banner-content{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.pricing__free-info{flex-shrink:0}.pricing__free-label{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:.25rem}.pricing__free-price{font-family:var(--font-mono);font-size:2.5rem;font-weight:600;line-height:1;color:var(--text);letter-spacing:-.03em}.pricing__free-price sup{font-size:1rem;font-weight:500;vertical-align:super}.pricing__free-subtext{font-family:var(--font-sans);font-size:.875rem;font-weight:400;color:var(--text-3);letter-spacing:0;margin-left:.5rem}.pricing__free-features{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:200px}.pricing__free-feature{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:var(--text-2);line-height:1.5}.pricing__free-feature svg{flex-shrink:0;margin-top:2px}.pricing__free-cta{flex-shrink:0}@media (max-width: 900px){.pricing__free-banner-content{flex-direction:column;align-items:stretch;gap:1.25rem}.pricing__free-cta{width:100%;text-align:center;justify-content:center}}.ct-wrap{width:100%;display:flex;flex-direction:column;gap:1.25rem}.ct-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}.ct-plan-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:var(--shadow-sm)}.ct-plan-card--featured{border-color:#1d4ed8;box-shadow:0 0 0 2px #2563eb1f,var(--shadow-md)}.ct-plan-card__top{min-height:4.75rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ct-badge{white-space:nowrap;background:#f97316;color:#fff;font-size:.625rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .7rem;border-radius:100px}.ct-badge--plan{position:absolute;top:-.8rem;left:1.25rem}.ct-badge--card{position:static;display:inline-block;width:max-content;margin-bottom:.75rem}.ct-col-name{font-size:.8125rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--text-3);margin-bottom:.35rem}.ct-col-price{font-family:var(--font-serif);font-size:2.25rem;font-weight:500;color:var(--text);letter-spacing:0;line-height:1.05}.ct-col-sub,.ct-plan-note{font-size:.8125rem;color:var(--text-3);line-height:1.45}.ct-save-pill{flex:0 0 auto;margin-top:.2rem;padding:.3rem .55rem;border-radius:100px;background:#ecfdf5;color:#047857;font-size:.6875rem;font-weight:800;letter-spacing:.02em}.ct-plan-summary{min-height:3.1rem;margin:.65rem 0 1rem;color:var(--text-2);font-size:1rem;line-height:1.55}.ct-plan-highlights{display:flex;flex-direction:column;gap:.6rem;padding:0;margin:0 0 1.25rem;list-style:none}.ct-plan-highlights li,.ct-mobile-feature{display:flex;align-items:flex-start;gap:.55rem;color:var(--text-2);font-size:.9375rem;line-height:1.45}.ct-plan-highlights svg,.ct-mobile-feature svg{flex:0 0 auto;margin-top:.1rem}.ct-cta-btn{display:block;width:100%;margin-top:auto;padding:.75rem .9rem;border-radius:var(--radius-md);font-size:.9375rem;font-weight:700;text-align:center;white-space:nowrap}.ct-cta-btn--featured{box-shadow:0 4px 14px #2563eb38}.ct-plan-note{min-height:1.2rem;margin-top:.75rem;text-align:center}.ct-compare-toggle-row{display:flex;justify-content:center;margin:2rem 0 0}.ct-compare-toggle{background:none;border:none;cursor:pointer;font-size:.9375rem;font-weight:600;color:var(--blue);padding:.5rem 1rem;border-radius:6px;transition:opacity .15s}.ct-compare-toggle:hover{opacity:.75}.ct-compare{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:var(--shadow-sm)}.ct-compare-head,.ct-data-row{display:grid;grid-template-columns:minmax(220px,1.3fr) repeat(3,minmax(120px,.85fr))}.ct-compare-head{background:var(--text);color:#ffffffb3;font-size:.6875rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ct-compare-head>div{padding:.8rem 1rem;text-align:center}.ct-compare-head>div:first-child{text-align:left}.ct-data-row{min-height:3rem;border-top:1px solid var(--border)}.ct-data-row:hover{background:#fafaf8}.ct-label-col{padding:.75rem 1rem;font-size:.875rem;color:var(--text-2);font-weight:600;display:flex;align-items:center}.ct-cell{padding:.75rem;border-left:1px solid var(--border);display:flex;align-items:center;justify-content:center;text-align:center}.ct-text-val{font-size:.8125rem;color:var(--text-2);line-height:1.35}.ct-footnote{text-align:center;margin-top:1.25rem;font-size:.75rem;color:var(--text-3)}.ct-mobile{display:none}@media (max-width: 860px){.ct-wrap{display:none}.ct-mobile{display:flex;flex-direction:column;gap:1rem}.ct-mobile-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm);font-size:.875rem}.ct-mobile-card--featured{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26,var(--shadow-md)}.ct-mobile-card .ct-col-price{font-size:2rem;margin-bottom:.5rem}.ct-mobile-card .ct-col-sub{margin-bottom:1.25rem}.ct-mobile-features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.ct-mobile-section{font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-top:.875rem;margin-bottom:.25rem}.ct-mobile-card .ct-cta-btn{display:block;width:100%;text-align:center;padding:.75rem 1rem;font-size:.9375rem}.ct-mobile-card .ct-col-name{font-size:.8125rem}.ct-mobile-feature--value{justify-content:space-between;align-items:center;gap:.75rem}.ct-mobile-feature--value span{flex:1;min-width:0}.ct-mobile-feature--value strong{flex:0 0 auto;white-space:nowrap;color:var(--text);font-size:.875rem;font-weight:700;text-align:right}}.value{background:var(--bg)}.value__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem 6rem;align-items:center}@media (max-width: 860px){.value__inner{grid-template-columns:1fr}}.value__copy h2{font-size:clamp(1.875rem,3vw,2.5rem);font-weight:400;letter-spacing:-.01em;margin-bottom:1rem;line-height:1.12;color:var(--text)}.value__copy p{font-size:1.0625rem;color:var(--text-2);margin-bottom:1rem;line-height:1.75}.value__copy strong{color:var(--text);font-weight:600}.value__callout-box{background:var(--bg-muted);border-left:2px solid var(--border-2);padding:1rem 1.25rem;margin-top:1.5rem;font-size:.9375rem;font-style:italic;color:var(--text-2);line-height:1.65;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.value__table{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.value__table-header{background:var(--text);padding:.875rem 1.5rem;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.value__table-header--cols{grid-template-columns:1.4fr 1fr 1fr 1fr}.value__table-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border);font-size:.875rem;align-items:center}.value__table-row--cols{grid-template-columns:1.4fr 1fr 1fr 1fr}.value__table-row:last-child{border-bottom:none}.value__table-row--highlight{background:var(--blue-light)}.value__row-method{font-weight:600;color:var(--text)}.value__row-time{color:var(--text-2);font-size:.8125rem;line-height:1.5}.value__row-cost{font-weight:600;font-size:.8125rem}.value__row-cost--red{color:var(--red)}.value__row-cost--green{color:var(--green)}.stats-section{background:var(--bg);padding-block:clamp(2.5rem,4vw,3.5rem)}.stats-section__card{border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm);background:var(--bg-card)}.stats-section__row--top{display:flex;border-bottom:1px solid var(--border)}.stats-section__stat{flex:1;padding:1.75rem 1.5rem;border-right:1px solid var(--border);text-align:center}.stats-section__stat:last-child{border-right:none}.stats-section__value{font-family:var(--font-serif);font-size:2rem;font-weight:400;color:var(--text);line-height:1;letter-spacing:-.02em;margin-bottom:.4rem}.stats-section__label{font-size:.8rem;color:var(--text-3);line-height:1.45}.stats-section__sources{display:flex;align-items:center;justify-content:center;gap:1rem 2.5rem;flex-wrap:wrap;padding:1.1rem 1.5rem;background:var(--bg-card);border-top:1px solid var(--border)}.stats-section__sources-label{font-size:.6875rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-3);flex-shrink:0}.stats-section__sources-divider{width:1px;height:14px;background:var(--border);flex-shrink:0}.stats-section__sources-list{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.stats-section__source{font-size:.9rem;font-weight:700;color:var(--text-3);letter-spacing:.04em;opacity:.6}.faq{background:var(--bg-card)}.faq__header{text-align:center;margin-bottom:3.5rem}.faq__header h2{font-size:clamp(1.875rem,3vw,2.5rem);font-weight:400;letter-spacing:-.01em;margin-bottom:.75rem;color:var(--text)}.faq__header p{font-size:1.0625rem;color:var(--text-2)}.faq__list{max-width:640px;margin-inline:auto}.faq__item{border-bottom:1px solid var(--border)}.faq__item:first-child{border-top:1px solid var(--border)}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 0;font-size:1.25rem;font-weight:600;color:var(--text);text-align:left;letter-spacing:-.01em;transition:color .12s}.faq__question:hover{color:var(--blue)}.faq__icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--text-3);transition:transform .25s cubic-bezier(.16,1,.3,1),color .15s}.faq__item--open .faq__icon{color:var(--blue);transform:rotate(45deg)}.faq__answer{overflow:hidden;max-height:0;transition:max-height .35s cubic-bezier(.16,1,.3,1)}.faq__item--open .faq__answer{max-height:500px}.faq__answer-inner{padding-bottom:1.25rem;font-size:1rem;color:var(--text-2);line-height:1.75}.faq__answer-inner a{color:var(--blue);text-decoration:underline}.tst{background:var(--bg)}.tst__header{text-align:center;margin-bottom:3rem}.tst__header h2{margin-top:.5rem;font-size:clamp(1.875rem,3vw,2.5rem);font-weight:400;letter-spacing:-.01em}.tst__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.tst__card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.tst-stars{display:flex;gap:.2rem}.tst__quote{font-size:1rem;line-height:1.7;color:var(--text-2);flex:1;margin:0}.tst__author{display:flex;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.tst__avatar{width:40px;height:40px;border-radius:50%;background:var(--blue);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tst__avatar--photo{object-fit:cover;background:var(--surface-2)}.tst__name{font-size:.9375rem;font-weight:600;color:var(--text)}.tst__title{font-size:.8125rem;color:var(--text-3);margin-top:.1rem}.final-cta{background:#0e0c09;padding-block:clamp(5rem,9vw,8rem);text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(44,92,229,.12) 0%,transparent 70%);pointer-events:none}.final-cta__inner{position:relative;z-index:1;max-width:600px;margin-inline:auto}.final-cta h2{font-size:clamp(1.875rem,3vw,2.5rem);font-weight:400;letter-spacing:-.01em;color:#fff;margin-bottom:1.25rem;line-height:1.1}.final-cta h2 em{font-style:normal;color:#ffffff73}.final-cta p{font-size:1.0625rem;color:#ffffff80;margin-bottom:2.5rem;line-height:1.7}.final-cta .btn--primary{background:var(--blue);border-color:var(--blue);box-shadow:0 2px 4px #2c5ce54d,0 8px 24px #2c5ce533}.final-cta .btn--primary:hover{background:var(--blue-dark);border-color:var(--blue-dark);box-shadow:0 4px 8px #2c5ce566,0 12px 32px #2c5ce540}.final-cta__btns{display:flex;align-items:center;justify-content:center;gap:.875rem;flex-wrap:wrap;margin-bottom:1.25rem}.final-cta__btn-outline{color:#ffffffbf;border-color:#ffffff40}.final-cta__btn-outline:hover{border-color:#fff9;background:transparent}.final-cta__microcopy{margin-top:0;font-size:.8125rem;color:#ffffff4d}.footer{background:#0a0907;padding-block:3.5rem 2rem;color:#ffffff59;font-size:.875rem;border-top:1px solid rgba(255,255,255,.06)}.footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:1.75rem}@media (max-width: 900px){.footer__top{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 520px){.footer__top{grid-template-columns:1fr;gap:2rem}}.footer__logo{font-family:"DM Serif Display",Georgia,serif;font-size:1.3rem;font-weight:400;color:#ffffffd9;letter-spacing:-.01em;margin-bottom:.75rem}.footer__tagline{line-height:1.65;max-width:240px;font-size:.8125rem}.footer__col-title{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;margin-bottom:.875rem}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__links a{font-size:.8125rem;transition:color .15s}.footer__links a:hover{color:#ffffffb3}.footer__bottom{display:flex;flex-direction:column;gap:.625rem}.footer__disclaimer{font-size:.75rem;line-height:1.7;color:#fff3;max-width:720px}.footer__copyright{font-size:.75rem;color:#fff3}.animate-in{animation:fadeUp .5s cubic-bezier(.16,1,.3,1) backwards}.animate-in-delay-1{animation-delay:.1s}.animate-in-delay-2{animation-delay:.2s}.animate-in-delay-3{animation-delay:.3s}.terms-page{background:var(--bg);min-height:100vh;padding-block:clamp(3rem,6vw,5rem) clamp(4rem,8vw,7rem)}.terms-page__inner{max-width:740px;margin-inline:auto;padding-inline:var(--section-px)}.terms-page__back{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;font-weight:500;color:var(--text-3);margin-bottom:2.5rem;transition:color .15s}.terms-page__back:hover{color:var(--text)}.terms-page__header{margin-bottom:2.5rem}.terms-page__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;color:var(--text);line-height:1.1;margin-top:.5rem;margin-bottom:.625rem;letter-spacing:-.02em}.terms-page__meta{font-size:.8125rem;color:var(--text-3);margin-bottom:1.5rem}.terms-page__intro{font-size:1rem;color:var(--text-2);line-height:1.75;max-width:640px}.terms-page__divider{border:none;border-top:1px solid var(--border);margin-block:2.5rem}.terms-page__body{display:flex;flex-direction:column;gap:2.25rem}.terms-section__heading{font-family:var(--font-serif);font-size:1.1875rem;font-weight:400;color:var(--text);line-height:1.2;margin-bottom:.875rem;letter-spacing:-.01em}.terms-section__num{color:var(--text-3);font-size:1rem}.terms-section__body{font-size:.9375rem;color:var(--text-2);line-height:1.8}.terms-section__link{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.terms-section__link:hover{color:var(--blue-dark, #1e45c8)}.terms-pricing{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;margin-bottom:1rem}.terms-pricing__row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.125rem;border-bottom:1px solid var(--border);background:var(--bg-card)}.terms-pricing__row:last-child{border-bottom:none}.terms-pricing__plan{font-size:.9375rem;font-weight:500;color:var(--text)}.terms-pricing__price{font-size:.9375rem;color:var(--text-2);font-variant-numeric:tabular-nums}.terms-callout{background:#2c5ce50a;border:1px solid rgba(44,92,229,.18);border-radius:var(--radius-md);padding:1.125rem 1.375rem}.terms-callout__body{font-size:.9375rem;color:var(--text-2);line-height:1.8;margin:0}.terms-page__footer-note{font-size:.8125rem;color:var(--text-3);line-height:1.6}.cw{display:flex;flex-direction:column;gap:1.5rem}.cw__summary{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1.5rem}.cw__summary-intro{font-size:.875rem;color:var(--text-2);margin-bottom:.875rem;line-height:1.6}.cw__summary-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.cw__summary-list li{font-size:.875rem;color:var(--text-2);line-height:1.5;padding-left:1.25rem;position:relative}.cw__summary-list li:before{content:"·";position:absolute;left:0;color:var(--blue);font-weight:700}.cw__link{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.cw__link:hover{color:var(--blue-dark, #1e45c8)}.cw__fields{display:flex;flex-direction:column;gap:1rem}.cw__field{display:flex;flex-direction:column;gap:.375rem}.cw__label{font-size:.8125rem;font-weight:500;color:var(--text-2)}.cw__required{color:var(--blue);margin-left:.1rem}.cw__input{width:100%;padding:.625rem .875rem;font-size:.9375rem;font-family:inherit;color:var(--text);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm, 6px);outline:none;transition:border-color .15s,box-shadow .15s}.cw__input::placeholder{color:var(--text-3)}.cw__input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2c5ce51f}.cw__input--error{border-color:#dc2626}.cw__input--error:focus{box-shadow:0 0 0 3px #dc26261a}.cw__error{font-size:.8125rem;color:#dc2626;line-height:1.4}.cw__error--checkbox{margin-top:-.75rem}.cw__check-row{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.cw__check-row--error .cw__check-label{color:#dc2626}.cw__checkbox{flex-shrink:0;width:18px;height:18px;margin-top:1px;accent-color:var(--blue);cursor:pointer}.cw__check-label{font-size:.9rem;color:var(--text-2);line-height:1.55}.cw__submit{width:100%;justify-content:center}.cw__fine{font-size:.75rem;color:var(--text-3);line-height:1.6;text-align:center;margin-top:-.5rem}.cw-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1rem;text-align:center}.cw-success__icon{width:48px;height:48px;background:#2c5ce514;color:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.cw-success__msg{font-size:1rem;color:var(--text);font-weight:500}.industries{background:var(--bg-2, #F8F6F2)}.industries__header{text-align:center;margin-bottom:2.5rem}.industries__header h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text);margin-bottom:.75rem}.industries__sub{font-size:1rem;color:var(--text-2);max-width:560px;margin:0 auto}.industries__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.industries__card{display:flex;align-items:center;gap:.75rem;padding:1.125rem 1.25rem;background:#fff;border:1px solid var(--border);border-radius:10px;text-decoration:none;color:var(--text);font-size:.9375rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.industries__card:hover{border-color:var(--blue);box-shadow:0 2px 12px #2c5ce51a;color:var(--blue)}.industries__icon{font-size:1.375rem;flex-shrink:0}.industries__name{flex:1}.industries__arrow{font-size:.875rem;color:var(--text-3)}.industry-hero{background:var(--bg);padding-top:5rem;padding-bottom:4rem}.industry-hero__h1{font-size:clamp(2rem,4vw,2.875rem);font-weight:800;color:var(--text);line-height:1.15;margin:.75rem 0 1.25rem;max-width:700px}.industry-hero__sub{font-size:1.0625rem;color:var(--text-2);max-width:600px;line-height:1.7;margin-bottom:2rem}.industry-hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.industry-intro{background:var(--bg-2, #F8F6F2)}.industry-intro__inner{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:start}@media (max-width: 720px){.industry-intro__inner{grid-template-columns:1fr}}.industry-intro__copy h2{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:1rem}.industry-intro__copy p{font-size:.9375rem;color:var(--text-2);line-height:1.75;margin-bottom:1rem}.industry-intro__stat-stack{display:flex;flex-direction:column;gap:1.25rem;min-width:200px}.industry-intro__stat{background:#fff;border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem}.industry-intro__stat-value{font-size:1.75rem;font-weight:800;color:var(--text);line-height:1}.industry-intro__stat-label{font-size:.75rem;color:var(--text-3);margin-top:.3rem}.industry-grants{background:var(--bg)}.industry-grants h2{font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:700;color:var(--text);margin-bottom:2rem;max-width:700px}.industry-grants__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:1.5rem}.industry-grants__card{background:var(--bg-2, #F8F6F2);border:1px solid var(--border);border-radius:10px;padding:1.25rem 1.5rem}.industry-grants__agency{font-size:.75rem;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem}.industry-grants__program{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.industry-grants__range{font-size:.8125rem;font-weight:600;color:#16a34a;margin-bottom:.625rem}.industry-grants__desc{font-size:.875rem;color:var(--text-2);line-height:1.65;margin:0}.industry-grants__note{font-size:.875rem;color:var(--text-3);font-style:italic}.industry-faq{background:var(--bg-2, #F8F6F2)}.industry-faq h2{font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:700;color:var(--text);margin-bottom:2rem}.industry-faq__list{display:grid;gap:1.25rem}.industry-faq__item{background:#fff;border:1px solid var(--border);border-radius:10px;padding:1.5rem}.industry-faq__q{font-size:1rem;font-weight:600;color:var(--text);margin:0 0 .625rem}.industry-faq__a{font-size:.9375rem;color:var(--text-2);line-height:1.75;margin:0}.industry-cta{background:var(--blue, #2C5CE5)}.industry-cta__inner{text-align:center}.industry-cta h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fff;margin-bottom:.75rem}.industry-cta p{font-size:1rem;color:#fffc;margin-bottom:1.75rem}.industry-cta .btn--primary{background:#fff;color:var(--blue)}.industry-cta .btn--primary:hover{background:#f0f4ff}.apply{background:var(--bg-2, #F8F6F2);min-height:80vh;padding-block-start:3rem}.apply__header{margin-bottom:2rem}.apply__h1{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;color:var(--text);margin:.5rem 0}.apply__sub{font-size:.875rem;color:var(--text-3);margin:0}.apply__inner{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;background:#fff;border:1px solid var(--border);box-shadow:0 4px 24px #00000012;overflow:hidden;max-width:740px}@media (max-width: 780px){.apply__inner{grid-template-columns:1fr;max-width:100%}}.apply__plans{background:var(--blue);border-right:none;display:flex;flex-direction:column}.apply__tab-bar{display:flex;min-height:68px}.apply__tab{flex:1;padding:.75rem;border:none;background:#fff;cursor:pointer;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;transition:background .15s,color .15s;color:var(--text-2)}.apply__tab:hover:not(.apply__tab--active){background:#f0f4ff;color:var(--blue)}.apply__tab--active{background:var(--blue);color:#fff}.apply__tab-name{font-size:.875rem;font-weight:700;display:flex;align-items:center;gap:.375rem}.apply__tab-badge{font-size:.625rem;font-weight:700;letter-spacing:.04em;background:var(--blue);color:#fff;padding:.1rem .4rem;text-transform:uppercase}.apply__tab--active .apply__tab-badge{background:#fff;color:var(--blue)}.apply__tab-price{font-size:.8125rem;font-weight:600}.apply__tab-per{font-size:.75rem;font-weight:400;color:var(--text-3)}.apply__tab-content{padding:1.75rem 1.75rem 1.5rem;flex:1}.apply__card-footer{font-size:.75rem;color:#fff9;text-align:center;padding:.875rem 1.75rem;border-top:1px solid rgba(255,255,255,.2);margin:0}.apply__plan-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.25rem}.apply__plan-name{font-size:1.125rem;font-weight:800;color:#fff}.apply__plan-price{font-size:2.25rem;font-weight:800;color:#fff}.apply__plan-per{font-size:.8125rem;font-weight:500;color:#ffffffb3}.apply__plan-tagline{font-size:.875rem;color:#ffffffbf;margin-bottom:1.25rem}.apply__plan-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.apply__plan-features li{display:flex;align-items:center;gap:.625rem;font-size:.9rem;color:#ffffffe6}.apply__feat-check-circle{width:18px;height:18px;background:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.apply__form-wrap{height:100%}.apply__form-card{background:#fff;display:flex;flex-direction:column;height:100%}.apply__form-header{background:var(--blue);padding:1.25rem 1.5rem;min-height:68px;display:flex;justify-content:space-between;align-items:center}.apply__form-plan-name{font-size:.875rem;font-weight:600;color:#fffc}.apply__form-plan-price{font-size:1.5rem;font-weight:800;color:#fff}.apply__form-plan-price span{font-size:.875rem;font-weight:500;color:#ffffffb3}.apply__form{padding:1.5rem 2.25rem;display:flex;flex-direction:column;gap:1rem;flex:1}.apply__field{display:flex;flex-direction:column;gap:.375rem}.apply__field label{font-size:.8125rem;font-weight:600;color:var(--text-2)}.apply__field input{padding:.625rem .875rem;border:1.5px solid var(--border);border-radius:6px;font-size:.9375rem;color:var(--text);background:var(--bg);transition:border-color .15s;outline:none}.apply__field input:focus{border-color:var(--blue)}.apply__submit{width:100%;justify-content:center;margin-top:.25rem}.apply__fine{font-size:.75rem;color:var(--text-3);line-height:1.6;text-align:center;margin:0}.apply__error{font-size:.8125rem;color:#dc2626;background:#fef2f2;border:1px solid #FECACA;border-radius:0;padding:.75rem 1rem;margin:0}.rp-shell{min-height:100vh;background:var(--bg);display:flex;justify-content:center;padding:2rem 1rem 4rem}.rl-hero{background:var(--bg)}.rl-hero .container{max-width:760px}.rl-hero__headline{font-size:clamp(2rem,5vw,3rem);margin-bottom:1.25rem;letter-spacing:-.02em}.rl-hero__sub{font-size:1.0625rem;color:var(--text-2);line-height:1.7;max-width:600px;margin-bottom:1.25rem}.rl-hero__honesty{font-size:.8125rem;color:var(--text-3);border-left:3px solid var(--border-2);padding-left:.875rem;margin-bottom:2.5rem;line-height:1.6}.rl-paths{display:flex;flex-direction:column;gap:1rem;max-width:600px}@media (min-width: 640px){.rl-paths{flex-direction:row}}.rl-path-card{flex:1;display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1.5px solid var(--border);background:var(--bg-card);text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s;position:relative}.rl-path-card:hover{border-color:var(--blue);box-shadow:var(--shadow-md);transform:translateY(-2px)}.rl-path-card__icon{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--blue-light);color:var(--blue)}.rl-path-card__body{display:flex;flex-direction:column;gap:.375rem;flex:1}.rl-path-card__body strong{font-size:1rem;font-family:var(--font-serif)}.rl-path-card__body span{font-size:.8125rem;color:var(--text-2);line-height:1.5}.rl-path-card__arrow{flex-shrink:0;color:var(--blue)}.rl-what .container{max-width:760px}.rl-what__heading{font-size:clamp(1.25rem,3vw,1.625rem);margin-bottom:2rem}.rl-what__cols{display:grid;gap:1rem}@media (min-width: 640px){.rl-what__cols{grid-template-columns:1fr 1.4fr}}.rl-what__col{padding:1.5rem;border:1.5px solid var(--border);background:var(--bg-card)}.rl-what__col--paid{border-color:var(--blue)}.rl-what__tier-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin-bottom:.875rem}.rl-what__col--paid .rl-what__tier-label{color:var(--blue)}.rl-what__list{display:flex;flex-direction:column;gap:.5rem}.rl-what__list li{font-size:.875rem;color:var(--text-2);line-height:1.5;padding-left:1rem;position:relative}.rl-what__list li:before{content:"–";position:absolute;left:0;color:var(--text-3)}.rl-trust .container{max-width:760px}.rl-trust__inner{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem 1.5rem;border:1.5px solid var(--border);background:var(--bg-card)}.rl-trust__icon{flex-shrink:0;color:var(--text-3);margin-top:.1rem}.rl-trust__text{font-size:.8125rem;color:var(--text-2);line-height:1.65;margin:0}.rf-container{width:100%;max-width:620px;display:flex;flex-direction:column;gap:1.5rem}.rf-header{display:flex;align-items:center;justify-content:space-between}.rf-back{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--text-2);cursor:pointer;border:none;background:none;padding:0;transition:color .15s}.rf-back:hover{color:var(--text)}.rf-header__title{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--text-3)}.rf-progress{display:flex;flex-direction:column;gap:.5rem}.rf-progress__bar{display:flex;gap:4px}.rf-progress__seg{flex:1;height:4px;background:var(--border);transition:background .25s}.rf-progress__seg--filled{background:var(--blue)}.rf-progress__label{font-size:.75rem;color:var(--text-3)}.rf-card{border:1.5px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow-sm)}.rf-card__hdr{padding:1.5rem 1.5rem 1.25rem;border-bottom:1px solid var(--border)}.rf-card__title{font-size:1.25rem;margin-bottom:.375rem}.rf-card__desc{font-size:.875rem;color:var(--text-2);line-height:1.5;margin:0}.rf-meta{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.rf-field{display:flex;flex-direction:column;gap:.375rem}.rf-field__label{font-size:.8125rem;font-weight:600;color:var(--text-2)}.rf-field__input{padding:.625rem .875rem;border:1.5px solid var(--border);background:var(--bg);color:var(--text);font-size:.9375rem;outline:none;transition:border-color .15s;width:100%}.rf-field__input:focus{border-color:var(--blue)}.rf-field__select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.rf-questions{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.75rem}.rf-question{display:flex;flex-direction:column;gap:.625rem}.rf-question__label{font-size:.9375rem;font-weight:600;color:var(--text);line-height:1.4;display:flex;flex-direction:column;gap:.25rem}.rf-question__critical{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);margin-top:.125rem}.rf-question__hint{font-size:.8125rem;color:var(--text-2);line-height:1.5;margin:0}.rf-question__options{display:flex;flex-wrap:wrap;gap:.625rem}.rf-option{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:1.5px solid var(--border);background:var(--bg-card);font-size:.875rem;font-weight:500;cursor:pointer;position:relative;transition:border-color .15s,background .15s;white-space:nowrap}.rf-option:hover{border-color:var(--border-2)}.rf-option--selected{border-color:var(--blue);background:var(--blue-light)}.rf-option__check{position:absolute;top:-6px;right:-6px;width:16px;height:16px;background:var(--blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.rf-validation-hint{font-size:.875rem;color:#b45309;background:#fffbeb;border:1px solid #FDE68A;border-radius:8px;padding:.625rem .875rem;margin:0}.rf-nav{display:flex;justify-content:space-between;align-items:center}.btn--outline-blue{background:transparent;color:var(--blue);border:1.5px solid var(--blue)}.btn--outline-blue:hover{background:#eef2fd;border-color:var(--blue)}.rf-error{font-size:.8125rem;color:#dc2626;background:#fef2f2;border:1px solid #FECACA;padding:.75rem 1rem}.rf-footer-note{font-size:.75rem;color:var(--text-3);line-height:1.6;max-width:500px;margin:0 auto}.rs-container{width:100%;max-width:620px;display:flex;flex-direction:column;gap:2rem}.rs-hero{display:flex;gap:2rem;align-items:center;padding:2rem;border:1.5px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow-md)}@media (max-width: 480px){.rs-hero{flex-direction:column;align-items:flex-start}}.rs-hero__right{display:flex;flex-direction:column;gap:.875rem}.rs-hero__explain{font-size:.8125rem;color:var(--text-2);line-height:1.6;margin:0}.rs-ring{position:relative;width:132px;height:132px;flex-shrink:0}.rs-ring__inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.rs-ring__score{font-size:2.25rem;font-weight:800;font-family:var(--font)}.rs-ring__label{font-size:.75rem;color:var(--text-3);margin-top:.25rem}.rs-level{display:inline-block;font-size:.8125rem;font-weight:700;padding:.375rem .875rem;letter-spacing:.04em;align-self:flex-start}.rs-section{display:flex;flex-direction:column;gap:.875rem}.rs-section__title{font-size:1.0625rem;font-family:var(--font-serif)}.rs-section__sub{font-size:.8125rem;color:var(--text-2);line-height:1.6;margin:0}.rs-value-headline{font-family:var(--font-serif);font-size:1.4375rem;color:var(--blue);line-height:1.4;margin:0}.rs-hero__counts{display:flex;gap:.625rem;flex-wrap:wrap}.rs-count{display:inline-flex;align-items:center;gap:.3125rem;font-size:.8125rem;font-weight:600;padding:.25rem .625rem;border-radius:99px}.rs-count--ok{background:#ecfdf5;color:var(--green)}.rs-count--miss{background:#fef2f2;color:var(--red)}.rs-cats{display:flex;flex-direction:column;gap:.875rem}.rs-cat{display:flex;flex-direction:column;gap:.375rem}.rs-cat__hdr{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.rs-cat__name{font-size:.875rem;font-weight:600}.rs-cat__pills{display:flex;flex-wrap:wrap;gap:.375rem}.rs-pill{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:600;padding:.2rem .5rem}.rs-pill--ok{background:#ecfdf5;color:var(--green)}.rs-pill--weak{background:#fef3ec;color:var(--orange-dark)}.rs-pill--miss{background:#fef2f2;color:var(--red)}.rs-cat__bar{height:5px;background:var(--border);overflow:hidden}.rs-cat__bar-fill{height:100%;background:var(--green);transition:width .8s ease}.rs-gaps{display:flex;flex-direction:column;gap:.625rem}.rs-gap{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;border:1.5px solid var(--border);background:var(--bg-card);position:relative}.rs-gap--critical{border-left:3px solid var(--blue)}.rs-gap--locked{opacity:.5;-webkit-user-select:none;user-select:none}.rs-gap__badge{position:absolute;top:-10px;left:1rem;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);background:var(--bg-card);padding:0 .375rem}.rs-gap__name{flex:1;font-size:.9375rem;font-weight:600}.rs-gap__name--blur{filter:blur(5px);pointer-events:none;color:var(--text-3)}.rs-gap__icon{color:var(--red);flex-shrink:0}.rs-gaps__more{font-size:.8125rem;color:var(--text-3);text-align:center;margin:.25rem 0 0}.rs-unlock{border:2px solid var(--blue);background:var(--blue-light);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.rs-unlock__hdr{display:flex;align-items:flex-start;gap:.75rem;color:var(--blue)}.rs-unlock__hdr-text{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;line-height:1.3}.rs-unlock__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.rs-unlock__features li{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--text);line-height:1.5}.rs-unlock__features li svg{color:var(--blue);flex-shrink:0}.rs-unlock__body{font-size:.875rem;color:var(--text-2);line-height:1.65;margin:0}.rs-unlock__btn{align-self:flex-start}.rs-unlock__note{font-size:.75rem;color:var(--text-3);margin:0}.rs-unlock__error{font-size:.8125rem;color:#dc2626;background:#fef2f2;border:1px solid #FECACA;padding:.625rem .875rem;margin:0}.rs-restart{display:flex;justify-content:center}.rs-restart__btn{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-3);cursor:pointer;border:none;background:none;padding:0;transition:color .15s}.rs-restart__btn:hover{color:var(--text-2)}.rs-disclaimer{font-size:.75rem;color:var(--text-3);line-height:1.65;text-align:center;max-width:520px;margin:0 auto}.policy-page{min-height:100vh;padding:4rem 0 6rem;background:var(--bg)}.policy-page .container{max-width:720px}.policy-back{display:inline-block;font-size:.875rem;color:var(--text-3);text-decoration:none;margin-bottom:2.5rem;transition:color .15s}.policy-back:hover{color:var(--blue)}.policy-page h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--text);margin-bottom:.5rem}.policy-date{font-size:.875rem;color:var(--text-3);margin-bottom:2rem}.policy-page h2{font-size:1.125rem;font-weight:700;color:var(--text);margin:2rem 0 .5rem}.policy-page p{font-size:1rem;color:var(--text-2);line-height:1.75;margin-bottom:1rem}.policy-page ul{margin:.5rem 0 1rem 1.25rem}.policy-page li{font-size:1rem;color:var(--text-2);line-height:1.75;margin-bottom:.375rem}.policy-page a{color:var(--blue);text-decoration:underline}
