@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/_astro/dm-sans-latin-ext-wght-normal.BOFOeGcA.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/_astro/dm-sans-latin-wght-normal.Xz1IZZA0.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--font-sans: "DM Sans Variable", "Avenir Next", Avenir, ui-sans-serif, system-ui, sans-serif;--ink: #101828;--ink-soft: #2a374c;--indigo: #7388dd;--indigo-bright: #56bdbd;--periwinkle: #56bdbd;--indigo-50: #eff2ff;--slate: #424242;--slate-light: #686868;--bg: #faf7f5;--bg-soft: #f7f7f7;--card: #ffffff;--border: #cbd5e1;--grad: linear-gradient(135deg, #7388dd 0%, #56bdbd 100%);--registration-teal: #56bdbd;--registration-teal-hover: #3d8686;--dark-lavender: #2f3650;--destructive: #e13719;--success: #36b37e;--shadow-sm: 0 1px 3px rgba(42, 55, 76, .06), 0 1px 2px rgba(42, 55, 76, .04);--shadow-md: 0 12px 32px rgba(42, 55, 76, .1);--shadow-lg: 0 24px 60px rgba(42, 55, 76, .16);--radius: 18px;--maxw: 1140px;--header-bg: rgba(255, 255, 255, .88);color-scheme:light}:root[data-theme=dark]{--ink: #f1f5f9;--ink-soft: #dbe4f0;--indigo-50: rgba(115, 136, 221, .16);--slate: #b7c0cc;--slate-light: #8b96a5;--bg: #0f1420;--bg-soft: #161d2c;--card: #1b2333;--border: #2c3547;--dark-lavender: #c7d2fe;--registration-teal-hover: #78d5d2;--header-bg: rgba(15, 20, 32, .82);color-scheme:dark}body{margin:0;background-color:var(--bg);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#upperseat-root *{box-sizing:border-box;margin:0;padding:0}#upperseat-root{overflow-x:clip;background-color:var(--bg);color:var(--ink);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased}#upperseat-root .preview-banner{position:sticky;top:0;z-index:70;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:10px 16px;border-bottom:1px solid #f0c36a;background:#fff7db;padding:10px 18px;color:var(--ink);font-size:14px;font-weight:700;text-align:center}#upperseat-root .preview-banner code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;overflow-wrap:anywhere}#upperseat-root h1,#upperseat-root h2,#upperseat-root h3,#upperseat-root .display{font-family:var(--font-sans);line-height:1.12}#upperseat-root a{color:inherit;text-decoration:none}#upperseat-root .preview-banner a{color:var(--indigo);text-decoration:underline;text-underline-offset:3px}#upperseat-root .preview-error{min-height:72vh;padding:112px 0;background:var(--bg)}#upperseat-root .preview-error h1{margin-top:16px;color:var(--ink);font-size:clamp(32px,5vw,52px);font-weight:700}#upperseat-root .preview-error p:not(.eyebrow){margin-top:18px;color:var(--slate);font-size:18px}#upperseat-root .preview-error code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.9em;overflow-wrap:anywhere}#upperseat-root .preview-error a{display:inline-flex;margin-top:28px;color:var(--indigo);font-weight:700;text-decoration:underline;text-underline-offset:4px}#upperseat-root .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}#upperseat-root .eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--indigo);font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}#upperseat-root .eyebrow:before{width:22px;height:2px;border-radius:2px;background:var(--indigo);content:""}#upperseat-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 26px;border:none;border-radius:12px;cursor:pointer;font-family:var(--font-sans);font-size:15px;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}#upperseat-root .btn-primary{background:var(--grad);box-shadow:0 8px 20px #56bdbd4d;color:#fff}#upperseat-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px #56bdbd61}#upperseat-root .btn-ghost{border:1.5px solid var(--border);background:var(--card);box-shadow:var(--shadow-sm);color:var(--ink)}#upperseat-root .btn-ghost:hover{transform:translateY(-2px);border-color:var(--registration-teal);color:var(--registration-teal-hover)}#upperseat-root .btn:focus-visible{outline:3px solid var(--registration-teal);outline-offset:2px}#upperseat-root header.nav{position:sticky;top:0;z-index:50;border-bottom:1px solid transparent;background:var(--header-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:border-color .3s,box-shadow .3s}#upperseat-root header.nav.scrolled{border-color:var(--border);box-shadow:0 4px 20px #2a374c0f}#upperseat-root:has(.preview-banner) header.nav{position:relative}#upperseat-root .nav-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:clamp(18px,2.5vw,36px);height:72px}#upperseat-root .logo{display:inline-flex;align-items:center;flex:none;line-height:1}#upperseat-root .logo>img{display:block;width:34px;height:34px;object-fit:contain;user-select:none}#upperseat-root .nav-links{display:flex;align-items:center;justify-self:center;gap:clamp(20px,2.5vw,34px)}#upperseat-root .nav-links a{color:var(--slate);font-size:15px;font-weight:500;white-space:nowrap;transition:color .15s}#upperseat-root .nav-links a:hover{color:var(--ink)}#upperseat-root .nav-cta{display:flex;align-items:center;justify-content:flex-end;gap:12px}#upperseat-root .nav-cta .btn{min-height:44px;padding:10px 18px;font-size:13.5px}#upperseat-root .theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1.5px solid var(--border);border-radius:999px;background:var(--card);color:var(--slate);cursor:pointer;transition:border-color .15s,color .15s,transform .15s}#upperseat-root .theme-toggle:hover{border-color:var(--registration-teal);color:var(--registration-teal-hover)}#upperseat-root .theme-toggle svg{width:18px;height:18px}#upperseat-root .theme-toggle .icon-moon{display:none}:root[data-theme=dark] #upperseat-root .theme-toggle .icon-sun{display:none}:root[data-theme=dark] #upperseat-root .theme-toggle .icon-moon{display:block}#upperseat-root .nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1.5px solid var(--border);border-radius:999px;background:var(--card);color:var(--slate);cursor:pointer}#upperseat-root .nav-toggle svg{width:20px;height:20px}#upperseat-root .nav-toggle .icon-close,#upperseat-root .nav-toggle[aria-expanded=true] .icon-open{display:none}#upperseat-root .nav-toggle[aria-expanded=true] .icon-close{display:block}#upperseat-root .mobile-menu{position:absolute;top:100%;left:0;right:0;z-index:1;display:none;flex-direction:column;gap:14px;max-height:calc(100vh - 66px);overflow-y:auto;background:var(--card);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);padding:12px 24px 24px}#upperseat-root .mobile-menu-links{display:flex;flex-direction:column}#upperseat-root .mobile-menu-links a{display:flex;align-items:center;min-height:44px;border-bottom:1px solid var(--border);color:var(--ink);font-size:16px;font-weight:500}#upperseat-root .mobile-menu-links a:last-child{border-bottom:none}#upperseat-root .mobile-menu-actions{display:flex;flex-direction:column;gap:10px;margin-top:4px}#upperseat-root .mobile-menu-actions .btn{width:100%}#upperseat-root .hero{position:relative;overflow:hidden;padding:78px 0 90px}#upperseat-root .hero:before{position:absolute;top:-280px;right:-220px;z-index:-1;width:720px;height:720px;background:radial-gradient(circle,#7388dd38,#7388dd00 68%);content:""}#upperseat-root .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px}#upperseat-root .hero h1{margin:18px 0 0;color:var(--ink);font-size:clamp(34px,5vw,56px);font-weight:700}#upperseat-root .hero h1 .accent{color:var(--indigo)}#upperseat-root .hero-sub{max-width:520px;margin:22px 0 32px;color:var(--slate);font-size:19px}#upperseat-root .hero-actions{display:flex;flex-wrap:wrap;gap:14px}#upperseat-root .hero-trust{display:flex;align-items:center;gap:10px;margin-top:28px;color:var(--slate-light);font-size:14px}#upperseat-root .hero-trust .dot{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #36b37e29}#upperseat-root .seatpanel{position:relative;padding:30px 30px 26px;border:1px solid var(--border);border-radius:24px;background:var(--card);box-shadow:var(--shadow-md)}#upperseat-root .seatpanel-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}#upperseat-root .seatpanel-head .label{color:var(--slate-light);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}#upperseat-root .seat-count{color:var(--ink);font-family:var(--font-sans);font-size:30px;font-weight:700;line-height:1}#upperseat-root .seat-count small{color:var(--slate-light);font-size:15px;font-weight:500}#upperseat-root .seat-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:9px}#upperseat-root .seat{aspect-ratio:1;color:var(--border);transition:color .45s ease,transform .45s ease}#upperseat-root .seat svg{display:block;width:100%;height:100%}#upperseat-root .seat.filled{color:var(--registration-teal)}#upperseat-root .seat.pop{transform:scale(1.16)}#upperseat-root .seatpanel-foot{display:flex;align-items:center;gap:8px;margin-top:20px;color:var(--slate);font-size:13.5px}#upperseat-root .legend{display:inline-flex;align-items:center;gap:6px}#upperseat-root .legend i{display:inline-block;width:11px;height:11px;border-radius:3px}#upperseat-root .section{padding:88px 0;scroll-margin-top:88px}#upperseat-root .section.soft{background:var(--bg-soft)}#upperseat-root .sec-head{max-width:680px;margin-bottom:48px}#upperseat-root .sec-head h2{margin:16px 0 0;color:var(--ink);font-size:clamp(28px,3.6vw,40px);font-weight:700}#upperseat-root .sec-head p{margin-top:14px;color:var(--slate);font-size:18px}#upperseat-root .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}#upperseat-root .card{padding:30px 28px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s}#upperseat-root .card:hover{transform:translateY(-4px);border-color:var(--registration-teal);box-shadow:var(--shadow-md)}#upperseat-root .card .ic{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-bottom:18px;border-radius:13px;background:var(--indigo-50);color:var(--dark-lavender)}#upperseat-root .card .ic.icon-indigo{background:#7388dd29;color:#9aabf0}#upperseat-root .card .ic.icon-teal{background:#56bdbd29;color:#6fd6d0}#upperseat-root .card .ic.icon-amber{background:#e08a0029;color:#f0b14d}#upperseat-root .card h3{margin-bottom:8px;font-size:19px;font-weight:600}#upperseat-root .card p{color:var(--slate);font-size:15px}#upperseat-root .band{position:relative;overflow:hidden;padding:56px 52px;border-radius:28px;background:linear-gradient(135deg,#2f3650,#3d8686);color:#fff}#upperseat-root .band:after{position:absolute;right:-120px;bottom:-160px;width:420px;height:420px;background:radial-gradient(circle,#7388dd59,#7388dd00 70%);content:""}#upperseat-root .band .eyebrow{color:var(--registration-teal)}#upperseat-root .band .eyebrow:before{background:var(--registration-teal)}#upperseat-root .band h2{position:relative;z-index:1;max-width:760px;margin:16px 0 18px;color:#fff;font-size:clamp(26px,3.4vw,38px);font-weight:700}#upperseat-root .band p{position:relative;z-index:1;max-width:620px;color:#eff2ff;font-size:18px}#upperseat-root .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}#upperseat-root .pillar .pic{display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:16px;border-radius:12px;background:var(--grad);color:#fff}#upperseat-root .pillar h3{margin-bottom:7px;color:var(--ink);font-size:18px;font-weight:600}#upperseat-root .pillar p{color:var(--slate);font-size:15px}#upperseat-root .results-grid{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:56px}#upperseat-root .stat-row{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:6px}#upperseat-root .stat .num{color:var(--dark-lavender);font-family:var(--font-sans);font-size:clamp(40px,5vw,58px);font-weight:700;line-height:1}#upperseat-root .stat .lab{max-width:170px;margin-top:6px;color:var(--slate);font-size:14.5px}#upperseat-root .results-note{max-width:420px;margin-top:18px;color:var(--slate);font-size:16px}#upperseat-root .bars{padding:32px 30px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-sm)}#upperseat-root .bars h3{margin-bottom:22px;font-size:17px;font-weight:600}#upperseat-root .bar-block{margin-bottom:20px}#upperseat-root .bar-block .bl-top{display:flex;justify-content:space-between;margin-bottom:8px;color:var(--slate);font-size:14px}#upperseat-root .bar-block .bl-top b{color:var(--ink)}#upperseat-root .track{position:relative;overflow:hidden;height:38px;border-radius:11px;background:var(--bg-soft)}#upperseat-root .fill{display:flex;align-items:center;justify-content:flex-end;width:0;height:100%;padding-right:14px;border-radius:11px;color:#fff;font-size:13.5px;font-weight:600;transition:width 1.1s cubic-bezier(.22,1,.36,1)}#upperseat-root .fill.trad{background:linear-gradient(90deg,#686868,#cbd5e1)}#upperseat-root .fill.us{background:var(--grad)}#upperseat-root .bars .note{margin-top:6px;color:var(--slate);font-size:14px;font-style:italic}#upperseat-root .check-list{list-style:none}#upperseat-root .check-list li{position:relative;padding:9px 0 9px 30px;color:var(--ink);font-size:15.5px}#upperseat-root .check-list li:before{position:absolute;left:3px;color:var(--registration-teal);font-weight:700;content:"✓"}#upperseat-root .tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}#upperseat-root .tab{padding:12px 22px;border:1.5px solid var(--border);border-radius:12px;background:var(--card);box-shadow:var(--shadow-sm);color:var(--slate);cursor:pointer;font-family:var(--font-sans);font-size:15px;font-weight:600;transition:all .15s ease}#upperseat-root .tab:hover{border-color:var(--registration-teal);color:var(--registration-teal-hover)}#upperseat-root .tab.active{border-color:transparent;background:var(--grad);box-shadow:0 8px 20px #56bdbd47;color:#fff}#upperseat-root .tabpanel{display:none}#upperseat-root .tabpanel.active{display:block}#upperseat-root .benefit{display:grid;grid-template-columns:.9fr 1.3fr;align-items:center;gap:48px}#upperseat-root .benefit h3{margin-bottom:12px;font-size:25px}#upperseat-root .benefit .intro{margin-bottom:20px;color:var(--slate);font-size:16.5px}#upperseat-root .benefit-visual{display:flex;align-items:flex-start;justify-content:center}#upperseat-root .benefit-visual img{display:block;width:auto;max-width:100%;height:auto;max-height:480px;border-radius:12px;box-shadow:var(--shadow-md)}#upperseat-root .benefit-visual.stacked{display:block;position:relative;width:100%;aspect-ratio:3 / 2}#upperseat-root .benefit-visual.stacked .visual-back{position:absolute;top:0;left:0;z-index:1;width:78%;aspect-ratio:2.5 / 1;object-fit:cover;object-position:left center;border-radius:12px;box-shadow:var(--shadow-sm)}#upperseat-root .benefit-visual.stacked .visual-front{position:absolute;top:30%;right:-20px;z-index:2;width:64%;border-radius:12px;box-shadow:var(--shadow-lg)}#upperseat-root .benefit-visual.corner-collage{position:relative;width:100%;aspect-ratio:8 / 5}#upperseat-root .benefit-visual.corner-collage img.corner-shot{position:absolute;display:block;width:60%;height:auto;border-radius:12px;box-shadow:var(--shadow-md)}#upperseat-root .benefit-visual.corner-collage img.corner-shot:nth-child(1){top:0;left:0;z-index:1}#upperseat-root .benefit-visual.corner-collage img.corner-shot:nth-child(2){top:18%;left:34%;z-index:2}#upperseat-root .benefit-visual.corner-collage img.corner-shot:nth-child(3){top:34%;left:8%;z-index:3}#upperseat-root .benefit-visual.corner-collage img.corner-shot:nth-child(4){top:50%;left:42%;z-index:4;box-shadow:var(--shadow-lg)}#upperseat-root .commit{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:7px 15px;border:1px solid rgba(115,136,221,.35);border-radius:999px;background:var(--card);box-shadow:var(--shadow-sm);color:var(--dark-lavender);font-size:13.5px;font-weight:600}#upperseat-root .commit:before{width:8px;height:8px;border-radius:50%;background:var(--grad);content:""}#upperseat-root .funnel-wrap{margin-top:8px}#upperseat-root .funnel{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}#upperseat-root .stage{display:flex;align-items:center;gap:9px;border:1px solid var(--border);border-radius:999px;background:var(--card);box-shadow:var(--shadow-sm);padding:12px 20px}#upperseat-root .stage .dot{width:9px;height:9px;flex-shrink:0;border-radius:50%}#upperseat-root .stage .sname{color:var(--ink);font-size:15px;font-weight:600}#upperseat-root .funnel-arrow{flex-shrink:0;color:var(--slate-light);font-size:18px}#upperseat-root .funnel-footnote{margin-top:22px;color:var(--slate-light);font-size:13px;text-align:center}#upperseat-root .funnel-footnote .lost{color:var(--destructive);font-weight:600}#upperseat-root .grow-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:44px;margin-top:46px}#upperseat-root .grow-row.flip .gr-text{order:2}#upperseat-root .gr-text .tag{display:inline-block;margin-bottom:14px;padding:4px 11px;border-radius:20px;background:#56bdbd24;color:var(--registration-teal-hover);font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}#upperseat-root .gr-text h3{margin-bottom:12px;font-size:24px;font-weight:700}#upperseat-root .gr-text p{margin-bottom:18px;color:var(--slate);font-size:16px}#upperseat-root .gr-shot{display:flex;align-items:center;justify-content:center;min-height:160px}#upperseat-root .gr-shot.stacked{display:block;position:relative;width:100%;aspect-ratio:3 / 2}#upperseat-root .gr-shot.stacked .visual-back{position:absolute;top:0;left:0;z-index:1;width:82%;aspect-ratio:1.7 / 1;object-fit:cover;object-position:left center;border-radius:12px;box-shadow:var(--shadow-sm)}#upperseat-root .gr-shot.stacked .visual-front{position:absolute;top:40%;right:-20px;z-index:2;width:78%;height:auto;border-radius:12px;box-shadow:var(--shadow-lg)}#upperseat-root .gr-shot.stacked.reverse{aspect-ratio:3 / 2}#upperseat-root .gr-shot.stacked.reverse .visual-back{right:0;left:auto;width:78%;aspect-ratio:auto;object-fit:initial;height:auto}#upperseat-root .gr-shot.stacked.reverse .visual-front{top:34%;left:-20px;right:auto;width:56%}#upperseat-root .gr-shot img{display:block;width:100%;height:auto;border-radius:12px;box-shadow:var(--shadow-md)}#upperseat-root .growth-closer{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:visible;margin-top:54px;border-radius:var(--radius);background:linear-gradient(135deg,#2f3650,#3d8686);padding:24px 56px;text-align:left}#upperseat-root .growth-closer-text{flex:1;min-width:0;padding-right:100px}#upperseat-root .growth-closer p{margin:0;color:#fff;font-size:20px;line-height:1.4}#upperseat-root .growth-closer strong{display:block;margin-bottom:6px;font-size:22px;line-height:1.25}#upperseat-root .growth-closer-sticker{position:absolute;right:-20px;bottom:-16px;z-index:1;width:128px;height:auto;pointer-events:none}#upperseat-root .compare-row.compare-visual{position:relative;align-items:center;margin-bottom:12px}#upperseat-root .compare-visual-col{display:flex;align-items:center;justify-content:center}#upperseat-root .chip-cluster{position:relative;width:260px;height:220px}#upperseat-root .chip{position:absolute;display:flex;align-items:center;justify-content:center;width:86px;height:86px;border:1px solid var(--border);border-radius:18px;background:var(--indigo-50);color:var(--dark-lavender)}#upperseat-root .chip-1{top:18px;left:18px;transform:rotate(-8deg)}#upperseat-root .chip-2{top:2px;left:84px;transform:rotate(4deg)}#upperseat-root .chip-3{top:18px;left:148px;transform:rotate(10deg)}#upperseat-root .chip-4{top:80px;left:0;transform:rotate(6deg)}#upperseat-root .chip-5{top:92px;left:80px;transform:rotate(-6deg)}#upperseat-root .chip-6{top:80px;left:158px;transform:rotate(9deg)}#upperseat-root .compare-arrow{position:absolute;top:50%;left:50%;z-index:1;color:var(--slate-light);font-size:36px;transform:translate(-50%,-50%)}#upperseat-root .logo-result{width:160px;height:160px;object-fit:contain}#upperseat-root .compare-row.compare-divider{align-items:center;margin-bottom:40px}#upperseat-root .col-line{display:flex;align-items:center;justify-content:center;gap:16px}#upperseat-root .col-line:before,#upperseat-root .col-line:after{flex:1;height:1px;background:var(--border);content:""}#upperseat-root .pill{flex:none;border-radius:999px;background:var(--ink);padding:9px 28px;color:var(--card);font-size:14px;font-weight:600}#upperseat-root .compare-row{display:grid;grid-template-columns:1fr 1fr;margin:0 auto 36px;gap:48px;text-align:left}#upperseat-root .compare-title{display:flex;align-items:center;gap:10px;margin-bottom:8px;color:var(--ink);font-size:19px;font-weight:600}#upperseat-root .compare-title.neg svg{color:var(--destructive)}#upperseat-root .compare-title.pos svg{color:var(--success)}#upperseat-root .compare-row p{margin:0;color:var(--slate);font-size:16px;line-height:1.55}#upperseat-root .sec-head.center{margin-right:auto;margin-left:auto;text-align:center}#upperseat-root .faq-list{max-width:820px;margin:0 auto}#upperseat-root .qa{overflow:hidden;margin-bottom:12px;border:1px solid var(--border);border-radius:var(--radius-sm, 12px);background:var(--card);box-shadow:var(--shadow-sm)}#upperseat-root .qa summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;color:var(--ink);cursor:pointer;font-family:var(--font-sans);font-size:16px;font-weight:600;list-style:none}#upperseat-root .qa summary::-webkit-details-marker{display:none}#upperseat-root .qa summary .plus{flex-shrink:0;color:var(--registration-teal);font-size:22px;transition:transform .2s ease}#upperseat-root .qa[open] summary .plus{transform:rotate(45deg)}#upperseat-root .qa .a{padding:0 24px 22px;color:var(--slate);font-size:15px}#upperseat-root .cta-final{overflow:hidden;padding:0;border-radius:28px;background:var(--bg-soft);box-shadow:var(--shadow-lg)}#upperseat-root .cta-grid{display:grid;grid-template-columns:1fr 1fr}#upperseat-root .cta-left{position:relative;overflow:hidden;padding:54px 48px;background:linear-gradient(135deg,#2f3650,#3d8686);color:#fff}#upperseat-root .cta-left:after{position:absolute;top:-120px;left:-100px;width:360px;height:360px;background:radial-gradient(circle,rgba(115,136,221,.32),transparent 70%);content:""}#upperseat-root .cta-left .eyebrow{color:var(--registration-teal)}#upperseat-root .cta-left .eyebrow:before{background:var(--registration-teal)}#upperseat-root .cta-left h2{position:relative;z-index:1;margin:16px 0;color:#fff;font-size:clamp(26px,3.2vw,36px)}#upperseat-root .cta-left p{position:relative;z-index:1;color:#eff2ff;font-size:16px}#upperseat-root .cta-points{position:relative;z-index:1;display:flex;flex-direction:column;gap:13px;margin-top:26px;list-style:none}#upperseat-root .cta-points li{display:flex;align-items:center;gap:11px;color:#eff2ff;font-size:15px}#upperseat-root .cta-points svg{flex:none;color:var(--registration-teal)}#upperseat-root form.lead{display:flex;flex-direction:column;gap:16px;padding:48px 44px;background:var(--card)}#upperseat-root form.lead h3{font-size:21px;font-weight:600}#upperseat-root .field{display:flex;flex-direction:column;gap:6px}#upperseat-root .field label{color:var(--ink-soft);font-size:13px;font-weight:600}#upperseat-root .field input,#upperseat-root .field select{padding:12px 14px;border:1.5px solid var(--border);border-radius:11px;background:var(--card);color:var(--ink);font-family:var(--font-sans);font-size:16px;transition:border-color .15s,box-shadow .15s}#upperseat-root .field input:focus,#upperseat-root .field select:focus{border-color:var(--registration-teal);box-shadow:0 0 0 3px #56bdbd29;outline:none}#upperseat-root .frow{display:grid;grid-template-columns:1fr 1fr;gap:14px}#upperseat-root form.lead .btn-primary{width:100%;margin-top:6px}#upperseat-root form.lead [aria-invalid=true]{border-color:#e13719;outline-color:#e13719}#upperseat-root form.lead button:disabled{cursor:wait;opacity:.65}#upperseat-root .honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}#upperseat-root .form-status{min-height:1.25rem;margin:0;font-size:.82rem}#upperseat-root .form-status[data-state=error]{color:#b42318}#upperseat-root .privacy{color:var(--slate-light);font-size:12.5px;text-align:center}#upperseat-root .privacy-page{min-height:70vh;background:var(--bg)}#upperseat-root .privacy-hero{position:relative;overflow:hidden;padding:clamp(76px,10vw,124px) 0 clamp(60px,8vw,92px);border-bottom:1px solid var(--border);background:radial-gradient(circle at 82% 16%,rgba(86,189,189,.18),transparent 30%),radial-gradient(circle at 12% 84%,rgba(115,136,221,.14),transparent 32%),var(--bg-soft)}#upperseat-root .privacy-hero .wrap{position:relative;max-width:860px}#upperseat-root .privacy-hero h1{max-width:760px;margin-top:22px;color:var(--ink);font-size:clamp(42px,7vw,72px);font-weight:720;letter-spacing:-.055em;line-height:.98}#upperseat-root .privacy-intro{max-width:690px;margin-top:26px;color:var(--slate);font-size:clamp(17px,2vw,21px);line-height:1.65}#upperseat-root .privacy-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px;margin-top:30px;color:var(--slate-light);font-size:14px}#upperseat-root .privacy-meta a{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border:1px solid var(--border);border-radius:999px;background:var(--card);color:var(--registration-teal-hover);font-weight:650;transition:border-color .15s,transform .15s}#upperseat-root .privacy-meta a:hover{border-color:var(--registration-teal);transform:translateY(-1px)}#upperseat-root .privacy-meta a:focus-visible,#upperseat-root .privacy-document a:focus-visible{outline:3px solid var(--registration-teal);outline-offset:3px}#upperseat-root .privacy-document{max-width:820px;margin:0 auto;padding:clamp(50px,7vw,84px) 24px clamp(72px,9vw,112px)}#upperseat-root .privacy-document article{display:grid;gap:0}#upperseat-root .privacy-document section{padding:30px 0;border-bottom:1px solid var(--border)}#upperseat-root .privacy-document section:first-child{padding-top:0}#upperseat-root .privacy-document section:last-child{padding-bottom:0;border-bottom:0}#upperseat-root .privacy-document h2{margin-bottom:13px;color:var(--ink);font-size:clamp(20px,2.5vw,25px);font-weight:680;letter-spacing:-.025em;line-height:1.25}#upperseat-root .privacy-document p{color:var(--slate);font-size:16px;line-height:1.8}#upperseat-root .privacy-document p+p{margin-top:13px}#upperseat-root .privacy-document a{color:var(--registration-teal-hover);font-weight:650;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em}#upperseat-root .form-success{display:none;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:48px 44px;background:var(--card);text-align:center}#upperseat-root .form-success .check{display:flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:50%;background:var(--indigo-50);color:var(--registration-teal-hover)}#upperseat-root .form-success h3{font-size:22px;font-weight:600}#upperseat-root .form-success p{max-width:340px;color:var(--slate);font-size:15px}#upperseat-root footer.ft{margin-top:4px;padding:54px 0 40px;border-top:1px solid var(--border)}#upperseat-root .privacy-page+footer.ft{margin-top:0}#upperseat-root .ft-inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:24px}#upperseat-root .ft .logo{font-size:22px}#upperseat-root .ft .tag{max-width:280px;margin-top:8px;color:var(--slate);font-size:14px}#upperseat-root .ft-cols{display:flex;flex-wrap:wrap;gap:64px}#upperseat-root .ft-col h4{margin-bottom:14px;color:var(--slate-light);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}#upperseat-root .ft-col a{display:block;padding:11px 0;margin-bottom:0;color:var(--slate);font-size:14.5px;transition:color .15s}#upperseat-root .ft-col a:hover{color:var(--registration-teal-hover)}#upperseat-root .ft-base{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:38px;padding-top:24px;border-top:1px solid var(--border);color:var(--slate-light);font-size:13.5px}#upperseat-root .ft-meta{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-end;gap:6px 12px}#upperseat-root .ft-version{color:var(--slate);font-size:11px;font-variant-numeric:tabular-nums}#upperseat-root .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}#upperseat-root .reveal.in{opacity:1;transform:none}@media(max-width:900px){#upperseat-root .hero-grid,#upperseat-root .results-grid,#upperseat-root .cta-grid{grid-template-columns:1fr}#upperseat-root .cta-left{order:2}#upperseat-root .cards,#upperseat-root .pillars{grid-template-columns:1fr}#upperseat-root .compare-row{grid-template-columns:1fr;gap:16px}#upperseat-root .compare-row.compare-visual,#upperseat-root .compare-row.compare-divider{grid-template-columns:1fr 1fr;gap:20px}#upperseat-root .band{padding:40px 28px}#upperseat-root .section{padding:64px 0}#upperseat-root .funnel{flex-direction:column;align-items:stretch}#upperseat-root .funnel-arrow{align-self:center;transform:rotate(90deg)}#upperseat-root .stage{justify-content:center}#upperseat-root .grow-row,#upperseat-root .grow-row.flip .gr-text{grid-template-columns:1fr;order:0}#upperseat-root .benefit{grid-template-columns:1fr;gap:28px}#upperseat-root .growth-closer{padding:20px 28px}#upperseat-root .growth-closer-text{padding-right:84px}#upperseat-root .growth-closer-sticker{width:104px;right:-16px;bottom:-12px}}@media(max-width:860px){#upperseat-root .nav-links,#upperseat-root .nav-cta .btn-ghost{display:none}#upperseat-root .nav-toggle{display:inline-flex}#upperseat-root .mobile-menu.open{display:flex}}@media(max-width:560px){#upperseat-root .wrap{padding:0 18px}#upperseat-root .nav-inner{height:66px}#upperseat-root .nav-cta{gap:8px}#upperseat-root .nav-cta .btn-primary{padding:11px 14px;font-size:14px}#upperseat-root .hero{padding:54px 0 64px}#upperseat-root .hero-actions .btn{width:100%}#upperseat-root .seatpanel{padding:22px 18px}#upperseat-root .growth-closer{flex-direction:column;align-items:stretch;padding:24px 20px}#upperseat-root .growth-closer-text{padding-right:0}#upperseat-root .growth-closer strong{font-size:20px}#upperseat-root .growth-closer p{font-size:17px}#upperseat-root .growth-closer-sticker{display:none}#upperseat-root .seatpanel-foot{flex-direction:column;align-items:flex-start}#upperseat-root .frow{grid-template-columns:1fr}#upperseat-root form.lead,#upperseat-root .cta-left,#upperseat-root .form-success{padding:34px 24px}#upperseat-root .ft-cols{gap:28px}#upperseat-root .chip-cluster{width:170px;height:150px}#upperseat-root .chip{width:56px;height:56px;border-radius:14px}#upperseat-root .chip-1{top:10px;left:10px}#upperseat-root .chip-2{top:0;left:56px}#upperseat-root .chip-3{top:10px;left:100px}#upperseat-root .chip-4{top:54px;left:0}#upperseat-root .chip-5{top:62px;left:54px}#upperseat-root .chip-6{top:54px;left:104px}#upperseat-root .logo-result{width:110px;height:110px}#upperseat-root .compare-arrow{font-size:26px}}#upperseat-root .preview-error .wrap{max-width:760px}@media(prefers-reduced-motion:reduce){#upperseat-root *{animation:none!important;transition:none!important}#upperseat-root .reveal{opacity:1;transform:none}#upperseat-root .seat{transition:none}}
