:root{--bg-primary: #ffffff;--surface: #ffffff;--surface-elevated: #f8fafc;--border: rgba(15, 23, 42, .1);--text: #0f172a;--text-muted: #475569;--text-dim: #94a3b8;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-glow: rgba(37, 99, 235, .22);--success: #16a34a;--radius: 14px;--radius-lg: 24px;--nav-h: 64px;--max: 1200px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background:var(--bg-primary);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.section{padding:80px 24px}.pricing-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch;max-width:440px;margin:0 auto}@media (min-width: 700px){.pricing-grid{grid-template-columns:repeat(2,1fr);max-width:920px;gap:28px}}@media (min-width: 1180px){.pricing-grid{grid-template-columns:repeat(4,1fr);max-width:var(--max);gap:28px}}.page-root{min-height:100vh;position:relative;isolation:isolate}.page-root:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(125deg,#f8fafc,#f1f5f9 28%,#eef2ff 52%,#f8fafc 78%,#f1f5f9);background-size:220% 220%;animation:portiq-gradient-drift 48s ease-in-out infinite alternate}@keyframes portiq-gradient-drift{0%{background-position:0% 40%}to{background-position:100% 60%}}@media (prefers-reduced-motion: reduce){.page-root:before{animation:none;background-position:50% 50%}a.btn-primary:hover,button.btn-primary:hover,a.btn-secondary:hover,button.btn-secondary:hover,.nav-button:hover,.pricing-cta:hover{transform:none}}header.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);z-index:100;background:#ffffffd1;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border);transition:background .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),border-color .28s cubic-bezier(.22,1,.36,1)}header.nav.nav--scrolled{background:#f8fafceb;border-bottom-color:#0f172a1a;box-shadow:0 8px 32px #0f172a0f;backdrop-filter:saturate(180%) blur(30px);-webkit-backdrop-filter:saturate(180%) blur(30px)}.nav-inner{max-width:var(--max);margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:var(--text);flex-shrink:0}.nav-logo-img{width:36px;height:36px;flex-shrink:0;display:block;object-fit:contain;border-radius:10px}.nav-logo-img--sm{width:28px;height:28px;border-radius:8px}.nav-brand-text{letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:6px;flex:1;min-width:0;justify-content:center}.nav-link{padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .15s,background .15s;background:none;border:none;font-family:inherit;cursor:pointer}.nav-link:hover{color:var(--text);background:#0f172a0f}.nav-cta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;flex-shrink:0}.nav-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:10px;font-size:.875rem;font-weight:600;background:linear-gradient(180deg,#3b82f6 0%,var(--accent) 100%);color:#fff!important;border:none;cursor:pointer;transition:background .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1),filter .22s cubic-bezier(.22,1,.36,1);box-shadow:0 0 0 1px #ffffff0f inset;transform:translateZ(0)}.nav-button:hover{background:linear-gradient(180deg,#60a5fa,#2563eb);filter:brightness(1.04);box-shadow:0 10px 36px #2563eb61;transform:scale(1.03) translateZ(0)}.nav-button:active{transform:scale(1.01) translateZ(0)}.nav-login{color:var(--text-muted)!important}@media (max-width: 720px){.nav-inner{gap:12px;padding:0 16px}.nav-links{justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,transparent,#000 10px,#000 calc(100% - 10px),transparent);mask-image:linear-gradient(to right,transparent,#000 10px,#000 calc(100% - 10px),transparent);-webkit-mask-size:100% 100%;mask-size:100% 100%}.nav-links::-webkit-scrollbar{display:none}.nav-link{flex-shrink:0}}section.section.hero{display:block;padding:calc(var(--nav-h) + 32px) 24px 48px;max-width:none}.hero-inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr 1.08fr;gap:clamp(28px,4vw,40px);align-items:center}@media (max-width: 960px){.hero-inner{grid-template-columns:1fr;gap:36px}.hero-panel{order:-1}}.hero-copy{min-width:0}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-hover);margin:0 0 16px}.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 12px var(--success);animation:pulse-dot 2s ease-in-out infinite}.hero-title{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0 0 20px}.hero-subtitle{font-size:1.0625rem;color:var(--text-muted);max-width:36rem;margin:0 0 28px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}a.btn-primary,button.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:10px;font-size:.9375rem;font-weight:600;background:linear-gradient(180deg,#3b82f6 0%,var(--accent) 100%);color:#fff!important;border:none;cursor:pointer;transition:background .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1),filter .22s cubic-bezier(.22,1,.36,1);box-shadow:0 0 0 1px #ffffff0f inset;font-family:inherit;transform:translateZ(0)}a.btn-primary:hover,button.btn-primary:hover{background:linear-gradient(180deg,#60a5fa,#2563eb);filter:brightness(1.05);box-shadow:0 10px 36px #2563eb59;transform:scale(1.03) translateZ(0)}a.btn-primary:active,button.btn-primary:active{transform:scale(1.01) translateZ(0)}a.btn-secondary,button.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:10px;font-size:.9375rem;font-weight:600;background:transparent;color:var(--text-muted)!important;border:1px solid var(--border);cursor:pointer;transition:color .22s cubic-bezier(.22,1,.36,1),border-color .22s cubic-bezier(.22,1,.36,1),background .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);font-family:inherit;transform:translateZ(0)}a.btn-secondary:hover,button.btn-secondary:hover{color:var(--text)!important;border-color:#2563eb59;background:#2563eb0d;box-shadow:0 8px 28px #2563eb1f;transform:scale(1.03) translateZ(0)}a.btn-secondary:active,button.btn-secondary:active{transform:scale(1.01) translateZ(0)}.hero-caption{margin:0;font-size:.8125rem;color:var(--text-dim)}.hero-panel{min-width:0}.hero-panel-frame{position:relative;border-radius:var(--radius-lg)}.hero-panel-frame--glow{padding:1px;border-radius:calc(var(--radius-lg) + 2px);background:linear-gradient(135deg,#2563eb6b,#818cf847,#2563eb2e);box-shadow:0 0 0 1px #2563eb1a,0 18px 48px #2563eb24,0 0 72px #6366f11a;animation:hero-panel-glow 7s ease-in-out infinite}.hero-panel-frame--glow .mock-browser{border-radius:calc(var(--radius-lg) - 1px)}@keyframes hero-panel-glow{0%,to{opacity:1;filter:brightness(1)}50%{opacity:.96;filter:brightness(1.05)}}@media (prefers-reduced-motion: reduce){.hero-panel-frame--glow{animation:none}}.mock-browser{border-radius:var(--radius-lg);border:1px solid var(--border);background:#fff;box-shadow:0 20px 60px #0f172a14,0 0 0 1px #0f172a0a;overflow:hidden}.mock-browser__chrome{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--border);background:#f8fafc}.mock-browser__dot{width:10px;height:10px;border-radius:50%;background:#374151}.mock-browser__dot:nth-child(1){background:#ef4444}.mock-browser__dot:nth-child(2){background:#f59e0b}.mock-browser__dot:nth-child(3){background:#22c55e}.mock-browser__url{flex:1;margin-left:8px;font-size:.7rem;color:var(--text-muted);font-family:ui-monospace,monospace;padding:6px 10px;background:#fff;border-radius:6px;border:1px solid var(--border);min-width:0}.mock-browser__url-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.mock-browser__body{padding:20px 22px 24px}.mock-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:#2563eb14;border:1px solid rgba(37,99,235,.22);color:#1d4ed8;margin-bottom:14px}.mock-badge .live{width:6px;height:6px;border-radius:50%;background:var(--success);animation:pulse-dot 1.5s ease-in-out infinite}.mock-title{font-size:1.125rem;font-weight:600;margin:0 0 16px;letter-spacing:-.02em;color:var(--text)}.mock-lines{display:flex;flex-direction:column;gap:10px}.mock-line{height:10px;border-radius:5px;background:linear-gradient(90deg,#1f2937,#374151,#1f2937);background-size:200% 100%;animation:shimmer 2.2s ease-in-out infinite}.mock-line:nth-child(1){width:100%}.mock-line:nth-child(2){width:92%;animation-delay:.15s}.mock-line:nth-child(3){width:78%;animation-delay:.3s}.mock-line:nth-child(4){width:88%;animation-delay:.45s}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.mock-keypoints{margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.mock-keypoints h4{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin:0 0 12px}.mock-kp{display:flex;align-items:flex-start;gap:10px;font-size:.8125rem;color:var(--text-muted);margin-bottom:10px;opacity:0;animation:fade-in-up .6s ease forwards}.mock-kp:nth-child(2){animation-delay:.4s}.mock-kp:nth-child(3){animation-delay:.8s}.mock-kp:nth-child(4){animation-delay:1.2s}.mock-kp svg{flex-shrink:0;margin-top:2px;color:var(--accent-hover)}@keyframes fade-in-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.video-block-wrap{max-width:960px;margin:0 auto}.video-block{border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;background:#050505;position:relative;box-shadow:0 32px 80px #00000080}.video-block video{width:100%;vertical-align:middle;aspect-ratio:16 / 9;object-fit:cover;background:#0a0a0a;display:block}.video-note{margin-top:16px;font-size:.8125rem;color:var(--text-dim);text-align:center;line-height:1.5}.video-note code{font-size:.75rem;background:#0f172a0f;padding:2px 8px;border-radius:6px}.showcase-inner{max-width:var(--max);margin:72px auto 0;padding-top:8px}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:80px}.split:last-child{margin-bottom:0}@media (max-width: 900px){.split{grid-template-columns:1fr;margin-bottom:56px}.split--reverse .split__visual{order:-1}}.split__visual{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:0 12px 40px #0f172a1a}.split__visual img{width:100%;height:100%;object-fit:cover;min-height:280px;display:block}.split__content h3{font-size:1.5rem;font-weight:700;margin:0 0 14px;letter-spacing:-.02em}.split__content p{color:var(--text-muted);margin:0 0 16px;font-size:1rem;line-height:1.55;max-width:36rem}.split__list{list-style:none;padding:0;margin:18px 0 0}.split__list li{font-size:.9375rem;line-height:1.6;color:var(--text-muted);margin:0 0 14px;max-width:36rem;padding-left:1.1em;position:relative}.split__list li:before{content:"·";position:absolute;left:0;color:var(--accent-hover);font-weight:700}.split__list li:last-child{margin-bottom:0}.section-padded{padding-top:36px;padding-bottom:56px}.section-alt{background:#f1f5f9;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-alt.section-alt--flush-top{border-top:none}.section-header{max-width:720px;margin:0 auto 24px;text-align:center}.section-header h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin:0 0 14px;line-height:1.2}.section-header h2+p{margin:0;font-size:1.0625rem;color:var(--text-muted);line-height:1.65}.section-header .eyebrow--section{justify-content:center;width:100%;margin-bottom:14px;letter-spacing:.14em}.section-header .eyebrow--section:before{animation:none;background:linear-gradient(135deg,var(--accent-hover),var(--accent));box-shadow:0 0 14px var(--accent-glow)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;max-width:var(--max);margin:0 auto}.step-card{padding:24px;border-radius:var(--radius);border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0f172a0f;transition:border-color .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s cubic-bezier(.22,1,.36,1)}.step-card:hover{border-color:#2563eb52;transform:translateY(-4px);box-shadow:0 18px 44px #2563eb1f,0 0 0 1px #2563eb1a}@media (prefers-reduced-motion: reduce){.step-card{transition:border-color .2s,box-shadow .2s}.step-card:hover{transform:none}}.step-badge{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-hover);margin-bottom:14px}.step-card h3{font-size:1.0625rem;font-weight:600;margin:0 0 10px;letter-spacing:-.02em}.step-card p{font-size:.875rem;color:var(--text-muted);margin:0;line-height:1.6}.steps-grid--why,.steps-grid--use-cases{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.step-card--minimal h3{margin-top:0}.product-differentiation{max-width:560px;margin:40px auto 0;padding-top:28px;text-align:center}.product-differentiation__title{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;letter-spacing:-.02em;margin:0 0 12px;color:var(--text)}.product-differentiation__lead{margin:0 0 20px;font-size:1.0625rem;color:var(--text-muted);line-height:1.55}.product-differentiation__list{text-align:left;max-width:420px;margin:0 auto}.features-scroll-wrap{width:100%;max-width:100vw;margin:0 auto;padding:0 0 8px}.features-scroll{display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding:0 24px;padding:4px 24px 20px;margin:0 -24px;scrollbar-width:thin;scrollbar-color:rgba(15,23,42,.2) transparent}.features-scroll::-webkit-scrollbar{height:8px}.features-scroll::-webkit-scrollbar-thumb{background:#0f172a26;border-radius:4px}@media (min-width: 1248px){.features-scroll{padding-left:0;padding-right:0;max-width:var(--max);margin:0 auto}}.feature-card{position:relative;margin:0;flex:0 0 min(320px,calc(100vw - 56px));scroll-snap-align:start;padding:22px;border-radius:var(--radius);border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0f172a0f;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease;overflow:hidden}.feature-card:hover{border-color:#2563eb59;transform:translateY(-3px);box-shadow:0 14px 40px #0f172a1a,0 0 0 1px #2563eb1a}.feature-card h3{position:relative;margin:0 0 12px;padding:0;font-size:1.0625rem;font-weight:600;letter-spacing:-.02em;color:var(--text);line-height:1.35;display:flex;align-items:flex-start;gap:11px}.feature-card p{margin:0;font-size:.875rem;line-height:1.62;color:var(--text-muted)}@media (prefers-reduced-motion: reduce){.feature-card:hover{transform:none}}.edu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:var(--max);margin:0 auto}.edu-card{padding:28px;border-radius:var(--radius);border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0f172a0d}.edu-card h3{margin:0 0 12px;font-size:1.25rem;font-weight:600}.edu-card p{margin:0;color:var(--text-muted);line-height:1.6}.pricing-card{position:relative;border-radius:var(--radius-lg);border:1px solid var(--border);padding:32px 28px;background:var(--surface);display:flex;flex-direction:column}.pricing-card-highlight{border-color:#2563eb59;background:linear-gradient(180deg,#eff6ff,#fff);box-shadow:0 0 0 1px #2563eb1f}.pricing-card-institutional{border-color:#94a3b873;background:linear-gradient(180deg,#f8fafc,#fff)}.pricing-price--custom{font-size:1.85rem;font-weight:800;letter-spacing:-.03em;margin-bottom:8px;color:var(--text)}.pricing-pill{position:absolute;top:16px;right:16px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:6px 10px;border-radius:999px;background:#2563eb1f;color:#1d4ed8}.pricing-label{font-size:.875rem;font-weight:600;color:var(--text-muted);margin-bottom:8px}.pricing-price{font-size:2.25rem;font-weight:800;letter-spacing:-.03em;margin-bottom:8px}.pricing-price span{font-size:1rem;font-weight:500;color:var(--text-muted)}.pricing-constraints-heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin:16px 0 10px}.pricing-features{list-style:none;padding:0;margin:0 0 24px;flex:1}.pricing-features li{font-size:.875rem;color:var(--text-muted);padding:8px 0;border-bottom:1px solid rgba(15,23,42,.08)}.pricing-features li:last-child{border-bottom:none}.pricing-footnote{max-width:42rem;margin:28px auto 0;padding:0 16px;font-size:.8125rem;line-height:1.5;color:var(--text-dim);text-align:center}.pricing-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 18px;border-radius:10px;font-size:.9375rem;font-weight:600;background:linear-gradient(180deg,#3b82f6 0%,var(--accent) 100%);color:#fff!important;margin-top:auto;transition:background .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1),filter .22s cubic-bezier(.22,1,.36,1),opacity .15s;transform:translateZ(0)}.pricing-cta:hover{background:linear-gradient(180deg,#60a5fa,#2563eb);filter:brightness(1.05);box-shadow:0 10px 32px #2563eb52;transform:scale(1.03) translateZ(0)}.pricing-cta:active{transform:scale(1.01) translateZ(0)}.pricing-cta-disabled{opacity:.65;cursor:default;pointer-events:none}.pricing-card-highlight .pricing-cta{background:linear-gradient(135deg,#60a5fa,#2563eb)}.pricing-card-highlight .pricing-cta:hover{background:linear-gradient(135deg,#93c5fd,#3b82f6);filter:brightness(1.04)}.profile-section .profile-page{max-width:520px;margin:0 auto}.profile-card{padding:32px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-elevated)}.profile-card-title{margin:0 0 8px;font-size:1.5rem;font-weight:700}.profile-card-desc{margin:0 0 24px;color:var(--text-muted);font-size:.9375rem}.profile-card-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:12px 0;border-bottom:1px solid var(--border);font-size:.9375rem}.profile-card-label{color:var(--text-dim);font-weight:500}.profile-card-value{color:var(--text);font-weight:500;text-align:right;word-break:break-all}.profile-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:20px;margin-right:12px;padding:12px 20px;border-radius:10px;font-weight:600;font-size:.9375rem;background:var(--accent);color:#fff!important}.profile-cta:hover{background:var(--accent-hover)}.coming-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;max-width:var(--max);margin:0 auto}.coming-card{padding:24px;border-radius:var(--radius);border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0f172a0d}.coming-card h3{margin:0 0 10px;font-size:1.0625rem;font-weight:600}.coming-card p{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.6}.cta-section{text-align:center}.cta-inner{max-width:640px;margin:0 auto}.cta-inner h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 14px;letter-spacing:-.02em}.cta-inner>p{margin:0 0 28px;color:var(--text-muted);font-size:1.0625rem;line-height:1.6}.cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.footer{border-top:1px solid var(--border);padding:40px 24px 48px;margin-top:40px;background:#f8fafc}.footer-inner{max-width:var(--max);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px}.footer-brand{display:flex;align-items:center;gap:10px;font-weight:700}.footer-brand-text{font-size:1.0625rem}.footer-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px}.footer-link{font-size:.875rem;color:var(--text-muted);background:none;border:none;padding:0;font-family:inherit;cursor:pointer;transition:color .15s}a.footer-link:hover,button.footer-link:hover{color:var(--text)}.footer-meta{width:100%;flex-basis:100%;font-size:.8125rem;color:var(--text-dim)}.auth-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.auth-modal.auth-modal-open{opacity:1;visibility:visible;pointer-events:auto}.auth-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-modal-box{position:relative;z-index:1;width:100%;max-width:440px;max-height:calc(100vh - 48px);overflow-y:auto;padding:28px 26px 26px;border-radius:var(--radius-lg);border:1px solid var(--border);background:#fff;box-shadow:0 24px 64px #0f172a2e}.auth-modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:none;border-radius:8px;background:#0f172a0f;color:var(--text-muted);font-size:1.5rem;line-height:1;cursor:pointer;display:grid;place-items:center}.auth-modal-close:hover{color:var(--text);background:#0f172a1a}.auth-modal-title{margin:0 0 8px;font-size:1.375rem;font-weight:700;padding-right:40px}.auth-modal-subtitle{margin:0 0 20px;font-size:.875rem;color:var(--text-muted);line-height:1.5}.auth-modal-tabs{display:flex;gap:8px;margin-bottom:20px}.auth-tab{flex:1;padding:10px 14px;border-radius:10px;border:1px solid var(--border);background:#f8fafc;color:var(--text-muted);font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.auth-tab.active{background:#2563eb1a;border-color:#2563eb59;color:#1d4ed8}.auth-modal-message{margin:0 0 12px;font-size:.8125rem;color:#2563eb;min-height:0}.auth-google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 16px;border-radius:10px;border:1px solid var(--border);background:#fff;color:#1f2937!important;font-weight:600;font-size:.9375rem;margin-bottom:16px;transition:box-shadow .15s}.auth-google-btn:hover{box-shadow:0 4px 20px #ffffff1f}.auth-modal-divider{display:flex;align-items:center;gap:12px;margin:16px 0;color:var(--text-dim);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.auth-modal-divider:before,.auth-modal-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-field{display:flex;flex-direction:column;gap:6px;font-size:.8125rem;font-weight:600;color:var(--text-muted)}.auth-field input,.auth-field select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#f8fafc;color:var(--text);font-size:.9375rem;font-family:inherit}.auth-field input:focus,.auth-field select:focus{outline:none;border-color:#3b82f68c}.auth-submit-btn{margin-top:8px;width:100%;padding:12px 18px;border-radius:10px;border:none;background:var(--accent);color:#fff;font-weight:600;font-size:.9375rem;font-family:inherit;cursor:pointer}.auth-submit-btn:hover{background:var(--accent-hover)}.auth-form-error{margin:4px 0 0;font-size:.8125rem;color:#dc2626;min-height:1.2em}.stat-strip{max-width:var(--max);margin:0 auto 48px}.stat-strip__grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 768px){.stat-strip__grid{grid-template-columns:repeat(3,1fr);gap:20px}}.stat-item{padding:22px 20px;border-radius:var(--radius);border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0f172a0d}.stat-item__value{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--accent);line-height:1.1;margin-bottom:8px}.stat-item__label{font-size:.875rem;line-height:1.55;color:var(--text-muted)}.testimonial-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:var(--max);margin:0 auto}@media (min-width: 900px){.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.testimonial-card{margin:0;padding:24px 22px;border-radius:var(--radius);border:1px solid var(--border);background:#fff;box-shadow:0 1px 3px #0f172a0d}.testimonial-card__quote{margin:0 0 18px;font-size:.9375rem;line-height:1.65;color:var(--text)}.testimonial-card__meta{display:flex;flex-direction:column;gap:4px;font-size:.8125rem;color:var(--text-muted)}.testimonial-card__meta strong{color:var(--text);font-weight:600}.integration-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 12px;max-width:840px;margin:0 auto}.integration-pill{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;font-size:.8125rem;font-weight:600;color:var(--text);background:#f1f5f9;border:1px solid rgba(15,23,42,.08)}.integration-footnote{max-width:42rem;margin:24px auto 0;text-align:center;font-size:.8125rem;line-height:1.55;color:var(--text-dim);padding:0 16px}.website-account-section{scroll-margin-top:calc(var(--nav-h) + 16px)}.website-account-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;margin:0 0 12px;color:var(--text)}.website-account-lead{font-size:1.0625rem;color:var(--text-muted);line-height:1.65;max-width:36rem;margin:0 auto}.website-account-card{max-width:480px;margin:0 auto;padding:28px 26px;border-radius:var(--radius-lg);border:1px solid var(--border);background:#fff;box-shadow:0 4px 24px #0f172a0f}.website-account-body{margin:0 0 20px;font-size:.9375rem;line-height:1.6;color:var(--text-muted)}.website-account-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--border);font-size:.9375rem}.website-account-row:last-of-type{border-bottom:none;margin-bottom:8px}.website-account-label{color:var(--text-dim);font-weight:500}.website-account-value{color:var(--text);font-weight:600;text-align:right;word-break:break-word}.website-account-trial{margin:18px 0 0;padding:14px 16px;border-radius:var(--radius);font-size:.9375rem;line-height:1.55;background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-muted)}.website-account-trial--ok{border-color:#2563eb33;background:#2563eb0f;color:var(--text)}.website-account-trial--warn{border-color:#dc262633;background:#fef2f2e6;color:var(--text)}.website-account-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.website-account-error{margin:0 0 14px;font-size:.875rem;color:#b91c1c}.product-features{max-width:var(--max);margin:28px auto 0;padding:40px clamp(20px,4vw,36px) 36px;border-radius:var(--radius-lg);scroll-margin-top:calc(var(--nav-h) + 16px);background:linear-gradient(165deg,#2563eb12,#f8fafcfa 38%,#fff);border:1px solid rgba(37,99,235,.14);box-shadow:0 1px #fffc inset,0 24px 60px #0f172a0f}.product-features__header{max-width:40rem;margin:0 auto 28px;text-align:center}.product-features__title{font-size:clamp(1.65rem,3.2vw,2.125rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 14px;color:var(--text);background:linear-gradient(135deg,#0f172a,#1e3a5f);-webkit-background-clip:text;background-clip:text;color:transparent}@supports not (background-clip: text){.product-features__title{color:var(--text);background:none}}.product-features__brand{margin:0;font-size:.9375rem;font-weight:500;color:var(--text-muted);letter-spacing:-.01em;line-height:1.45}.product-features__slide-copy{min-width:0}.product-features__slide-head{display:flex;align-items:flex-start;gap:14px}.product-features__icon-wrap{flex-shrink:0;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(145deg,#2563eb1f,#6366f114);border:1px solid rgba(37,99,235,.18);color:#2563eb;box-shadow:0 1px #ffffffb3 inset}.product-features__slide-titles{min-width:0;flex:1}.product-feature-row__sub{margin:6px 0 0;font-size:.875rem;line-height:1.45;color:var(--text-muted);letter-spacing:-.01em}.product-feature-row__title{margin-bottom:0}.product-features__rail{width:100%;margin:0 calc(-1*clamp(12px,2vw,20px))}.product-features__rail-scroll{display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-inline:clamp(16px,4vw,28px);padding:8px clamp(16px,4vw,28px) 22px;scrollbar-width:thin;scrollbar-color:rgba(15,23,42,.22) transparent}.product-features__rail-scroll::-webkit-scrollbar{height:8px}.product-features__rail-scroll::-webkit-scrollbar-thumb{background:#0f172a26;border-radius:4px}.product-features__slide{flex:0 0 min(420px,calc(100vw - 52px));scroll-snap-align:start;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:18px;box-shadow:0 14px 40px #0f172a12;padding:clamp(20px,3vw,26px) clamp(16px,2.5vw,22px);transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s cubic-bezier(.22,1,.36,1)}.product-features__slide:hover{transform:translateY(-3px);box-shadow:0 22px 52px #2563eb1f,0 0 0 1px #2563eb14}.product-features__slide-inner{display:flex;flex-direction:column;gap:18px;min-height:0}@media (min-width: 720px){.product-features__slide-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(16px,3vw,28px);align-items:start}}@media (prefers-reduced-motion: reduce){.product-features__slide{transition:none}.product-features__slide:hover{transform:none}}.see-it{scroll-margin-top:calc(var(--nav-h) + 16px);margin:28px calc(-1*clamp(12px,2vw,20px)) 0;padding:28px clamp(16px,3vw,28px) 26px;border-radius:var(--radius-lg);background:linear-gradient(165deg,#2563eb12,#f8fafcfa 42%,#fff);border:1px solid rgba(37,99,235,.14);box-shadow:0 1px #ffffffd9 inset,0 20px 50px #0f172a0f}.see-it__header.section-header{margin-bottom:22px}.see-it__title{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;letter-spacing:-.03em;margin:0 0 8px;line-height:1.15;color:var(--text)}.see-it__lead{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.see-it__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}@media (max-width: 800px){.see-it__grid{grid-template-columns:1fr}}.see-it__panel{display:flex;flex-direction:column;min-height:0;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:16px;overflow:hidden;box-shadow:0 12px 34px #0f172a12;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s cubic-bezier(.22,1,.36,1)}.see-it__panel:hover{transform:translateY(-2px);box-shadow:0 22px 48px #2563eb1f,0 0 0 1px #2563eb14}.see-it__panel--summary{border-color:#2563eb24}@media (prefers-reduced-motion: reduce){.see-it__panel:hover{transform:none}}.see-it__panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.see-it__panel-badge{display:inline-flex;align-items:center;padding:5px 11px;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:#2563eb1a;border:1px solid rgba(37,99,235,.2);color:#1d4ed8}.see-it__panel-badge--live{gap:6px;background:#22c55e1f;border-color:#22c55e59;color:#15803d}.see-it__panel-badge--live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 0 2px #22c55e40;animation:pulse-dot 1.5s ease-in-out infinite}.see-it__panel-label{font-size:.8125rem;font-weight:600;color:var(--text);letter-spacing:-.02em}.see-it__panel-body{padding:16px 16px 18px;flex:1;min-height:132px}.see-it__panel--transcript .hero-typing-transcript{min-height:108px}.see-it__summary-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-dim);margin:0 0 12px}.see-it__summary-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.see-it__summary-list li{display:flex;align-items:flex-start;gap:10px;font-size:.8125rem;line-height:1.5;color:var(--text-muted);margin:0}.see-it__summary-list svg{flex-shrink:0;margin-top:2px;color:var(--accent-hover)}.product-feature-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,4vw,52px);align-items:center;padding:clamp(28px,3.5vw,40px) clamp(12px,2vw,20px);margin-left:clamp(-12px,-2vw,-20px);margin-right:clamp(-12px,-2vw,-20px);border-bottom:1px solid rgba(15,23,42,.08);border-radius:16px;position:relative;z-index:0;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1)}.product-feature-row:hover{z-index:1;transform:translateY(-4px);box-shadow:0 20px 48px #2563eb24,0 0 0 1px #2563eb1a}@media (prefers-reduced-motion: reduce){.product-feature-row{transition:none}.product-feature-row:hover{transform:none}}.product-feature-row:last-child{border-bottom:none;padding-bottom:0}.product-feature-row__title{font-size:1.125rem;font-weight:700;letter-spacing:-.02em;margin:0 0 10px;color:var(--text)}.product-feature-row__body{margin:0;font-size:.9375rem;line-height:1.55;color:var(--text-muted);max-width:28rem}.feature-preview{border-radius:16px;border:1px solid rgba(15,23,42,.1);background:#fff;box-shadow:0 18px 48px #0f172a12;overflow:hidden;min-height:180px}.feature-preview__chrome{display:flex;align-items:center;gap:6px;padding:10px 14px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid var(--border)}.feature-preview__dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1}.feature-preview__dot:nth-child(1){background:#fb7185}.feature-preview__dot:nth-child(2){background:#fbbf24}.feature-preview__dot:nth-child(3){background:#34d399}.feature-preview__body{padding:18px 18px 20px}.feature-preview__badge{display:inline-block;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#dc2626;background:#fee2e2e6;border:1px solid rgba(252,165,165,.5);padding:4px 8px;border-radius:6px;margin-bottom:14px}.feature-preview__lines{display:flex;flex-direction:column;gap:10px}.feature-preview__line{height:9px;border-radius:5px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:feature-preview-shimmer 2.4s ease-in-out infinite}.feature-preview__line--w100{width:100%}.feature-preview__line--w92{width:92%}.feature-preview__line--w88{width:88%}.feature-preview__line--w76{width:76%}@keyframes feature-preview-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion: reduce){.feature-preview__line{animation:none}}.feature-preview__summary-title{height:14px;width:55%;border-radius:6px;background:#0f172a;margin-bottom:16px;opacity:.9}.feature-preview__bullet{height:8px;border-radius:4px;background:#cbd5e1;margin-bottom:10px;width:100%}.feature-preview__bullet--short{width:72%}.feature-preview__tasks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.feature-preview__tasks li{display:flex;align-items:center;gap:10px;font-size:.8125rem;color:var(--text-muted);font-weight:500}.feature-preview__check{width:16px;height:16px;border-radius:4px;border:2px solid var(--accent);flex-shrink:0;background:linear-gradient(135deg,#2563eb1f,#2563eb0a)}.feature-preview__decision{padding:14px;border-radius:12px;background:#2563eb0f;border:1px solid rgba(37,99,235,.2)}.feature-preview__decision-label{display:block;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-hover);margin-bottom:8px}.feature-preview__decision-text{margin:0;font-size:.875rem;font-weight:600;color:var(--text);line-height:1.4}.feature-preview__people{display:flex;flex-direction:column;gap:12px}.feature-preview__people-row{display:flex;align-items:center;gap:12px}.feature-preview__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:.8125rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-preview__avatar--2{background:linear-gradient(135deg,#64748b,#475569)}.feature-preview__people-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.feature-preview__people-name{font-size:.875rem;font-weight:600;color:var(--text)}.feature-preview__people-role{font-size:.75rem;color:var(--text-dim)}.feature-preview__approval{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.feature-preview__approval-status{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b45309;background:#fffbeb;border:1px solid rgba(245,158,11,.35);padding:6px 10px;border-radius:8px}.feature-preview__approval-actions{display:flex;gap:10px;flex-wrap:wrap}.feature-preview__pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:10px;font-size:.8125rem;font-weight:600}.feature-preview__pill--ghost{background:#f8fafc;border:1px solid var(--border);color:var(--text-muted)}.feature-preview__pill--primary{background:var(--accent);color:#fff;border:1px solid transparent}.feature-preview__body--tight{padding-top:14px;padding-bottom:16px}.feature-preview__typed{display:flex;flex-direction:column;gap:8px;min-height:5.25rem}.feature-preview__typed--bullets{gap:7px;min-height:auto;margin-top:2px}.feature-preview__typed-line{margin:0;font-size:.75rem;line-height:1.5;color:#0f172a;letter-spacing:-.01em}.feature-preview__typed--i18n .feature-preview__typed-line{font-size:.6875rem;line-height:1.48}.feature-preview__cursor{display:inline-block;margin-left:1px;color:#2563eb;font-weight:400;animation:feature-cursor-blink 1s step-end infinite}@keyframes feature-cursor-blink{50%{opacity:0}}@media (prefers-reduced-motion: reduce){.feature-preview__cursor{animation:none;opacity:0}}.feature-preview__summary-heading{margin:0 0 6px;font-size:.9375rem;font-weight:700;letter-spacing:-.02em;color:var(--text);line-height:1.35;min-height:1.35em}.feature-preview__lang-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.feature-preview__lang-chip{font-size:.625rem;font-weight:700;padding:4px 8px;border-radius:6px;background:#2563eb14;border:1px solid rgba(37,99,235,.2);color:#1d4ed8}.feature-preview__lang-chip--more{color:var(--text-muted);background:#f1f5f9;border-color:var(--border)}.feature-preview__email-card{border-radius:12px;border:1px solid var(--border);background:linear-gradient(180deg,#f8fafc,#fff);padding:12px 14px}.feature-preview__email-meta{font-size:.625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.feature-preview__email-subject{font-size:.8125rem;font-weight:700;color:var(--text);margin-bottom:8px;line-height:1.35}.feature-preview__email-snippet{margin:0;font-size:.75rem;line-height:1.5;color:var(--text-muted)}.feature-preview__tasks--typed li{align-items:flex-start}@media (max-width: 860px){.product-feature-row{grid-template-columns:1fr}.product-feature-row__body{max-width:none}}.ai-thinking-dots{display:inline-flex;align-items:center;gap:4px;margin-left:6px;vertical-align:middle}.ai-thinking-dot{width:4px;height:4px;border-radius:50%;background:#60a5faf2;box-shadow:0 0 8px #3b82f673;will-change:opacity}.ai-waveform{display:inline-flex;align-items:flex-end;gap:3px;height:22px;margin-left:8px;vertical-align:middle}.ai-waveform-bar{width:3px;border-radius:2px;background:linear-gradient(180deg,#60a5faf2,#2563eba6);transform-origin:center bottom;will-change:transform}.mock-browser__ai-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px}.hero-morph-block{min-height:120px}.hero-morph-line{font-size:.8125rem;line-height:1.55;color:var(--text-muted);margin:0 0 8px}.hero-morph-summary{font-size:.875rem;line-height:1.62;color:var(--text);margin:0}.hero-morph-list{margin:0;padding-left:1.1rem;font-size:.8125rem;color:var(--text-muted);line-height:1.55}.hero-morph-notes{display:grid;gap:8px}.hero-morph-note-pill{font-size:.75rem;padding:6px 10px;border-radius:8px;border:1px solid var(--border);background:#2563eb14;color:var(--text-muted)}.steps-flow-line-wrap{max-width:var(--max);margin:0 auto 24px;padding:0 24px}.steps-flow-line{height:1px;border-radius:1px;background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.35) 20%,rgba(96,165,250,.55) 50%,rgba(59,130,246,.35) 80%,transparent 100%);transform-origin:left center;will-change:transform,opacity}.step-card-motion{will-change:transform,opacity}.feature-card-motion{position:relative;will-change:transform}.feature-card-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#3b82f61f;border:1px solid rgba(59,130,246,.2);color:var(--accent-hover);flex-shrink:0}.feature-card-motion h3{display:flex;align-items:flex-start;gap:10px}.feature-card-motion h3:before{display:none}.stagger-word{display:inline-block;margin-right:.28em}.stagger-word--nowrap{white-space:nowrap}.hero-typing-transcript{min-height:120px}.typing-cursor{display:inline-block;width:2px;height:.95em;margin-left:2px;vertical-align:-.12em;border-radius:1px;background:linear-gradient(180deg,#3b82f6,#6366f1);box-shadow:0 0 10px #2563eb73;animation:typing-cursor-blink 1s steps(1,end) infinite}@keyframes typing-cursor-blink{0%,45%{opacity:1}50%,to{opacity:0}}@media (prefers-reduced-motion: reduce){.typing-cursor{animation:none;opacity:.85}.ai-thinking-dot,.ai-waveform-bar,.steps-flow-line,.step-card-motion,.feature-card-motion{will-change:auto}}
