:root{--ink:#171315;--muted:#6e6567;--paper:#f8f4ef;--cream:#efe7de;--white:#fff;--coral:#dc4c56;--coral-dark:#bd3440;--line:#ded4cb;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:18px max(24px,5vw);background:rgba(248,244,239,.9);border-bottom:1px solid rgba(222,212,203,.7);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:10px;color:var(--ink)}.brand-mark{display:block;width:42px;height:42px;flex:0 0 42px}.brand-name{display:flex;align-items:baseline;gap:0;line-height:1;letter-spacing:-.045em}.brand-name strong,.brand-name span{font-family:var(--sans);font-size:17px;font-style:normal}.brand-name strong{font-weight:700}.brand-name span{font-weight:600}.desktop-nav{display:flex;gap:32px;font-size:14px;font-weight:600}.desktop-nav a:hover{color:var(--coral)}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border:0;border-radius:99px;padding:15px 24px;font-weight:700;cursor:pointer;transition:.25s}.button:hover{transform:translateY(-2px)}.button-small{padding:10px 18px;font-size:13px}.button-dark{background:var(--ink);color:#fff}.button-primary{background:var(--coral);color:#fff;box-shadow:0 12px 28px rgba(189,52,64,.22)}.button-light{width:100%;background:#fff;color:var(--ink)}.section{padding:110px max(24px,7vw)}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:700;color:var(--coral)}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.08;letter-spacing:-.035em}h1,h2{font-family:var(--serif)}h1{font-size:clamp(52px,6.5vw,94px);max-width:850px;margin-bottom:28px}h1 em,h2 em{color:var(--coral);font-weight:600}.hero{min-height:calc(100vh - 75px);display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:4vw;overflow:hidden}.hero-copy{position:relative;z-index:2}.hero-lead{max-width:650px;color:var(--muted);font-size:18px}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:36px}.text-link{font-size:14px;font-weight:700}.proof-line{display:flex;align-items:center;gap:14px;margin-top:48px;color:var(--muted);font-size:13px}.proof-line strong{color:var(--ink)}.avatar-stack{display:flex}.avatar-stack i{display:grid;place-items:center;width:32px;height:32px;margin-left:-8px;border:2px solid var(--paper);border-radius:50%;background:var(--cream);font-style:normal;font-weight:700;font-size:10px}.avatar-stack i:first-child{margin:0}.hero-visual{position:relative;min-height:610px;display:grid;place-items:center}.dashboard{position:relative;z-index:2;display:flex;width:min(650px,100%);height:460px;overflow:hidden;border:1px solid rgba(255,255,255,.45);border-radius:16px;background:#fff;box-shadow:0 35px 80px rgba(41,26,28,.18);transform:perspective(1100px) rotateY(-7deg) rotateX(2deg)}.dash-side{width:62px;background:#211b1e;padding:24px 17px;display:flex;align-items:center;flex-direction:column;gap:28px}.dash-logo{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--coral);color:#fff;font:700 9px var(--serif);margin-bottom:22px}.dash-side span{width:19px;height:5px;border-radius:9px;background:#6a5e62}.dash-side .active{background:var(--coral)}.dash-main{flex:1;padding:28px;background:#fbf9f7}.dash-top{display:flex;justify-content:space-between}.dash-top i{width:30px;height:30px;border-radius:50%;background:var(--cream)}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}.metric-grid div,.chart-card,.balance-card,.activity-card{padding:15px;border:1px solid #eee8e3;border-radius:10px;background:#fff}.metric-grid small,.metric-grid b,.metric-grid em{display:block}.metric-grid small{color:var(--muted);font-size:9px}.metric-grid b{font-size:20px}.metric-grid em{color:#388b69;font-size:8px;font-style:normal}.chart-head{display:flex;justify-content:space-between;font-size:10px;font-weight:700}.chart-head small{color:var(--coral)}.chart-card svg{width:100%;margin-top:12px}.chart-area{fill:url(#area)}.chart-line{fill:none;stroke:var(--coral);stroke-width:3}.bottom-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:12px;margin-top:12px;font-size:8px}.balance-card div{height:5px;background:var(--cream);border-radius:4px}.balance-card div i{display:block;height:100%;background:var(--coral);border-radius:4px}.balance-card b{float:right}.activity-card p{margin:7px 0}.activity-card i{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--coral)}.glow{position:absolute;border-radius:50%;filter:blur(2px)}.glow-one{width:460px;height:460px;background:#ecd1ca;top:60px;right:0}.glow-two{width:280px;height:280px;background:#e7ded2;bottom:20px;left:10px}.floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;background:#fff;box-shadow:0 15px 35px rgba(41,26,28,.15);font-size:10px}.floating-card i{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#f8e3e4;color:var(--coral);font-style:normal;font-weight:bold}.floating-card span>*{display:block}.floating-card small{color:var(--muted)}.floating-one{top:90px;right:-10px}.floating-two{bottom:90px;left:0}.trust-strip{padding:28px 5vw;border-block:1px solid var(--line);text-align:center}.trust-strip p{margin-bottom:12px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.15em}.trust-strip div{display:flex;justify-content:center;align-items:center;gap:24px;font-family:var(--serif);font-weight:700}.trust-strip i{width:3px;height:3px;border-radius:50%;background:var(--coral)}.problem{display:grid;grid-template-columns:1fr 1fr;gap:10vw;background:var(--ink);color:#fff}.problem h2,.section-heading h2{font-size:clamp(42px,5vw,74px);margin-bottom:0}.problem-copy{align-self:end;color:#bdb2b5;font-size:18px}.problem-copy strong{color:#fff}.section-heading{text-align:center;max-width:760px;margin:0 auto 60px}.section-heading.left{text-align:left;margin-left:0}.section-heading>p:last-child{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:1250px;margin:auto}.feature-card{position:relative;min-height:330px;padding:38px;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.feature-card h3{font-family:var(--serif);font-size:31px;max-width:480px}.feature-card p{color:var(--muted);max-width:580px}.feature-wide{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:35px;min-height:430px}.feature-no{font-size:10px;color:var(--coral);font-weight:700;letter-spacing:.12em}.feature-icon{display:grid;place-items:center;width:50px;height:50px;margin:32px 0 25px;border-radius:50%;background:var(--cream);color:var(--coral);font:700 22px var(--serif)}.feature-card ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;list-style:none}.feature-card li{padding:6px 10px;border:1px solid rgba(255,255,255,.3);border-radius:99px;font-size:10px}.coral{background:var(--coral);color:#fff;border:0}.coral p,.dark p{color:rgba(255,255,255,.72)}.coral .feature-no,.dark .feature-no{color:#fff}.dark{background:var(--ink);color:#fff;border:0}.mini-ui{align-self:center;padding:22px;border-radius:12px;background:#fff;color:var(--ink);box-shadow:0 20px 50px rgba(71,18,23,.25);transform:rotate(2deg)}.mini-head{display:flex;justify-content:space-between;margin-bottom:20px;font-weight:700}.mini-head b{padding:5px 8px;border-radius:4px;background:var(--ink);color:#fff;font-size:7px}.status-row{display:grid;grid-template-columns:10px 1fr auto;padding:10px 0;border-bottom:1px solid var(--cream);font-size:10px}.status-row i{width:6px;height:6px;margin-top:5px;border-radius:50%;background:var(--coral)}.role-bars{display:grid;grid-template-columns:55px 1fr 25px;gap:7px;align-items:center;margin-top:20px;font-size:8px}.role-bars div{height:5px;background:var(--cream);border-radius:4px}.role-bars i{display:block;width:50%;height:100%;background:var(--coral);border-radius:4px}.schedule-ui{align-self:center;padding:15px;border-radius:12px;background:#30282c;transform:rotate(-2deg)}.schedule-ui div{display:grid;grid-template-columns:60px 1fr auto;gap:15px;padding:15px;border-bottom:1px solid #4c4146}.schedule-ui div:last-child{border:0}.schedule-ui small{color:var(--coral)}.schedule-ui span{font-family:var(--serif)}.schedule-ui b{font-size:10px}.steps{display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw;background:var(--cream)}.step-list article{display:grid;grid-template-columns:70px 1fr;gap:24px;padding:35px 0;border-bottom:1px solid #d4c6ba}.step-list>article>span{display:grid;place-items:center;width:50px;height:50px;border:1px solid #cbbcaf;border-radius:50%;font-family:var(--serif);color:var(--coral)}.step-list small{color:var(--coral);font-size:10px;text-transform:uppercase;letter-spacing:.15em}.step-list h3{font-family:var(--serif);font-size:28px;margin:6px 0}.step-list p{margin:0;color:var(--muted)}.quote-section{text-align:center;background:var(--coral);color:#fff}.quote-section blockquote{max-width:1050px;margin:0 auto 24px;font:600 clamp(32px,4.5vw,66px)/1.15 var(--serif);letter-spacing:-.03em}.quote-section p{text-transform:uppercase;letter-spacing:.15em;font-size:10px}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:10vw}.faq-list details{padding:23px 0;border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;gap:20px;font-weight:700;cursor:pointer;list-style:none}.faq-list summary span{color:var(--coral);font-size:20px}.faq-list details p{max-width:650px;margin:14px 0 0;color:var(--muted)}.demo{display:grid;grid-template-columns:1fr 1fr;gap:10vw;background:var(--ink);color:#fff}.demo h2{font-size:clamp(42px,5vw,72px)}.demo>div>p:last-child{color:#bdb2b5}.demo form{align-self:center;display:grid;grid-template-columns:1fr 1fr;gap:18px}.demo label{display:grid;gap:7px;color:#d6cccf;font-size:11px}.demo input,.demo select{width:100%;padding:13px 15px;border:1px solid #493e43;border-radius:6px;background:#282125;color:#fff;outline:none}.demo input:focus,.demo select:focus{border-color:var(--coral)}.demo button,.form-note,.form-success{grid-column:span 2}.form-note{margin:0;text-align:center;color:#9f9296;font-size:10px}.form-success{display:none;margin:0;padding:12px;border-radius:6px;background:#254a3a;color:#d9f7e9;text-align:center;font-size:12px}.form-success.show{display:block}footer{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:30px;align-items:center;padding:36px max(24px,5vw);background:#0f0c0e;color:#c7bbbe;font-size:12px}footer .brand{color:#fff}footer div{display:flex;gap:20px}footer small{color:#7c7074}
@media(max-width:900px){.desktop-nav{display:none}.section{padding:78px 24px}.hero,.problem,.steps,.faq,.demo{grid-template-columns:1fr}.hero{padding-top:65px}.hero-visual{min-height:500px}.dashboard{height:400px;transform:none}.problem,.steps,.faq,.demo{gap:45px}.feature-wide{grid-template-columns:1fr}.feature-wide .mini-ui,.feature-wide .schedule-ui{display:none}.demo form{grid-template-columns:1fr}.demo label,.demo button,.form-note,.form-success{grid-column:span 1}footer{grid-template-columns:1fr 1fr}footer p,footer div{display:none}}
@media(max-width:620px){.site-header{padding:14px 18px}.site-header .button{display:none}.hero h1{font-size:48px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual{min-height:360px}.dashboard{height:310px}.dash-main{padding:15px}.metric-grid{gap:5px;margin:15px 0}.metric-grid div{padding:8px}.metric-grid b{font-size:14px}.bottom-grid,.floating-card{display:none}.trust-strip div{gap:10px;font-size:12px}.feature-grid{grid-template-columns:1fr}.feature-card,.feature-wide{grid-column:span 1;min-height:auto;padding:28px}.problem-copy{font-size:16px}.step-list article{grid-template-columns:50px 1fr}.quote-section blockquote{font-size:32px}footer{grid-template-columns:1fr}}

/* Conversion-focused expansion */
.announcement{display:flex;justify-content:center;align-items:center;gap:22px;padding:8px 20px;background:var(--coral);color:#fff;font-size:11px;font-weight:600;letter-spacing:.02em}.announcement a{padding-left:22px;border-left:1px solid rgba(255,255,255,.4);font-weight:700}.header-actions{display:flex;align-items:center;gap:22px}.header-text-link{font-size:12px;font-weight:700;color:var(--muted)}.menu-button,.mobile-menu{display:none}.fit-section{background:#fff}.fit-section .section-heading p:last-child{max-width:700px;margin:20px auto 0}.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1150px;margin:auto}.fit-grid article{padding:45px;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.fit-grid .pain-card{background:var(--ink);color:#fff;border:0}.fit-label{display:block;margin-bottom:25px;color:var(--coral);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.fit-grid h3{max-width:470px;font:600 38px/1.1 var(--serif)}.check-list{padding:0;list-style:none}.check-list li{position:relative;margin:13px 0;padding-left:27px;color:var(--muted);font-size:14px}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--coral);font-weight:700}.pain-card p{margin:28px 0 0;color:#bdb2b5}.pain-stack{display:flex;flex-wrap:wrap;gap:9px}.pain-stack span{padding:9px 12px;border:1px solid #51454a;border-radius:6px;background:#282125;color:#d8cdd0;font-size:11px}.tour{background:#eee7df}.tour-shell{max-width:1250px;margin:auto;border:1px solid #d8ccc2;border-radius:20px;background:#fff;box-shadow:0 25px 70px rgba(45,30,32,.08);overflow:hidden}.tour-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.tour-tab{padding:20px;border:0;border-right:1px solid var(--line);background:#faf8f5;color:var(--muted);font:700 12px var(--sans);cursor:pointer}.tour-tab:last-child{border-right:0}.tour-tab.active{background:#fff;color:var(--coral);box-shadow:inset 0 -3px var(--coral)}.tour-panel{grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;min-height:520px;padding:65px}.tour-panel.active{display:grid}.tour-copy>span{color:var(--coral);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.tour-copy h3{margin:14px 0 22px;font:600 42px/1.08 var(--serif)}.tour-copy p{color:var(--muted)}.browser-mock,.flow-mock,.numbers-mock,.promoter-mock{padding:18px;border:1px solid #e4dbd4;border-radius:14px;background:#faf8f5;box-shadow:0 20px 50px rgba(45,30,32,.12)}.browser-bar{display:flex;align-items:center;gap:5px;padding-bottom:14px}.browser-bar i{width:7px;height:7px;border-radius:50%;background:#d4c8c0}.browser-bar span{margin-left:8px;color:#a79b95;font-size:8px}.festival-page{display:flex;align-items:center;flex-direction:column;min-height:290px;padding:65px 25px;border-radius:7px;background:linear-gradient(135deg,rgba(23,19,21,.94),rgba(79,38,42,.88)),linear-gradient(#ddd,#ddd);color:#fff;text-align:center}.festival-page small{color:#e89097;letter-spacing:.14em;text-transform:uppercase}.festival-page strong{max-width:420px;margin:18px 0;font:600 38px/1.08 var(--serif)}.festival-page span{color:#cbbfc2;font-size:9px}.festival-page b{margin-top:28px;padding:8px 16px;border-radius:30px;background:var(--coral);font-size:9px}.flow-mock>div{display:flex;align-items:center;gap:15px;padding:18px;border-bottom:1px solid #e4dbd4}.flow-mock>div:last-child{border:0;background:#f7e8e7;border-radius:8px}.flow-mock i{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;color:var(--coral);font-style:normal;font-weight:700}.flow-mock span>*{display:block}.flow-mock small{color:var(--muted)}.numbers-mock{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.numbers-mock>div{padding:18px;border-radius:8px;background:#fff}.numbers-mock small,.numbers-mock strong{display:block}.numbers-mock small{color:var(--muted);font-size:9px}.numbers-mock strong{font-size:18px}.numbers-mock .wide{grid-column:span 3}.numbers-mock .wide span{display:block;height:7px;margin:20px 0 10px;border-radius:4px;background:var(--cream)}.numbers-mock .wide i{display:block;height:100%;border-radius:4px;background:var(--coral)}.numbers-mock .wide b{font-size:9px}.promoter-mock>div{display:grid;grid-template-columns:1fr 1fr auto;gap:20px;padding:16px;border-bottom:1px solid #e4dbd4;font-size:10px}.promoter-mock .promoter-top{font-weight:700}.promoter-mock .promoter-top b{padding:3px 7px;border-radius:4px;background:var(--ink);color:#fff}.promoter-mock div:not(.promoter-top) b{color:var(--coral)}.comparison{background:#fff}.comparison-table{max-width:1150px;margin:auto;border:1px solid var(--line);border-radius:16px;overflow:hidden}.comparison-row{display:grid;grid-template-columns:.7fr 1fr 1fr;border-bottom:1px solid var(--line)}.comparison-row:last-child{border:0}.comparison-row>*{padding:20px 24px;border-right:1px solid var(--line);font-size:12px}.comparison-row>*:last-child{border:0}.comparison-row span{color:var(--muted)}.comparison-row .tm-col{background:#f9e8e8;color:var(--ink);font-weight:600}.comparison-head{background:var(--ink);color:#fff}.comparison-head>*{color:#fff;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.comparison-head .tm-col{background:var(--coral);color:#fff}.workflow-audit{display:grid;grid-template-columns:1fr 1fr;gap:10vw;background:var(--ink);color:#fff}.audit-copy h2{font-size:clamp(42px,5vw,70px)}.audit-copy>p:not(.eyebrow){color:#bdb2b5}.audit-result{display:flex;align-items:center;gap:18px;margin-top:35px;padding-top:25px;border-top:1px solid #453a3f}.audit-result strong{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--coral);font:600 28px var(--serif)}.audit-result span{max-width:350px;color:#d0c5c8;font-size:12px}.audit-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:center}.audit-options label{cursor:pointer}.audit-options input{position:absolute;opacity:0}.audit-options label span{display:block;padding:15px;border:1px solid #493e43;border-radius:7px;background:#282125;color:#c9bdc0;font-size:11px;transition:.2s}.audit-options input:checked+span{border-color:var(--coral);background:#4a242b;color:#fff}.audit-options .button{grid-column:span 2;margin-top:10px}.onboarding{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;background:var(--cream)}.onboarding .section-heading p:last-child{margin-top:22px}.onboarding-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.onboarding-grid article{padding:28px;border:1px solid #d7c9be;border-radius:12px;background:rgba(255,255,255,.45)}.onboarding-grid span{color:var(--coral);font-size:10px;font-weight:700}.onboarding-grid h3{margin:22px 0 10px;font:600 24px var(--serif)}.onboarding-grid p{margin:0;color:var(--muted);font-size:12px}.founding{background:#fff}.founding-card{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;max-width:1250px;margin:auto;padding:65px;border-radius:20px;background:var(--ink);color:#fff;box-shadow:0 25px 70px rgba(45,30,32,.15)}.founding-card h2{font-size:clamp(40px,4.5vw,68px)}.founding-card p{color:#bdb2b5}.founding-card .check-list li{color:#ddd3d6}.founding-card .button{margin-top:20px}.guide{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:center;background:var(--cream)}.guide-art{display:flex;flex-direction:column;justify-content:center;min-height:490px;padding:50px;border-radius:5px;background:var(--coral);color:#fff;box-shadow:20px 20px 0 #d7c9be;transform:rotate(-2deg)}.guide-art span{font-size:10px;letter-spacing:.16em}.guide-art strong{margin:45px 0 30px;font:600 45px/1.08 var(--serif)}.guide-art small{max-width:360px;color:#f7dadd}.guide-copy h2{font-size:clamp(42px,5vw,72px)}.guide-copy>p:not(.eyebrow){max-width:600px;color:var(--muted)}#guide-form{display:flex;gap:10px;align-items:end;margin-top:28px}#guide-form label{display:grid;flex:1;gap:6px;color:var(--muted);font-size:10px}#guide-form input{padding:14px;border:1px solid #ccbeb3;border-radius:6px;background:#fff}.guide-success{display:none;color:#39755a;font-size:11px}.guide-success.show{display:block}.demo-points{padding:0;list-style:none}.demo-points li{margin:9px 0;color:#d0c5c8;font-size:12px}.demo-points li:before{content:"✓";margin-right:10px;color:var(--coral)}.demo .full-label{grid-column:span 2}
@media(max-width:1100px){.header-text-link{display:none}.tour-panel{gap:35px;padding:45px}.tour-copy h3{font-size:34px}}
@media(max-width:900px){.announcement{display:none}.header-actions{display:none}.menu-button{display:block;border:0;background:transparent;font-weight:700}.mobile-menu{position:fixed;top:67px;left:0;right:0;z-index:9;padding:15px 24px 24px;border-bottom:1px solid var(--line);background:var(--paper)}.mobile-menu.open{display:grid;gap:15px}.fit-grid,.tour-panel.active,.workflow-audit,.onboarding,.founding-card,.guide{grid-template-columns:1fr}.tour-tabs{grid-template-columns:1fr 1fr}.tour-tab:nth-child(2){border-right:0}.tour-copy{order:1}.comparison-table{overflow-x:auto}.comparison-row{min-width:750px}.onboarding-grid{margin-top:0}.guide-art{max-width:500px}.demo .full-label{grid-column:span 1}}
@media(max-width:620px){.fit-grid{grid-template-columns:1fr}.fit-grid article{padding:28px}.fit-grid h3{font-size:30px}.tour-panel{padding:27px}.tour-panel.active{display:block}.tour-copy h3{font-size:30px}.browser-mock,.flow-mock,.numbers-mock,.promoter-mock{margin-top:30px}.festival-page{min-height:230px;padding:45px 15px}.festival-page strong{font-size:28px}.numbers-mock{grid-template-columns:1fr}.numbers-mock .wide{grid-column:span 1}.audit-options,.onboarding-grid{grid-template-columns:1fr}.audit-options .button{grid-column:span 1}.founding-card{padding:30px}.guide-art{min-height:390px;padding:32px}.guide-art strong{font-size:35px}#guide-form{display:grid}.tour-tab{padding:15px 8px;font-size:10px}}

/* Latest product story */
.audiences{background:var(--cream)}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:1200px;margin:auto}.audience-card{min-height:480px;padding:50px;border-radius:18px}.audience-card h3{max-width:500px;margin:25px 0 18px;font:600 42px/1.08 var(--serif)}.audience-card>p{max-width:520px}.audience-label{display:inline-flex;padding:7px 12px;border-radius:30px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.organiser-card{background:var(--ink);color:#fff}.organiser-card .audience-label{background:var(--coral)}.organiser-card>p,.organiser-card .check-list li{color:#d0c5c8}.dancer-card{border:1px solid #d7c9be;background:#fff}.dancer-card .audience-label{background:#f8e3e4;color:var(--coral)}.checkin-mock{align-self:center;padding:32px;border:1px solid #e4dbd4;border-radius:14px;background:#fff;text-align:center;box-shadow:0 20px 50px rgba(45,30,32,.12)}.scan-frame{position:relative;display:grid;place-items:center;width:150px;height:150px;margin:0 auto 22px;border:2px solid var(--coral);border-radius:14px;background:repeating-linear-gradient(45deg,#f8f4ef,#f8f4ef 8px,#fff 8px,#fff 16px)}.scan-frame span{position:absolute;left:12px;right:12px;top:50%;height:2px;background:var(--coral);box-shadow:0 0 10px var(--coral)}.scan-frame strong{font:700 32px var(--serif)}.checkin-mock small{color:var(--coral);font-weight:700;text-transform:uppercase;letter-spacing:.12em}.checkin-mock h4{margin:9px 0 3px;font:600 27px var(--serif)}.checkin-mock p{color:var(--muted);font-size:11px}.checkin-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:20px}.checkin-tags b{padding:6px 8px;border-radius:30px;background:var(--cream);font-size:8px}.checkin-tags b:first-child{background:#e4f3eb;color:#2d7656}
@media(max-width:900px){.audience-grid{grid-template-columns:1fr}.audience-card{min-height:auto}.checkin-mock{margin-top:30px}}
@media(max-width:620px){.audience-card{padding:28px}.audience-card h3{font-size:31px}.browser-mock,.flow-mock,.numbers-mock,.promoter-mock,.checkin-mock{margin-top:30px}}

/* Product-specific tour visuals */
.tour-visual{position:relative;align-self:center;min-height:390px;border:1px solid #ddd2c9;border-radius:16px;background:#fff;box-shadow:0 24px 55px rgba(45,30,32,.16);overflow:visible;font-size:10px}.visual-browser-bar{display:flex;align-items:center;gap:6px;padding:11px 14px;border-bottom:1px solid #e8e1db;background:#f7f3ef;border-radius:16px 16px 0 0}.visual-browser-bar i{width:7px;height:7px;border-radius:50%;background:#d0c4bc}.visual-browser-bar span{flex:1;margin-left:7px;color:#a29690}.visual-browser-bar b{padding:3px 7px;border-radius:10px;background:#def1e6;color:#39775a;font-size:7px}.site-preview{height:350px;padding:14px;background:linear-gradient(135deg,#2a171c,#110e10);border-radius:0 0 15px 15px;color:#fff}.site-preview-nav{display:flex;align-items:center;justify-content:space-between;color:#d9cdd0;font-size:7px}.site-preview-nav strong{font:700 15px var(--serif);letter-spacing:.14em}.site-preview-nav b,.site-preview-hero>b{padding:5px 9px;border-radius:20px;background:var(--coral);font-size:7px}.site-preview-hero{display:flex;align-items:center;flex-direction:column;padding:50px 20px 32px;text-align:center}.site-preview-hero small{color:#e78c93;letter-spacing:.16em;text-transform:uppercase}.site-preview-hero h4{max-width:400px;margin:13px 0;font:600 36px/1.04 var(--serif)}.site-preview-hero p{margin-bottom:18px;color:#c7b9bd;font-size:8px}.site-preview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.site-preview-cards span{padding:10px;border:1px solid #49393f;border-radius:6px;background:#241b1e;color:#cbbfc2}.site-preview-cards i{display:block;color:#fff;font:600 17px var(--serif)}.visual-float{position:absolute;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid #eee6df;border-radius:9px;background:#fff;box-shadow:0 14px 30px rgba(45,30,32,.18)}.visual-float i{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#f8e3e4;color:var(--coral);font-style:normal;font-weight:700}.visual-float span>*{display:block}.visual-float small{color:var(--muted);font-size:7px}.edit-float,.payment-float,.team-float{right:-18px;bottom:25px}.register-visual{padding:20px;background:#f9f7f4}.registration-top{display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #e4dbd4;color:#9d9290;font-size:7px}.registration-top span{display:flex;align-items:center;gap:4px}.registration-top i{display:grid;place-items:center;width:14px;height:14px;border:1px solid #d6cbc4;border-radius:50%;font-style:normal}.registration-top .current{color:var(--coral);font-weight:700}.registration-top .current i{border-color:var(--coral);background:var(--coral);color:#fff}.registration-body{display:grid;grid-template-columns:1.4fr .7fr;gap:12px;padding-top:24px}.pass-options>small{display:block;margin-bottom:13px;color:var(--ink);font-weight:700}.pass-option{display:grid;grid-template-columns:22px 1fr auto;gap:9px;align-items:center;margin-bottom:9px;padding:13px;border:1px solid #e5ddd7;border-radius:8px;background:#fff}.pass-option>i{display:grid;place-items:center;width:19px;height:19px;border:1px solid #d8cec8;border-radius:50%;font-style:normal}.pass-option.selected{border-color:var(--coral);box-shadow:0 5px 15px rgba(220,76,86,.1)}.pass-option.selected>i{border-color:var(--coral);background:var(--coral);color:#fff}.pass-option span>*{display:block}.pass-option small{color:var(--muted);font-size:7px}.choice-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:17px}.choice-tags span{padding:4px 7px;border-radius:20px;background:var(--cream);color:var(--muted);font-size:7px}.live-total{padding:18px;border-radius:9px;background:var(--ink);color:#fff}.live-total>*{display:block}.live-total small{color:#c8bfc1}.live-total strong{margin:12px 0;font:600 29px var(--serif)}.live-total p{padding:10px 0;border-block:1px solid #453a3f;color:#d3c9cc;font-size:8px}.live-total span{margin:13px 0;color:#9f9296;font-size:7px}.live-total b{padding:7px;border-radius:20px;background:var(--coral);text-align:center;font-size:7px}.dancer-float{left:-18px;bottom:-16px}.manage-visual{display:flex;background:#f8f6f3;overflow:hidden}.admin-mini-side{display:flex;align-items:center;flex-direction:column;width:47px;padding:18px 12px;background:#211a1d;color:#fff}.admin-mini-side strong{display:grid;place-items:center;width:25px;height:25px;margin-bottom:28px;border-radius:50%;background:var(--coral);font:600 8px var(--serif)}.admin-mini-side i{width:17px;height:4px;margin-bottom:20px;border-radius:4px;background:#65585d}.admin-mini-side i.active{background:var(--coral)}.admin-mini-main{flex:1;padding:20px}.admin-mini-head{display:flex;justify-content:space-between;align-items:center}.admin-mini-head span>*{display:block}.admin-mini-head small{color:var(--muted);font-size:7px}.admin-mini-head strong{font-size:13px}.admin-mini-head>b{padding:5px 8px;border-radius:5px;background:#fff;font-size:7px}.admin-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:22px 0 10px}.admin-metrics div,.admin-chart,.admin-status{padding:11px;border:1px solid #ebe4de;border-radius:7px;background:#fff}.admin-metrics div>*{display:block}.admin-metrics small,.admin-chart small,.admin-status small{color:var(--muted);font-size:6px}.admin-metrics strong{font-size:14px}.admin-metrics em{color:#448a6b;font-size:6px;font-style:normal}.admin-lower{display:grid;grid-template-columns:1.4fr .8fr;gap:7px}.admin-chart svg{width:100%;margin-top:15px;overflow:visible}.admin-chart path:not(.area){fill:none;stroke:var(--coral);stroke-width:3}.admin-chart path.area{fill:#f8e3e4;opacity:.7}.admin-status p{display:grid;grid-template-columns:7px 1fr auto;gap:4px;margin:10px 0;font-size:6px}.admin-status p i{width:5px;height:5px;margin-top:3px;border-radius:50%;background:var(--coral)}.admin-status p:nth-of-type(2) i{background:#d2a64d}.admin-status p:nth-of-type(3) i{background:#448a6b}.operate-visual{padding:19px;background:#f8f6f3}.attendance-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px}.attendance-head span>*{display:block}.attendance-head small{color:var(--muted);font-size:7px}.attendance-head strong{font-size:14px}.attendance-head>div{display:flex;gap:5px}.attendance-head b{padding:5px 7px;border-radius:20px;background:#fff;color:var(--muted);font-size:6px}.attendance-head b.active{background:var(--ink);color:#fff}.attendance-body{display:grid;grid-template-columns:1fr 1fr;gap:10px}.camera-view{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:280px;overflow:hidden;border-radius:9px;background:linear-gradient(145deg,#2c2327,#100d0e);color:#fff}.camera-view:before,.camera-view:after{content:"";position:absolute;width:70px;height:70px;border-color:var(--coral)}.camera-view:before{top:36px;left:35px;border-top:3px solid var(--coral);border-left:3px solid var(--coral)}.camera-view:after{right:35px;bottom:36px;border-right:3px solid var(--coral);border-bottom:3px solid var(--coral)}.qr-pattern{width:83px;height:83px;background:repeating-conic-gradient(#fff 0 25%,#211a1d 0 50%) 0/18px 18px;border:8px solid #fff}.camera-view>span{position:absolute;left:33px;right:33px;top:50%;height:2px;background:var(--coral);box-shadow:0 0 12px var(--coral)}.camera-view small{margin-top:22px;color:#c8bfc1;font-size:7px}.arrival-card{padding:18px;border:1px solid #e8dfd9;border-radius:9px;background:#fff}.arrival-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f8e3e4;color:var(--coral);font-weight:700}.arrival-card>small{display:block;margin-top:17px;color:#398062;font-size:7px;font-weight:700}.arrival-card h4{margin:5px 0 2px;font:600 22px var(--serif)}.arrival-card p{color:var(--muted);font-size:7px}.arrival-card>div:not(.arrival-avatar){display:flex;gap:5px}.arrival-card>div b{padding:4px 6px;border-radius:20px;background:#e4f3eb;color:#39775a;font-size:6px}.arrival-card ul{margin:16px 0 0;padding:0;border-top:1px solid #ece5df;list-style:none}.arrival-card li{padding:9px 0;border-bottom:1px solid #ece5df;color:var(--muted);font-size:7px}.arrival-card li i{display:inline-grid;place-items:center;width:13px;height:13px;margin-right:5px;border:1px solid #d9cec7;border-radius:50%;font-style:normal}.arrival-card li:first-child i{border-color:#398062;background:#398062;color:#fff}.team-float{bottom:-14px}
@media(max-width:1100px){.tour-visual{min-height:350px}.site-preview{height:310px}.site-preview-hero{padding-top:35px}.site-preview-hero h4{font-size:30px}}
@media(max-width:900px){.tour-visual{margin-top:30px}.visual-float{display:none}}
@media(max-width:620px){.tour-visual{min-height:310px}.registration-top span:nth-child(4),.registration-top span:nth-child(5){display:none}.registration-body,.attendance-body{grid-template-columns:1fr}.live-total{display:none}.camera-view{min-height:220px}.arrival-card{display:none}.site-preview{height:285px}.site-preview-nav span{display:none}.site-preview-hero h4{font-size:26px}.admin-metrics{grid-template-columns:1fr 1fr}.admin-metrics div:last-child{display:none}.admin-lower{grid-template-columns:1fr}.admin-status{display:none}}

/* Real-world customer proof */
.customer-proof{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;background:var(--coral);color:#fff}.customer-proof .eyebrow{color:#fff}.proof-intro h2{font-size:clamp(42px,5vw,72px)}.proof-intro>p:last-of-type{max-width:590px;color:#f7dadd}.proof-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:42px}.proof-stats div{padding:18px;border:1px solid rgba(255,255,255,.28);border-radius:10px;background:rgba(255,255,255,.08)}.proof-stats strong,.proof-stats span{display:block}.proof-stats strong{font:600 27px var(--serif)}.proof-stats span{margin-top:3px;color:#f7dadd;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-content:center}.testimonial-grid article{display:flex;justify-content:space-between;flex-direction:column;min-height:270px;padding:30px;border-radius:14px;background:#fff;color:var(--ink);box-shadow:0 18px 40px rgba(91,20,28,.16)}.testimonial-grid blockquote{margin:0;font:600 24px/1.25 var(--serif);letter-spacing:-.025em}.testimonial-grid article p{margin:28px 0 0}.testimonial-grid article p>*{display:block}.testimonial-grid article span{color:var(--muted);font-size:10px}.event-proof-list{grid-column:span 2;display:flex;flex-wrap:wrap;gap:8px}.event-proof-list span{padding:8px 12px;border:1px solid rgba(255,255,255,.35);border-radius:30px;font-size:9px;font-weight:700;letter-spacing:.05em}
@media(max-width:900px){.customer-proof{grid-template-columns:1fr}.testimonial-grid{margin-top:0}}
@media(max-width:620px){.proof-stats,.testimonial-grid{grid-template-columns:1fr}.event-proof-list{grid-column:span 1}.testimonial-grid article{min-height:auto}.testimonial-grid blockquote{font-size:21px}}

/* Inclusive tango-event hero */
.hero-copy h1{max-width:780px}.event-type-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:25px}.event-type-list span{padding:7px 11px;border:1px solid #d8ccc2;border-radius:30px;background:rgba(255,255,255,.5);color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.proof-embrace{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:var(--coral);color:#fff;font-size:10px;font-weight:700;letter-spacing:-.08em}.proof-line span:last-child{max-width:520px}
@media(max-width:620px){.event-type-list{margin-top:22px}.event-type-list span{padding:6px 9px;font-size:8px}.proof-line{align-items:flex-start}.proof-embrace{margin-top:2px}}

/* One-minute product presentation */
.video-tour-trigger{padding:0;border:0;background:transparent;color:var(--ink);cursor:pointer}.video-tour-open{overflow:hidden}.video-tour-modal{position:fixed;inset:0;z-index:100}.video-tour-modal[hidden]{display:none}.video-tour-backdrop{position:absolute;inset:0;background:rgba(15,12,14,.82);backdrop-filter:blur(12px)}.video-tour-player{position:absolute;inset:clamp(18px,4vw,55px);display:grid;grid-template-rows:1fr auto;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:#171315;color:#fff;box-shadow:0 40px 100px rgba(0,0,0,.45)}.video-tour-close{position:absolute;top:17px;right:19px;z-index:5;display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:22px;cursor:pointer}.video-tour-stage{position:relative;min-height:0;overflow:hidden}.video-scene{position:absolute;inset:0;display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;align-items:center;padding:clamp(45px,7vw,105px);opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .7s,transform 1s,visibility .7s;background:radial-gradient(circle at 80% 50%,#47262c 0,#171315 42%)}.video-scene.active{opacity:1;visibility:visible;transform:scale(1)}.video-scene-copy{position:relative;z-index:2}.video-scene-copy>span{color:#f07179;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.video-scene-copy h2{max-width:700px;margin:16px 0 22px;font:600 clamp(38px,5vw,76px)/1.04 var(--serif);letter-spacing:-.045em}.video-scene-copy h2 em{color:#f07179}.video-scene-copy p{max-width:620px;color:#cfc4c7;font-size:clamp(13px,1.2vw,18px)}.video-scene-copy .button{margin-top:22px}.video-scene-intro,.video-scene-outro{grid-template-columns:1fr;text-align:center;background:radial-gradient(circle at center,#542a31 0,#171315 55%)}.video-scene-intro .video-scene-copy,.video-scene-outro .video-scene-copy{margin:auto}.video-event-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.video-event-cloud b{padding:8px 13px;border:1px solid rgba(255,255,255,.24);border-radius:30px;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.video-browser,.video-registration-card,.video-dashboard,.video-checkin{position:relative;z-index:2;box-shadow:0 28px 70px rgba(0,0,0,.34);animation:video-float 4s ease-in-out infinite}.video-browser{overflow:hidden;border:1px solid #57484c;border-radius:15px;background:#fff;color:var(--ink);transform:rotate(2deg)}.video-browser>div{display:flex;gap:5px;padding:12px;background:#eee8e3}.video-browser i{width:7px;height:7px;border-radius:50%;background:#c5b8b2}.video-browser small{margin-left:8px;color:var(--muted)}.video-browser section{display:flex;align-items:center;flex-direction:column;min-height:330px;padding:55px 25px;background:linear-gradient(145deg,#341c22,#130f11);color:#fff;text-align:center}.video-browser section span{letter-spacing:.18em}.video-browser section h3{max-width:430px;margin:35px 0;font:600 clamp(34px,4vw,60px)/1.04 var(--serif)}.video-browser section b{padding:8px 14px;border-radius:30px;background:var(--coral);font-size:9px}.video-registration-card{padding:45px;border-radius:18px;background:#f7f3ef;color:var(--ink);transform:rotate(-2deg)}.video-registration-card small{color:var(--coral);font-weight:700;text-transform:uppercase;letter-spacing:.12em}.video-registration-card h3{margin:18px 0;font:600 clamp(34px,4vw,58px) var(--serif)}.video-registration-card div{display:flex;flex-wrap:wrap;gap:7px}.video-registration-card div span{padding:6px 10px;border-radius:20px;background:#fff;color:var(--muted);font-size:9px}.video-registration-card strong{display:block;margin:42px 0 10px;font:600 40px var(--serif)}.video-registration-card>b{color:#39775a;font-size:10px}.video-dashboard{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:35px;border-radius:18px;background:#f7f3ef;color:var(--ink)}.video-dashboard div{padding:18px;border-radius:10px;background:#fff}.video-dashboard div>*{display:block}.video-dashboard small{color:var(--muted)}.video-dashboard strong{font-size:22px}.video-dashboard svg{grid-column:span 3;width:100%;padding:20px;border-radius:10px;background:#fff}.video-dashboard path{fill:none;stroke:var(--coral);stroke-width:4}.video-checkin{display:flex;align-items:center;flex-direction:column;padding:40px;border-radius:18px;background:#f7f3ef;color:var(--ink);text-align:center}.video-qr{width:145px;height:145px;margin-bottom:25px;border:12px solid #fff;background:repeating-conic-gradient(#171315 0 25%,#fff 0 50%) 0/24px 24px;box-shadow:0 10px 35px rgba(0,0,0,.14)}.video-checkin span{color:#39775a;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.video-checkin h3{margin:10px 0 2px;font:600 38px var(--serif)}.video-checkin p{color:var(--muted)}.video-tour-controls{position:relative;z-index:6;display:grid;grid-template-columns:auto 1fr auto auto;gap:15px;align-items:center;padding:15px 20px;border-top:1px solid rgba(255,255,255,.12);background:#211a1d}.video-tour-toggle,.video-tour-replay{border:0;background:transparent;color:#fff;font-size:11px;font-weight:700;cursor:pointer}.video-tour-toggle{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--coral)}.video-tour-progress{height:4px;overflow:hidden;border-radius:4px;background:#51454a}.video-tour-progress i{display:block;width:0;height:100%;border-radius:4px;background:var(--coral)}.video-tour-time{color:#a99da1;font-size:10px}@keyframes video-float{50%{transform:translateY(-8px)}}@media(max-width:800px){.video-tour-player{inset:10px}.video-scene{grid-template-columns:1fr;gap:25px;padding:50px 25px 30px}.video-scene-copy h2{font-size:36px}.video-scene-copy p{font-size:12px}.video-browser section{min-height:220px;padding:35px 20px}.video-browser section h3{margin:22px 0;font-size:34px}.video-registration-card{padding:25px}.video-registration-card strong{margin-top:20px}.video-dashboard{padding:18px}.video-dashboard div{padding:10px}.video-dashboard strong{font-size:15px}.video-checkin{padding:25px}.video-qr{width:95px;height:95px;background-size:16px 16px}.video-tour-controls{grid-template-columns:auto 1fr auto}.video-tour-replay{display:none}.video-tour-time{font-size:8px}}

/* Real live-event presentation scenes */
.video-live-scene{background-position:center;background-size:cover}.video-live-scene:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,12,14,.96) 0%,rgba(15,12,14,.82) 36%,rgba(15,12,14,.28) 70%,rgba(15,12,14,.18) 100%)}.video-live-scene.live-welcome{background-image:url("assets/live-event-welcome.jpg")}.video-live-scene.live-operations{background-image:url("assets/live-event-operations.jpg")}.video-live-scene.live-checkin{background-image:url("assets/live-event-checkin.jpg")}.video-live-scene.video-scene-intro,.video-live-scene.video-scene-outro{grid-template-columns:.85fr 1.15fr;text-align:left}.video-live-scene.video-scene-intro .video-scene-copy,.video-live-scene.video-scene-outro .video-scene-copy{margin:0}.video-live-scene .video-event-cloud{position:relative;z-index:2;align-self:end;justify-content:flex-end}.video-benefit{display:inline-flex;align-items:flex-start;flex-direction:column;margin-top:18px;padding:11px 14px;border-left:3px solid var(--coral);background:rgba(23,19,21,.72);backdrop-filter:blur(10px)}.video-benefit strong{font-size:11px}.video-benefit small{color:#cfc4c7;font-size:8px}.video-live-scene .video-browser,.video-live-scene .video-registration-card,.video-live-scene .video-dashboard,.video-live-scene .video-checkin{max-width:470px;margin-left:auto;opacity:.93;transform:scale(.82);transform-origin:right center;box-shadow:0 25px 70px rgba(0,0,0,.46)}.video-live-scene .video-browser section{min-height:250px;padding:35px 20px}.video-live-scene .video-browser section h3{margin:22px 0;font-size:38px}
@media(max-width:800px){.video-live-scene{background-position:62% center}.video-live-scene:before{background:linear-gradient(180deg,rgba(15,12,14,.94) 0%,rgba(15,12,14,.75) 58%,rgba(15,12,14,.4) 100%)}.video-live-scene.video-scene-intro,.video-live-scene.video-scene-outro{grid-template-columns:1fr;text-align:left}.video-live-scene .video-event-cloud{justify-content:flex-start}.video-live-scene .video-browser,.video-live-scene .video-registration-card,.video-live-scene .video-dashboard,.video-live-scene .video-checkin{max-width:none;margin:0;transform:scale(.9);transform-origin:center}.video-benefit{margin-top:8px}.video-live-scene .video-scene-copy h2{font-size:33px}}
.video-live-scene .video-browser,.video-live-scene .video-registration-card,.video-live-scene .video-dashboard,.video-live-scene .video-checkin{animation:none}
.video-proof-stack{position:relative;z-index:2;align-self:end;justify-self:end;display:grid;gap:8px;width:min(300px,100%);margin-bottom:12px}.video-proof-stack>div{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:rgba(23,19,21,.76);box-shadow:0 12px 30px rgba(0,0,0,.25);backdrop-filter:blur(12px)}.video-proof-stack i{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:var(--coral);color:#fff;font-size:8px;font-style:normal;font-weight:700}.video-proof-stack span>*{display:block}.video-proof-stack strong{font-size:10px}.video-proof-stack small{color:#cfc4c7;font-size:7px}.video-proof-stack>div:nth-child(2){transform:translateX(-18px)}.video-proof-stack>div:nth-child(3){transform:translateX(-7px)}
@media(max-width:800px){.video-proof-stack{display:none}}

/* Presentation navigation */
.video-tour-controls{grid-template-columns:auto 1fr auto auto auto}.presentation-arrow{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.06);color:#fff;font-size:16px;cursor:pointer}.presentation-arrow:hover{border-color:var(--coral);background:var(--coral)}.presentation-arrow:disabled{opacity:.25;cursor:not-allowed}.presentation-dots{display:flex;align-items:center;gap:7px}.presentation-dots button{width:22px;height:4px;padding:0;border:0;border-radius:4px;background:#594b50;cursor:pointer;transition:.25s}.presentation-dots button.active{width:42px;background:var(--coral)}.presentation-count{color:#a99da1;font-size:10px}.video-tour-toggle{display:flex;width:auto;height:36px;padding:0 14px;gap:7px;border-radius:30px}.video-tour-toggle span{font-size:9px}.video-tour-progress,.video-tour-time,.video-tour-replay{display:none}
@media(max-width:800px){.video-tour-controls{grid-template-columns:auto 1fr auto auto;padding:12px}.presentation-count{display:none}.video-tour-toggle{width:36px;padding:0}.video-tour-toggle span{display:none}.presentation-dots{justify-content:center;gap:5px}.presentation-dots button{width:12px}.presentation-dots button.active{width:22px}}
.video-scene{transition:opacity .24s,transform .32s,visibility .24s}

/* Launch-ready trust and conversion polish */
:focus-visible{outline:3px solid rgba(220,76,86,.45);outline-offset:4px}.announcement a:hover,.text-link:hover{opacity:.78}.header-text-link{display:flex;align-items:center;gap:7px;color:var(--ink)}.header-text-link:before{content:"✓";display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#e4f3eb;color:#39775a;font-size:9px}.trust-strip{padding:32px max(24px,5vw);background:#fff}.trust-strip p{margin-bottom:17px}.trust-proof{max-width:1180px;margin:auto}.trust-proof span{display:flex;align-items:center;flex-direction:column;gap:1px;color:var(--muted);font:500 10px var(--sans);letter-spacing:.02em}.trust-proof span strong{color:var(--ink);font:700 17px var(--sans);letter-spacing:-.03em}.trust-proof span:nth-of-type(n+4){color:var(--ink);font-weight:700}.demo{position:relative;overflow:hidden}.demo:before{content:"";position:absolute;width:520px;height:520px;right:-230px;top:-260px;border-radius:50%;background:rgba(220,76,86,.16);filter:blur(2px)}.demo>div,.demo form{position:relative;z-index:1}.demo-points{display:grid;gap:11px;margin:30px 0;padding:0;list-style:none}.demo-points li{position:relative;padding-left:28px;color:#e4dade;font-size:13px}.demo-points li:before{content:"✓";position:absolute;left:0;color:#f07179;font-weight:700}.demo-trust{display:flex;align-items:flex-start;flex-direction:column;gap:3px;margin-top:32px;padding:16px 18px;border:1px solid #493e43;border-radius:10px;background:#211a1d}.demo-trust strong{font-size:11px}.demo-trust span{color:#a99da1;font-size:10px}.demo form{padding:32px;border:1px solid #493e43;border-radius:16px;background:#211a1d;box-shadow:0 28px 70px rgba(0,0,0,.22)}.form-heading{grid-column:span 2;display:flex;flex-direction:column;margin-bottom:8px;padding-bottom:22px;border-bottom:1px solid #493e43}.form-heading span{color:#f07179;font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.form-heading strong{margin-top:5px;font:600 27px var(--serif)}.form-heading small{margin-top:4px;color:#a99da1;font-size:9px}.demo input,.demo select{transition:border-color .2s,background .2s}.demo input:hover,.demo select:hover{background:#30272c}.demo .button-light{margin-top:5px}.customer-proof{box-shadow:inset 0 1px rgba(255,255,255,.15)}.testimonial-grid article{transition:transform .25s,box-shadow .25s}.testimonial-grid article:hover{transform:translateY(-4px);box-shadow:0 24px 50px rgba(91,20,28,.23)}
@media(max-width:1100px){.header-text-link{display:none}.trust-proof{flex-wrap:wrap}.trust-proof i{display:none}.trust-proof span{min-width:150px}}
@media(max-width:900px){.demo form{padding:25px}}
@media(max-width:620px){.announcement{justify-content:space-between;gap:10px;padding:8px 15px}.announcement a{padding-left:10px}.announcement a>span{display:none}.trust-proof{display:grid!important;grid-template-columns:1fr 1fr;gap:17px!important}.trust-proof span{min-width:0}.trust-proof span:last-child{grid-column:span 2}.demo form{padding:22px}.form-heading{grid-column:span 1}.form-heading strong{font-size:24px}}

/* Hero: live event atmosphere with credible product proof */
.hero-visual{min-height:650px;display:block;border-radius:24px;isolation:isolate}.hero-event-photo{position:absolute;inset:10px 0 35px 30px;overflow:hidden;border-radius:22px;background:linear-gradient(180deg,rgba(23,19,21,.03) 35%,rgba(23,19,21,.82) 100%),url("assets/live-event-operations.jpg") 64% center/cover;box-shadow:0 35px 80px rgba(41,26,28,.2)}.hero-event-photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.25);border-radius:inherit}.hero-event-caption{position:absolute;z-index:1;left:28px;bottom:27px;display:flex;max-width:300px;flex-direction:column;color:#fff}.hero-event-caption span{margin-bottom:6px;color:#f07179;font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.hero-event-caption strong{font:600 25px/1.08 var(--serif);letter-spacing:-.03em}.hero-visual .dashboard{position:absolute;z-index:3;right:-18px;bottom:4px;width:62%;height:310px;border-radius:13px;transform:perspective(1100px) rotateY(-4deg) rotateX(1deg);box-shadow:0 24px 60px rgba(12,8,10,.35)}.hero-visual .dash-side{width:46px;padding:17px 12px;gap:18px}.hero-visual .dash-logo{width:23px;height:23px;margin-bottom:12px;font-size:7px}.hero-visual .dash-side span{width:15px;height:4px}.hero-visual .dash-main{padding:18px}.hero-visual .metric-grid{gap:7px;margin:16px 0}.hero-visual .metric-grid div,.hero-visual .chart-card,.hero-visual .balance-card,.hero-visual .activity-card{padding:9px}.hero-visual .metric-grid b{font-size:14px}.hero-visual .chart-card svg{height:78px;margin-top:7px}.hero-visual .bottom-grid{gap:7px;margin-top:7px}.hero-visual .floating-one{top:62px;right:-14px}.hero-visual .floating-two{top:132px;bottom:auto;left:6px}.hero-visual .floating-two i{color:#39775a;background:#e4f3eb;font-size:7px}.hero-visual .glow-one{z-index:-1;right:-45px;top:-15px}.hero-visual .glow-two{z-index:-1;bottom:-20px;left:-20px}
@media(max-width:1100px){.hero-visual{min-height:590px}.hero-visual .dashboard{right:8px;width:66%}}
@media(max-width:900px){.hero-event-photo{inset:0 0 30px}.hero-visual .dashboard{right:12px;bottom:0;width:58%}}
@media(max-width:620px){.hero-visual{min-height:500px}.hero-event-photo{inset:0 0 48px;background-position:68% center}.hero-event-caption{left:20px;right:20px;bottom:22px;max-width:none}.hero-event-caption strong{max-width:280px;font-size:22px}.hero-visual .dashboard{right:10px;bottom:0;width:76%;height:235px}.hero-visual .dash-side{width:37px;padding:13px 9px}.hero-visual .dash-main{padding:12px}.hero-visual .chart-card svg{height:55px}.hero-visual .floating-one{top:20px;right:10px}.hero-visual .floating-two{display:none}}

/* Hero: single, uninterrupted image */
.hero-visual{min-height:650px;display:grid;grid-template-rows:1fr auto;gap:12px;overflow:visible;border-radius:0}.hero-event-photo{position:relative;inset:auto;min-height:560px;border-radius:22px;background:linear-gradient(180deg,rgba(23,19,21,0) 45%,rgba(23,19,21,.86) 100%),url("assets/live-event-operations.jpg") 62% center/cover}.hero-event-caption{left:28px;right:28px;bottom:26px;max-width:390px}.hero-event-caption strong{font-size:31px}.hero-live-status{display:grid;grid-template-columns:1.4fr .8fr .8fr;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 15px 35px rgba(41,26,28,.09)}.hero-live-status>div{display:flex;justify-content:center;flex-direction:column;min-height:66px;padding:11px 18px;border-right:1px solid var(--line)}.hero-live-status>div:last-child{border:0}.hero-live-status>div:first-child{display:grid;grid-template-columns:9px 1fr;align-items:center;gap:10px}.hero-live-status i{width:8px;height:8px;border-radius:50%;background:#39775a;box-shadow:0 0 0 5px #e4f3eb}.hero-live-status span>*{display:block}.hero-live-status strong{font-size:13px;line-height:1.2}.hero-live-status small{color:var(--muted);font-size:8px}.hero-visual>.dashboard,.hero-visual>.floating-card,.hero-visual>.glow{display:none}
@media(max-width:1100px){.hero-visual{min-height:590px}.hero-event-photo{min-height:500px}}
@media(max-width:900px){.hero-visual{min-height:600px}.hero-event-photo{min-height:510px}}
@media(max-width:620px){.hero-visual{min-height:480px;gap:8px}.hero-event-photo{min-height:390px;background-position:66% center}.hero-event-caption{left:20px;right:20px;bottom:20px}.hero-event-caption strong{font-size:24px}.hero-live-status{grid-template-columns:1.4fr 1fr}.hero-live-status>div{min-height:60px;padding:9px 12px}.hero-live-status>div:last-child{display:none}.hero-live-status strong{font-size:11px}}
.hero-event-photo,.hero-live-status{width:100%;min-width:0}

/* Consistent current TangoManager mark */
.brand-mark,.proof-embrace img,.admin-mini-side strong img{display:block;object-fit:contain}.proof-embrace{overflow:hidden;background:transparent}.proof-embrace img{width:100%;height:100%}.admin-mini-side strong{overflow:hidden;padding:0;background:transparent}.admin-mini-side strong img{width:100%;height:100%}
.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-error{display:none;grid-column:span 2;margin:0;padding:12px;border-radius:6px;background:#592c31;color:#ffe6e8;text-align:center;font-size:12px}.form-error.show{display:block}.demo button:disabled{cursor:wait;opacity:.7;transform:none}
.testimonial-grid article:only-of-type{grid-column:span 2;min-height:220px}
@media(max-width:900px){.form-error{grid-column:span 1}}
@media(max-width:620px){.testimonial-grid article:only-of-type{grid-column:span 1}}
