.error-notification{position:fixed;top:16px;right:16px;z-index:10000;max-width:360px;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001f;display:flex;align-items:center;gap:10px;padding:10px 12px;opacity:0;transform:translate(calc(100% + 20px));transition:opacity .2s ease,transform .2s ease;pointer-events:none}.error-notification.visible{opacity:1;transform:translate(0);pointer-events:auto}.error-notification .error-icon{flex-shrink:0;color:#dc2626}.error-content{flex:1;min-width:0}.error-notification .error-message{font-weight:500;font-size:13px;color:#111827;line-height:1.4;margin:0;padding:0;background:none;border:none;border-radius:0}.error-notification .error-details{font-size:12px;color:#6b7280;line-height:1.3;margin-top:2px}.error-action-button{flex-shrink:0;padding:5px 12px;background-color:#dc2626;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .15s;white-space:nowrap}.error-action-button:hover{background-color:#b91c1c}.error-dismiss-button{flex-shrink:0;background:none;border:none;color:#9ca3af;cursor:pointer;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;transition:color .15s}.error-dismiss-button:hover{color:#374151}@media (max-width: 768px){.error-notification{top:12px;right:12px;left:12px;max-width:none}.error-action-button{padding:5px 10px;font-size:11px}}.user-menu-container{position:relative}.user-menu-button{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;color:#374151;box-shadow:0 1px 3px #0000001a}.user-menu-button:hover{border-color:#d1d5db;box-shadow:0 4px 6px #0000001a}.user-avatar{width:2rem;height:2rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-600) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.user-info{display:flex;flex-direction:column;align-items:flex-start;min-width:0}@media (max-width: 640px){.user-info{display:none}}.user-name{font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.user-plan{font-size:.75rem;color:#6b7280;white-space:nowrap}.user-menu-arrow{width:1rem;height:1rem;color:#9ca3af;flex-shrink:0}.user-menu-dropdown{position:absolute;right:0;top:100%;margin-top:.5rem;width:280px;background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #f3f4f6;z-index:50;overflow:hidden}.user-menu-header{padding:1.25rem;border-bottom:1px solid #f3f4f6;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.user-menu-name{font-size:.875rem;font-weight:600;color:#111827;margin:0 0 .25rem}.user-menu-email{font-size:.75rem;color:#6b7280;margin:0 0 .75rem}.user-plan-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.user-plan-free{background:#f3f4f6;color:#374151}.user-plan-planner{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.user-plan-event-planner{background:linear-gradient(135deg,#e9d5ff,#d8b4fe);color:#7e22ce}.user-menu-items{padding:.5rem 0}.user-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.25rem;background:none;border:none;text-align:left;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s ease}.user-menu-item:hover{background:#f9fafb;color:#111827}.user-menu-upgrade{color:#2563eb}.user-menu-upgrade:hover{background:#eff6ff;color:#1d4ed8}.user-menu-help{color:#059669;text-decoration:none}.user-menu-help:hover{background:#f0fdf4;color:#047857}.user-menu-signout{color:#dc2626}.user-menu-signout:hover{background:#fef2f2;color:#b91c1c}.user-menu-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.user-menu-divider{margin:.5rem 0;border:none;height:1px;background:#f3f4f6}:root{--pro-brand: #7c9af1;--pro-brand-strong: #6b8aed;--pro-brand-deep: #4d5bcf;--pro-brand-tint: #e9eefd;--pro-brand-line: #c7d2fe;--pro-on-brand: #ffffff;--pro-ink: #211f2e;--pro-ink-strong: #181925;--pro-body: #3a3650;--pro-muted: #6e6a85;--pro-muted-soft: #8682a0;--pro-faint: #b0abc8;--pro-surface: #ffffff;--pro-surface-sunken: #f6f5fc;--pro-canvas: #f1f0f8;--pro-canvas-bg: radial-gradient(120% 90% at 100% 0%, #e9eefb 0%, transparent 55%), radial-gradient(120% 90% at 0% 100%, #edeefb 0%, transparent 50%), #f1f1f8;--pro-border: #e5e3f2;--pro-border-soft: #eceaf6;--pro-border-strong: #c2beda;--pro-divider: #f0ecf8;--pro-radius-sm: 10px;--pro-radius: 14px;--pro-radius-lg: 20px;--pro-radius-pill: 9999px;--pro-shadow-subtle: 0 1px 2px rgba(33, 31, 46, .05);--pro-shadow-button: 0 1px 2px rgba(33, 31, 46, .1), 0 1px 1px rgba(33, 31, 46, .06);--pro-shadow-card: 0 1px 2px rgba(33, 31, 46, .04), 0 16px 34px -20px rgba(93, 78, 153, .2);--pro-shadow-card-hover: 0 2px 6px rgba(33, 31, 46, .06), 0 24px 46px -22px rgba(93, 78, 153, .28);--pro-shadow-pop: 0 2px 8px rgba(33, 31, 46, .06), 0 16px 36px -16px rgba(93, 78, 153, .26);--pro-shadow-overlay: 0 4px 10px rgba(24, 25, 37, .1), 0 24px 60px -12px rgba(60, 52, 110, .3);--pro-focus-ring: 0 0 0 3px rgba(124, 154, 241, .35);--pro-overlay: rgba(24, 25, 37, .5);--pro-status-planning: #3b6fb0;--pro-status-planning-tint: #e8eff8;--pro-warn: #b5781f;--pro-warn-strong: #92400e;--pro-warn-tint: #fbf1e2;--pro-warn-line: #f0ddbe;--pro-danger: #bb4f43;--pro-danger-ink: #a23d32;--pro-danger-tint: #fbedec;--pro-danger-line: #f3d3cf;--pro-success: #3e7a52;--pro-success-tint: #e7f2ea;--pro-info: #3b6fb0;--pro-info-tint: #e8eff8;--pro-space-1: .4rem;--pro-space-2: .6rem;--pro-space-3: .75rem;--pro-space-4: 1rem;--pro-space-5: 1.25rem;--pro-space-6: 1.5rem;--pro-space-8: 2rem;--pro-control-pad-y: .6rem;--pro-control-pad-x: .75rem;--pro-font-display: "Geist", "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--pro-font-ui: var(--pro-font-display);--pro-font-mono: "Geist Mono", ui-monospace, monospace;--pro-tracking-tight: -.02em;--pro-tracking-display: -.035em}.pro-landing{--pl-side: 88px;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--pro-ink);background:var(--pro-canvas);background-image:radial-gradient(120% 90% at 100% 0%,#e9eefb 0%,transparent 55%),radial-gradient(120% 90% at 0% 100%,#edeefb 0%,transparent 50%);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}.pro-landing *{box-sizing:border-box}.pl-section{padding:104px var(--pl-side)}.pl-band-white{background:var(--pro-surface);border-top:1px solid var(--pro-border);border-bottom:1px solid var(--pro-border)}.pl-center{display:flex;flex-direction:column;align-items:center;gap:52px}.pl-head{display:flex;flex-direction:column;align-items:center;gap:18px;max-width:760px;text-align:center}.pl-eyebrow{font-size:13px;font-weight:600;letter-spacing:.14em;color:var(--pro-brand-deep);text-transform:uppercase}.pl-h1{font-size:74px;font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--pro-ink);margin:0}.pl-h1 .accent{color:var(--pro-brand)}.pl-h2{font-size:46px;font-weight:700;line-height:1.13;letter-spacing:-.02em;color:var(--pro-ink);margin:0}.pl-h2--center{font-size:50px;text-align:center}.pl-sub{font-size:19px;line-height:1.58;color:var(--pro-body);margin:0}.pl-lead{font-size:21px;line-height:1.5;color:var(--pro-body);max-width:560px}.pl-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:16px 30px;border:none;border-radius:var(--pro-radius-sm);background:var(--pro-brand);color:var(--pro-on-brand);font-family:inherit;font-size:18px;font-weight:600;cursor:pointer;box-shadow:0 4px 14px #7c9af166;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s}.pl-btn-primary:hover{background:var(--pro-brand-strong);transform:translateY(-1px)}.pl-btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:16px 8px;background:none;border:none;font-family:inherit;font-size:18px;font-weight:600;color:var(--pro-ink);cursor:pointer;text-decoration:none}.pl-btn-ghost svg{transition:transform .15s}.pl-btn-ghost:hover svg{transform:translateY(2px)}.pl-nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:20px var(--pl-side);background:#eeeffbb8;-webkit-backdrop-filter:saturate(150%) blur(14px);backdrop-filter:saturate(150%) blur(14px);border-bottom:1px solid rgba(124,154,241,.12)}.pl-logo{display:flex;align-items:center;gap:12px}.pl-logo-img{height:40px;width:auto;display:block}.pl-logo-chip{font-size:12px;font-weight:600;letter-spacing:.12em;color:var(--pro-brand-deep);background:var(--pro-brand-tint);padding:4px 9px;border-radius:var(--pro-radius-pill)}.pl-navlinks{display:flex;align-items:center;gap:40px}.pl-navlink{font-size:16px;font-weight:500;color:var(--pro-muted);text-decoration:none;cursor:pointer}.pl-navlink:hover{color:var(--pro-ink)}.pl-nav-cta{padding:12px 22px;background:var(--pro-brand);color:var(--pro-on-brand);border:none;border-radius:var(--pro-radius-sm);font-family:inherit;font-size:16px;font-weight:600;cursor:pointer;box-shadow:var(--pro-shadow-button);text-decoration:none}.pl-nav-cta:hover{background:var(--pro-brand-strong)}.pl-hero{display:flex;flex-direction:row;align-items:center;gap:72px;padding:56px var(--pl-side) 96px}.pl-hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:30px;flex:1 1 0;min-width:0;max-width:620px}.pl-hero-sub{font-size:21px;line-height:1.52;color:var(--pro-body);width:560px;max-width:100%;margin:0}.pl-cta-row{display:flex;align-items:center;gap:20px;padding-top:6px}.pl-panel{display:flex;flex-direction:column;flex:1 1 0;min-width:0;height:auto;background:var(--pro-surface);border:1px solid var(--pro-border);border-radius:28px;overflow:hidden;box-shadow:0 30px 60px -28px #4d5bcf4d,0 2px 8px #211f2e0f}.pl-panel-head{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--pro-border);flex-shrink:0}.pl-panel-title{font-size:17px;font-weight:600;color:var(--pro-ink)}.pl-panel-sub{font-size:13px;font-weight:500;color:var(--pro-muted-soft);margin-top:3px}.pl-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:var(--pro-radius-pill);font-size:13px;font-weight:600}.pl-chip--muted{background:var(--pro-surface-sunken);border:1px solid var(--pro-border);color:var(--pro-muted)}.pl-chip--brand{background:var(--pro-brand-tint);color:var(--pro-brand-deep)}.pl-canvas{position:relative;flex:1;background:var(--pro-canvas);overflow:hidden}.pl-canvas--hero{flex:none;width:100%;aspect-ratio:1120 / 568}.pl-canvas svg{display:block}.pl-strip{display:flex;align-items:stretch;justify-content:center;padding:26px var(--pl-side);background:var(--pro-surface);border-top:1px solid var(--pro-border);border-bottom:1px solid var(--pro-border)}.pl-strip-item{display:flex;align-items:center;gap:13px;flex:1;justify-content:center;padding:0 28px}.pl-strip-divider{width:1px;background:var(--pro-border);flex-shrink:0}.pl-strip-label{font-size:16px;font-weight:600;color:var(--pro-ink)}.pl-strip-help{font-size:13px;color:var(--pro-muted)}.pl-feature{display:flex;flex-direction:row;align-items:center;gap:84px}.pl-feature--reverse{flex-direction:row-reverse}.pl-copy{display:flex;flex-direction:column;align-items:flex-start;gap:22px;flex:1}.pl-copy-body{font-size:19px;line-height:1.58;color:var(--pro-body);max-width:520px;margin:0}.pl-bullets{display:flex;flex-direction:column;gap:14px;padding-top:6px}.pl-bullet{display:flex;align-items:center;gap:12px}.pl-bullet-check{display:flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:9999px;background:var(--pro-brand-tint);flex-shrink:0}.pl-bullet-text{font-size:17px;font-weight:500;color:var(--pro-ink)}.pl-visual{flex:1 1 0;min-width:0;background:var(--pro-surface);border:1px solid var(--pro-border);border-radius:28px;overflow:hidden;box-shadow:0 24px 50px -26px #4d5bcf47}.pl-toggle{display:flex;background:var(--pro-surface-sunken);border-radius:var(--pro-radius-pill);padding:3px}.pl-toggle span{font-size:13px;font-weight:600;color:var(--pro-muted);padding:6px 14px;border-radius:var(--pro-radius-pill)}.pl-toggle span.is-active{color:var(--pro-on-brand);background:var(--pro-brand)}.pl-import-body{position:relative;width:100%;aspect-ratio:1000 / 600;background:var(--pro-canvas)}.pl-ba{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px;width:100%}.pl-ba-card{display:flex;flex-direction:column;gap:18px;width:470px;padding:32px;border-radius:var(--pro-radius-lg)}.pl-ba-card.before{background:var(--pro-surface-sunken);border:1px solid var(--pro-border)}.pl-ba-card.after{background:var(--pro-surface);border:1.5px solid var(--pro-brand);box-shadow:0 20px 44px -22px #7c9af18c}.pl-ba-label{font-size:12px;font-weight:700;letter-spacing:.12em}.pl-ba-card.before .pl-ba-label{color:var(--pro-muted-soft)}.pl-ba-card.after .pl-ba-label{color:var(--pro-brand-deep)}.pl-ba-row{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:var(--pro-radius-sm);font-size:16px}.pl-ba-card.before .pl-ba-row{background:var(--pro-surface);border:1px solid var(--pro-border);color:var(--pro-muted)}.pl-ba-card.after .pl-ba-row{background:var(--pro-brand-tint);color:var(--pro-ink);font-weight:500}.pl-ba-tick{display:flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:9999px;background:var(--pro-brand);flex-shrink:0}.pl-perm-head{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--pro-border)}.pl-perm-rows{display:flex;flex-direction:column;padding:10px 24px}.pl-perm-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.pl-perm-row+.pl-perm-row{border-top:1px solid var(--pro-border)}.pl-perm-label{font-size:16px;font-weight:500;color:var(--pro-ink)}.pl-switch{display:flex;align-items:center;width:46px;height:26px;border-radius:9999px;padding:3px}.pl-switch.on{background:var(--pro-brand);justify-content:flex-end}.pl-switch.off{background:var(--pro-border-strong);justify-content:flex-start}.pl-switch i{width:20px;height:20px;border-radius:9999px;background:#fff;display:block}.pl-aud-cards{display:flex;flex-direction:row;gap:28px;width:100%;justify-content:center}.pl-aud-card{display:flex;flex-direction:column;gap:20px;width:560px;padding:38px;background:var(--pro-surface);border:1px solid var(--pro-border);border-radius:28px;box-shadow:0 18px 40px -26px #211f2e2e}.pl-aud-head{display:flex;align-items:center;gap:14px}.pl-aud-icon{display:flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:14px;background:var(--pro-brand-tint)}.pl-aud-title{font-size:26px;font-weight:700;color:var(--pro-ink)}.pl-aud-body{font-size:17px;line-height:1.59;color:var(--pro-body);margin:0}.pl-tmpl-head{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--pro-border)}.pl-tmpl-new{font-size:14px;font-weight:600;color:var(--pro-brand-deep)}.pl-tmpl-grid{display:flex;flex-direction:row;gap:18px;padding:24px}.pl-tmpl{display:flex;flex-direction:column;gap:12px;flex:1}.pl-tmpl-thumb{height:120px;border-radius:var(--pro-radius);background:var(--pro-surface-sunken);border:1px solid var(--pro-border);overflow:hidden}.pl-tmpl-name{font-size:15px;font-weight:600;color:var(--pro-ink)}.pl-tmpl-cap{font-size:13px;color:var(--pro-muted)}.pl-dayof-cards{display:flex;flex-direction:row;gap:24px;width:100%;justify-content:center}.pl-dayof-card{display:flex;flex-direction:column;gap:14px;width:380px;padding:32px;background:var(--pro-surface);border:1px solid var(--pro-border);border-radius:var(--pro-radius-lg);box-shadow:0 14px 34px -24px #211f2e2e}.pl-dayof-icon{display:flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:14px;background:var(--pro-brand-tint)}.pl-dayof-title{font-size:21px;font-weight:600;color:var(--pro-ink)}.pl-dayof-body{font-size:16px;line-height:1.56;color:var(--pro-body);margin:0}.pl-act-head{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--pro-border)}.pl-act-live{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--pro-muted)}.pl-act-live i{width:8px;height:8px;border-radius:9999px;background:#3f9a6a;display:block}.pl-act-list{display:flex;flex-direction:column;padding:8px 24px 16px}.pl-act-row{display:flex;align-items:flex-start;gap:14px;padding:16px 0}.pl-act-row+.pl-act-row{border-top:1px solid var(--pro-surface-sunken)}.pl-act-avatar{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:9999px;flex-shrink:0;font-size:12px;font-weight:700}.pl-act-text{font-size:15px;font-weight:500;color:var(--pro-ink)}.pl-act-meta{font-size:13px;color:var(--pro-muted-soft);margin-top:2px}.pl-proof{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:110px var(--pl-side);background:linear-gradient(135deg,#4d5bcf,#6b8aed 60%,#7c9af1)}.pl-proof-eyebrow{font-size:13px;font-weight:600;letter-spacing:.18em;color:#ffffffb8}.pl-proof-stat{font-size:108px;font-weight:700;line-height:1.02;letter-spacing:-.03em;color:#fff}.pl-proof-line{font-size:34px;font-weight:500;line-height:1.24;letter-spacing:-.01em;color:#ffffffeb;text-align:center}.pl-price-card{display:flex;flex-direction:column;width:600px;max-width:100%;background:var(--pro-surface);border:1.5px solid var(--pro-brand);border-radius:28px;overflow:hidden;box-shadow:0 28px 60px -30px #7c9af199}.pl-price-head{display:flex;flex-direction:column;gap:8px;padding:36px 40px 28px;border-bottom:1px solid var(--pro-border)}.pl-price-tag{font-size:13px;font-weight:600;letter-spacing:.1em;color:var(--pro-brand-deep)}.pl-price-amount{display:flex;align-items:flex-end;gap:8px}.pl-price-amount b{font-size:60px;font-weight:700;line-height:1;letter-spacing:-.02em;color:var(--pro-ink)}.pl-price-amount span{font-size:20px;font-weight:500;color:var(--pro-muted);padding-bottom:8px}.pl-price-line{font-size:17px;color:var(--pro-body)}.pl-price-feats{display:flex;flex-direction:column;gap:14px;padding:28px 40px}.pl-price-feat{display:flex;align-items:center;gap:11px;font-size:16px;color:var(--pro-ink)}.pl-price-seat{display:flex;align-items:center;gap:10px;padding:18px 40px;background:var(--pro-surface-sunken);border-top:1px solid var(--pro-border);font-size:16px;color:var(--pro-body)}.pl-price-seat b{color:var(--pro-ink);font-weight:600}.pl-price-foot{display:flex;flex-direction:column;align-items:center;gap:10px;padding:28px 40px 36px}.pl-price-foot .pl-btn-primary{width:100%}.pl-price-fine{font-size:14px;color:var(--pro-muted-soft)}.pl-final{display:flex;flex-direction:column;align-items:center;gap:28px;padding:120px var(--pl-side);background:linear-gradient(135deg,#5566d6,#7c9af1)}.pl-final h2{font-size:60px;font-weight:700;line-height:1.1;letter-spacing:-.025em;color:#fff;text-align:center;max-width:840px;margin:0}.pl-final-sub{font-size:21px;line-height:1.48;color:#ffffffe6;text-align:center;max-width:580px;margin:0}.pl-final-row{display:flex;align-items:center;gap:18px;padding-top:10px}.pl-final-primary{display:inline-flex;align-items:center;padding:17px 34px;background:#fff;border-radius:var(--pro-radius-sm);box-shadow:0 10px 30px -8px #211f2e4d;font-size:18px;font-weight:600;color:var(--pro-brand-deep);text-decoration:none;border:none;cursor:pointer;font-family:inherit}.pl-final-ghost{display:inline-flex;align-items:center;padding:17px 30px;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.5);border-radius:var(--pro-radius-sm);font-size:18px;font-weight:600;color:#fff;text-decoration:none;cursor:pointer;font-family:inherit}.pl-final-fine{font-size:14px;color:#ffffffb8;padding-top:4px}.pl-footer{display:flex;flex-direction:column;gap:44px;padding:64px var(--pl-side) 40px;background:var(--pro-ink)}.pl-footer-top{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.pl-footer-brand{display:flex;flex-direction:column;gap:14px;max-width:340px}.pl-footer-tag{font-size:15px;line-height:1.53;color:#ffffff8c}.pl-footer-cols{display:flex;flex-direction:row;gap:80px}.pl-footer-col{display:flex;flex-direction:column;gap:14px}.pl-footer-coltitle{font-size:13px;font-weight:600;letter-spacing:.08em;color:#ffffff73}.pl-footer-link{font-size:15px;color:#fffc;text-decoration:none;cursor:pointer}.pl-footer-link:hover{color:#fff}.pl-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px;border-top:1px solid rgba(255,255,255,.12)}.pl-footer-fine{font-size:14px;color:#ffffff73}@media (max-width: 1080px){.pro-landing{--pl-side: 40px}.pl-section{padding:72px var(--pl-side)}.pl-hero{flex-direction:column;align-items:stretch;gap:48px;padding:32px var(--pl-side) 64px}.pl-hero-copy,.pl-hero-sub{width:100%}.pl-h1{font-size:52px}.pl-panel{min-width:0;width:100%;height:auto}.pl-feature,.pl-feature--reverse{flex-direction:column;align-items:stretch;gap:40px}.pl-visual{width:100%!important}.pl-import-body{width:100%}.pl-aud-cards,.pl-dayof-cards{flex-direction:column;align-items:center}.pl-aud-card,.pl-dayof-card{width:100%;max-width:560px}.pl-ba{flex-direction:column}.pl-ba-card{width:100%;max-width:470px}.pl-ba-arrow{transform:rotate(90deg)}.pl-navlinks{gap:24px}}@media (max-width: 720px){.pro-landing{--pl-side: 22px}.pl-section{padding:56px var(--pl-side)}.pl-h1{font-size:40px}.pl-h2,.pl-h2--center{font-size:32px}.pl-proof-stat{font-size:64px}.pl-proof-line{font-size:24px}.pl-final h2{font-size:38px}.pl-strip{flex-wrap:wrap;gap:20px}.pl-strip-item{flex:1 1 45%;justify-content:flex-start;padding:0}.pl-strip-divider,.pl-navlinks .pl-navlink{display:none}.pl-navlinks .pl-navlink--signin{display:inline}.pl-navlinks{gap:16px}.pl-nav-cta{padding:12px 16px}.pl-footer-top{flex-direction:column;gap:32px}.pl-footer-cols{gap:40px;flex-wrap:wrap}.pl-cta-row,.pl-final-row{flex-wrap:wrap}.pl-price-card{width:100%}}.plc-love{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:500;color:var(--pro-muted)}.plc-step-num{font-family:var(--pro-font-display);font-size:20px;font-weight:700;color:var(--pro-brand-deep)}.corporate-event-seating .ces-hero-note{font-family:Inter,sans-serif;font-size:14px;color:#888;margin-top:12px}.ces-section-title{font-family:Inter,sans-serif;font-size:40px;font-weight:700;color:#2d2d2d;text-align:center;margin:0 0 16px;line-height:1.2}.ces-section-subtitle{font-family:Inter,sans-serif;font-size:18px;color:#666;text-align:center;max-width:640px;margin:0 auto 48px;line-height:1.5}.ces-usecases-section{width:100%;padding:80px 0;background:linear-gradient(135deg,#fafcff,#f8faff)}.ces-usecases-container{max-width:1200px;margin:0 auto;padding:0 40px}.ces-usecases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.ces-usecase-card{background:#fff;border-radius:16px;padding:32px 28px;box-shadow:0 2px 12px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.ces-usecase-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.ces-usecase-icon{font-size:36px;margin-bottom:16px}.ces-usecase-card h3{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#2d2d2d;margin:0 0 8px}.ces-usecase-card p{font-family:Inter,sans-serif;font-size:15px;color:#666;line-height:1.6;margin:0}.ces-features-section{width:100%;padding:80px 0;background:#fff}.ces-features-container{max-width:1200px;margin:0 auto;padding:0 40px}.ces-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.ces-feature-card{background:#fff;border-radius:16px;padding:32px 28px;box-shadow:0 2px 12px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.ces-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.ces-feature-icon{font-size:36px;margin-bottom:16px}.ces-feature-card h3{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#2d2d2d;margin:0 0 8px}.ces-feature-card p{font-family:Inter,sans-serif;font-size:15px;color:#666;line-height:1.6;margin:0}.ces-trust-section{width:100%;padding:80px 0;background:linear-gradient(135deg,#f8f6ff,#fafcff)}.ces-trust-container{max-width:1100px;margin:0 auto;padding:0 40px}.ces-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:56px}.ces-trust-card{text-align:center;padding:32px 24px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f}.ces-trust-stat{font-family:Inter,sans-serif;font-size:48px;font-weight:800;color:#5d4e99;margin-bottom:8px;line-height:1}.ces-trust-card p{font-family:Inter,sans-serif;font-size:15px;color:#666;line-height:1.5;margin:0}.ces-testimonials{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.ces-testimonial{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 12px #0000000f;margin:0;border-left:4px solid #5D4E99}.ces-testimonial p{font-family:Inter,sans-serif;font-size:16px;color:#444;line-height:1.7;margin:0 0 16px;font-style:italic}.ces-testimonial footer{display:flex;flex-direction:column;gap:2px}.ces-testimonial footer strong{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#2d2d2d}.ces-testimonial footer span{font-family:Inter,sans-serif;font-size:13px;color:#888}.ces-how-section{width:100%;padding:80px 0;background:#fff}.ces-how-container{max-width:1100px;margin:0 auto;padding:0 40px}.ces-steps-grid{display:flex;align-items:flex-start;justify-content:center;gap:24px;margin-top:48px}.ces-step-card{flex:1;max-width:300px;text-align:center;padding:32px 24px}.ces-step-number{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#7c9af1,#5d4e99);color:#fff;font-family:Inter,sans-serif;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.ces-step-card h3{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#2d2d2d;margin:0 0 8px}.ces-step-card p{font-family:Inter,sans-serif;font-size:15px;color:#666;line-height:1.6;margin:0}.ces-step-arrow{font-size:28px;color:#7c9af1;margin-top:44px;font-weight:600}.ces-how-cta{text-align:center;margin-top:40px}.ces-faq-section{width:100%;padding:80px 0;background:linear-gradient(135deg,#fafcff,#f8faff)}.ces-faq-container{max-width:800px;margin:0 auto;padding:0 40px}.ces-faq-list{margin-top:40px}.ces-faq-item{border-bottom:1px solid #eee}.ces-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left}.ces-faq-question h3{font-family:Inter,sans-serif;font-size:17px;font-weight:600;color:#2d2d2d;margin:0;padding-right:16px;line-height:1.4}.ces-faq-chevron{flex-shrink:0;color:#7c9af1;transition:transform .2s ease}.ces-faq-chevron.rotated{transform:rotate(180deg)}.ces-faq-answer{padding:0 0 20px}.ces-faq-answer p{font-family:Inter,sans-serif;font-size:15px;color:#555;line-height:1.7;margin:0}@media (max-width: 1024px){.ces-section-title{font-size:32px}.ces-usecases-grid{grid-template-columns:repeat(2,1fr)}.ces-features-grid{grid-template-columns:repeat(2,1fr);gap:24px}.ces-trust-grid{grid-template-columns:repeat(3,1fr);gap:20px}.ces-testimonials{grid-template-columns:1fr}}@media (max-width: 768px){.ces-section-title{font-size:26px;padding:0 16px}.ces-section-subtitle{font-size:16px;padding:0 16px}.ces-usecases-section,.ces-features-section,.ces-trust-section,.ces-how-section,.ces-faq-section{padding:48px 0}.ces-usecases-container,.ces-features-container,.ces-trust-container,.ces-how-container,.ces-faq-container{padding:0 20px}.ces-usecases-grid,.ces-features-grid,.ces-trust-grid{grid-template-columns:1fr;gap:16px}.ces-trust-stat{font-size:36px}.ces-testimonials{grid-template-columns:1fr;gap:20px}.ces-steps-grid{flex-direction:column;align-items:center}.ces-step-arrow{transform:rotate(90deg);margin:0}.ces-faq-question h3{font-size:15px}}@media (max-width: 480px){.ces-section-title{font-size:22px}}.smp-hero-note{font-size:15px;color:var(--pro-muted);margin:-8px 0 0}.smp-btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:16px 8px;font-size:18px;font-weight:600;color:var(--pro-ink);text-decoration:none}.smp-btn-ghost svg{transition:transform .15s}.smp-btn-ghost:hover svg{transform:translate(2px)}.smp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px;width:100%;max-width:1180px}.smp-card{display:flex;flex-direction:column;gap:14px;padding:28px;background:var(--pro-surface);border:1px solid var(--pro-border);border-radius:var(--pro-radius-lg);box-shadow:var(--pro-shadow-card)}.smp-card-icon{display:flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:14px;background:var(--pro-brand-tint);color:var(--pro-brand-deep)}.smp-card-icon svg{width:22px;height:22px}.smp-card-title{font-size:20px;font-weight:700;line-height:1.25;color:var(--pro-ink);margin:0}.smp-card-body{font-size:16px;line-height:1.58;color:var(--pro-body);margin:0}.smp-prose{display:flex;flex-direction:column;align-items:flex-start;gap:18px;max-width:820px;margin:0 auto}.smp-prose p{font-size:18px;line-height:1.65;color:var(--pro-body);margin:0}.seo-money-page a.smp-link{color:var(--pro-brand-deep);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.seo-money-page a.smp-link:hover{color:var(--pro-brand-strong)}.smp-faq{width:100%;max-width:820px;display:flex;flex-direction:column;border-top:1px solid var(--pro-border)}.smp-faq-item{border-bottom:1px solid var(--pro-border)}.smp-faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:22px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit}.smp-faq-q h3{font-size:19px;font-weight:600;line-height:1.35;color:var(--pro-ink);margin:0}.smp-faq-chevron{flex-shrink:0;color:var(--pro-brand-deep);transition:transform .18s ease}.smp-faq-chevron.open{transform:rotate(180deg)}.smp-faq-a{padding:0 0 22px}.smp-faq-a p{font-size:17px;line-height:1.62;color:var(--pro-body);margin:0;max-width:760px}.smp-faq-q:focus-visible{outline:none;box-shadow:var(--pro-focus-ring);border-radius:var(--pro-radius-sm)}@media (max-width: 720px){.smp-card{padding:22px}.smp-faq-q h3{font-size:17px}}.seo-money-page .pl-cta-row{flex-wrap:wrap;row-gap:8px}.seo-money-page .pl-btn-primary,.seo-money-page .smp-btn-ghost,.seo-money-page .pl-final-primary{white-space:nowrap}@media (max-width: 420px){.seo-money-page .pl-btn-primary,.seo-money-page .pl-final-primary{white-space:normal;text-align:center}}.professional-landing-page{font-family:var(--font-inter, "Inter", system-ui, sans-serif);color:var(--color-gray-900, #1e293b);background:var(--color-white, #fff)}.pro-hero{padding:120px 24px 80px;background:var(--color-gray-50, #f9fafb);text-align:center}.pro-hero-content{max-width:800px;margin:0 auto}.pro-eyebrow{font-size:14px;font-weight:600;color:var(--color-primary, #7c9af1);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.pro-headline{font-size:clamp(36px,6vw,56px);font-weight:800;line-height:1.1;margin-bottom:20px;color:var(--color-gray-900, #1e293b)}.pro-subheadline{font-size:18px;line-height:1.6;color:var(--color-gray-600, #64748b);max-width:600px;margin:0 auto 32px}.pro-trust-text{font-size:14px;color:var(--color-gray-500, #94a3b8);margin-top:24px}.pro-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.pro-cta{padding:14px 28px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;border:none}.pro-cta.primary{background:var(--color-primary, #7c9af1);color:#fff}.pro-cta.primary:hover{background:var(--color-primary-hover, #6b89e8);transform:translateY(-2px);box-shadow:0 4px 12px #7c9af14d}.pro-cta.secondary{background:#fff;color:var(--color-gray-700, #475569);border:2px solid var(--color-gray-300, #e2e8f0)}.pro-cta.secondary:hover{border-color:var(--color-primary, #7c9af1);color:var(--color-primary, #7c9af1)}.pro-cta.large{padding:18px 36px;font-size:18px}.pro-value-props{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;padding:40px 24px;max-width:1000px;margin:0 auto;background:#fff;border-bottom:1px solid var(--color-gray-300, #e2e8f0)}.value-prop{display:flex;align-items:flex-start;gap:16px;padding:16px;text-align:center}.value-prop-content{flex:1}.value-prop-content h4{font-size:16px;font-weight:700;margin:0 0 4px;color:var(--color-gray-900, #1e293b)}.value-prop-content p{font-size:14px;color:var(--color-gray-600, #64748b);margin:0}.pro-section{padding:80px 24px}.pro-section.alt-bg{background:var(--color-gray-50, #f9fafb)}.section-content{max-width:1000px;margin:0 auto}.pro-section h2{font-size:clamp(28px,4vw,40px);font-weight:800;text-align:center;margin-bottom:16px;color:var(--color-gray-900, #1e293b)}.section-subtitle{font-size:18px;color:var(--color-gray-600, #64748b);text-align:center;max-width:700px;margin:0 auto 48px}.comparison-table{max-width:800px;margin:0 auto;border:1px solid var(--color-gray-300, #e2e8f0);border-radius:12px;overflow:hidden}.comparison-header{display:grid;grid-template-columns:1.5fr 1fr 1fr;background:var(--color-gray-900, #1e293b);color:#fff;font-weight:600;font-size:14px}.comparison-header>div{padding:16px 20px}.comparison-header .comparison-old{background:var(--color-gray-800, #374151)}.comparison-header .comparison-new{background:var(--color-primary, #7c9af1)}.comparison-row{display:grid;grid-template-columns:1.5fr 1fr 1fr;border-bottom:1px solid var(--color-gray-300, #e2e8f0)}.comparison-row:last-child{border-bottom:none}.comparison-row>div{padding:16px 20px;font-size:14px}.comparison-label{font-weight:600;color:var(--color-gray-900, #1e293b);background:var(--color-gray-50, #f9fafb)}.comparison-old{color:var(--color-gray-600, #64748b);background:#fff}.comparison-new{color:var(--color-gray-900, #1e293b);background:#7c9af114;font-weight:500}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.features-grid.cols-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.feature-card{background:#fff;padding:28px;border-radius:12px;border:1px solid var(--color-gray-300, #e2e8f0);transition:all .2s ease}.feature-card:hover{border-color:var(--color-primary, #7c9af1);box-shadow:0 4px 12px #00000014}.pro-section.alt-bg .feature-card{background:#fff}.feature-card h4{font-size:17px;font-weight:700;margin:0 0 8px;color:var(--color-gray-900, #1e293b)}.feature-card p{font-size:15px;color:var(--color-gray-600, #64748b);margin:0;line-height:1.6}.pro-roi{background:var(--color-gray-900, #1e293b);color:#fff}.pro-roi h2{color:#fff}.roi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;max-width:900px;margin:0 auto 32px}.roi-stat{text-align:center;padding:32px 24px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.roi-stat.highlight{background:#7c9af126;border-color:#7c9af14d}.roi-number{display:block;font-size:48px;font-weight:800;margin-bottom:8px}.roi-label{font-size:14px;opacity:.8}.roi-tagline{text-align:center;font-size:20px;opacity:.9}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.testimonial-card{background:var(--color-gray-50, #f9fafb);padding:28px;border-radius:12px;border:1px solid var(--color-gray-300, #e2e8f0)}.testimonial-quote{font-size:16px;line-height:1.7;color:var(--color-gray-700, #475569);margin:0 0 20px;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:2px}.testimonial-author strong{font-size:15px;color:var(--color-gray-900, #1e293b)}.testimonial-author span{font-size:13px;color:var(--color-gray-500, #94a3b8)}.pricing-card{max-width:420px;margin:0 auto;background:#fff;padding:40px;border-radius:16px;border:1px solid var(--color-gray-300, #e2e8f0);box-shadow:0 4px 24px #00000014;text-align:center}.pricing-card h3{font-size:20px;font-weight:700;margin:0 0 20px;color:var(--color-gray-900, #1e293b)}.price{margin-bottom:28px}.price-amount{font-size:48px;font-weight:800;color:var(--color-primary, #7c9af1)}.price-period{font-size:18px;color:var(--color-gray-500, #94a3b8)}.pricing-features{list-style:none;padding:0;margin:0 0 28px;text-align:left}.pricing-features li{border-bottom:1px solid var(--color-gray-100, #f8f9fa);font-size:15px;color:var(--color-gray-700, #475569);position:relative;padding:10px 0 10px 24px}.pricing-features li:before{content:"✓";position:absolute;left:0;color:var(--color-success, #10b981);font-weight:700}.pricing-features li:last-child{border-bottom:none}.pricing-subtext{font-size:13px;color:var(--color-gray-500, #94a3b8);margin-top:16px}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:900px;margin:0 auto}.faq-item h4{font-size:17px;font-weight:700;margin:0 0 8px;color:var(--color-gray-900, #1e293b)}.faq-item p{font-size:15px;color:var(--color-gray-600, #64748b);margin:0;line-height:1.6}.pro-final-cta{background:var(--color-gray-900, #1e293b);color:#fff;text-align:center}.pro-final-cta h2{color:#fff;margin-bottom:12px}.pro-final-cta>.section-content>p{font-size:18px;opacity:.8;margin-bottom:32px}.cta-subtext{font-size:14px;opacity:.6;margin-top:20px}@media (max-width: 768px){.pro-hero{padding:100px 20px 60px}.pro-section{padding:60px 20px}.comparison-table{font-size:13px}.comparison-header,.comparison-row{grid-template-columns:1fr}.comparison-label{font-weight:700;background:var(--color-gray-100, #f8f9fa);border-bottom:1px solid var(--color-gray-300, #e2e8f0)}.comparison-old,.comparison-new{padding:12px 20px}.comparison-old:before{content:"Old: ";font-weight:600}.comparison-new:before{content:"PlanSeats: ";font-weight:600}.pricing-card{padding:28px 20px}.roi-number{font-size:36px}}.pricing-pro{--pp-side: 88px;min-height:100vh;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--pro-ink);background:var(--pro-canvas);background-image:radial-gradient(120% 90% at 100% 0%,#e9eefb 0%,transparent 55%),radial-gradient(120% 90% at 0% 100%,#edeefb 0%,transparent 50%);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.pricing-pro *{box-sizing:border-box}.pp-content{max-width:1120px;margin:0 auto;padding:80px var(--pp-side) 120px}.pp-head{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;max-width:640px;margin:0 auto 60px}.pp-eyebrow{font-size:13px;font-weight:600;letter-spacing:.14em;color:var(--pro-brand-deep);text-transform:uppercase}.pp-title{font-size:58px;font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--pro-ink);margin:0}.pp-sub{font-size:20px;line-height:1.55;color:var(--pro-body);margin:0}.pp-cards{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:28px}.pp-card{position:relative;display:flex;flex-direction:column;width:400px;max-width:100%;background:var(--pro-surface);border:1px solid var(--pro-border);border-radius:28px;box-shadow:0 18px 44px -28px #211f2e38;transition:transform .18s,box-shadow .18s}.pp-card:hover{transform:translateY(-3px);box-shadow:0 26px 54px -28px #211f2e42}.pp-card--featured{border:1.5px solid var(--pro-brand);box-shadow:0 28px 60px -30px #7c9af199}.pp-card--featured:hover{box-shadow:0 34px 68px -30px #7c9af1ad}.pp-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);padding:7px 16px;border-radius:var(--pro-radius-pill);background:var(--pro-brand);color:var(--pro-on-brand);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;box-shadow:0 8px 18px -6px #7c9af1bf}.pp-card-head{display:flex;flex-direction:column;gap:5px;padding:38px 36px 26px;border-bottom:1px solid var(--pro-border)}.pp-tag{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--pro-brand-deep)}.pp-name{font-size:25px;font-weight:700;letter-spacing:-.01em;color:var(--pro-ink);margin:0}.pp-amount{display:flex;align-items:flex-end;gap:8px;margin-top:14px}.pp-amount b{font-size:54px;font-weight:700;line-height:1;letter-spacing:-.02em;color:var(--pro-ink)}.pp-amount span{font-size:19px;font-weight:500;color:var(--pro-muted);padding-bottom:8px}.pp-note{font-size:15px;color:var(--pro-muted);margin:10px 0 0}.pp-note b{color:var(--pro-brand-deep);font-weight:600}.pp-feats{list-style:none;display:flex;flex-direction:column;gap:13px;padding:26px 36px 4px;margin:0}.pp-feat{display:flex;align-items:flex-start;gap:11px;font-size:15.5px;line-height:1.4;color:var(--pro-ink)}.pp-feat--lead{font-weight:600}.pp-check{display:flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:9999px;background:var(--pro-brand-tint);flex-shrink:0;margin-top:1px}.pp-check svg{width:13px;height:13px;color:var(--pro-brand-deep)}.pp-desc{padding:20px 36px 0;font-size:14px;line-height:1.5;color:var(--pro-muted-soft);font-style:italic;margin:0}.pp-foot{margin-top:auto;display:flex;flex-direction:column;gap:10px;padding:24px 36px 32px}.pp-btn-row{display:flex;flex-direction:column;gap:10px}.pp-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:var(--pro-radius-sm);font-family:inherit;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;border:1.5px solid transparent;transition:background .15s,transform .15s,box-shadow .15s,border-color .15s}.pp-btn:disabled{opacity:.6;cursor:default}.pp-btn-primary{background:var(--pro-brand);color:var(--pro-on-brand);box-shadow:0 4px 14px #7c9af166}.pp-btn-primary:hover:not(:disabled){background:var(--pro-brand-strong);transform:translateY(-1px)}.pp-btn-outline{background:var(--pro-surface);color:var(--pro-brand-deep);border-color:var(--pro-brand-line)}.pp-btn-outline:hover:not(:disabled){border-color:var(--pro-brand);background:var(--pro-brand-tint)}.pp-fine{font-size:13px;color:var(--pro-muted-soft);text-align:center;margin-top:2px}.pp-current{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 22px;border-radius:var(--pro-radius-sm);background:var(--pro-success-tint);color:var(--pro-success);font-size:16px;font-weight:600}.pp-current svg{width:18px;height:18px}.pp-trust{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:36px;font-size:14px;color:var(--pro-muted)}.pp-trust svg{width:15px;height:15px;color:var(--pro-brand-deep);flex-shrink:0}.pp-error{display:flex;align-items:center;gap:10px;max-width:560px;margin:28px auto 0;padding:14px 18px;border-radius:var(--pro-radius);background:var(--pro-danger-tint);border:1px solid var(--pro-danger-line);color:var(--pro-danger-ink);font-size:15px}.pp-error svg{width:20px;height:20px;flex-shrink:0}.pp-error span{flex:1}.pp-error-x{background:none;border:none;color:inherit;font-size:22px;line-height:1;cursor:pointer;padding:0 4px}.pp-closer{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:72px;text-align:center}.pp-closer-line{font-size:17px;line-height:1.5;color:var(--pro-body);max-width:520px;margin:0}.pp-closer-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 30px;border-radius:var(--pro-radius-sm);background:var(--pro-brand);color:var(--pro-on-brand);font-family:inherit;font-size:17px;font-weight:600;cursor:pointer;border:none;box-shadow:0 4px 14px #7c9af166;text-decoration:none;transition:background .15s,transform .15s}.pp-closer-btn:hover{background:var(--pro-brand-strong);transform:translateY(-1px)}@media (max-width: 900px){.pricing-pro{--pp-side: 40px}.pp-content{padding:56px var(--pp-side) 80px}.pp-title{font-size:44px}.pp-cards{gap:20px}.pp-card{width:100%;max-width:440px}}@media (max-width: 520px){.pricing-pro{--pp-side: 20px}.pp-title{font-size:34px}.pp-sub{font-size:17px}.pp-amount b{font-size:46px}}.pro-auth{min-height:100vh;display:flex;flex-direction:column;font-family:var(--pro-font-display, "Geist", -apple-system, sans-serif);color:var(--pro-ink);background:var(--pro-canvas);background-image:radial-gradient(120% 90% at 100% 0%,#e9eefb 0%,transparent 55%),radial-gradient(120% 90% at 0% 100%,#edeefb 0%,transparent 50%);-webkit-font-smoothing:antialiased}.pro-auth *{box-sizing:border-box}.pro-auth-header{display:flex;align-items:center;justify-content:space-between;padding:22px 40px}.pro-auth-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.pro-auth-logo-img{height:38px;width:auto;display:block}.pro-auth-logo-chip{font-size:12px;font-weight:600;letter-spacing:.12em;color:var(--pro-brand-deep);background:var(--pro-brand-tint);padding:4px 9px;border-radius:var(--pro-radius-pill)}.pro-auth-header-switch{font-size:14px;color:var(--pro-muted)}.pro-auth-header-switch button{background:none;border:none;cursor:pointer;padding:0 0 0 4px;font:inherit;font-weight:600;color:var(--pro-brand-deep)}.pro-auth-header-switch button:hover{text-decoration:underline}.pro-auth-body{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 40px 72px}.pro-auth-row{display:flex;align-items:stretch;gap:28px;width:100%;max-width:1000px}.pro-auth-brand{flex:1 1 0;min-width:0;max-width:460px;display:flex;flex-direction:column;justify-content:center;gap:18px;padding:44px;border-radius:var(--pro-radius-lg, 24px);background:linear-gradient(155deg,#5d6fd6,#7c9af1 55%,#8aa4f4);color:#fff;box-shadow:0 30px 60px -30px #4d5bcf8c}.pro-auth-eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffffd1}.pro-auth-brand-title{font-size:32px;line-height:1.1;font-weight:700;letter-spacing:-.02em;margin:0}.pro-auth-brand-sub{font-size:16px;line-height:1.5;color:#ffffffdb;margin:0}.pro-auth-points{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}.pro-auth-points li{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:500}.pro-auth-tick{display:flex;width:22px;height:22px;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;background:#fff3;color:#fff}.pro-auth-card{flex:0 0 420px;max-width:420px;width:100%;display:flex;flex-direction:column;justify-content:center;background:var(--pro-surface, #fff);border:1px solid var(--pro-border);border-radius:var(--pro-radius-lg, 24px);padding:36px;box-shadow:0 24px 50px -26px #211f2e2e}.pro-auth-card-head{margin-bottom:22px}.pro-auth-card-title{font-size:25px;font-weight:700;letter-spacing:-.01em;color:var(--pro-ink);margin:0}.pro-auth-card-sub{font-size:14.5px;line-height:1.45;color:var(--pro-muted);margin:7px 0 0}.pro-auth-banner{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:500;line-height:1.4;padding:11px 14px;border-radius:var(--pro-radius-sm, 12px);margin-bottom:16px}.pro-auth-banner--ok{background:#e8f7ef;color:#1c7a48}.pro-auth-banner--ok svg{color:#1c7a48;flex-shrink:0}.pro-auth-banner--err{background:#fdecec;color:#c0392b}.pro-auth-form{display:flex;flex-direction:column;gap:16px}.pa-field{display:flex;flex-direction:column;gap:7px}.pa-field label{font-size:13.5px;font-weight:600;color:var(--pro-ink)}.pa-field input{width:100%;font:inherit;font-size:15px;color:var(--pro-ink);padding:12px 14px;border-radius:var(--pro-radius-sm, 12px);border:1px solid var(--pro-border);background:var(--pro-surface);transition:border-color .15s ease,box-shadow .15s ease}.pa-field input::placeholder{color:var(--pro-muted-soft)}.pa-field input:focus{outline:none;border-color:var(--pro-brand);box-shadow:0 0 0 3px var(--pro-brand-tint)}.pa-input-wrap{position:relative;display:flex;align-items:center}.pa-input-wrap input{padding-right:44px}.pa-eye{position:absolute;right:8px;display:flex;padding:6px;border:none;background:none;color:var(--pro-muted);cursor:pointer;border-radius:8px}.pa-eye:hover{color:var(--pro-ink)}.pa-reqs{list-style:none;margin:10px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:6px 14px}.pa-reqs li{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--pro-muted)}.pa-reqs li span{font-size:11px;width:12px;display:inline-block;text-align:center}.pa-reqs li.met{color:var(--pro-brand-deep)}.pa-tos{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.4;color:var(--pro-body);cursor:pointer}.pa-tos input{margin-top:2px;width:16px;height:16px;accent-color:var(--pro-brand);flex-shrink:0;cursor:pointer}.pa-tos a{color:var(--pro-brand-deep);text-decoration:none;font-weight:500}.pa-tos a:hover{text-decoration:underline}.pa-submit{width:100%;font:inherit;font-size:16px;font-weight:600;color:var(--pro-on-brand, #fff);padding:14px;border:none;border-radius:var(--pro-radius-sm, 12px);background:var(--pro-brand);cursor:pointer;transition:background .15s ease}.pa-submit:hover:not(:disabled){background:var(--pro-brand-strong)}.pa-submit:disabled{opacity:.55;cursor:not-allowed}.pa-signing-in{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:260px;text-align:center}.pa-signing-in-title{font-size:16px;font-weight:600;color:var(--pro-ink);margin:4px 0 0}.pa-signing-in-sub{font-size:13.5px;color:var(--pro-muted);margin:0}.pa-spinner{width:26px;height:26px;border-radius:50%;border:2.5px solid var(--pro-brand-line);border-top-color:var(--pro-brand);animation:pa-spin .7s linear infinite}@keyframes pa-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.pa-spinner{animation-duration:2.4s}}.pa-oauth{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;font:inherit;font-size:15px;font-weight:600;color:var(--pro-ink);padding:13px 14px;border-radius:var(--pro-radius-sm, 10px);border:1px solid var(--pro-border-strong);background:var(--pro-surface);cursor:pointer;transition:background .15s ease,border-color .15s ease}.pa-oauth:hover:not(:disabled){background:var(--pro-surface-sunken);border-color:var(--pro-muted-soft)}.pa-oauth:focus-visible{outline:none;border-color:var(--pro-brand);box-shadow:0 0 0 3px var(--pro-brand-tint)}.pa-oauth:disabled{opacity:.55;cursor:not-allowed}.pa-oauth svg{flex-shrink:0}.pa-divider{display:flex;align-items:center;gap:12px;color:var(--pro-muted-soft);font-size:13px}.pa-divider:before,.pa-divider:after{content:"";flex:1;height:1px;background:var(--pro-border)}.pa-link{background:none;border:none;font:inherit;font-size:14px;font-weight:500;color:var(--pro-brand-deep);cursor:pointer}.pa-link:hover{text-decoration:underline}.pa-link--center{align-self:center}.pa-fine{font-size:12.5px;color:var(--pro-muted);text-align:center;margin:2px 0 0}.pa-fine--consent{line-height:1.5;margin-top:0}.pa-fine--consent a{color:var(--pro-brand-deep);text-decoration:none;font-weight:500}.pa-fine--consent a:hover{text-decoration:underline}@media (max-width: 860px){.pro-auth-header{padding:18px 22px}.pro-auth-body{padding:12px 22px 56px}.pro-auth-row{flex-direction:column;align-items:stretch;gap:22px;max-width:460px}.pro-auth-brand{display:none}.pro-auth-card{flex-basis:auto}}.legal-page{min-height:100vh;background:#fafbfc}.legal-content{max-width:720px;margin:0 auto;padding:3rem 1.5rem 4rem}.legal-content h1{font-size:2rem;font-weight:700;color:#1a1a2e;margin:0 0 .5rem}.legal-effective-date{font-size:.875rem;color:#9ca3af;margin:0 0 2.5rem}.legal-content h2{font-size:1.25rem;font-weight:600;color:#374151;margin:2rem 0 .75rem}.legal-content p{font-size:1rem;line-height:1.7;color:#4b5563;margin:0 0 .75rem}.legal-content ul{margin:0 0 1rem;padding-left:1.5rem}.legal-content li{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:.25rem}.legal-content a{color:#5d4e99;text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-content section{margin-bottom:1rem}@media (max-width: 640px){.legal-content{padding:2rem 1rem 3rem}.legal-content h1{font-size:1.5rem}}.bottom-cta{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-600) 100%);padding:5rem 2rem;text-align:center;margin-top:4rem}.bottom-cta-container{max-width:700px;margin:0 auto}.bottom-cta-headline{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2}.bottom-cta-subheading{font-size:1.15rem;color:#ffffffe6;margin:0 0 2rem;line-height:1.6}.bottom-cta-button{display:inline-block;background:#fff;color:var(--color-primary);padding:1rem 2.5rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #00000026}.bottom-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.bottom-cta-note{font-size:.875rem;color:#ffffffb3;margin:1.25rem 0 0}@media (max-width: 768px){.bottom-cta{padding:3rem 1.5rem;margin-top:2rem}}.demo-page{min-height:100vh;background:#fafafa}.demo-container{max-width:1200px;margin:0 auto;padding:2rem}.demo-content{text-align:center}.demo-title{font-size:3rem;font-weight:700;color:#2d3748;margin-bottom:1rem;line-height:1.2}.demo-description{font-size:1.25rem;color:#666;max-width:800px;margin:0 auto 3rem;line-height:1.6}.video-container{margin-bottom:4rem;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.video-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:8px;overflow:hidden}.demo-video{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}.demo-cta-section{background:linear-gradient(135deg,#f0f4ff,#e8eeff);border:1px solid rgba(124,154,241,.2);border-radius:16px;padding:4rem 3rem;margin-bottom:4rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.demo-cta-title{font-size:2.25rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.demo-cta-subtext{margin-top:1rem;font-size:.875rem;color:#888;font-weight:400}.demo-cta-text{font-size:1.125rem;color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.demo-cta-button{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-600) 100%);color:#fff;border:none;padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.demo-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #00000026,0 10px 10px -5px #0000000a}.demo-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.demo-feature{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s ease}.demo-feature:hover{transform:translateY(-4px)}.demo-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-600) 100%);border-radius:50%;margin-bottom:1.5rem;color:#fff}.demo-feature h3{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.demo-feature p{color:#666;line-height:1.6}@media (max-width: 768px){.demo-container{padding:1rem}.demo-title{font-size:2rem}.demo-description{font-size:1rem;margin-bottom:2rem}.video-container{padding:1rem;margin-bottom:2rem}.demo-cta-section{padding:2rem 1rem;margin-bottom:2rem}.demo-cta-title{font-size:1.5rem}.demo-features{grid-template-columns:1fr;gap:1rem}.demo-feature{padding:1.5rem}.demo-cta-button{padding:.75rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.demo-title{font-size:1.75rem}.demo-cta-title{font-size:1.25rem}}.email-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f6f7fb;padding:24px}.email-gate-card{width:100%;max-width:420px;background:#fff;border:1px solid #e4e6f0;border-radius:16px;box-shadow:0 10px 30px #1c213a14;padding:40px 32px;text-align:center}.email-gate-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.email-gate-icon svg{width:28px;height:28px;display:block}.email-gate-icon--error{background:#fdeeee;color:#c2453e}.email-gate-icon--info{background:#e8edfd;color:#4a6cd4}.email-gate-title{margin:0 0 10px;font-size:22px;font-weight:700;color:#1d2233}.email-gate-text{margin:0 0 24px;color:#5a6072;font-size:15px;line-height:1.55;overflow-wrap:break-word}.email-gate-button{width:100%;padding:11px 16px;border:0;border-radius:10px;background:#2563eb;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.email-gate-button:hover{background:#1d4fd8}.email-gate-button:disabled{opacity:.6;cursor:default}.email-gate-error{margin:16px 0 0;padding:10px 12px;border:1px solid #f3c8c5;border-radius:10px;background:#fdeeee;color:#b03a33;font-size:13.5px;line-height:1.45}.tpl-preview-wrap{position:relative;width:100%;aspect-ratio:4 / 3;background:linear-gradient(var(--pro-border-soft) 1px,transparent 1px) 0 0 / 12.5% 12.5%,linear-gradient(90deg,var(--pro-border-soft) 1px,transparent 1px) 0 0 / 12.5% 12.5%,var(--pro-surface-sunken);border:1px solid var(--pro-border);border-radius:var(--pro-radius);overflow:hidden}.tpl-preview{position:absolute;inset:8%;width:84%;height:84%}.tpl-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.tpl-filter{padding:9px 16px;border-radius:var(--pro-radius-pill);border:1px solid var(--pro-border-strong);background:var(--pro-surface);color:var(--pro-body);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer}.tpl-filter:hover{border-color:var(--pro-brand);color:var(--pro-brand-deep)}.tpl-filter.active{background:var(--pro-brand);border-color:var(--pro-brand);color:var(--pro-on-brand)}.tpl-filter:focus-visible{outline:none;box-shadow:var(--pro-focus-ring)}.tpl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px;width:100%;max-width:1180px}.tpl-card{display:flex;flex-direction:column;gap:14px;padding:18px 18px 22px;background:var(--pro-surface);border:1px solid var(--pro-border);border-radius:var(--pro-radius-lg);box-shadow:var(--pro-shadow-card);color:inherit;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.tpl-card:hover{transform:translateY(-2px);box-shadow:var(--pro-shadow-card-hover)}.tpl-card:focus-visible{outline:none;box-shadow:var(--pro-focus-ring),var(--pro-shadow-card)}.tpl-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.tpl-card-type{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pro-brand-deep)}.tpl-card-guests{font-size:13px;color:var(--pro-muted)}.tpl-card-title{font-size:20px;font-weight:700;line-height:1.25;color:var(--pro-ink);margin:0}.tpl-card-summary{font-size:15px;line-height:1.55;color:var(--pro-body);margin:0}.tpl-card-cta{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:var(--pro-brand-deep);margin-top:auto}.tpl-card:hover .tpl-card-cta svg{transform:translate(2px)}.tpl-card-cta svg{transition:transform .15s}.tpl-detail-hero{display:flex;flex-direction:row;align-items:flex-start;gap:64px;padding:40px var(--pl-side) 80px}.tpl-detail-copy{display:flex;flex-direction:column;gap:22px;flex:1 1 0;min-width:0;max-width:560px}.tpl-detail-visual{flex:1.1 1 0;min-width:0}.tpl-detail-visual .pl-panel{height:auto}.tpl-detail-visual .tpl-preview-wrap{border:none;border-radius:0;aspect-ratio:5 / 4}.tpl-crumbs{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--pro-muted)}.tpl-crumbs a{color:var(--pro-brand-deep);text-decoration:none}.tpl-crumbs a:hover{text-decoration:underline}.tpl-detail-h1{font-size:52px;font-weight:700;line-height:1.08;letter-spacing:-.02em;color:var(--pro-ink);margin:0}.tpl-detail-desc{font-size:19px;line-height:1.58;color:var(--pro-body);margin:0}.tpl-facts{display:flex;flex-wrap:wrap;gap:10px}.tpl-fact{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--pro-radius-pill);background:var(--pro-brand-tint);color:var(--pro-brand-deep);font-size:14px;font-weight:600}.tpl-detail-note{font-size:14px;color:var(--pro-muted);margin:0}.tpl-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;width:100%;max-width:1180px}.tpl-col h3{font-size:20px;font-weight:700;color:var(--pro-ink);margin:0 0 12px}.tpl-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tpl-list li{display:flex;gap:10px;align-items:flex-start;font-size:16px;line-height:1.55;color:var(--pro-body)}.tpl-list li:before{content:"";flex-shrink:0;width:8px;height:8px;margin-top:9px;border-radius:50%;background:var(--pro-brand)}.tpl-guides{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tpl-guides a{font-size:16px;font-weight:600;color:var(--pro-brand-deep);text-decoration:none}.tpl-guides a:hover{text-decoration:underline}@media (max-width: 1080px){.tpl-detail-hero{flex-direction:column;gap:36px;padding:28px var(--pl-side) 56px}.tpl-detail-copy{max-width:100%}.tpl-detail-h1{font-size:40px}}@media (max-width: 720px){.tpl-detail-h1{font-size:34px}.tpl-grid{grid-template-columns:1fr}}.error-page{min-height:100vh;background:#fafbfc}.error-page-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem;text-align:center}.error-page-icon{font-size:4rem;margin-bottom:1.5rem;line-height:1}.error-page-title{font-size:2rem;font-weight:700;color:#1a1a2e;margin:0 0 .75rem}.error-page-message{font-size:1.125rem;color:#6b7280;margin:0 0 2rem;max-width:480px;line-height:1.6}.error-page-cta{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5d4e99,#7c6bc4);color:#fff;border:none;border-radius:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #5d4e994d}.error-page-cta:hover{background:linear-gradient(135deg,#4a3d80,#6a5aaf);transform:translateY(-1px);box-shadow:0 6px 8px -1px #5d4e9966}@media (max-width: 640px){.error-page-icon{font-size:3rem}.error-page-title{font-size:1.5rem}.error-page-message{font-size:1rem}}.vs-hero{width:100%;padding:120px 40px 100px;background:#fafbfc;text-align:center}.vs-hero-inner{max-width:720px;margin:0 auto}.vs-hero-badge{display:inline-block;padding:6px 16px;border-radius:100px;background:var(--color-primary-100);color:var(--color-primary-700);font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.02em;margin-bottom:24px}.vs-hero-title{font-family:Inter,sans-serif;font-size:52px;font-weight:700;color:#111827;line-height:1.1;margin:0 0 24px;letter-spacing:-.02em}.vs-hero-accent{color:var(--color-primary)}.vs-hero-subtitle{font-family:Inter,sans-serif;font-size:18px;color:#6b7280;line-height:1.7;max-width:600px;margin:0 auto 40px}.vs-hero-subtitle strong{color:#374151}.vs-hero-cta-group{display:flex;flex-direction:column;align-items:center;gap:12px}.vs-hero-note{font-family:Inter,sans-serif;font-size:14px;color:#9ca3af;margin:0}.vs-section-title{font-family:Inter,sans-serif;font-size:36px;font-weight:700;color:#111827;text-align:center;margin:0 0 16px;line-height:1.2;letter-spacing:-.01em}.vs-section-subtitle{font-family:Inter,sans-serif;font-size:17px;color:#6b7280;text-align:center;max-width:560px;margin:0 auto 56px;line-height:1.6}.vs-key-differences-section{width:100%;padding:100px 0;background:#fff}.vs-key-differences-container{max-width:720px;margin:0 auto;padding:0 40px}.vs-key-differences-content{margin-top:40px}.vs-key-differences-content p{font-family:Inter,sans-serif;font-size:17px;color:#374151;line-height:1.8;margin:0 0 28px}.vs-key-differences-content p:last-child{margin-bottom:0}.vs-context-section{width:100%;padding:100px 0;background:#fff}.vs-context-container{max-width:720px;margin:0 auto;padding:0 40px}.vs-context-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:40px;margin-top:40px}.vs-context-timeline{display:flex;flex-direction:column;gap:28px;margin-bottom:36px}.vs-timeline-item{display:flex;align-items:flex-start;gap:16px}.vs-timeline-dot{flex-shrink:0;width:10px;height:10px;border-radius:50%;background:var(--color-primary);margin-top:6px;position:relative}.vs-timeline-item:not(:last-child) .vs-timeline-dot:after{content:"";position:absolute;left:50%;top:10px;transform:translate(-50%);width:1px;height:38px;background:#d1d5db}.vs-timeline-content{flex:1}.vs-timeline-year{display:inline-block;font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:var(--color-primary-700);background:var(--color-primary-100);padding:2px 10px;border-radius:4px;margin-bottom:8px}.vs-timeline-content p{font-family:Inter,sans-serif;font-size:15px;color:#4b5563;line-height:1.6;margin:0}.vs-timeline-content p strong{color:#111827}.vs-context-summary{font-family:Inter,sans-serif;font-size:15px;color:#6b7280;line-height:1.7;margin:0;padding-top:24px;border-top:1px solid #e5e7eb}.vs-context-summary strong{color:var(--color-primary-700)}.vs-comparison-section{width:100%;padding:100px 0;background:#f9fafb}.vs-comparison-container{max-width:800px;margin:0 auto;padding:0 40px}.vs-comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.vs-comparison-table{border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;background:#fff;min-width:560px}.vs-comparison-header,.vs-comparison-row{display:grid;grid-template-columns:2fr 1.2fr 1.2fr;align-items:center}.vs-comparison-header{background:#111827;color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.vs-comparison-header>div{padding:16px;text-align:center}.vs-comparison-header .vs-comparison-feature{text-align:left}.vs-comparison-row{border-bottom:1px solid #f3f4f6}.vs-comparison-row:last-child{border-bottom:none}.vs-comparison-row>div{padding:16px;font-family:Inter,sans-serif;font-size:15px;text-align:center}.vs-comparison-row .vs-comparison-feature{text-align:left;color:#111827;font-weight:500;display:flex;flex-direction:column;gap:4px}.vs-feature-name{font-weight:600;color:#111827}.vs-feature-description{font-size:13px;font-weight:400;color:#6b7280;line-height:1.5}.vs-comparison-row.has-description{padding:4px 0}.vs-comparison-row.has-description>div{padding:16px;align-self:flex-start}.vs-comparison-row:nth-child(2n){background:#f9fafb}.vs-comparison-row .vs-comparison-planseats{background:#6366f10a}.vs-comparison-row:nth-child(2n) .vs-comparison-planseats{background:#6366f10f}.vs-check{color:#059669;font-size:18px;font-weight:700}.vs-x{color:#dc2626;font-size:18px;font-weight:700}.vs-partial{color:#d97706;font-size:18px;font-weight:700}.vs-enterprise{color:#d97706;font-size:13px;font-weight:600;font-family:Inter,sans-serif}.vs-pro-tag{display:inline-block;background:var(--color-primary);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:4px;letter-spacing:.02em}.vs-highlight{color:var(--color-primary-700);font-weight:600;font-family:Inter,sans-serif}.vs-text-value{color:#6b7280;font-weight:500;font-family:Inter,sans-serif}.vs-pricing-section{width:100%;padding:100px 0;background:#fff}.vs-pricing-container{max-width:960px;margin:0 auto;padding:0 40px}.vs-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:16px}.vs-pricing-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:36px 28px;display:flex;flex-direction:column;transition:border-color .2s ease,box-shadow .2s ease}.vs-pricing-card:hover{border-color:#d1d5db}.vs-pricing-card.highlighted{border:2px solid var(--color-primary);box-shadow:0 4px 24px #6366f11f}.vs-pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-primary);color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;padding:4px 14px;border-radius:100px;white-space:nowrap}.vs-pricing-name{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#111827;margin:0 0 16px}.vs-pricing-price{display:flex;align-items:baseline;gap:4px;margin-bottom:28px}.vs-pricing-amount{font-family:Inter,sans-serif;font-size:40px;font-weight:700;color:#111827;letter-spacing:-.02em}.vs-pricing-period{font-family:Inter,sans-serif;font-size:15px;color:#9ca3af}.vs-pricing-features{list-style:none;padding:0;margin:0 0 32px;flex:1}.vs-pricing-features li{display:flex;align-items:flex-start;gap:10px;padding:10px 0;font-family:Inter,sans-serif;font-size:14px;color:#4b5563;border-bottom:1px solid #f3f4f6}.vs-pricing-features li:last-child{border-bottom:none}.vs-pricing-check{color:#059669;font-weight:700;font-size:14px;flex-shrink:0;margin-top:1px}.vs-pricing-cta{width:100%;padding:14px 24px;border-radius:8px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s ease;border:none}.vs-pricing-cta.primary{background:var(--color-primary);color:#fff}.vs-pricing-cta.primary:hover{background:var(--color-primary-hover)}.vs-pricing-cta.secondary{background:#f9fafb;color:var(--color-primary);border:1px solid #e5e7eb}.vs-pricing-cta.secondary:hover{background:#f3f4f6}.vs-usecases-section{width:100%;padding:100px 0;background:#f9fafb}.vs-usecases-container{max-width:1040px;margin:0 auto;padding:0 40px}.vs-usecases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.vs-usecase-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px 28px;transition:border-color .15s ease}.vs-usecase-card:hover{border-color:#d1d5db}.vs-usecase-card h3{font-family:Inter,sans-serif;font-size:17px;font-weight:600;color:#111827;margin:0 0 12px;line-height:1.3}.vs-usecase-card p{font-family:Inter,sans-serif;font-size:15px;color:#6b7280;line-height:1.6;margin:0}.vs-migration-section{width:100%;padding:100px 0;background:#f9fafb}.vs-migration-container{max-width:880px;margin:0 auto;padding:0 40px}.vs-migration-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:48px}.vs-migration-step{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px 24px;transition:border-color .15s ease}.vs-migration-step:hover{border-color:#d1d5db}.vs-migration-step-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.vs-migration-number{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:var(--color-primary-700);text-transform:uppercase;letter-spacing:.04em;background:var(--color-primary-100);padding:3px 10px;border-radius:4px}.vs-migration-step h3{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#111827;margin:0 0 8px}.vs-migration-step p{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;line-height:1.6;margin:0}.vs-migration-cta{text-align:center}.vs-faq-section{width:100%;padding:100px 0;background:#fff}.vs-faq-container{max-width:720px;margin:0 auto;padding:0 40px}.vs-faq-list{margin-top:48px}.vs-faq-item{border-bottom:1px solid #e5e7eb}.vs-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 0;background:none;border:none;cursor:pointer;text-align:left}.vs-faq-question h3{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#111827;margin:0;padding-right:16px;line-height:1.4}.vs-faq-chevron{flex-shrink:0;color:#9ca3af;transition:transform .2s ease,color .2s ease}.vs-faq-question:hover .vs-faq-chevron{color:#6b7280}.vs-faq-chevron.rotated{transform:rotate(180deg)}.vs-faq-answer{padding:0 0 24px}.vs-faq-answer p{font-family:Inter,sans-serif;font-size:15px;color:#6b7280;line-height:1.7;margin:0}@media (max-width: 1024px){.vs-section-title{font-size:30px}.vs-hero-title{font-size:42px}.vs-usecases-grid,.vs-pricing-grid{grid-template-columns:repeat(2,1fr)}.vs-pricing-card:last-child{grid-column:span 2;max-width:400px;justify-self:center}}@media (max-width: 768px){.vs-hero{padding:80px 24px 64px}.vs-hero-title{font-size:32px}.vs-hero-subtitle{font-size:16px}.vs-section-title{font-size:26px;padding:0 16px}.vs-section-subtitle{font-size:15px;padding:0 16px}.vs-context-section,.vs-key-differences-section,.vs-comparison-section,.vs-pricing-section,.vs-usecases-section,.vs-migration-section,.vs-faq-section{padding:64px 0}.vs-context-container,.vs-key-differences-container,.vs-comparison-container,.vs-pricing-container,.vs-usecases-container,.vs-migration-container,.vs-faq-container{padding:0 24px}.vs-context-card{padding:28px 24px}.vs-pricing-grid{grid-template-columns:1fr}.vs-pricing-card:last-child{grid-column:span 1;max-width:none}.vs-pricing-card.highlighted{transform:none}.vs-usecases-grid,.vs-migration-steps{grid-template-columns:1fr}.vs-comparison-table{min-width:560px}.vs-faq-question h3{font-size:15px}}@media (max-width: 480px){.vs-hero-title{font-size:28px}.vs-section-title{font-size:24px}}.vs-comparison-index-section{width:100%;padding:100px 0;background:#fff}.vs-comparison-index-container{max-width:1040px;margin:0 auto;padding:0 40px}.vs-comparison-index-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.vs-comparison-index-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px 28px;text-decoration:none;transition:all .15s ease;display:flex;flex-direction:column}.vs-comparison-index-card:hover{border-color:var(--color-primary);box-shadow:0 4px 16px #6366f114}.vs-comparison-index-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.vs-comparison-index-vs{font-family:Inter,sans-serif;font-size:11px;font-weight:700;color:#fff;background:var(--color-primary);padding:4px 10px;border-radius:4px;letter-spacing:.04em}.vs-comparison-index-card h2{font-family:Inter,sans-serif;font-size:20px;font-weight:700;color:#111827;margin:0}.vs-comparison-index-card p{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;line-height:1.6;margin:0 0 20px;flex:1}.vs-comparison-index-link{display:flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:var(--color-primary)}.vs-comparison-index-link svg{transition:transform .15s ease}.vs-comparison-index-card:hover .vs-comparison-index-link svg{transform:translate(4px)}.vs-also-compare-section{width:100%;padding:64px 0 100px;background:#f9fafb}.vs-also-compare-container{max-width:720px;margin:0 auto;padding:0 40px}.vs-also-compare-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.vs-also-compare-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px;text-decoration:none;transition:all .15s ease}.vs-also-compare-card:hover{border-color:var(--color-primary)}.vs-also-compare-card h3{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#111827;margin:0 0 8px}.vs-also-compare-card p{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;margin:0;line-height:1.5}@media (max-width: 1024px){.vs-comparison-index-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.vs-comparison-index-section,.vs-also-compare-section{padding:64px 0}.vs-comparison-index-container,.vs-also-compare-container{padding:0 24px}.vs-comparison-index-grid,.vs-also-compare-grid{grid-template-columns:1fr}}.site-footer{background:#1a1a2e;color:#d1d5db;padding:3rem 1.5rem 1.5rem;margin-top:auto}.footer-inner{max-width:1100px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(5,1fr);gap:2rem;margin-bottom:2rem}.footer-logo{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.footer-logo:hover{color:#a78bfa}.footer-tagline{margin:.5rem 0 0;font-size:.875rem;color:#9ca3af;line-height:1.5}.footer-heading{font-size:.8rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .15s ease}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #2d2d44;padding-top:1.25rem}.footer-copyright{margin:0;font-size:.8rem;color:#6b7280}.footer-social{display:flex;gap:1rem}.footer-social a{color:#6b7280;transition:color .15s ease}.footer-social a:hover{color:#fff}@media (max-width: 1100px){.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1 / -1}}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr 1fr;gap:1.25rem}}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-spinner{border:4px solid var(--color-gray-200);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}.loading-spinner--sm{width:24px;height:24px;border-width:3px}.loading-spinner--md{width:40px;height:40px;border-width:4px}.loading-spinner--lg{width:56px;height:56px;border-width:5px}.loading-spinner-message{color:var(--color-gray-500);font-size:1rem;margin:0}.loading-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--color-white, #fff);z-index:50}@keyframes spin{to{transform:rotate(360deg)}}.loading-fallback{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1rem;color:var(--color-gray-500)}:root{--font-jersey: "Jersey 25", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-inter: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"}*{box-sizing:border-box}html{width:100%;height:100%;margin:0;padding:0}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0;box-sizing:border-box}.sticky-header{position:sticky;top:0;z-index:1000;background-color:#e5ebfc;width:100%;height:70px;padding:0;margin:0;box-shadow:0 2px 4px #7c9af11a}.sticky-header-content{max-width:1728px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 44px}.sticky-header-logo{display:flex;align-items:center;cursor:pointer;transition:opacity .2s ease}.sticky-header-logo:hover{opacity:.8}.logo-image{height:48px;width:auto;object-fit:contain}.sticky-header-nav{display:flex;align-items:center;gap:24px}.nav-link{font-family:Inter,sans-serif;font-size:20px;font-weight:400;color:#7c9af1;background:none;border:none;cursor:pointer;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#6b8aed;text-decoration:underline}.sticky-header-cta{font-family:var(--font-jersey);font-size:26px;font-weight:400;color:#fff;background-color:#7c9af1;border:none;border-radius:8px;padding:10px 14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap}.sticky-header-cta:hover{background-color:#6b8aed;transform:translateY(-1px);box-shadow:0 4px 12px #7c9af14d}@media (max-width: 1200px){.sticky-header-content{padding:8px 24px}.nav-link{font-size:18px}.sticky-header-cta{font-size:24px;padding:9px 12px}}.mobile-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px}.hamburger-line{width:24px;height:3px;background-color:#7c9af1;transition:all .3s ease;transform-origin:center}.hamburger-line:not(:last-child){margin-bottom:4px}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{position:fixed;inset:70px 0 0;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{background:#e5ebfc;margin:0;padding:20px 0;min-height:calc(100vh - 70px);display:flex;flex-direction:column;gap:0;animation:slideDown .3s ease}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.mobile-nav-link{font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#3d5db8;background:none;border:none;padding:16px 20px;text-align:left;cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(124,154,241,.1)}.mobile-nav-link:hover{background-color:#7c9af11a;color:#2d4a9e}.mobile-cta-button{font-family:var(--font-jersey);font-size:24px;font-weight:400;color:#fff;background-color:#7c9af1;border:none;border-radius:8px;padding:14px 20px;margin:20px 20px 10px;cursor:pointer;transition:all .2s ease}.mobile-cta-button:hover{background-color:#6b8aed;transform:translateY(-1px);box-shadow:0 4px 12px #7c9af14d}.mobile-user-menu{border-top:1px solid rgba(124,154,241,.2);padding-top:10px;margin-top:10px}@media (max-width: 1050px){.sticky-header-content{padding:8px 16px}.desktop-nav{display:none}.mobile-hamburger{display:flex}.logo-image{height:40px}}@media (max-width: 768px){.sticky-header-content{padding:8px 16px}.logo-image{height:40px}}@media (max-width: 480px){.sticky-header-content{padding:8px 12px}.mobile-nav-link{font-size:16px;padding:14px 16px}.mobile-cta-button{font-size:22px;margin:16px 16px 8px;padding:12px 18px}.logo-image{height:36px}.hamburger-line{width:20px;height:2px}}.landing-page{width:100%;min-height:100vh;background-color:#fff;display:flex;flex-direction:column;padding:0;margin:0;overflow-x:hidden;-webkit-text-size-adjust:100%!important;-moz-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;text-size-adjust:100%!important;padding-left:0!important;padding-right:0!important;background-image:linear-gradient(rgba(221,221,221,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(221,221,221,.2) 1px,transparent 1px);background-size:24px 24px;background-position:0 0,0 0}.landing-hero{width:100%;max-width:1800px;margin:0 auto;display:flex;align-items:center;justify-content:flex-start;padding:120px 40px 60px 80px;gap:40px;flex:1;overflow-x:hidden}.landing-hero-text{flex:1;max-width:900px}.landing-pill{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,#f0f4ff,#e8eeff);border:1px solid #c7d4f7;border-radius:50px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#5b7ed6;margin-bottom:24px;letter-spacing:.01em}.landing-headline{font-family:Playfair Display,Georgia,serif;font-style:normal;font-size:72px;font-weight:600;color:#7c9af1;line-height:1.1;margin:0 0 24px;letter-spacing:-.01em}.landing-headline-italic{font-style:italic;-webkit-text-size-adjust:100%!important;-moz-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;text-size-adjust:100%!important}.landing-subheading{font-family:Inter,sans-serif;font-size:24px;font-weight:400;color:#5e5e5e;line-height:1.4;margin:0 0 28px;max-width:600px;-webkit-text-size-adjust:100%!important;-moz-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;text-size-adjust:100%!important}.landing-cta-button{font-family:"Jersey 25",sans-serif;font-size:36px;font-weight:400;color:#fff;background-color:#7c9af1;border:none;border-radius:8px;padding:14px 22px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.landing-cta-button:hover{background-color:#6b8aed;transform:translateY(-2px);box-shadow:0 8px 25px #7c9af14d}.landing-scroll-indicator{display:flex;justify-content:center;padding:0 0 24px;color:#b0b0b0;animation:scroll-bounce 2s ease-in-out infinite}@keyframes scroll-bounce{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(8px);opacity:1}}@media (prefers-reduced-motion: reduce){.landing-scroll-indicator{animation:none}}.landing-social-proof{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#64748b}.landing-social-proof svg{flex-shrink:0}.landing-features{width:100%;max-width:1200px;margin:0 auto;padding:60px 40px 80px}.landing-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.landing-feature-card{text-align:center;padding:32px 24px}.landing-feature-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg,#f0f4ff,#e8eeff);border-radius:16px;color:#7c9af1}.landing-feature-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#334155;margin:0 0 12px}.landing-feature-description{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#64748b;line-height:1.5;margin:0}@media (max-width: 768px){.landing-pill{font-size:12px;padding:6px 16px;margin-bottom:20px}.landing-features{padding:24px 24px 60px}.landing-features-grid{grid-template-columns:1fr;gap:24px}.landing-feature-card{padding:24px 16px}.landing-social-proof{font-size:14px;margin-bottom:20px;justify-content:center}.landing-hero-image{display:none}}@media (max-width: 1100px){.landing-scroll-indicator{display:none}}.landing-hero-image{flex:1;max-width:900px;display:flex;align-items:center;justify-content:center;height:calc(100vh - 200px);min-height:500px}.seating-chart-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.table-preview-wrapper{position:absolute;max-width:75%;max-height:45%;width:auto;height:auto;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}.table-preview-wrapper.sample-1{top:5%;left:40%;transform:translate(-50%);width:420px;height:420px}.table-preview-wrapper.sample-2{bottom:5%;left:60%;transform:translate(-50%);width:420px;height:420px}.table-preview-wrapper .table-preview{transition:all .3s ease}.landing-hero-image,.landing-hero-image .table-preview,.landing-hero-image .seat-marker{pointer-events:none;cursor:default}.landing-hero-image .seat-marker{transition:none}@media (max-width: 1200px){.landing-hero{padding:60px 20px 40px 40px;gap:40px}.landing-headline{font-size:64px}.landing-subheading{font-size:20px}.landing-cta-button{font-size:28px}.landing-hero-image{height:calc(100vh - 160px);min-height:400px}}@media (max-width: 1100px){.landing-hero{justify-content:center;align-items:center;text-align:center;padding:0 8px 40px;min-height:calc(100vh - 70px);min-height:calc(100svh - 70px);display:flex;flex-direction:column;gap:0;overflow:visible;position:relative}.landing-hero-text{max-width:100%;position:relative;z-index:2;flex-shrink:0;flex-grow:0;height:auto;margin-top:60px}.landing-headline{font-size:68px;margin-bottom:16px;line-height:1.1;letter-spacing:0!important;width:100%!important}.landing-subheading{font-size:28px;margin-bottom:20px;line-height:1.5;padding:0!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;width:100%!important}.landing-cta-button{font-size:30px;padding:14px 30px}.landing-hero-image{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}.seating-chart-container{width:100%;height:100%;position:relative}.table-preview-wrapper.sample-1,.table-preview-wrapper.sample-2{display:none!important;z-index:1}.table-preview-wrapper svg{width:100%;height:100%}.landing-hero-image .seat-marker text{display:none}}@media (max-width: 900px){.landing-hero{padding:0 16px 40px}.landing-headline{font-size:42px;margin-bottom:14px}.landing-subheading{font-size:18px;margin-bottom:18px}.landing-cta-button{font-size:28px;padding:14px 28px}.table-preview-wrapper.sample-1,.table-preview-wrapper.sample-2{display:none!important}}@media (max-width: 768px){.landing-hero{justify-content:center;align-items:center;text-align:center;padding:0 8px 20px;width:100%;box-sizing:border-box;min-height:calc(100vh - 70px);min-height:calc(100svh - 70px);display:flex;flex-direction:column;gap:0;overflow:visible;position:relative}.landing-hero-text{max-width:none!important;width:100%!important;position:relative;z-index:2;flex-shrink:0;flex-grow:0;height:auto;margin-top:0;padding:0!important}.landing-headline{width:100%!important;max-width:none!important;padding:0!important}.landing-hero-image{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}.seating-chart-container{width:100%;height:100%;position:relative}.table-preview-wrapper.sample-1,.table-preview-wrapper.sample-2{display:none!important}.landing-headline{font-size:38px;margin-bottom:16px;line-height:1.1}.landing-subheading{font-size:18px;margin-bottom:24px;line-height:1.5;padding:0;max-width:100%;margin-left:auto;margin-right:auto}.landing-cta-button{font-size:26px;padding:14px 32px;margin-bottom:0}.landing-hero-image .seat-marker text{display:none}}@media (max-width: 600px){.landing-hero{padding:0 4px 40px}.table-preview-wrapper.sample-1,.table-preview-wrapper.sample-2{display:none!important}.landing-headline{font-size:34px;margin-bottom:14px}.landing-subheading{font-size:17px;margin-bottom:20px}.landing-cta-button,.landing-cta-button.secondary{font-size:24px;padding:13px 28px}}@media (max-width: 480px){.landing-hero{padding:0 8px 40px!important;width:100%!important;box-sizing:border-box!important}.landing-hero-text{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}.landing-headline{width:100%!important;max-width:none!important;padding:0!important;margin-left:0!important;margin-right:0!important}.table-preview-wrapper.sample-1,.table-preview-wrapper.sample-2{display:none!important}.landing-headline{font-size:44px;margin-bottom:20px;line-height:1.15;letter-spacing:0!important;word-spacing:normal!important;width:100%!important;text-align:center!important}.landing-subheading{font-size:18px;margin-bottom:24px;width:100%!important;padding:0!important;margin-left:0!important;margin-right:0!important}.landing-pill,.landing-social-proof{margin-bottom:20px}.landing-cta-button,.landing-cta-button.secondary{font-size:23px;padding:12px 26px}}@media (max-width: 375px){.landing-hero{padding:0 4px 40px}.table-preview-wrapper.sample-1,.table-preview-wrapper.sample-2{display:none!important}.landing-headline{font-size:38px;margin-bottom:18px;letter-spacing:0!important;width:100%!important}.landing-subheading{font-size:24px;margin-bottom:16px;width:100%!important;padding:0!important;margin-left:0!important;margin-right:0!important}.landing-cta-button,.landing-cta-button.secondary{font-size:22px;padding:11px 24px}}@media (max-width: 480px){.table-preview text{font-size:.8em!important}}@media (max-width: 375px){.table-preview text{font-size:.7em!important}}@media (max-height: 800px){.landing-hero{padding:40px 80px 30px}.landing-hero-image{height:calc(100vh - 140px);min-height:400px}.table-preview-wrapper{max-height:48%;width:380px;height:380px}.table-preview-wrapper.sample-1{top:2%}.table-preview-wrapper.sample-2{bottom:2%}}.marketing-section-1{width:100%;background:linear-gradient(135deg,#fafcff,#f8faff);position:sticky;top:70px;z-index:10;padding:40px 0 120px;border-radius:24px 24px 0 0;box-shadow:0 -8px 24px #00000014,0 -4px 12px #0000000a;margin-top:-24px;transition:transform .3s ease,box-shadow .3s ease}.marketing-section-1:hover{transform:translateY(-2px);box-shadow:0 -12px 32px #0000001a,0 -6px 16px #0000000f}.marketing-section-label{position:absolute;top:20px;left:20px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(124,154,241,.2);border-radius:20px;padding:8px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#7c9af1;box-shadow:0 4px 12px #7c9af11a;z-index:10;transition:all .3s ease}.marketing-section-label:hover{background:#fff;transform:scale(1.05);box-shadow:0 6px 20px #7c9af126}.marketing-section-1-container{max-width:1500px;margin:0 auto;padding:0 80px}.marketing-section-1-content{width:100%}.marketing-section-1-headline{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:56px;font-weight:600;color:#7c9af1;line-height:1.15;margin:0 0 32px;max-width:1294px}.marketing-section-1-subheading{font-family:Inter,sans-serif;font-size:24px;font-weight:400;color:#424242;line-height:1.4;margin:0 0 48px;max-width:700px}.marketing-section-1-demo{width:100%;margin-bottom:60px}.marketing-section-1-demo-container{width:100%;height:621px;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 4px 16px #0000000f;border:3px solid white;background:#fff;position:relative}.marketing-demo-gif{width:100%;height:100%;object-fit:cover;border-radius:12px}.marketing-section-1-line{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:1500px;height:4px;background:linear-gradient(90deg,transparent 0%,#7c9af1 50%,transparent 100%);opacity:.3}@media (max-width: 1200px){.marketing-section-1{padding:30px 0 100px;border-radius:20px 20px 0 0;margin-top:-20px}.marketing-section-1-container{padding:0 40px}.marketing-section-1-headline{font-size:64px;margin-bottom:28px}.marketing-section-1-subheading{font-size:22px;margin-bottom:40px}.marketing-section-1-demo-container{height:500px}.marketing-section-1-line{width:100%}}@media (max-width: 768px){.marketing-section-1{padding:32px 0 80px;border-radius:16px 16px 0 0;margin-top:20px}.marketing-section-1-container{padding:0 12px}.marketing-section-1-headline{font-size:52px;margin-bottom:20px}.marketing-section-1-subheading{font-size:19px;margin-bottom:32px}.marketing-section-1-demo-container{height:350px}}@media (max-width: 900px){.marketing-section-1{padding:20px 0 80px;border-radius:16px 16px 0 0;margin-top:-16px}.marketing-section-1-container{padding:0 20px}.marketing-section-1-headline{font-size:50px;margin-bottom:24px}.marketing-section-1-subheading{font-size:20px;margin-bottom:32px}.marketing-section-1-demo-container{height:400px}}@media (max-width: 600px){.marketing-section-1{padding:24px 0 60px;border-radius:12px 12px 0 0;margin-top:15px}.marketing-section-1-container{padding:0 10px}.marketing-section-1-headline{font-size:40px;margin-bottom:20px}.marketing-section-1-subheading{font-size:18px;margin-bottom:28px}.marketing-section-1-demo-container{height:300px}}.marketing-section-2{width:100%;background:linear-gradient(135deg,#fffef8,#fffcf3);position:sticky;top:70px;z-index:20;padding:40px 0 120px;border-radius:24px 24px 0 0;box-shadow:0 -12px 48px #0000001a,0 -6px 24px #0000000f,0 -2px 12px #0000000a;margin-top:-24px;transition:transform .3s ease,box-shadow .3s ease}.marketing-section-2:hover{transform:translateY(-2px);box-shadow:0 -16px 60px #0000001f,0 -8px 30px #00000014,0 -4px 15px #0000000f}.marketing-section-2-container{max-width:1500px;margin:0 auto;padding:0 80px}.marketing-section-2-content{width:100%;display:flex;flex-direction:column;align-items:flex-end}.marketing-section-2-headline{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:56px;font-weight:600;color:#7c9af1;line-height:1.15;margin:0 0 32px;max-width:1294px;text-align:right}.marketing-section-2-subheading{font-family:Inter,sans-serif;font-size:24px;font-weight:400;color:#424242;line-height:1.4;margin:0 0 48px;max-width:700px;text-align:right}.marketing-section-2-demo{width:100%;margin-bottom:60px}.marketing-section-2-demo-container{width:100%;height:621px;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 4px 16px #0000000f;border:3px solid white;background:#fff;position:relative}.marketing-section-2-line{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:1500px;height:4px;background:linear-gradient(90deg,transparent 0%,#7c9af1 50%,transparent 100%);opacity:.3}@media (max-width: 1200px){.marketing-section-2{padding:30px 0 100px;border-radius:20px 20px 0 0;margin-top:-20px}.marketing-section-2-container{padding:0 40px}.marketing-section-2-headline{font-size:64px;margin-bottom:28px}.marketing-section-2-subheading{font-size:22px;margin-bottom:40px}.marketing-section-2-demo-container{height:500px}.marketing-section-2-line{width:100%}}@media (max-width: 900px){.marketing-section-2{padding:20px 0 80px;border-radius:16px 16px 0 0;margin-top:-16px}.marketing-section-2-container{padding:0 20px}.marketing-section-2-content{align-items:flex-start}.marketing-section-2-headline{font-size:50px;margin-bottom:24px;text-align:left}.marketing-section-2-subheading{font-size:20px;margin-bottom:32px;text-align:left}.marketing-section-2-demo-container{height:400px}}@media (max-width: 600px){.marketing-section-2{padding:16px 0 60px;border-radius:12px 12px 0 0;margin-top:-12px}.marketing-section-2-headline{font-size:40px;margin-bottom:20px}.marketing-section-2-subheading{font-size:18px;margin-bottom:28px}.marketing-section-2-demo-container{height:300px}}.marketing-section-3{width:100%;background:linear-gradient(135deg,#faf9ff,#f6f4ff);position:sticky;top:70px;z-index:30;padding:40px 0 200px;border-radius:24px 24px 0 0;box-shadow:0 -16px 64px #0000001f,0 -8px 32px #00000014,0 -4px 16px #0000000a;margin-top:-24px;transition:transform .3s ease,box-shadow .3s ease}.marketing-section-3:hover{transform:translateY(-2px);box-shadow:0 -20px 80px #00000026,0 -12px 40px #0000001a,0 -6px 20px #0000000f}.marketing-section-3-container{max-width:1500px;margin:0 auto;padding:0 80px}.marketing-section-3-content{width:100%}.marketing-section-3-headline{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:56px;font-weight:600;color:#7c9af1;line-height:1.15;margin:0 0 32px;max-width:1294px}.marketing-section-3-subheading{font-family:Inter,sans-serif;font-size:24px;font-weight:400;color:#424242;line-height:1.4;margin:0 0 48px;max-width:700px}.marketing-section-3-demo{width:100%;margin-bottom:60px}.marketing-section-3-demo-container{width:100%;height:621px;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 4px 16px #0000000f;border:3px solid white;background:#fff;position:relative}.marketing-section-3-line{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background-color:#2196f3;border-radius:2px;opacity:.3}@media (max-width: 1200px){.marketing-section-3{padding:30px 0 100px;border-radius:20px 20px 0 0;margin-top:-20px}.marketing-section-3-container{padding:0 40px}.marketing-section-3-headline{font-size:64px;margin-bottom:28px}.marketing-section-3-subheading{font-size:22px;margin-bottom:40px}.marketing-section-3-demo-container{height:500px}}@media (max-width: 900px){.marketing-section-3{padding:20px 0 80px;border-radius:16px 16px 0 0;margin-top:-16px}.marketing-section-3-container{padding:0 20px}.marketing-section-3-headline{font-size:50px;margin-bottom:24px}.marketing-section-3-subheading{font-size:20px;margin-bottom:32px}.marketing-section-3-demo-container{height:400px}}@media (max-width: 600px){.marketing-section-3{padding:16px 0 60px;border-radius:12px 12px 0 0;margin-top:-12px}.marketing-section-3-headline{font-size:40px;margin-bottom:20px}.marketing-section-3-subheading{font-size:18px;margin-bottom:28px}.marketing-section-3-demo-container{height:300px}}.cta-banner{width:100%;background:linear-gradient(135deg,#7c9af1,#6b8ae8,#5a7adf);padding:80px 0;text-align:center;position:relative;overflow:hidden;z-index:40;margin-top:100px}.cta-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.08) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(255,255,255,.06) 0%,transparent 50%);pointer-events:none}.cta-banner-container{max-width:1200px;margin:0 auto;padding:0 80px;position:relative;z-index:2}.cta-banner-content{max-width:800px;margin:0 auto}.cta-banner-headline{font-family:"Jersey 25",sans-serif;font-size:72px;font-weight:400;color:#fff;line-height:1.1;margin:0 0 24px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.cta-banner-subheading{font-family:Inter,sans-serif;font-size:20px;font-weight:400;color:#ffffffe6;line-height:1.5;margin:0 0 40px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.cta-banner-button{background:#fff;color:#7c9af1;border:none;border-radius:50px;padding:18px 40px;font-family:Inter,sans-serif;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #00000026;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.cta-banner-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.cta-banner-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0003;color:#6b8ae8}.cta-banner-button:hover:before{left:100%}.cta-banner-button:active{transform:translateY(-1px);box-shadow:0 8px 20px #00000026}@media (max-width: 1200px){.cta-banner-container{padding:0 40px}.cta-banner-headline{font-size:64px}}@media (max-width: 900px){.cta-banner{padding:60px 0}.cta-banner-container{padding:0 20px}.cta-banner-headline{font-size:52px;margin-bottom:20px}.cta-banner-subheading{font-size:18px;margin-bottom:32px}.cta-banner-button{padding:16px 32px;font-size:16px}}@media (max-width: 600px){.cta-banner{padding:50px 0}.cta-banner-headline{font-size:42px;margin-bottom:16px}.cta-banner-subheading{font-size:16px;margin-bottom:28px}.cta-banner-button{padding:14px 28px;font-size:15px}}.cta-banner-links{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem}.cta-link{background:none;border:none;color:#fffc;font-size:.9rem;cursor:pointer;text-decoration:underline;transition:color .2s ease;font-family:Inter,sans-serif}.cta-link:hover{color:#fff}.cta-link-separator{color:#fff9;font-size:.9rem}.pricing-page{width:100%;min-height:100vh;background-color:#fff}.pricing-content{width:100%;max-width:1200px;margin:70px auto 0;padding:6px 60px 40px}.pricing-header{text-align:center;margin-bottom:16px}.pricing-headline{font-family:"Jersey 25",sans-serif;font-size:52px;font-weight:400;color:#7c9af1;line-height:1.1;margin:0 0 16px}.pricing-subheading{font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#424242;line-height:1.3;max-width:600px;margin:0 auto}.pricing-cards{display:grid;grid-template-columns:repeat(2,minmax(320px,420px));gap:32px;margin-bottom:32px;justify-content:center;padding-top:20px}.pricing-cards:has(.starter-card){grid-template-columns:repeat(3,1fr);max-width:1200px;margin-left:auto;margin-right:auto}.pricing-card{background-color:#fff;border-radius:12px;overflow:visible;display:flex;flex-direction:column;min-height:580px}.starter-card{border:2px solid #9ca3af;background-color:#fafbfc}.planner-card{border:2px solid #7c9af1;background-color:#fefeff}.popular-card{border:3px solid #7c9af1;box-shadow:0 8px 32px #7c9af133;transform:scale(1.03);position:relative;z-index:1}.popular-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#7c9af1,#6b84d8);color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:700;padding:5px 20px;border-radius:20px;white-space:nowrap;z-index:2;letter-spacing:.5px;box-shadow:0 2px 8px #7c9af14d}.card-header{height:44px;display:flex;align-items:center;justify-content:center;position:relative}.starter-header{background:linear-gradient(135deg,#e5e7eb,#9ca3af);border-radius:10px 10px 0 0}.planner-header{background:linear-gradient(135deg,#7c9af1,#6b84d8);border-radius:10px 10px 0 0}.event-planner-card{border:2px solid #7c9af1;background-color:#fefeff}.event-planner-header{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-hover) 100%);border-radius:10px 10px 0 0}.event-planner-header .plan-name{color:#fff}.event-planner-card .features-list li:before{color:var(--color-primary)}.plan-name{font-family:"Jersey 25",sans-serif;font-size:34px;font-weight:400;line-height:1;margin:0}.starter-name{color:#6b7280}.planner-name{color:#fff}.card-content{padding:20px;flex:1;display:flex;flex-direction:column}.pricing-info{text-align:center;margin-bottom:20px}.price{font-family:Inter,sans-serif;font-size:22px;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0 0 8px}.price-period{font-size:15px;font-weight:400}.price-note{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#1a1a1a;font-style:italic;margin:0}.features-list{list-style:none;padding:0;margin:0 0 16px;flex:1}.features-list li{font-family:Inter,sans-serif;font-size:14.5px;font-weight:500;color:#1a1a1a;line-height:1.4;margin-bottom:7px;position:relative;padding-left:24px}.features-list li:before{content:"•";position:absolute;left:0;font-weight:700;font-size:18px;line-height:14.5px}.starter-card .features-list li:before{color:#9ca3af}.starter-cta-button{background:linear-gradient(135deg,#6b7280,#4b5563)!important}.starter-cta-button:hover:not(:disabled){background:linear-gradient(135deg,#4b5563,#374151)!important}.planner-card .features-list li:before{color:#7c9af1}.pricing-options{display:flex;align-items:center;justify-content:space-around;gap:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:10px;margin-bottom:2rem}.pricing-option{text-align:center;flex:1}.pricing-option .price{margin-bottom:.5rem}.pricing-option .price-note{margin:0}.pricing-divider{color:#cbd5e1;font-weight:500;font-size:1rem;padding:0 1rem;flex-shrink:0}.dual-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.dual-buttons .upgrade-button{padding:.875rem 1.25rem;font-size:.95rem}.dual-buttons .upgrade-button.secondary{background:#fff;color:#7c9af1;border:2px solid #7c9af1}.dual-buttons .upgrade-button.secondary:hover:not(:disabled){background:#7c9af1;color:#fff}.dual-buttons .upgrade-button.primary{background:linear-gradient(135deg,#7c9af1,#6b84d8);color:#fff;border:2px solid #7c9af1}.event-planner-button{grid-column:1 / -1;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-hover) 100%)!important;color:#fff;border:2px solid var(--color-primary)}.event-planner-button:hover:not(:disabled){background:linear-gradient(135deg,var(--color-primary-hover) 0%,var(--color-primary-active) 100%)!important;box-shadow:0 4px 12px #6366f14d;transform:translateY(-1px)}.features-list li strong{font-weight:700}.plan-description{font-family:Inter,sans-serif;font-size:13.5px;font-weight:400;color:#1a1a1a;font-style:italic;line-height:1.3;text-align:center;margin:auto 0 0}.pricing-cta{text-align:center}.pricing-cta-button{font-family:"Jersey 25",sans-serif;font-size:28px;font-weight:400;color:#fff;background:linear-gradient(135deg,#7c9af1,#6b84d8);border:none;border-radius:12px;padding:14px 28px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #7c9af14d}.pricing-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #7c9af166}.pricing-cta-button:active{transform:translateY(0);box-shadow:0 2px 8px #7c9af14d}.lifetime-promo{max-width:750px;margin:28px auto;padding:0}.lifetime-promo-content{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-600) 100%);border-radius:14px;padding:24px;color:#fff;box-shadow:0 10px 25px #667eea4d}.lifetime-promo-header{text-align:center;margin-bottom:18px}.lifetime-promo-header h3{font-size:24px;font-weight:700;margin:0 0 6px;color:#fff}.lifetime-promo-header p{font-size:14px;margin:0;color:#ffffffe6}.lifetime-promo-details{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:12px;flex-wrap:wrap}.lifetime-promo-price{display:flex;flex-direction:column;align-items:center}.lifetime-price{font-size:40px;font-weight:800;color:#fff;line-height:1}.lifetime-label{font-size:13px;color:#fffc;margin-top:4px}.lifetime-upgrade-button{background-color:#fff;color:var(--color-primary);border:none;padding:12px 28px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.lifetime-upgrade-button:hover{background-color:#f9fafb;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.lifetime-upgrade-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.lifetime-note{text-align:center;font-size:13px;color:#ffffffd9;margin:0;font-style:italic}@media (max-width: 1200px){.pricing-content{padding:10px 40px 50px}.pricing-header{margin-bottom:15px}.pricing-headline{font-size:50px;margin-bottom:16px}.pricing-subheading{font-size:18px}.pricing-cards{grid-template-columns:repeat(2,minmax(280px,380px));gap:24px;margin-bottom:30px;padding-top:2rem;justify-content:center}.pricing-cards:has(.starter-card)>.pricing-card:nth-child(3){grid-column:1 / -1;max-width:450px;justify-self:center;width:100%}.event-planner-card{margin-top:0}.popular-card{transform:none}.card-header{height:45px}.plan-name{font-size:36px}.card-content{padding:18px}.features-list li{font-size:16px}.plan-description{font-size:14px}.pricing-cta-button{font-size:24px;padding:12px 24px}}@media (max-width: 900px){.pricing-content{padding:10px 20px 50px}.pricing-header{margin-bottom:15px}.pricing-headline{font-size:44px;margin-bottom:14px}.pricing-subheading{font-size:16px}.pricing-cards{grid-template-columns:repeat(2,1fr);gap:25px;margin-bottom:35px;max-width:700px}.card-header{height:45px}.plan-name{font-size:36px}.card-content{padding:18px}.price{font-size:24px}.price-period,.price-note{font-size:16px}.features-list li{font-size:16px;padding-left:28px}.features-list li:before{font-size:20px;line-height:16px}.plan-description{font-size:14px}.pricing-cta-button{font-size:22px;padding:10px 20px}}@media (max-width: 600px){.pricing-content{padding:8px 16px 40px}.pricing-header{margin-bottom:12px}.pricing-headline{font-size:36px;margin-bottom:12px}.pricing-subheading{font-size:14px}.pricing-cards{grid-template-columns:1fr;gap:20px;margin-bottom:30px;max-width:450px}.pricing-cards>.pricing-card:nth-child(3){grid-column:auto;max-width:none}.card-header{height:40px}.plan-name{font-size:28px}.card-content{padding:16px}.pricing-info{margin-bottom:16px}.price{font-size:22px}.price-period,.price-note{font-size:16px}.features-list li{font-size:14px;padding-left:26px;margin-bottom:8px}.features-list li:before{font-size:18px;line-height:14px}.plan-description{font-size:12px}.pricing-cta-button{font-size:20px;padding:8px 16px}}.faq-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#f8fafc,#fff 50%);overflow-x:hidden}.faq-hero{width:100%;background:linear-gradient(135deg,#7c9af1,#6b89e8);padding:60px 0 40px;position:relative;margin-top:70px}.faq-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.faq-hero-container{max-width:1500px;margin:0 auto;padding:0 80px;position:relative;z-index:1}.faq-hero-content{text-align:center;color:#fff}.faq-hero-headline{font-family:"Jersey 25",sans-serif;font-size:72px;font-weight:400;line-height:1.1;margin:0 0 16px;letter-spacing:-2px}.faq-hero-subheading{font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:1.4;opacity:.95;max-width:800px;margin:0 auto 24px}.faq-cta-button{background:#fff;color:#7c9af1;border:none;padding:18px 36px;border-radius:16px;cursor:pointer;font-size:18px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 32px #fff3;font-family:Inter,sans-serif}.faq-cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 40px #ffffff4d;background:#f8fafc}.faq-content{width:100%;background-color:#fff;padding:48px 0 120px;position:relative}.faq-content-container{max-width:1200px;margin:0 auto;padding:0 80px}.faq-intro{text-align:center;margin-bottom:40px}.faq-section-headline{font-family:"Jersey 25",sans-serif;font-size:56px;font-weight:400;color:#1a1a1a;line-height:1.1;margin:0 0 32px}.faq-section-subheading{font-family:Inter,sans-serif;font-size:24px;font-weight:400;color:#64748b;line-height:1.5;max-width:700px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:24px}.faq-item{background:#fff;border:2px solid #E2E8F0;border-radius:20px;cursor:pointer;transition:all .3s ease;overflow:hidden}.faq-item:hover{border-color:#7c9af1;box-shadow:0 8px 32px #7c9af11a;transform:translateY(-2px)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:32px 40px;gap:24px}.faq-question h3{font-family:Inter,sans-serif;font-size:22px;font-weight:600;color:#1a1a1a;line-height:1.3;margin:0;flex:1}.faq-toggle{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:12px;color:#64748b;transition:all .3s ease}.faq-toggle.open{background:#7c9af1;color:#fff;transform:rotate(180deg)}.faq-toggle svg{transition:transform .3s ease}.faq-answer{padding:0 40px 32px;animation:slideDown .3s ease}.faq-answer p{font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#64748b;line-height:1.6;margin:0}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}.faq-cta{width:100%;background:linear-gradient(135deg,#f0f7ff,#e8f2ff);padding:80px 0 120px;position:relative;text-align:center}.faq-cta-container{max-width:1200px;margin:0 auto;padding:0 80px}.faq-cta-headline{font-family:"Jersey 25",sans-serif;font-size:80px;font-weight:400;color:#1a1a1a;line-height:1.1;margin:0 0 32px}.faq-cta-subheading{font-family:Inter,sans-serif;font-size:24px;font-weight:400;color:#64748b;line-height:1.5;max-width:700px;margin:0 auto 48px}.faq-cta-button.primary{background:linear-gradient(135deg,#7c9af1,#6b89e8);color:#fff;font-size:20px;padding:20px 40px;box-shadow:0 8px 32px #7c9af133}.faq-cta-button.primary:hover{background:linear-gradient(135deg,#6b89e8,#5a78df);box-shadow:0 12px 40px #7c9af14d;transform:translateY(-2px)}.faq-cta-line{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:200px;height:4px;background:linear-gradient(90deg,transparent 0%,#7C9AF1 50%,transparent 100%);border-radius:2px;opacity:.4}@media (max-width: 1200px){.faq-hero-container,.faq-content-container,.faq-cta-container{padding:0 40px}.faq-hero-headline{font-size:80px}.faq-section-headline,.faq-cta-headline{font-size:64px}.faq-hero-subheading,.faq-section-subheading,.faq-cta-subheading{font-size:22px}}@media (max-width: 900px){.faq-hero{padding:50px 0 30px}.faq-content{padding:40px 0 80px}.faq-cta{padding:60px 0 80px}.faq-hero-container,.faq-content-container,.faq-cta-container{padding:0 24px}.faq-hero-headline{font-size:60px}.faq-section-headline,.faq-cta-headline{font-size:50px}.faq-hero-subheading,.faq-section-subheading,.faq-cta-subheading{font-size:20px}.faq-question{padding:24px 28px}.faq-question h3{font-size:20px}.faq-answer{padding:0 28px 24px}.faq-answer p{font-size:16px}.faq-intro{margin-bottom:60px}}@media (max-width: 600px){.faq-hero{padding:40px 0 24px}.faq-content{padding:32px 0 60px}.faq-cta{padding:40px 0 60px}.faq-hero-container,.faq-content-container,.faq-cta-container{padding:0 20px}.faq-hero-headline{font-size:48px}.faq-section-headline,.faq-cta-headline{font-size:40px}.faq-hero-subheading,.faq-section-subheading,.faq-cta-subheading{font-size:18px}.faq-question{padding:20px 24px}.faq-question h3{font-size:18px}.faq-answer{padding:0 24px 20px}.faq-answer p{font-size:15px}.faq-toggle{width:40px;height:40px}.faq-intro{margin-bottom:40px}.faq-cta-button{font-size:16px;padding:16px 32px}.faq-cta-button.primary{font-size:18px;padding:18px 36px}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary-50: #eef3ff;--color-primary-100: #dfe7fd;--color-primary-200: #c4d2fb;--color-primary-300: #a9bdf8;--color-primary-400: #8fa6f4;--color-primary-500: #7c9af1;--color-primary-600: #6b89e8;--color-primary-700: #5a78df;--color-primary-800: #4862b8;--color-primary-900: #3a4f93;--color-primary: var(--color-primary-500);--color-primary-hover: var(--color-primary-600);--color-primary-active: var(--color-primary-700);--color-primary-light: var(--color-primary-100);--color-accent: var(--color-primary);--color-primary-gradient: var(--color-primary);--color-primary-gradient-hover: var(--color-primary-hover);--color-gray-50: #f9fafb;--color-gray-100: #f1f5f9;--color-gray-200: #e2e8f0;--color-gray-300: #cbd5e1;--color-gray-400: #94a3b8;--color-gray-500: #64748b;--color-gray-600: #475569;--color-gray-700: #374151;--color-gray-800: #1e293b;--color-gray-900: #0f172a;--surface: #ffffff;--surface-muted: var(--color-gray-50);--surface-sunken: var(--color-gray-100);--border: var(--color-gray-200);--border-strong: var(--color-gray-300);--text: var(--color-gray-800);--text-muted: var(--color-gray-500);--text-subtle: var(--color-gray-400);--text-on-primary:#ffffff;--color-error: #dc2626;--color-error-bg:#fef2f2;--color-success: #10b981;--color-success-strong: #059669;--color-warning: #ffc107;--color-warning-bg: #fff8e1;--color-warning-text: #92400e;--color-success-bg: #ecfdf5;--color-info: #3b82f6;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--leading-tight: 1.25;--leading-normal: 1.5;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow-md: 0 2px 8px rgba(15, 23, 42, .1);--shadow-lg: 0 8px 24px rgba(15, 23, 42, .12);--shadow-overlay: 0 20px 60px rgba(15, 23, 42, .3);--focus-ring: 0 0 0 3px rgba(124, 154, 241, .45);--z-overlay: 1000;--z-tour: 1100}html{overflow-x:hidden;max-width:100vw;-webkit-text-size-adjust:100%!important;-moz-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;text-size-adjust:100%!important}a{font-weight:500;color:inherit;text-decoration:inherit}body{margin:0;padding:0;min-width:320px;max-width:100vw;min-height:100vh;width:100%;height:100vh;overflow-x:hidden;overflow-y:visible;-webkit-text-size-adjust:100%!important;-moz-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;text-size-adjust:100%!important}#root{width:100%;height:100vh;overflow-x:hidden;overflow-y:visible}button{font-family:inherit;cursor:pointer}
