.hero-section{position:relative;overflow:hidden;width:100%;min-height:clamp(680px,92vh,860px);padding-top:calc(80px + clamp(1rem, 2vw, 2rem));padding-bottom:clamp(3.5rem,6vw,5.5rem);background:radial-gradient(1200px 620px at 12% 8%,rgba(37,99,235,.09),transparent 65%),radial-gradient(900px 520px at 90% 18%,rgba(14,165,233,.08),transparent 70%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.96));display:flex;align-items:center}.dark .hero-section{background:radial-gradient(1200px 620px at 12% 8%,rgba(59,130,246,.12),transparent 65%),radial-gradient(900px 520px at 90% 18%,rgba(139,92,246,.1),transparent 70%),linear-gradient(180deg,rgba(9,9,11,.98),rgba(10,10,12,.96))}.hero-section:after{content:"";position:absolute;inset:auto 0 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.35),transparent);pointer-events:none}.hero-section-grid-texture{position:absolute;inset:0;opacity:.5;pointer-events:none;background-size:28px 28px;mask-image:radial-gradient(circle at 55% 40%,black 35%,rgba(0,0,0,.55) 65%,transparent 100%)}.dark .hero-section-grid-texture,.hero-section-grid-texture{background-image:linear-gradient(rgba(148,163,184,.12) 1px,transparent 0),linear-gradient(90deg,rgba(148,163,184,.12) 1px,transparent 0)}.dark .hero-section-grid-texture{opacity:.28}.hero-section-glow{position:absolute;border-radius:9999px;filter:blur(44px);pointer-events:none}.hero-section-glow-one{width:min(38vw,460px);height:min(38vw,460px);top:12%;right:8%;background:rgba(59,130,246,.12)}.hero-section-glow-two{width:min(32vw,380px);height:min(32vw,380px);bottom:12%;left:8%;background:rgba(139,92,246,.08)}.dark .hero-section-glow-one{background:rgba(59,130,246,.16)}.dark .hero-section-glow-two{background:rgba(139,92,246,.12)}.hero-section-container{width:100%;max-width:1280px;margin:0 auto;padding-inline:clamp(1rem,3vw,2.5rem);position:relative;z-index:1}.hero-section-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.hero-section-left,.hero-section-right{opacity:0;transform:translateY(20px);transition:opacity .75s ease,transform .75s ease}.hero-section.visible .hero-section-left,.hero-section.visible .hero-section-right{opacity:1;transform:translateY(0)}.hero-section.visible .hero-section-right{transition-delay:.12s}.hero-section-left{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.hero-section-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:.5rem .8rem;border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.75);box-shadow:0 8px 24px -20px rgba(15,23,42,.35);backdrop-filter:blur(8px)}.dark .hero-section-badge{background:rgba(24,24,27,.75);border-color:rgba(63,63,70,.75)}.hero-section-badge-icon{width:.9rem;height:.9rem;color:#2563eb}.dark .hero-section-badge-icon{color:#93c5fd}.hero-section-badge-text{font-size:.78rem;font-weight:600;letter-spacing:.01em;color:var(--foreground)}.hero-section-header{display:flex;flex-direction:column;gap:1rem}.hero-section-title{margin:0;color:var(--foreground);font-weight:700;letter-spacing:-.035em;line-height:1.05;font-size:clamp(2rem,6vw,3.95rem);max-width:14ch;text-wrap:balance}.hero-section-gradient{background:linear-gradient(90deg,#2563eb,#4f46e5 55%,#0ea5e9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.dark .hero-section-gradient{background:linear-gradient(90deg,#93c5fd,#c4b5fd 55%,#67e8f9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-section-desc{margin:0;color:var(--muted-foreground);font-size:clamp(1rem,1.8vw,1.12rem);line-height:1.6;max-width:60ch}.hero-section-actions{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;width:100%}.hero-section-action-primary,.hero-section-action-secondary{min-height:3rem;border-radius:.9rem;font-weight:600;font-size:.95rem;box-shadow:none}.hero-section-action-primary{background:linear-gradient(135deg,#2563eb,#4338ca 55%,#0ea5e9);border:1px solid rgba(37,99,235,.25);color:#ffffff;box-shadow:0 14px 32px -22px rgba(37,99,235,.7),inset 0 1px 0 rgba(255,255,255,.18)}.hero-section-action-primary:hover{transform:translateY(-1px);box-shadow:0 18px 36px -24px rgba(37,99,235,.78),inset 0 1px 0 rgba(255,255,255,.24)}.hero-section-action-secondary{background:rgba(255,255,255,.7);color:var(--foreground);border:1px solid rgba(148,163,184,.35);box-shadow:0 12px 24px -20px rgba(15,23,42,.2)}.hero-section-action-secondary:hover{background:rgba(255,255,255,.9)}.dark .hero-section-action-secondary{background:rgba(24,24,27,.7);border-color:rgba(63,63,70,.9)}.dark .hero-section-action-secondary:hover{background:rgba(39,39,42,.9)}.hero-section-action-icon,.hero-section-action-icon-left{width:1rem;height:1rem;flex-shrink:0}.hero-section-action-icon{margin-left:.45rem}.hero-section-action-icon-left{margin-right:.45rem}.hero-section-microcopy{margin:0;color:var(--muted-foreground);font-size:.8rem;line-height:1.4}.hero-section-proof-row{width:100%;display:flex;flex-wrap:wrap;gap:.55rem}.hero-section-proof-chip{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.45rem .65rem;border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.72);color:var(--foreground);font-size:.78rem;font-weight:500;box-shadow:0 10px 22px -22px rgba(15,23,42,.25)}.dark .hero-section-proof-chip{background:rgba(24,24,27,.7);border-color:rgba(63,63,70,.85)}.hero-section-proof-icon{width:.9rem;height:.9rem;color:#3b82f6}.dark .hero-section-proof-icon{color:#93c5fd}.hero-section-metrics{width:100%;display:grid;grid-template-columns:1fr;gap:.75rem}.hero-section-metric-card{border-radius:1rem;padding:.9rem 1rem;background:rgba(255,255,255,.82);border:1px solid rgba(148,163,184,.2);box-shadow:0 20px 38px -28px rgba(15,23,42,.32)}.dark .hero-section-metric-card{background:rgba(24,24,27,.82);border-color:rgba(63,63,70,.85)}.hero-section-metric-value{color:var(--foreground);font-size:1.05rem;font-weight:700;line-height:1.2}.hero-section-metric-label{margin-top:.3rem;color:var(--muted-foreground);font-size:.78rem;line-height:1.4}.hero-section-right{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center}.hero-product-stack-layer{position:absolute;inset:auto;width:min(100%,560px);height:520px;border-radius:1.5rem;border:1px solid rgba(148,163,184,.16);background:rgba(255,255,255,.45);pointer-events:none}.dark .hero-product-stack-layer{background:rgba(24,24,27,.35);border-color:rgba(63,63,70,.6)}.hero-product-stack-layer-back{transform:translate(16px,18px)}.hero-product-stack-layer-mid{transform:translate(8px,10px)}.hero-product-card{position:relative;width:min(100%,560px);border-radius:1.5rem;border:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.88);box-shadow:0 32px 70px -38px rgba(15,23,42,.42),0 12px 24px -18px rgba(15,23,42,.18);backdrop-filter:blur(10px);overflow:hidden}.dark .hero-product-card{background:rgba(20,20,23,.9);border-color:rgba(63,63,70,.85);box-shadow:0 38px 80px -44px rgba(0,0,0,.8),0 14px 24px -18px rgba(0,0,0,.45)}.hero-product-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem 1rem;border-bottom:1px solid rgba(148,163,184,.15);background:linear-gradient(180deg,rgba(248,250,252,.9),rgba(255,255,255,.65))}.dark .hero-product-card-header{background:linear-gradient(180deg,rgba(24,24,27,.95),rgba(20,20,23,.75));border-bottom-color:rgba(63,63,70,.75)}.hero-product-window-controls{display:flex;gap:.3rem}.hero-product-window-controls span{width:.45rem;height:.45rem;border-radius:999px;background:rgba(148,163,184,.8)}.hero-product-window-controls span:first-child{background:#93c5fd}.hero-product-window-controls span:nth-child(2){background:#c4b5fd}.hero-product-window-controls span:nth-child(3){background:#86efac}.hero-product-card-title{color:var(--foreground);font-size:.82rem;font-weight:600;letter-spacing:-.01em;flex:1;text-align:center}.hero-product-live-pill{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.3rem .55rem;background:rgba(37,99,235,.1);color:#1d4ed8;font-size:.7rem;font-weight:600;border:1px solid rgba(37,99,235,.18);white-space:nowrap}.dark .hero-product-live-pill{background:rgba(59,130,246,.12);color:#93c5fd;border-color:rgba(59,130,246,.22)}.hero-product-live-dot{width:.4rem;height:.4rem;border-radius:999px;background:currentColor;box-shadow:0 0 0 4px rgba(59,130,246,.12)}.hero-product-card-body{padding:1rem;display:grid;grid-template-columns:1fr;gap:.9rem}.hero-pipeline-panel,.hero-side-card{border-radius:1rem;border:1px solid rgba(148,163,184,.16);background:rgba(255,255,255,.84)}.dark .hero-pipeline-panel,.dark .hero-side-card{background:rgba(24,24,27,.9);border-color:rgba(63,63,70,.75)}.hero-pipeline-panel{padding:.9rem}.hero-panel-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.hero-panel-eyebrow{color:var(--muted-foreground);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero-panel-title{margin-top:.15rem;color:var(--foreground);font-size:.9rem;font-weight:600;letter-spacing:-.015em}.hero-panel-badge{border-radius:999px;padding:.25rem .55rem;background:rgba(15,23,42,.04);color:var(--muted-foreground);font-size:.68rem;font-weight:600;border:1px solid rgba(148,163,184,.18)}.dark .hero-panel-badge{background:rgba(255,255,255,.03);border-color:rgba(63,63,70,.65)}.hero-pipeline-grid{margin-top:.85rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.hero-pipeline-stage{border-radius:.85rem;border:1px solid rgba(148,163,184,.16);background:rgba(248,250,252,.8);padding:.65rem}.dark .hero-pipeline-stage{background:rgba(39,39,42,.55);border-color:rgba(63,63,70,.7)}.hero-pipeline-stage-icon{width:1.6rem;height:1.6rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;color:#2563eb;background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.12)}.dark .hero-pipeline-stage-icon{color:#93c5fd;background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.2)}.hero-pipeline-stage-label{margin-top:.55rem;color:var(--muted-foreground);font-size:.68rem;font-weight:600}.hero-pipeline-stage-value{margin-top:.2rem;color:var(--foreground);font-size:1.1rem;font-weight:700;line-height:1.1}.hero-pipeline-stage-status{margin-top:.2rem;color:var(--muted-foreground);font-size:.66rem}.hero-shortlist-list{margin-top:.85rem;border-radius:.85rem;border:1px solid rgba(148,163,184,.14);overflow:hidden}.hero-shortlist-row{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:.45rem;align-items:center;padding:.55rem .7rem;background:rgba(255,255,255,.7);border-top:1px solid rgba(148,163,184,.08);color:var(--foreground);font-size:.71rem}.hero-shortlist-row:first-child{border-top:0}.dark .hero-shortlist-row{background:rgba(24,24,27,.75);border-top-color:rgba(63,63,70,.5)}.hero-shortlist-row-head{background:rgba(248,250,252,.75);color:var(--muted-foreground);font-weight:600;font-size:.66rem;text-transform:uppercase;letter-spacing:.04em}.dark .hero-shortlist-row-head{background:rgba(39,39,42,.65)}.hero-shortlist-status{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.2rem .45rem;border-radius:999px;font-size:.62rem;font-weight:600;border:1px solid transparent}.hero-shortlist-status.ready{color:#166534;background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.2)}.hero-shortlist-status.review{color:#92400e;background:rgba(245,158,11,.14);border-color:rgba(245,158,11,.22)}.dark .hero-shortlist-status.ready{color:#86efac}.dark .hero-shortlist-status.review{color:#fcd34d}.hero-side-panels{display:grid;grid-template-columns:1fr;gap:.75rem}.hero-side-card{padding:.85rem;box-shadow:0 12px 26px -24px rgba(15,23,42,.2)}.hero-side-card-header{display:flex;align-items:center;gap:.45rem;color:var(--foreground);font-size:.76rem;font-weight:600}.hero-side-card-icon{width:.9rem;height:.9rem;color:#2563eb}.dark .hero-side-card-icon{color:#93c5fd}.hero-side-card-value{margin-top:.45rem;color:var(--foreground);font-size:1.35rem;font-weight:700}.hero-side-card-note{margin-top:.3rem;color:var(--muted-foreground);font-size:.72rem;line-height:1.4}.hero-progress-track{margin-top:.65rem;height:.4rem;border-radius:999px;background:rgba(148,163,184,.16);overflow:hidden}.hero-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#0ea5e9)}.hero-side-card-accent{background:linear-gradient(180deg,rgba(239,246,255,.9),rgba(255,255,255,.9))}.dark .hero-side-card-accent{background:linear-gradient(180deg,rgba(30,41,59,.6),rgba(24,24,27,.92))}.hero-side-card-highlight{margin-top:.55rem;color:var(--foreground);font-size:.8rem;line-height:1.4;font-weight:500}.hero-side-card-tags{margin-top:.65rem;display:flex;flex-wrap:wrap;gap:.35rem}.hero-side-card-tags span{border-radius:999px;padding:.2rem .45rem;background:rgba(255,255,255,.7);border:1px solid rgba(148,163,184,.22);color:var(--muted-foreground);font-size:.64rem;font-weight:600}.dark .hero-side-card-tags span{background:rgba(39,39,42,.7);border-color:rgba(63,63,70,.75)}.hero-floating-card{position:absolute;border-radius:.95rem;border:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.86);box-shadow:0 22px 40px -32px rgba(15,23,42,.32);padding:.8rem .9rem;backdrop-filter:blur(10px)}.dark .hero-floating-card{background:rgba(24,24,27,.88);border-color:rgba(63,63,70,.8)}.hero-floating-card-top{top:1rem;right:-.25rem;width:180px}.hero-floating-card-bottom{left:-.4rem;bottom:1.25rem;width:220px}.hero-floating-card-label{color:var(--muted-foreground);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.hero-floating-card-value{margin-top:.25rem;color:var(--foreground);font-size:1.4rem;font-weight:700;line-height:1.1}.hero-floating-card-subtext{margin-top:.2rem;color:var(--muted-foreground);font-size:.68rem;line-height:1.3}.hero-floating-pill-row{margin-top:.55rem;display:flex;flex-wrap:wrap;gap:.35rem}.hero-floating-pill-row span{border-radius:999px;padding:.25rem .5rem;font-size:.65rem;font-weight:600;color:var(--foreground);background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.14)}.dark .hero-floating-pill-row span{background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.2)}@media (min-width:640px){.hero-section-actions{flex-direction:row;align-items:center;width:auto}.hero-section-action-primary,.hero-section-action-secondary{min-width:180px}.hero-section-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.hero-section{padding-top:calc(80px + clamp(1.2rem, 2vw, 2rem))}.hero-section-layout{gap:2.5rem}.hero-section-right{min-height:520px}.hero-product-card-body{grid-template-columns:1.25fr .75fr;align-items:start}.hero-side-panels{gap:.85rem}}@media (min-width:1024px){.hero-section-layout{grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);gap:clamp(2rem,4vw,4rem)}.hero-section-left{gap:1.15rem}.hero-section-header{gap:1.05rem}.hero-section-desc{max-width:58ch}.hero-section-right{justify-content:flex-end;min-height:560px}}@media (min-width:1280px){.hero-section{min-height:clamp(740px,88vh,860px)}.hero-product-card{width:580px}.hero-product-stack-layer{width:580px;height:548px}}@media (max-width:1023px){.hero-section-left{align-items:center;text-align:center}.hero-section-header{align-items:center}.hero-section-title{max-width:18ch}.hero-section-desc{max-width:62ch}.hero-section-actions{width:100%;justify-content:center}.hero-section-action-primary,.hero-section-action-secondary{width:100%}.hero-section-microcopy{text-align:center}.hero-section-proof-row{justify-content:center}.hero-shortlist-row{grid-template-columns:1.4fr .8fr 1fr}}@media (max-width:767px){.hero-section{min-height:auto;padding-top:calc(76px + .5rem);padding-bottom:3.25rem;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.96))}.dark .hero-section{background:linear-gradient(180deg,rgba(9,9,11,.98),rgba(10,10,12,.96))}.hero-section-glow,.hero-section-grid-texture{display:none}.hero-section-layout{gap:1.35rem}.hero-section-right{min-height:auto}.hero-product-stack-layer{display:none}.hero-product-card{width:100%;border-radius:1.15rem;box-shadow:0 16px 30px -26px rgba(15,23,42,.18);backdrop-filter:none}.hero-product-card-header{padding:.75rem .8rem}.hero-product-card-title{text-align:left;font-size:.78rem}.hero-product-live-pill{display:none}.hero-product-card-body{padding:.8rem;gap:.75rem}.hero-pipeline-panel,.hero-section-badge,.hero-side-card{backdrop-filter:none}.hero-pipeline-panel{padding:.75rem}.hero-panel-heading-row{align-items:flex-start}.hero-pipeline-grid{gap:.45rem}.hero-pipeline-stage{padding:.55rem}.hero-shortlist-row{font-size:.66rem;padding:.5rem .55rem}.hero-shortlist-status{font-size:.57rem;padding:.18rem .35rem}.hero-floating-card{display:none}}@media (prefers-reduced-motion:reduce){.hero-section-left,.hero-section-right{transition:none;transform:none;opacity:1}}:root{--bg:#ffffff;--card-bg:#ffffff;--muted:#6b7280;--fg:#0f172a;--border:#e6e9ef;--accent-1:linear-gradient(135deg,#10b981,#059669);--accent-2:linear-gradient(135deg,#f59e0b,#d97706);--accent-3:linear-gradient(135deg,#60a5fa,#3b82f6);--accent-4:linear-gradient(135deg,#fcd34d,#f59e0b);--accent-5:linear-gradient(135deg,#8b5cf6,#7c3aed);--shadow:0 8px 30px rgba(15,23,42,0.06);--glass:rgba(255,255,255,0.08);--radius:12px;--max-width:1400px}.dark .pricing-section{--bg:#071029;--card-bg:#0b1220;--muted:#9ca3af;--fg:#e6eef8;--border:#1f2937;--shadow:0 12px 36px rgba(2,6,23,0.6)}.pricing-section{background:var(--bg);color:var(--fg);padding:48px 16px;box-sizing:border-box}.pricing-section .container{max-width:var(--max-width);margin:0 auto}.pricing-section__intro{margin-bottom:clamp(2.75rem,4.2vw,4rem)!important}.pricing-section__eyebrow{position:relative;display:inline-flex!important;align-items:center;gap:.45rem;padding:.45rem .8rem!important;border-radius:999px!important;border:1px solid rgba(59,130,246,.16)!important;background:rgba(255,255,255,.78)!important;color:#1d4ed8!important;font-size:.78rem!important;font-weight:600!important;box-shadow:0 1px 1px rgba(15,23,42,.04),0 12px 26px -24px rgba(15,23,42,.28)!important;letter-spacing:.02em!important;backdrop-filter:blur(8px)}.pricing-section__title{margin-top:.95rem!important;margin-left:auto;margin-right:auto;max-width:18ch;color:var(--foreground,var(--fg))!important;text-wrap:balance}.pricing-section__intro .pricing-section__title,.pricing-section__title{font-size:clamp(1.45rem,2.6vw,2.05rem)!important;line-height:1.14!important;font-weight:700!important;letter-spacing:-.03em!important}.pricing-section__intro .pricing-section__eyebrow{border-color:rgba(59,130,246,.16)!important;background:rgba(255,255,255,.78)!important;color:#1d4ed8!important;margin-left:auto;margin-right:auto}.pricing-section__subtitle{margin-top:.95rem!important;color:var(--muted-foreground,color-mix(in srgb,var(--fg) 62%,transparent))!important;padding-left:0!important;padding-right:0!important}.pricing-section__intro .pricing-section__subtitle,.pricing-section__subtitle{max-width:68ch!important;font-size:clamp(.98rem,1.5vw,1.08rem)!important;line-height:1.65!important}.pricing-section__intro .pricing-section__subtitle{padding-inline:0!important}.dark .pricing-section__eyebrow{background:rgba(24,24,27,.78)!important;border-color:rgba(59,130,246,.22)!important;color:#93c5fd!important;box-shadow:0 1px 1px rgba(2,6,23,.25),0 10px 26px rgba(2,6,23,.35)}.dark .pricing-section__subtitle{color:rgba(148,163,184,.96)!important}@media (max-width:640px){.pricing-section__intro{margin-bottom:2.5rem!important}.pricing-section__title{max-width:100%;font-size:clamp(1.3rem,7.2vw,1.7rem)!important;line-height:1.16!important}.pricing-section__subtitle{font-size:.96rem!important;line-height:1.58!important;padding-inline:.25rem!important}}.pricing-header{text-align:center;margin-bottom:32px;padding:0 12px}.pricing-header .heading{font-size:26px;font-weight:800;margin:0 0 12px;letter-spacing:-.01em;color:var(--fg)}.pricing-header .sub{color:var(--muted);max-width:680px;margin:0 auto;line-height:1.55;font-size:16px}.pricing-header .muted{margin-top:10px;color:var(--muted);font-style:italic;font-size:13px}.pricing-banner{border-radius:calc(var(--radius) + 4px);color:white;padding:16px;display:block;box-shadow:var(--shadow);margin-bottom:28px;overflow:hidden}.pricing-banner-inner{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.banner-title{font-weight:900;font-size:18px;margin:0 0 6px}.banner-note{margin:0;opacity:.95;font-size:14px}.banner-features{display:flex;gap:10px;align-items:center;list-style:none;padding:0;margin:0}.banner-feature{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.08);padding:8px 12px;border-radius:10px;font-weight:600;font-size:13px}.banner-check{width:16px;height:16px;color:#fff;opacity:.95}.banner-cta{margin-left:12px;margin-top:6px;white-space:nowrap}.tier-free{background:linear-gradient(90deg,#059669,#10b981)}.tier-bronze{background:var(--accent-2)}.tier-silver{background:linear-gradient(90deg,#c7d2fe,#93c5fd)}.tier-gold{background:var(--accent-4)}.tier-platinum{background:var(--accent-5)}.tier-custom{background:linear-gradient(90deg,#6b7280,#374151)}.grid{display:grid;gap:24px;grid-template-columns:1fr;margin-bottom:28px;align-items:stretch}@media (min-width:640px){.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid{grid-template-columns:repeat(4,1fr);gap:28px}}.pricing-card{background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease;min-height:500px}.pricing-card:focus-within,.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px rgba(2,6,23,.2);outline:none}.card-header{padding:20px;margin:12px;border-radius:10px;color:#fff;position:relative;text-align:center;min-height:60px;display:flex;align-items:center;justify-content:center}.pricing-card.tier-free .card-header{background:var(--accent-1)}.pricing-card.tier-bronze .card-header{background:var(--accent-2)}.pricing-card.tier-silver .card-header{background:linear-gradient(90deg,#93c5fd,#60a5fa)}.pricing-card.tier-gold .card-header{background:var(--accent-4)}.pricing-card.tier-platinum .card-header{background:var(--accent-5)}.pricing-card.tier-custom .card-header{background:linear-gradient(90deg,#6b7280,#374151)}.card-title{margin:0;font-size:16px;font-weight:800;letter-spacing:.02em}.card-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#fbbf24;color:#000000;padding:6px 12px;border-radius:999px;font-weight:800;font-size:12px;box-shadow:0 6px 18px rgba(11,37,85,.15);white-space:nowrap;border:2px solid #000000}.card-body{padding:18px;display:flex;flex-direction:column;gap:16px;flex:1 1 auto;justify-content:space-between}.price-wrap{text-align:center;margin:16px 0;padding:8px 0}.price{font-size:28px;font-weight:900;margin:0;line-height:1.2}.price-desc{color:var(--muted);font-weight:600;margin:6px 0 0;font-size:14px}.price-note{text-align:center;color:var(--muted);padding:16px 0;margin:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-size:13px}.features-list{list-style:none;padding:0;margin:0;display:block;flex-grow:1;min-height:200px}.feature-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px;color:var(--fg);font-size:13px;line-height:1.4}.feature-item:last-child{margin-bottom:0}.feature-icon{width:16px;height:16px;flex-shrink:0;color:#10b981;margin-top:2px;stroke-width:2.5}.pricing-card.tier-free .feature-icon{color:#10b981}.pricing-card.tier-bronze .feature-icon{color:#f59e0b}.pricing-card.tier-silver .feature-icon{color:#2563eb}.pricing-card.tier-gold .feature-icon{color:#b45309}.pricing-card.tier-platinum .feature-icon{color:#7c3aed}.card-cta{width:100%;padding:14px 16px;border-radius:10px;font-weight:800;cursor:pointer;border:2px solid transparent;transition:transform .15s ease,box-shadow .15s ease;margin-top:8px;flex-shrink:0;font-size:15px;line-height:1.2;text-align:center}.pricing-card.featured{border:2px solid rgba(246,165,35,.18);box-shadow:0 28px 60px rgba(246,165,35,.08)}.pricing-card.tier-free .card-cta{background:linear-gradient(90deg,#10b981,#059669);color:white;border:none}.pricing-card.tier-bronze .card-cta{background:linear-gradient(90deg,#f59e0b,#d97706);color:white;border:none}.pricing-card.tier-silver .card-cta{background:linear-gradient(90deg,#3b82f6,#2563eb);color:white;border:none}.pricing-card.tier-gold .card-cta{background:linear-gradient(90deg,#fcd34d,#f59e0b);color:#111827;border:none}.pricing-card.tier-platinum .card-cta{background:linear-gradient(90deg,#8b5cf6,#7c3aed);color:white;border:none}.pricing-card.tier-custom .card-cta{background:linear-gradient(90deg,#6b7280,#374151);color:white;border:none}.card-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(2,6,23,.12)}.card-cta:focus-visible,.pricing-card:focus-within{outline:3px solid rgba(59,130,246,.16);outline-offset:4px}@media (max-width:420px){.card-title{font-size:15px}.price{font-size:22px}.pricing-card{min-height:auto}}@media (min-width:1024px){.pricing-section{padding:64px 28px}}.pricing-section__intro--compact{margin-bottom:clamp(1.75rem,3.2vw,2.5rem)!important}.pricing-section__intro--compact .pricing-section__subtitle{max-width:62ch!important;font-size:clamp(.95rem,1.25vw,1rem)!important;line-height:1.55!important}.pricing-section__trust-row{margin-top:.85rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.pricing-section__trust-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(148,163,184,.16);background:rgba(255,255,255,.82);color:rgba(30,41,59,.9);padding:.35rem .65rem;font-size:.72rem;font-weight:600;line-height:1.1;box-shadow:0 10px 18px -20px rgba(15,23,42,.22)}.dark .pricing-section__trust-chip{background:rgba(24,24,27,.8);border-color:rgba(63,63,70,.65);color:rgba(226,232,240,.92)}.pricing-free-card,.pricing-plan-card,.pricing-section__cta-strip{--pricing-surface-border:rgba(148,163,184,0.16);--pricing-surface-shadow:0 16px 34px -28px rgba(15,23,42,0.18);--pricing-surface-radius:1rem;--pricing-surface-bg:rgba(255,255,255,0.94)}.pricing-free-card{position:relative;overflow:hidden;border-radius:var(--pricing-surface-radius);border:1px solid var(--pricing-surface-border);background:radial-gradient(520px 180px at 0 0,rgba(59,130,246,.06),transparent 72%),radial-gradient(520px 180px at 100% 100%,rgba(99,102,241,.06),transparent 72%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.94));box-shadow:var(--pricing-surface-shadow);margin-bottom:1rem}.pricing-free-card__glow{position:absolute;inset:auto -2rem -2rem auto;width:10rem;height:10rem;border-radius:999px;background:rgba(99,102,241,.08);filter:blur(34px);pointer-events:none}.pricing-free-card__inner{position:relative;z-index:1;padding:.82rem;display:grid;gap:.62rem}.pricing-free-card__content{display:flex;flex-direction:column;gap:.65rem}.pricing-free-card__title{margin:0;color:#0f172a;font-size:.84rem;font-weight:700;letter-spacing:.08em}.pricing-free-card__desc{margin:.28rem 0 0;color:rgba(51,65,85,.94);font-size:.92rem;line-height:1.5;font-weight:500}.pricing-free-card__features{display:grid;grid-template-columns:1fr;gap:.45rem;align-items:stretch}.pricing-free-card__feature{display:grid;grid-template-columns:auto 1fr;align-items:flex-start;gap:.45rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.12);background:rgba(255,255,255,.7);padding:.55rem .6rem;min-height:3rem}.pricing-free-card__feature-icon{width:.85rem;height:.85rem;margin-top:.08rem;color:#4f46e5;flex-shrink:0}.pricing-free-card__feature-text{color:rgba(30,41,59,.95);font-size:.84rem;line-height:1.45;font-weight:500}.pricing-free-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:.7rem;border:1px solid rgba(99,102,241,.2);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(238,242,255,.9));color:#312e81;padding:.6rem .85rem;font-size:.8rem;font-weight:650;box-shadow:0 12px 22px -20px rgba(79,70,229,.28);transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.pricing-free-card__cta:hover{border-color:rgba(99,102,241,.28);background:linear-gradient(180deg,rgba(255,255,255,1),rgba(224,231,255,.96));box-shadow:0 16px 28px -22px rgba(79,70,229,.36);transform:translateY(-1px)}.pricing-free-card__cta:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.pricing-plans-grid{display:grid;grid-template-columns:1fr;gap:.85rem;margin-bottom:.85rem;align-items:stretch}.pricing-plan-card{position:relative;overflow:hidden;border-radius:var(--pricing-surface-radius);border:1px solid var(--pricing-surface-border);background:var(--pricing-surface-bg);box-shadow:var(--pricing-surface-shadow);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease;display:flex;min-height:100%;height:100%}.pricing-plan-card:hover{transform:translateY(-2px);border-color:rgba(96,165,250,.24);box-shadow:0 18px 36px -28px rgba(15,23,42,.2)}.pricing-plan-card.is-featured{border-color:rgba(99,102,241,.18);background:radial-gradient(420px 140px at 50% -10%,rgba(99,102,241,.04),transparent 76%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.96));box-shadow:0 18px 36px -28px rgba(79,70,229,.14),inset 0 1px 0 rgba(255,255,255,.8)}.pricing-plan-card__top-accent{position:absolute;inset:0 0 auto 0;height:3px;border-top-left-radius:var(--pricing-surface-radius);border-top-right-radius:var(--pricing-surface-radius);background:rgba(148,163,184,.24);z-index:1}.pricing-plan-card[data-plan-id=bronze] .pricing-plan-card__top-accent{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.pricing-plan-card[data-plan-id=silver] .pricing-plan-card__top-accent{background:linear-gradient(90deg,#3b82f6,#6366f1)}.pricing-plan-card[data-plan-id=gold] .pricing-plan-card__top-accent{background:linear-gradient(90deg,#f59e0b,#fcd34d)}.pricing-plan-card[data-plan-id=platinum] .pricing-plan-card__top-accent{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.pricing-plan-card__badge-wrap{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:4;pointer-events:none}.pricing-plan-card__badge{border-radius:0 0 calc(var(--pricing-surface-radius) - .18rem) calc(var(--pricing-surface-radius) - .18rem);border:1px solid rgba(99,102,241,.16);border-top:none;background:rgba(248,250,252,.96);color:#4338ca;padding:.27rem .72rem .31rem;font-size:.68rem;font-weight:700;line-height:1;white-space:nowrap;box-shadow:none}.pricing-plan-card__inner{width:100%;display:grid;grid-template-rows:minmax(8.9rem,auto) auto 1fr;gap:.72rem;padding:.96rem .92rem .92rem}.pricing-plan-card.is-featured .pricing-plan-card__inner{padding-top:.96rem}.pricing-plan-card__header{display:grid;grid-template-rows:auto auto auto auto;gap:.2rem;align-content:start;min-height:0}.pricing-plan-card__name{margin:0;color:rgba(71,85,105,.96);font-size:.76rem;font-weight:700;letter-spacing:.09em}.pricing-plan-card__price-wrap{margin-top:.02rem}.pricing-plan-card__price{color:#0f172a;font-size:clamp(2rem,2.4vw,2.5rem);line-height:1.05;font-weight:750;letter-spacing:-.03em}.pricing-plan-card__period{color:rgba(51,65,85,.92);font-size:.85rem;font-weight:550;line-height:1.2;min-height:1.15rem}.pricing-plan-card__description{margin:.16rem 0 0;color:rgba(51,65,85,.94);font-size:.87rem;line-height:1.5;font-weight:500;min-height:2.55rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pricing-plan-card__cta{width:100%;min-height:2.5rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.18);background:rgba(248,250,252,.88);color:#0f172a;padding:.62rem .75rem;font-size:.82rem;font-weight:650;line-height:1.1;display:inline-flex;align-items:center;justify-content:center;align-self:start;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.pricing-plan-card__cta:hover{border-color:rgba(96,165,250,.28);background:rgba(241,245,249,.96);transform:translateY(-1px)}.pricing-plan-card__cta:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.pricing-plan-card__cta.is-featured{border-color:rgba(99,102,241,.2);background:linear-gradient(180deg,#4f46e5,#4338ca);color:#fff;box-shadow:0 14px 26px -20px rgba(79,70,229,.45)}.pricing-plan-card__cta.is-featured:hover{border-color:rgba(99,102,241,.26);background:linear-gradient(180deg,#4338ca,#3730a3)}.pricing-plan-card__features-wrap{min-height:0;display:flex;padding-top:.05rem}.pricing-plan-card__features{list-style:none;margin:0;padding:0;display:grid;gap:.48rem;align-content:start;width:100%}.pricing-plan-card__feature-item{display:grid;grid-template-columns:.85rem 1fr;align-items:flex-start;gap:.52rem;color:rgba(30,41,59,.95);font-size:.86rem;line-height:1.5;font-weight:500}.pricing-plan-card__feature-icon{width:.84rem;height:.84rem;margin-top:.18rem;color:#64748b;flex-shrink:0;justify-self:center}.pricing-plan-card.is-featured .pricing-plan-card__feature-icon{color:#4f46e5}.pricing-plan-card__feature-text{min-width:0;color:inherit}.pricing-section__cta-strip{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:var(--pricing-surface-radius);border:1px solid var(--pricing-surface-border);background:var(--pricing-surface-bg);box-shadow:var(--pricing-surface-shadow);padding:.58rem .82rem}.pricing-section__cta-strip-text{margin:0;color:rgba(30,41,59,.92);font-size:.88rem;font-weight:600;line-height:1.2}.pricing-section__cta-strip-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.7rem;border:1px solid rgba(99,102,241,.2);background:rgba(238,242,255,.82);color:#4338ca;padding:.55rem .8rem;font-size:.8rem;font-weight:650;line-height:1.1;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.pricing-section__cta-strip-button:hover{border-color:rgba(99,102,241,.28);background:rgba(224,231,255,.94);transform:translateY(-1px)}.pricing-section__cta-strip-button:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.pricing-section__comparison-link-wrap{margin-top:.7rem;text-align:center}.pricing-section__comparison-link{color:#2563eb;font-size:.82rem;font-weight:600;line-height:1.2;border-bottom:1px solid rgba(37,99,235,.28);padding-bottom:.1rem;transition:color .16s ease,border-color .16s ease}.pricing-section__comparison-link:hover{color:#1d4ed8;border-color:rgba(29,78,216,.42)}.pricing-section__comparison-link:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:3px;border-radius:.35rem}.dark .pricing-free-card,.dark .pricing-plan-card,.dark .pricing-section__cta-strip{--pricing-surface-border:rgba(63,63,70,0.68);--pricing-surface-shadow:0 22px 42px -34px rgba(0,0,0,0.52);--pricing-surface-bg:rgba(22,27,34,0.92)}.dark .pricing-free-card{background:radial-gradient(520px 180px at 0 0,rgba(59,130,246,.1),transparent 72%),radial-gradient(520px 180px at 100% 100%,rgba(99,102,241,.1),transparent 72%),linear-gradient(180deg,rgba(24,24,27,.92),rgba(16,16,19,.92));box-shadow:var(--pricing-surface-shadow)}.dark .pricing-free-card__title{color:rgba(226,232,240,.98)}.dark .pricing-free-card__desc{color:rgba(203,213,225,.94)}.dark .pricing-free-card__feature{background:rgba(24,24,27,.7);border-color:rgba(63,63,70,.6)}.dark .pricing-free-card__feature-text{color:rgba(226,232,240,.96)}.dark .pricing-free-card__cta{background:rgba(55,48,163,.22);color:#c4b5fd;border-color:rgba(129,140,248,.22);box-shadow:none}.dark .pricing-free-card__cta:hover{background:rgba(67,56,202,.28);border-color:rgba(129,140,248,.3)}.dark .pricing-plan-card{background:var(--pricing-surface-bg)}.dark .pricing-plan-card:hover{border-color:rgba(96,165,250,.32)}.dark .pricing-plan-card.is-featured{border-color:rgba(129,140,248,.22);background:radial-gradient(420px 140px at 50% -10%,rgba(99,102,241,.1),transparent 76%),linear-gradient(180deg,rgba(24,24,27,.96),rgba(16,16,19,.95));box-shadow:0 18px 34px -28px rgba(67,56,202,.16)}.dark .pricing-plan-card__badge{background:rgba(24,24,27,.96);color:#c4b5fd;border-color:rgba(129,140,248,.2)}.dark .pricing-plan-card__name{color:rgba(203,213,225,.92)}.dark .pricing-plan-card__price{color:rgba(248,250,252,.98)}.dark .pricing-plan-card__description,.dark .pricing-plan-card__period{color:rgba(203,213,225,.92)}.dark .pricing-plan-card__cta{background:rgba(39,39,42,.9);border-color:rgba(63,63,70,.72);color:rgba(248,250,252,.96)}.dark .pricing-plan-card__cta:hover{background:rgba(50,50,56,.96)}.dark .pricing-plan-card__cta.is-featured{background:rgba(67,56,202,.86);border-color:rgba(129,140,248,.24);color:#fff}.dark .pricing-plan-card__cta.is-featured:hover{background:rgba(67,56,202,.96)}.dark .pricing-plan-card__feature-item{color:rgba(226,232,240,.96)}.dark .pricing-plan-card__feature-icon{color:rgba(148,163,184,.9)}.dark .pricing-plan-card.is-featured .pricing-plan-card__feature-icon{color:#a5b4fc}.dark .pricing-section__cta-strip{background:var(--pricing-surface-bg)}.dark .pricing-section__cta-strip-text{color:rgba(226,232,240,.92)}.dark .pricing-section__cta-strip-button{background:rgba(55,48,163,.22);color:#c4b5fd;border-color:rgba(129,140,248,.22)}.dark .pricing-section__cta-strip-button:hover{background:rgba(67,56,202,.28);border-color:rgba(129,140,248,.3)}.dark .pricing-section__comparison-link{color:#93c5fd;border-color:rgba(147,197,253,.28)}.dark .pricing-section__comparison-link:hover{color:#bfdbfe;border-color:rgba(191,219,254,.42)}@media (min-width:768px){.pricing-free-card__inner{padding:.8rem;gap:.58rem}.pricing-free-card__content{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.55rem}.pricing-free-card__cta{align-self:start;margin-top:0}.pricing-free-card__features{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:.5rem}.pricing-plans-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.pricing-plan-card__features{max-height:none;overflow:visible}}@media (min-width:1024px){.pricing-free-card{margin-bottom:1rem}.pricing-plans-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.pricing-plan-card.is-featured{transform:translateY(-1px)}.pricing-plan-card__inner{grid-template-rows:minmax(8.95rem,auto) auto 1fr}}@media (max-width:767px){.pricing-section__trust-row{gap:.4rem}.pricing-section__trust-chip{font-size:.69rem;padding:.34rem .55rem}.pricing-free-card__inner{padding:.85rem}.pricing-free-card__cta{width:100%}.pricing-plan-card__inner{padding:.9rem}.pricing-plan-card__header{min-height:0}.pricing-plan-card__features{max-height:14rem;overflow-y:auto;padding-right:.15rem}.pricing-section__cta-strip{flex-direction:column;align-items:stretch;gap:.5rem}.pricing-section__cta-strip-button{width:100%}}.problem-statement-section{position:relative;overflow:hidden;padding:clamp(3rem,6vw,5.5rem) 0}.dark .problem-statement-section,.problem-statement-section{background:var(--background)}.problem-statement-section:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.35),transparent);pointer-events:none}.problem-statement-grid-texture{position:absolute;inset:0;pointer-events:none;opacity:.35;background-image:linear-gradient(rgba(148,163,184,.12) 1px,transparent 0),linear-gradient(90deg,rgba(148,163,184,.12) 1px,transparent 0);background-size:30px 30px;mask-image:radial-gradient(circle at 50% 35%,black 28%,rgba(0,0,0,.55) 70%,transparent 100%)}.dark .problem-statement-grid-texture{opacity:.2}.problem-statement-glow{position:absolute;border-radius:999px;filter:blur(52px);pointer-events:none}.problem-statement-glow-left{width:340px;height:340px;top:10%;left:6%;background:rgba(244,63,94,.08)}.problem-statement-glow-right{width:420px;height:420px;bottom:6%;right:8%;background:rgba(37,99,235,.08)}.dark .problem-statement-glow-left{background:rgba(244,63,94,.1)}.dark .problem-statement-glow-right{background:rgba(59,130,246,.1)}.problem-statement-container{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;padding-inline:clamp(1rem,3vw,2.5rem)}.problem-statement-header{max-width:780px;margin:0 auto;text-align:center}.problem-statement-badge{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.45rem .8rem;margin-bottom:.9rem;font-size:.78rem;font-weight:600;color:#be123c;border:1px solid rgba(244,63,94,.18);background:rgba(255,255,255,.8);box-shadow:0 12px 24px -24px rgba(15,23,42,.28);backdrop-filter:blur(8px)}.dark .problem-statement-badge{color:#fda4af;background:rgba(24,24,27,.8);border-color:rgba(244,63,94,.22)}.problem-statement-badge-icon{width:.9rem;height:.9rem}.problem-statement-title{margin:0;color:var(--foreground);font-size:clamp(1.45rem,2.6vw,2.05rem);line-height:1.14;font-weight:700;letter-spacing:-.03em;text-wrap:balance}.problem-statement-desc{margin:.95rem auto 0;max-width:68ch;color:var(--muted-foreground);font-size:clamp(.98rem,1.5vw,1.08rem);line-height:1.65}.problem-statement-grid{margin-top:clamp(1.5rem,3vw,2.25rem);display:grid;grid-template-columns:1fr;gap:.9rem}.problem-card{position:relative;overflow:hidden;border-radius:1rem;border:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.86);box-shadow:0 18px 38px -28px rgba(15,23,42,.24),inset 0 1px 0 rgba(255,255,255,.85);padding:1rem;backdrop-filter:blur(10px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;min-height:100%}.problem-card:hover{transform:translateY(-2px);box-shadow:0 24px 44px -28px rgba(15,23,42,.28),inset 0 1px 0 rgba(255,255,255,.92)}.problem-card-rose{background:radial-gradient(140px 80px at 10% 0,rgba(244,63,94,.09),transparent 70%),rgba(255,255,255,.9)}.problem-card-amber{background:radial-gradient(140px 80px at 10% 0,rgba(245,158,11,.09),transparent 70%),rgba(255,255,255,.9)}.problem-card-blue{background:radial-gradient(140px 80px at 10% 0,rgba(37,99,235,.09),transparent 70%),rgba(255,255,255,.9)}.problem-card-violet{background:radial-gradient(140px 80px at 10% 0,rgba(124,58,237,.1),transparent 70%),rgba(255,255,255,.9)}.dark .problem-card{background:rgba(24,24,27,.88);border-color:rgba(63,63,70,.75);box-shadow:0 22px 48px -34px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.03)}.dark .problem-card:hover{box-shadow:0 28px 52px -34px rgba(0,0,0,.65),inset 0 1px 0 rgba(255,255,255,.05)}.problem-card:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:rgba(148,163,184,.4);pointer-events:none}.problem-card-rose:after{background:linear-gradient(180deg,#f43f5e,#fb7185)}.problem-card-amber:after{background:linear-gradient(180deg,#f59e0b,#fbbf24)}.problem-card-blue:after{background:linear-gradient(180deg,#2563eb,#38bdf8)}.problem-card-violet:after{background:linear-gradient(180deg,#7c3aed,#818cf8)}.problem-card-header{display:flex;align-items:center;gap:.75rem}.problem-card-icon-wrap{width:2.25rem;height:2.25rem;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.2);background:rgba(248,250,252,.85);flex-shrink:0}.dark .problem-card-icon-wrap{background:rgba(39,39,42,.72);border-color:rgba(63,63,70,.8)}.problem-card-rose .problem-card-icon-wrap{color:#e11d48;background:rgba(255,241,242,.92);border-color:rgba(244,63,94,.18)}.problem-card-amber .problem-card-icon-wrap{color:#d97706;background:rgba(255,251,235,.92);border-color:rgba(245,158,11,.2)}.problem-card-blue .problem-card-icon-wrap{color:#2563eb;background:rgba(239,246,255,.92);border-color:rgba(37,99,235,.16)}.problem-card-violet .problem-card-icon-wrap{color:#7c3aed;background:rgba(245,243,255,.92);border-color:rgba(124,58,237,.16)}.dark .problem-card-amber .problem-card-icon-wrap,.dark .problem-card-blue .problem-card-icon-wrap,.dark .problem-card-rose .problem-card-icon-wrap,.dark .problem-card-violet .problem-card-icon-wrap{background:rgba(24,24,27,.9)}.problem-card-icon{width:1rem;height:1rem}.problem-card-title-wrap{min-width:0;display:flex;flex-direction:column;justify-content:center}.problem-card-title{margin:0;color:var(--foreground);font-size:1rem;line-height:1.25;font-weight:650;letter-spacing:-.015em}.problem-card-list{list-style:none;margin:.78rem 0 0;padding:0;display:grid;gap:.45rem}.problem-card-list-item{display:flex;align-items:flex-start;gap:.45rem;color:var(--foreground);font-size:.84rem;line-height:1.45}.problem-card-list-item>span:last-child{color:color-mix(in srgb,var(--foreground) 74%,transparent);font-weight:550}.problem-card-list-dot{width:.35rem;height:.35rem;margin-top:.42rem;border-radius:999px;background:#94a3b8;flex-shrink:0}.problem-card-rose .problem-card-list-dot{background:#f43f5e}.problem-card-amber .problem-card-list-dot{background:#f59e0b}.problem-card-blue .problem-card-list-dot{background:#3b82f6}.problem-card-violet .problem-card-list-dot{background:#8b5cf6}.problem-statement-impact{margin-top:clamp(1.35rem,3vw,2.25rem);border-radius:1.25rem;border:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.88));box-shadow:0 28px 55px -34px rgba(15,23,42,.26),inset 0 1px 0 rgba(255,255,255,.92);padding:clamp(1rem,2vw,1.5rem);display:grid;grid-template-columns:1fr;gap:1rem;position:relative;overflow:hidden}.problem-statement-impact:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(500px 180px at 0 0,rgba(244,63,94,.06),transparent 70%),radial-gradient(500px 200px at 100% 100%,rgba(37,99,235,.06),transparent 72%)}.dark .problem-statement-impact{background:linear-gradient(180deg,rgba(24,24,27,.94),rgba(16,16,19,.94));border-color:rgba(63,63,70,.82);box-shadow:0 32px 62px -36px rgba(0,0,0,.62),inset 0 1px 0 rgba(255,255,255,.04)}.problem-statement-impact-intro,.problem-statement-impact-metrics{position:relative;z-index:1}.problem-statement-impact-kicker{display:inline-flex;align-items:center;border-radius:999px;padding:.35rem .65rem;background:rgba(15,23,42,.03);border:1px solid rgba(148,163,184,.18);color:var(--muted-foreground);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.dark .problem-statement-impact-kicker{background:rgba(255,255,255,.03);border-color:rgba(63,63,70,.75)}.problem-statement-impact-title{margin:.8rem 0 0;color:var(--foreground);font-size:clamp(1.12rem,2vw,1.4rem);line-height:1.2;font-weight:700;letter-spacing:-.02em;text-wrap:balance;max-width:22ch}.problem-statement-impact-desc{margin:.75rem 0 0;color:color-mix(in srgb,var(--foreground) 72%,transparent);font-size:.95rem;line-height:1.6;font-weight:500;max-width:58ch}.problem-statement-impact-points{margin:.9rem 0 0;padding:0;list-style:none;display:grid;gap:.55rem}.problem-statement-impact-points li{position:relative;padding-left:1rem;color:color-mix(in srgb,var(--foreground) 74%,transparent);font-size:.92rem;line-height:1.55;font-weight:500}.problem-statement-impact-points li:before{content:"";position:absolute;top:.45rem;left:0;width:.35rem;height:.35rem;border-radius:999px;background:linear-gradient(180deg,#ef4444,#f97316)}.problem-statement-impact-metrics{display:grid;grid-template-columns:1fr;gap:.7rem}.impact-metric-card{border-radius:1rem;padding:.85rem;border:1px solid rgba(148,163,184,.16);background:rgba(255,255,255,.78);box-shadow:0 14px 28px -26px rgba(15,23,42,.22)}.dark .impact-metric-card{background:rgba(24,24,27,.86);border-color:rgba(63,63,70,.75)}.impact-metric-top{display:flex;align-items:center;gap:.55rem}.impact-metric-icon-wrap{width:2rem;height:2rem;border-radius:.7rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.16);background:rgba(248,250,252,.85);color:#475569;flex-shrink:0}.dark .impact-metric-icon-wrap{background:rgba(39,39,42,.75);border-color:rgba(63,63,70,.75)}.impact-metric-card-violet .impact-metric-icon-wrap{color:#7c3aed;background:rgba(245,243,255,.95);border-color:rgba(124,58,237,.16)}.impact-metric-card-rose .impact-metric-icon-wrap{color:#e11d48;background:rgba(255,241,242,.95);border-color:rgba(244,63,94,.16)}.impact-metric-card-amber .impact-metric-icon-wrap{color:#d97706;background:rgba(255,251,235,.95);border-color:rgba(245,158,11,.16)}.dark .impact-metric-card-amber .impact-metric-icon-wrap,.dark .impact-metric-card-rose .impact-metric-icon-wrap,.dark .impact-metric-card-violet .impact-metric-icon-wrap{background:rgba(24,24,27,.9)}.impact-metric-icon{width:.95rem;height:.95rem}.impact-metric-label{color:var(--foreground);font-size:.78rem;font-weight:600;line-height:1.25}.impact-metric-value{margin-top:.65rem;color:var(--foreground);font-size:clamp(1.7rem,2.5vw,2.4rem);line-height:1;font-weight:700;letter-spacing:-.03em}.impact-metric-description{margin:.55rem 0 0;color:var(--muted-foreground);font-size:.78rem;line-height:1.45}@media (min-width:640px){.problem-statement-badge{font-size:.82rem;padding:.5rem .9rem}.problem-statement-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.problem-card{padding:1rem 1.05rem}.problem-statement-impact-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.impact-metric-card:last-child{grid-column:span 2}}@media (min-width:900px){.problem-statement-impact{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1.1rem;align-items:start}.problem-statement-impact-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.impact-metric-card:last-child{grid-column:span 2}}@media (min-width:1024px){.problem-statement-header{margin-bottom:0}.problem-statement-grid{margin-top:1.9rem;gap:1rem}.problem-card{padding:1.05rem 1.1rem}.problem-card-title{font-size:1.02rem}.problem-card-list-item{font-size:.9rem}}@media (min-width:1200px){.problem-statement-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.problem-statement-impact{margin-top:1.75rem;padding:1.25rem;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.problem-statement-impact-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.impact-metric-card:last-child{grid-column:auto}.impact-metric-card{min-height:100%}}@media (max-width:767px){.problem-statement-section{padding:2.5rem 0}.problem-statement-container{padding-inline:.9rem}.problem-card{border-radius:.95rem}.problem-card-header{gap:.65rem}.problem-card-mini-stat{font-size:.75rem}.problem-card-list-item{font-size:.87rem}.problem-statement-impact{border-radius:1rem;gap:.9rem;padding:.9rem}.problem-statement-impact-title{max-width:100%}}@media (prefers-reduced-motion:reduce){.problem-card{transition:none}.problem-card:hover{transform:none}}.product-features-section{--pfs-radius-lg:1.1rem;--pfs-radius-md:0.85rem;--pfs-radius-sm:0.65rem;--pfs-border:rgba(148,163,184,0.14);--pfs-border-soft:rgba(148,163,184,0.1);--pfs-surface:rgba(255,255,255,0.82);--pfs-surface-strong:rgba(255,255,255,0.9);--pfs-shadow:0 16px 30px -24px rgba(15,23,42,0.18);position:relative;overflow:hidden;padding:clamp(3rem,6vw,5.5rem) 0;background:radial-gradient(900px 420px at 10% 12%,rgba(59,130,246,.06),transparent 72%),radial-gradient(900px 420px at 92% 16%,rgba(14,165,233,.05),transparent 74%),linear-gradient(180deg,rgba(248,250,252,.98),rgba(241,245,249,.92))}.dark .product-features-section{--pfs-border:rgba(63,63,70,0.72);--pfs-border-soft:rgba(63,63,70,0.56);--pfs-surface:rgba(24,24,27,0.84);--pfs-surface-strong:rgba(20,20,23,0.9);--pfs-shadow:0 18px 34px -24px rgba(0,0,0,0.42);background:radial-gradient(900px 420px at 10% 12%,rgba(59,130,246,.09),transparent 72%),radial-gradient(900px 420px at 92% 16%,rgba(99,102,241,.08),transparent 74%),linear-gradient(180deg,rgba(10,10,12,.98),rgba(9,9,11,.96))}.product-features-section:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.36),transparent);pointer-events:none}.product-features-grid-texture{position:absolute;inset:0;pointer-events:none;opacity:.3;background-image:linear-gradient(rgba(148,163,184,.12) 1px,transparent 0),linear-gradient(90deg,rgba(148,163,184,.12) 1px,transparent 0);background-size:30px 30px;mask-image:radial-gradient(circle at 50% 35%,black 32%,rgba(0,0,0,.6) 72%,transparent 100%)}.dark .product-features-grid-texture{opacity:.18}.product-features-glow{position:absolute;border-radius:999px;filter:blur(56px);pointer-events:none}.product-features-glow-left{width:360px;height:360px;left:6%;top:12%;background:rgba(59,130,246,.08)}.product-features-glow-right{width:420px;height:420px;right:6%;bottom:8%;background:rgba(99,102,241,.08)}.dark .product-features-glow-left{background:rgba(59,130,246,.11)}.dark .product-features-glow-right{background:rgba(99,102,241,.1)}.product-features-container{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;padding-inline:clamp(1rem,3vw,2.5rem)}.product-features-header{max-width:840px;margin:0 auto;text-align:center}.product-features-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(59,130,246,.16);background:rgba(255,255,255,.78);box-shadow:0 12px 26px -24px rgba(15,23,42,.28);color:#1d4ed8;font-size:.78rem;font-weight:600;backdrop-filter:blur(8px)}.dark .product-features-badge{background:rgba(24,24,27,.78);border-color:rgba(59,130,246,.22);color:#93c5fd}.product-features-badge-icon{width:.9rem;height:.9rem}.product-features-title{margin:.95rem 0 0;color:var(--foreground);font-size:clamp(2rem,4.2vw,3rem);line-height:1.08;font-weight:700;letter-spacing:-.03em;text-wrap:balance}.product-features-subtext{margin:.95rem auto 0;max-width:62ch;color:var(--muted-foreground);color:color-mix(in srgb,var(--muted-foreground) 88%,var(--foreground) 12%);font-size:clamp(.92rem,1.3vw,1rem);font-weight:450;line-height:1.62}.product-features-featured-panel{margin-top:clamp(1.5rem,3vw,2.25rem);display:grid;grid-template-columns:1fr;gap:.85rem;border-radius:var(--pfs-radius-lg);border:1px solid var(--pfs-border);background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.88));box-shadow:var(--pfs-shadow);padding:clamp(.9rem,1.5vw,1.1rem);position:relative;overflow:hidden}.product-features-featured-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(420px 160px at 0 0,rgba(59,130,246,.04),transparent 72%),radial-gradient(420px 160px at 100% 100%,rgba(99,102,241,.04),transparent 72%)}.dark .product-features-featured-panel{background:linear-gradient(180deg,rgba(24,24,27,.94),rgba(16,16,19,.94));border-color:var(--pfs-border);box-shadow:var(--pfs-shadow)}.product-features-featured-copy,.product-features-featured-visual{position:relative;z-index:1}.product-features-featured-copy{display:flex;flex-direction:column;align-items:flex-start;gap:0}.product-features-featured-tag{display:inline-flex;align-items:center;gap:.4rem;padding:0;border:0;background:transparent;color:#2563eb;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.dark .product-features-featured-tag{color:#93c5fd}.product-features-featured-tag-icon{display:none}.product-features-featured-title{margin:.55rem 0 0;color:var(--foreground);font-size:clamp(1.25rem,2.4vw,1.85rem);line-height:1.12;font-weight:700;letter-spacing:-.02em;text-wrap:balance;max-width:26ch}.product-features-featured-points{margin:.7rem 0 0;padding:0;list-style:none;display:grid;gap:.35rem}.product-features-featured-points li{position:relative;padding-left:1rem;color:color-mix(in srgb,var(--foreground) 74%,transparent);font-size:.92rem;line-height:1.55;font-weight:500}.product-features-featured-points li:before{content:"";position:absolute;left:0;top:.42rem;width:.35rem;height:.35rem;border-radius:999px;background:linear-gradient(180deg,#2563eb,#0ea5e9)}.product-features-featured-link{margin-top:.75rem;display:inline-flex;align-items:center;gap:.4rem;color:#1d4ed8;font-weight:600;font-size:.85rem;text-decoration:none}.dark .product-features-featured-link{color:#93c5fd}.product-features-featured-link-icon{width:.95rem;height:.95rem}.product-features-featured-visual{position:relative;min-height:270px;display:flex;align-items:center;justify-content:center}.product-features-visual-stack{display:none}.product-features-visual-main{position:relative;width:min(100%,520px);border-radius:var(--pfs-radius-lg);border:1px solid var(--pfs-border);background:var(--pfs-surface-strong);box-shadow:var(--pfs-shadow);overflow:hidden;backdrop-filter:blur(10px)}.dark .product-features-visual-main{background:var(--pfs-surface-strong);border-color:var(--pfs-border);box-shadow:var(--pfs-shadow)}.product-features-visual-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.68rem .8rem;border-bottom:1px solid var(--pfs-border-soft);background:linear-gradient(180deg,rgba(248,250,252,.9),rgba(255,255,255,.65))}.dark .product-features-visual-header{background:linear-gradient(180deg,rgba(24,24,27,.95),rgba(20,20,23,.75));border-bottom-color:rgba(63,63,70,.75)}.product-features-visual-dots{display:flex;gap:.3rem}.product-features-visual-dots span{width:.42rem;height:.42rem;border-radius:999px;background:rgba(148,163,184,.8)}.product-features-visual-dots span:first-child{background:#93c5fd}.product-features-visual-dots span:nth-child(2){background:#c4b5fd}.product-features-visual-dots span:nth-child(3){background:#86efac}.product-features-visual-header-title{color:var(--foreground);font-size:.76rem;font-weight:600;flex:1;text-align:center;letter-spacing:-.01em}.product-features-visual-header-pill{display:none;align-items:center;gap:.25rem;border-radius:999px;padding:.25rem .45rem;border:1px solid rgba(59,130,246,.16);background:rgba(59,130,246,.08);color:#1d4ed8;font-size:.64rem;font-weight:600;white-space:nowrap}.dark .product-features-visual-header-pill{color:#93c5fd;border-color:rgba(59,130,246,.22);background:rgba(59,130,246,.12)}.product-features-visual-body{padding:.75rem;display:grid;grid-template-columns:1fr;gap:.55rem}.product-features-flow-rail{border-radius:var(--pfs-radius-md);border:1px solid var(--pfs-border-soft);background:rgba(248,250,252,.62);padding:.32rem .45rem;display:grid;grid-template-columns:1fr;gap:0}.dark .product-features-flow-rail{background:rgba(39,39,42,.42);border-color:rgba(63,63,70,.58)}.product-features-flow-step{border-radius:var(--pfs-radius-sm);border:1px solid rgba(148,163,184,.08);background:transparent;padding:.46rem .5rem}.dark .product-features-flow-step{background:transparent;border-color:rgba(63,63,70,.45)}.product-features-flow-step-label{color:var(--muted-foreground);font-size:.64rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.product-features-flow-step-value{margin-top:.22rem;color:var(--foreground);font-size:1rem;font-weight:700;line-height:1.1}.product-features-flow-step-note{margin-top:.18rem;color:var(--muted-foreground);font-size:.66rem;line-height:1.35}.product-features-flow-connector{margin:.2rem 0;height:1px;background:linear-gradient(90deg,rgba(148,163,184,.12),rgba(148,163,184,.06))}.product-features-kpi-row{display:grid;grid-template-columns:1fr;gap:.45rem}.product-features-kpi-chip{border-radius:var(--pfs-radius-md);border:1px solid var(--pfs-border);background:var(--pfs-surface);padding:.52rem .62rem;box-shadow:none}.dark .product-features-kpi-chip{border-color:var(--pfs-border);background:rgba(39,39,42,.32)}.product-features-kpi-label{display:block;color:var(--muted-foreground);font-size:.64rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-features-kpi-value{display:block;margin-top:.18rem;color:var(--foreground);font-size:.73rem;line-height:1.3;font-weight:600;letter-spacing:-.005em}.product-features-grid-anchor{margin-top:clamp(.9rem,2vw,1.15rem);display:flex;align-items:center;gap:.75rem;color:var(--muted-foreground);font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.product-features-grid-anchor:after,.product-features-grid-anchor:before{content:"";height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(148,163,184,.22),transparent)}.product-features-groups{margin-top:clamp(.8rem,2vw,1.15rem);display:grid;grid-template-columns:1fr;gap:1rem}.product-features-group{border-radius:0;border:0;background:transparent;box-shadow:none;padding:0}.dark .product-features-group{background:transparent;border-color:transparent}.product-features-group-header{margin-bottom:.4rem;padding:0 .15rem}.product-features-group-label{color:var(--foreground);font-size:.8rem;font-weight:650;letter-spacing:-.015em}.product-features-group-description{margin:.3rem 0 0;color:var(--muted-foreground);font-size:.72rem;line-height:1.38;max-width:42ch}.product-features-group-cards{display:grid;grid-template-columns:1fr;gap:.65rem;align-items:start}.product-feature-card{display:flex;flex-direction:column;min-height:0;height:auto;border-radius:var(--pfs-radius-md);border:1px solid var(--pfs-border);background:var(--pfs-surface);padding:.8rem;box-shadow:var(--pfs-shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-feature-card:hover{transform:translateY(-2px);box-shadow:var(--pfs-shadow);border-color:var(--pfs-border)}.dark .product-feature-card{background:var(--pfs-surface);border-color:var(--pfs-border)}.dark .product-feature-card:hover{box-shadow:var(--pfs-shadow)}.product-feature-card-head{display:flex;align-items:center;gap:.5rem}.product-feature-card-icon{width:2.1rem;height:2.1rem;border-radius:var(--pfs-radius-sm);border:1px solid var(--pfs-border);display:inline-flex;align-items:center;justify-content:center;background:rgba(248,250,252,.86);color:#475569;padding:.45rem}.dark .product-feature-card-icon{background:rgba(39,39,42,.7);border-color:rgba(63,63,70,.72)}.product-feature-card-blue .product-feature-card-icon{color:#2563eb;background:rgba(239,246,255,.92)}.product-feature-card-emerald .product-feature-card-icon{color:#059669;background:rgba(236,253,245,.92)}.product-feature-card-violet .product-feature-card-icon{color:#7c3aed;background:rgba(245,243,255,.92)}.product-feature-card-amber .product-feature-card-icon{color:#d97706;background:rgba(255,251,235,.92)}.dark .product-feature-card-amber .product-feature-card-icon,.dark .product-feature-card-blue .product-feature-card-icon,.dark .product-feature-card-emerald .product-feature-card-icon,.dark .product-feature-card-violet .product-feature-card-icon{background:rgba(24,24,27,.9)}.product-feature-card-title{margin:0;color:var(--foreground);font-size:.88rem;line-height:1.24;font-weight:650;letter-spacing:-.015em}.product-feature-card-description{margin:.35rem 0 0;color:var(--muted-foreground);font-size:.77rem;line-height:1.42;min-height:calc(2 * 1.42em);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.product-features-featured-visual{min-height:290px}.product-features-visual-body{gap:.65rem}.product-features-flow-rail{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr);align-items:center;gap:0;padding:.4rem .55rem}.product-features-flow-connector{margin:0;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(37,99,235,.16),rgba(148,163,184,.08))}.product-features-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.product-features-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem 1rem}}@media (min-width:1024px){.product-features-featured-panel{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:1rem;align-items:center}.product-features-featured-visual{justify-content:flex-end}.product-features-group{padding:0}.product-features-group-cards{grid-template-columns:1fr 1fr;gap:.65rem}.product-feature-card{min-height:0}}@media (min-width:1200px){.product-features-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-features-featured-panel{padding:1.05rem}}@media (max-width:1023px){.product-features-header{max-width:760px}.product-features-featured-copy{align-items:center;text-align:center}.product-features-featured-title{max-width:100%}.product-features-featured-points{width:100%;text-align:left}.product-features-grid-anchor{justify-content:center}.product-features-grid-anchor:after,.product-features-grid-anchor:before{max-width:90px}.product-features-featured-link{align-self:center}}@media (max-width:767px){.product-features-section{padding:2.5rem 0}.product-features-container{padding-inline:.9rem}.product-features-featured-panel{border-radius:var(--pfs-radius-md);padding:.9rem;gap:.85rem}.product-features-featured-visual{min-height:auto}.product-features-floating-chip,.product-features-visual-stack{display:none}.product-features-visual-main{width:100%;border-radius:var(--pfs-radius-md)}.product-features-visual-header{padding:.65rem .7rem}.product-features-visual-header-title{text-align:left}.product-features-visual-header-pill{display:none}.product-features-visual-body{padding:.68rem}.product-features-flow-rail{padding:.3rem .45rem}.product-features-flow-step{padding:.45rem .5rem}.product-features-kpi-row{gap:.4rem}.product-features-kpi-chip{padding:.5rem .55rem}.product-features-kpi-value{font-size:.72rem}.product-features-featured-points li{font-size:.88rem}.product-features-group-cards{gap:.55rem}.product-feature-card{min-height:0}}@media (prefers-reduced-motion:reduce){.product-feature-card,.product-feature-card:hover{transition:none;transform:none}}.school-solution-section{--school-ui-radius-lg:1rem;--school-ui-radius-md:0.7rem;--school-ui-radius-sm:0.55rem;--school-ui-border:rgba(148,163,184,0.14);--school-ui-border-soft:rgba(148,163,184,0.1);--school-ui-surface:rgba(255,255,255,0.82);--school-ui-surface-soft:rgba(248,250,252,0.72);--school-ui-shadow:0 16px 30px -26px rgba(15,23,42,0.16);position:relative;overflow:hidden;padding:clamp(3rem,6vw,5.75rem) 0;background:radial-gradient(900px 420px at 8% 14%,rgba(37,99,235,.05),transparent 74%),radial-gradient(900px 420px at 92% 20%,rgba(16,185,129,.04),transparent 74%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.95))}.dark .school-solution-section{--school-ui-border:rgba(63,63,70,0.7);--school-ui-border-soft:rgba(63,63,70,0.6);--school-ui-surface:rgba(20,20,23,0.86);--school-ui-surface-soft:rgba(39,39,42,0.45);--school-ui-shadow:0 18px 32px -24px rgba(0,0,0,0.42);background:radial-gradient(900px 420px at 8% 14%,rgba(59,130,246,.08),transparent 74%),radial-gradient(900px 420px at 92% 20%,rgba(16,185,129,.06),transparent 74%),linear-gradient(180deg,rgba(10,10,12,.98),rgba(9,9,11,.96))}.school-solution-section:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.34),transparent)}.school-solution-grid-texture{position:absolute;inset:0;pointer-events:none;opacity:.24;background-image:linear-gradient(rgba(148,163,184,.1) 1px,transparent 0),linear-gradient(90deg,rgba(148,163,184,.1) 1px,transparent 0);background-size:30px 30px;mask-image:radial-gradient(circle at 50% 45%,black 34%,rgba(0,0,0,.55) 74%,transparent 100%)}.dark .school-solution-grid-texture{opacity:.14}.school-solution-glow{position:absolute;border-radius:999px;filter:blur(60px);pointer-events:none}.school-solution-glow-left{width:360px;height:360px;left:6%;top:12%;background:rgba(59,130,246,.08)}.school-solution-glow-right{width:420px;height:420px;right:6%;bottom:10%;background:rgba(16,185,129,.06)}.dark .school-solution-glow-left{background:rgba(59,130,246,.12)}.dark .school-solution-glow-right{background:rgba(16,185,129,.09)}.school-solution-container{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;padding-inline:clamp(1rem,3vw,2.5rem)}.school-solution-header{max-width:820px;margin:0 auto;text-align:center}.school-solution-badge{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.45rem .8rem;border:1px solid rgba(59,130,246,.16);background:rgba(255,255,255,.78);color:#1d4ed8;box-shadow:0 12px 24px -24px rgba(15,23,42,.25);font-size:.78rem;font-weight:600;backdrop-filter:blur(8px)}.dark .school-solution-badge{background:rgba(24,24,27,.78);color:#93c5fd;border-color:rgba(59,130,246,.22)}.school-solution-badge-icon{width:.9rem;height:.9rem}.school-solution-title{margin:.95rem 0 0;color:var(--foreground);font-size:clamp(1.45rem,2.6vw,2.05rem);line-height:1.14;font-weight:700;letter-spacing:-.03em;text-wrap:balance}.school-solution-desc{margin:.78rem auto 0;max-width:62ch;color:var(--muted-foreground);color:color-mix(in srgb,var(--muted-foreground) 86%,var(--foreground) 14%);font-size:clamp(.94rem,1.25vw,1rem);font-weight:450;line-height:1.58}.school-process-board{margin-top:clamp(1.15rem,2.2vw,1.6rem);border-radius:1.3rem;border:1px solid rgba(148,163,184,.16);background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(248,250,252,.88));box-shadow:0 28px 58px -38px rgba(15,23,42,.26),inset 0 1px 0 rgba(255,255,255,.9);padding:clamp(.95rem,1.65vw,1.15rem);position:relative;overflow:hidden}.school-process-board:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(380px 140px at 0 0,rgba(59,130,246,.05),transparent 70%),radial-gradient(380px 140px at 100% 100%,rgba(16,185,129,.04),transparent 70%)}.dark .school-process-board{background:linear-gradient(180deg,rgba(24,24,27,.94),rgba(16,16,19,.94));border-color:rgba(63,63,70,.82);box-shadow:0 32px 64px -40px rgba(0,0,0,.62),inset 0 1px 0 rgba(255,255,255,.04)}.school-process-board-header,.school-process-track{position:relative;z-index:1}.school-process-board-header{margin-bottom:.72rem}.school-process-board-kicker{color:var(--muted-foreground);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.school-process-board-title{margin-top:.3rem;color:var(--foreground);font-size:1.05rem;font-weight:650;letter-spacing:-.015em}.school-process-board-note{margin-top:.28rem;color:var(--muted-foreground);font-size:.78rem;line-height:1.4}.school-process-track{--school-track-gap:0.85rem;--school-step-node-size:2.1rem;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:var(--school-track-gap)}.school-process-step{position:relative;display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start}.school-process-step:before{content:"";position:absolute;left:1.05rem;top:2.25rem;bottom:-.85rem;width:2px;background:linear-gradient(180deg,rgba(148,163,184,.18),rgba(148,163,184,.04))}.school-process-step:last-child:before{display:none}.school-process-step-node{width:2.1rem;height:2.1rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.2);background:rgba(255,255,255,.9);box-shadow:0 10px 20px -18px rgba(15,23,42,.25);color:var(--foreground);font-size:.78rem;font-weight:700;letter-spacing:-.02em;flex-shrink:0}.dark .school-process-step-node{background:rgba(24,24,27,.92);border-color:rgba(63,63,70,.8)}.school-process-step-blue .school-process-step-node{color:#1d4ed8;border-color:rgba(59,130,246,.18)}.school-process-step-violet .school-process-step-node{color:#6d28d9;border-color:rgba(124,58,237,.18)}.school-process-step-emerald .school-process-step-node{color:#047857;border-color:rgba(16,185,129,.2)}.school-process-step-amber .school-process-step-node{color:#b45309;border-color:rgba(245,158,11,.2)}.school-process-step-slate .school-process-step-node{color:#475569;border-color:rgba(100,116,139,.26)}.school-process-step-card{position:relative;overflow:hidden;border-radius:var(--school-ui-radius-lg);border:1px solid var(--school-ui-border);background:var(--school-ui-surface);box-shadow:var(--school-ui-shadow);padding:.85rem;backdrop-filter:blur(8px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.school-process-step-card:hover{transform:translateY(-2px);box-shadow:var(--school-ui-shadow)}.dark .school-process-step-card{background:var(--school-ui-surface);border-color:var(--school-ui-border)}.school-process-step-card:after{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:rgba(148,163,184,.4);pointer-events:none}.school-process-step-blue .school-process-step-card:after{background:linear-gradient(180deg,#2563eb,#38bdf8)}.school-process-step-violet .school-process-step-card:after{background:linear-gradient(180deg,#7c3aed,#818cf8)}.school-process-step-emerald .school-process-step-card:after{background:linear-gradient(180deg,#10b981,#34d399)}.school-process-step-amber .school-process-step-card:after{background:linear-gradient(180deg,#f59e0b,#fbbf24)}.school-process-step-slate .school-process-step-card:after{background:linear-gradient(180deg,#64748b,#94a3b8)}.school-process-step-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.school-process-step-icon{width:2rem;height:2rem;border-radius:var(--school-ui-radius-md);display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.14);background:rgba(248,250,252,.84);color:#475569}.dark .school-process-step-icon{background:rgba(39,39,42,.72);border-color:rgba(63,63,70,.72)}.school-process-step-blue .school-process-step-icon{color:#2563eb;background:rgba(239,246,255,.92)}.school-process-step-violet .school-process-step-icon{color:#7c3aed;background:rgba(245,243,255,.92)}.school-process-step-emerald .school-process-step-icon{color:#059669;background:rgba(236,253,245,.92)}.school-process-step-amber .school-process-step-icon{color:#d97706;background:rgba(255,251,235,.92)}.school-process-step-slate .school-process-step-icon{color:#475569;background:rgba(241,245,249,.95)}.dark .school-process-step-amber .school-process-step-icon,.dark .school-process-step-blue .school-process-step-icon,.dark .school-process-step-emerald .school-process-step-icon,.dark .school-process-step-slate .school-process-step-icon,.dark .school-process-step-violet .school-process-step-icon{background:rgba(24,24,27,.9)}.school-process-step-tag{border-radius:999px;min-height:1.4rem;display:inline-flex;align-items:center;padding:.2rem .5rem;border:1px solid rgba(148,163,184,.16);background:rgba(15,23,42,.02);color:var(--muted-foreground);font-size:.64rem;font-weight:600;white-space:nowrap}.dark .school-process-step-tag{background:rgba(255,255,255,.02);border-color:rgba(63,63,70,.7)}.school-process-step-title{margin:.62rem 0 0;color:var(--foreground);font-size:1rem;line-height:1.15;font-weight:700;letter-spacing:-.015em}.school-process-step-description{margin:.38rem 0 0;color:var(--muted-foreground);font-size:.82rem;line-height:1.45}.school-process-step-outcome{margin-top:.52rem;display:inline-flex;align-items:center;gap:.32rem;color:var(--foreground);font-size:.72rem;font-weight:600}.school-process-step-outcome-icon{width:.8rem;height:.8rem;color:#64748b}.school-process-step-blue .school-process-step-outcome-icon{color:#2563eb}.school-process-step-violet .school-process-step-outcome-icon{color:#7c3aed}.school-process-step-emerald .school-process-step-outcome-icon{color:#059669}.school-process-step-amber .school-process-step-outcome-icon{color:#d97706}.school-process-step-slate .school-process-step-outcome-icon{color:#475569}.school-process-mock-shell{margin-top:.75rem;border-radius:var(--school-ui-radius-md);border:1px solid var(--school-ui-border-soft);background:var(--school-ui-surface-soft);padding:.5rem;display:grid;gap:.32rem}.dark .school-process-mock-shell{background:var(--school-ui-surface-soft);border-color:var(--school-ui-border-soft)}.school-process-mock-checkrow,.school-process-mock-row,.school-process-rankrow,.school-process-sharebar{border-radius:var(--school-ui-radius-sm);border:1px solid var(--school-ui-border-soft);background:rgba(255,255,255,.68);box-shadow:none}.dark .school-process-mock-checkrow,.dark .school-process-mock-row,.dark .school-process-rankrow,.dark .school-process-sharebar{background:rgba(24,24,27,.82);border-color:var(--school-ui-border-soft)}.school-process-mock-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.69rem;color:var(--muted-foreground);padding:.34rem .46rem}.school-process-mock-row b{color:var(--foreground);font-weight:600}.school-process-mock-pillrow{display:flex;flex-wrap:wrap;gap:.3rem}.school-process-mock-pillrow-compact{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.school-process-mock-pillrow-compact::-webkit-scrollbar{display:none}.school-process-mock-pillrow span{border-radius:999px;min-height:1.2rem;display:inline-flex;align-items:center;padding:.16rem .4rem;font-size:.61rem;font-weight:600;white-space:nowrap;color:var(--muted-foreground);border:1px solid var(--school-ui-border-soft);background:rgba(255,255,255,.62)}.school-process-mock-pillrow span.is-remaining{font-weight:700}.dark .school-process-mock-pillrow span{background:rgba(24,24,27,.8);border-color:rgba(63,63,70,.7)}.school-process-mock-headerline{font-size:.66rem;color:var(--foreground);font-weight:600;letter-spacing:-.01em}.school-process-mock-group{display:grid;gap:.28rem}.school-process-mock-group-title{color:var(--foreground);font-size:.64rem;font-weight:600;letter-spacing:-.01em}.school-process-mock-checkrow{display:flex;flex-direction:column;gap:.1rem;padding:.34rem .44rem}.school-process-mock-checkrow span{color:var(--foreground);font-size:.65rem;font-weight:600}.school-process-mock-checkrow i{color:var(--muted-foreground);font-style:normal;font-size:.62rem;line-height:1.22}.school-process-sharebar{padding:.42rem .48rem;display:grid;gap:.15rem}.school-process-sharebar-label{font-size:.62rem;color:var(--muted-foreground);font-weight:600}.school-process-sharebar b{color:var(--foreground);font-size:.68rem;font-weight:600;line-height:1.25}.school-process-rankrow{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.34rem .45rem;color:var(--foreground);font-size:.67rem}.school-process-rankrow b{font-size:.7rem;color:#2563eb}.dark .school-process-rankrow b{color:#93c5fd}.school-process-mock-footerline{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.15rem;font-size:.63rem;color:var(--muted-foreground)}.school-process-mock-footerline b{color:var(--foreground);font-weight:600;font-size:.64rem}@media (min-width:768px){.school-process-board-header{margin-bottom:.9rem}.school-process-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem}.school-process-step:before{display:none}}@media (min-width:1200px){.school-process-board{padding:1.08rem}.school-process-board-header{margin-bottom:.88rem}.school-process-track{--school-track-gap:0.9rem;--school-step-node-size:2rem;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--school-track-gap);position:relative;padding-top:.08rem}.school-process-track:before{content:"";position:absolute;left:calc(((100% - (4 * var(--school-track-gap))) / 5) / 2);right:calc(((100% - (4 * var(--school-track-gap))) / 5) / 2);top:calc((var(--school-step-node-size) / 2) - 1px);height:2px;background:linear-gradient(90deg,rgba(59,130,246,.15),rgba(148,163,184,.1),rgba(16,185,129,.15));border-radius:999px;pointer-events:none}.school-process-step{grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:.58rem;align-items:stretch}.school-process-step-node{position:relative;z-index:1;width:var(--school-step-node-size);height:var(--school-step-node-size);justify-self:center;margin-inline:0}.school-process-step-card{display:block;padding:.82rem}.school-process-step-title{font-size:.95rem}.school-process-step-description{font-size:.78rem}.school-process-step-violet .school-process-mock-shell{gap:.24rem;padding:.45rem}.school-process-step-violet .school-process-mock-headerline{font-size:.65rem}.school-process-step-violet .school-process-mock-checkrow{gap:.08rem;padding:.28rem .4rem}.school-process-step-violet .school-process-mock-checkrow i{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.school-process-step-slate .school-process-mock-shell{gap:.34rem}.school-process-step-slate .school-process-sharebar{padding:.52rem .56rem;gap:.18rem}.school-process-step-slate .school-process-sharebar b{font-size:.7rem;line-height:1.28}.school-process-step-slate .school-process-mock-pillrow{gap:.25rem}.school-process-step-slate .school-process-mock-pillrow span{padding:.18rem .42rem;background:rgba(148,163,184,.12);border-color:rgba(148,163,184,.18)}}@media (max-width:767px){.school-solution-section{padding:2.5rem 0}.school-solution-container{padding-inline:.9rem}.school-process-board{border-radius:1rem;padding:.9rem}.school-process-step-card{padding:.8rem}.school-process-step-title{font-size:.95rem}.school-process-step-description{font-size:.8rem}}@media (prefers-reduced-motion:reduce){.school-process-step-card,.school-process-step-card:hover{transition:none;transform:none}}