:root {
  --navy: #10275a;
  --navy-deep: #0a1638;
  --violet: #713bff;
  --blue: #366bff;
  --cyan: #02c7f2;
  --ink: #15213c;
  --muted: #66708a;
  --line: #dfe5f1;
  --soft: #f4f7fc;
  --white: #fff;
  --gradient: linear-gradient(135deg, var(--violet), var(--blue) 52%, var(--cyan));
  --shadow: 0 30px 80px rgba(16, 39, 90, .13);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(223,229,241,.7); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 10px 35px rgba(16,39,90,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 176px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #3d4962; font-size: .94rem; font-weight: 600; }
.main-nav > a:not(.button) { transition: color .2s; }
.main-nav > a:not(.button):hover { color: var(--blue); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-button span:not(.sr-only) { width: 23px; height: 2px; background: var(--navy); border-radius: 2px; transition: .2s; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border-radius: 14px; font-weight: 750; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--gradient); box-shadow: 0 12px 30px rgba(54,107,255,.27); }
.button-primary:hover { box-shadow: 0 16px 35px rgba(54,107,255,.36); }
.button-outline { color: var(--navy); border-color: #cfd8eb; background: var(--white); }
.button-small { min-height: 43px; padding: 0 18px; border-radius: 12px; }
.button-ghost { color: var(--navy); background: var(--white); border-color: var(--line); }
.button-light { color: var(--navy); background: var(--white); box-shadow: 0 15px 35px rgba(0,0,0,.14); }
.button-wide { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 170px 0 0; background: radial-gradient(circle at 10% 25%, #f2efff 0, transparent 30%), linear-gradient(180deg,#fff 0%,#f7f9fd 100%); }
.hero::before { content: ""; position: absolute; inset: 78px 0 auto; height: 1px; background: linear-gradient(90deg,transparent,#dfe5f1 30%,#dfe5f1 70%,transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .35; }
.hero-glow-one { width: 400px; height: 400px; background: #dcd0ff; top: 90px; left: -250px; }
.hero-glow-two { width: 360px; height: 360px; background: #b9f4ff; right: -230px; top: 260px; }
.hero-grid { position: relative; display: grid; grid-template-columns: .95fr 1.18fr; gap: 54px; align-items: center; min-height: 580px; }
.hero-copy { padding-bottom: 56px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: .76rem; line-height: 1.2; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; color: var(--blue); }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(2,199,242,.13); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 24px 0 24px; font-size: clamp(3.2rem,5vw,5.3rem); line-height: .98; letter-spacing: -.062em; color: var(--navy); }
h1 em, h2 em { font-style: normal; color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 620px; font-size: 1.14rem; color: var(--muted); line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 25px; color: #63708a; font-size: .82rem; font-weight: 650; }
.hero-trust span::first-letter { color: var(--blue); }

.product-stage { position: relative; min-height: 540px; display: flex; align-items: center; }
.app-window { position: relative; z-index: 2; width: 100%; background: var(--white); border: 1px solid rgba(208,219,239,.8); border-radius: 24px; box-shadow: 0 45px 95px rgba(17,40,95,.2); overflow: hidden; transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.app-topbar { height: 58px; display: flex; align-items: center; padding: 0 18px; border-bottom: 1px solid #edf0f6; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #d9e0ed; }
.mini-brand { margin: auto; display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: .75rem; }
.mini-brand img { width: 24px; height: 24px; border-radius: 7px; }
.avatar { width: 29px; height: 29px; border-radius: 50%; color: var(--white); background: var(--gradient); font-size: .65rem; font-weight: 800; display: grid; place-items: center; }
.app-body { display: grid; grid-template-columns: 64px 1fr; min-height: 405px; }
.app-sidebar { background: var(--navy-deep); padding-top: 22px; display: flex; flex-direction: column; align-items: center; gap: 13px; color: #8191b9; }
.app-sidebar span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; font-size: 1rem; }
.app-sidebar .active { background: linear-gradient(135deg,#713bff,#366bff); color: #fff; }
.app-content { padding: 24px 27px 25px; background: #f7f9fd; }
.welcome-row { display: flex; justify-content: space-between; align-items: center; }
.welcome-row small { color: #8490a8; font-size: .7rem; }
.welcome-row h2 { margin: 2px 0 0; font-size: 1.2rem; color: var(--navy); }
.date-pill { padding: 7px 10px; border-radius: 8px; color: #65708a; font-size: .67rem; background: #fff; border: 1px solid #e5eaf3; }
.work-card { margin-top: 17px; padding: 18px; border-radius: 15px; background: var(--navy); color: #fff; display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; box-shadow: 0 15px 35px rgba(16,39,90,.18); }
.work-card-copy { display: grid; grid-template-columns: auto 1fr; column-gap: 8px; align-items: center; font-size: .74rem; font-weight: 700; }
.work-card-copy small { grid-column: 2; color: #aab7d5; font-size: .62rem; font-weight: 500; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #44dfaa; box-shadow: 0 0 0 4px rgba(68,223,170,.14); }
.timer { font-size: 1.25rem; font-weight: 800; line-height: 1; }
.timer small { display: block; text-align: right; color: #92a1c1; font-size: .55rem; font-weight: 500; margin-top: 4px; }
.work-card button { padding: 8px 12px; border: 0; border-radius: 8px; color: var(--navy); background: #fff; font-size: .65rem; font-weight: 750; }
.stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 13px; }
.stat-grid > div { background: #fff; border: 1px solid #e9edf5; border-radius: 12px; padding: 12px; }
.stat-grid span, .stat-grid small { display: block; color: #8490a8; font-size: .58rem; }
.stat-grid strong { display: block; margin: 3px 0 1px; color: var(--navy); font-size: .88rem; }
.stat-grid .positive { color: #17a87d; }
.activity-card { margin-top: 12px; background: #fff; border: 1px solid #e9edf5; border-radius: 12px; padding: 12px 15px 10px; }
.activity-title { display: flex; justify-content: space-between; font-size: .62rem; color: #8490a8; }
.activity-title strong { color: var(--navy); }
.bars { height: 52px; display: flex; align-items: flex-end; gap: 9%; padding: 0 9%; border-bottom: 1px solid #e8edf5; }
.bars i { display: block; width: 11%; height: var(--h); min-height: 2px; border-radius: 5px 5px 0 0; background: #cfd8eb; }
.bars .current { background: var(--gradient); }
.days { display: flex; justify-content: space-around; margin-top: 5px; color: #9ca7ba; font-size: .52rem; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.95); border: 1px solid #e6ebf3; border-radius: 14px; padding: 12px 15px; box-shadow: 0 17px 40px rgba(16,39,90,.16); }
.floating-card-one { right: -36px; top: 44px; }
.floating-card-two { left: -46px; bottom: 35px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .7rem; color: var(--navy); }
.floating-card small { font-size: .58rem; color: #8b96aa; }
.float-icon { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: #48d4a8; border-radius: 9px; font-weight: 800; }
.float-icon.cyan { background: var(--gradient); }
.stage-orbit { position: absolute; border: 1px solid rgba(54,107,255,.12); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; right: -45px; }
.orbit-two { width: 340px; height: 340px; right: 35px; border-style: dashed; }
.proof-strip { position: relative; display: flex; justify-content: space-between; gap: 24px; align-items: center; min-height: 98px; border-top: 1px solid #dfe5f1; }
.proof-strip p { margin: 0; color: var(--navy); font-weight: 750; }
.proof-strip div { display: flex; align-items: center; gap: 17px; color: #77829a; font-size: .78rem; font-weight: 650; text-transform: uppercase; letter-spacing: .07em; }
.proof-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }

.section { padding: 120px 0; }
.section-heading { max-width: 720px; margin-bottom: 56px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading h2, .steps-intro h2, .faq-intro h2 { margin: 17px 0 18px; color: var(--navy); font-size: clamp(2.35rem,4vw,4rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p, .steps-intro p, .faq-intro p { color: var(--muted); font-size: 1.05rem; }
.problem-section { background: #fff; }
.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.feature-card { position: relative; min-height: 460px; padding: 38px; border-radius: 28px; background: var(--soft); overflow: hidden; border: 1px solid #e6ebf4; }
.feature-large { grid-row: span 2; min-height: 720px; display: flex; flex-direction: column; }
.feature-card h3 { color: var(--navy); font-size: 1.65rem; line-height: 1.18; letter-spacing: -.025em; margin: 16px 0 12px; }
.feature-card p { color: var(--muted); }
.feature-copy { max-width: 520px; }
.feature-copy h3 { font-size: 2rem; }
.feature-copy a { color: var(--blue); font-weight: 750; }
.feature-copy a span { margin-left: 7px; }
.feature-number { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.phone-demo { margin: auto auto -95px; width: 270px; height: 485px; border: 9px solid #16244b; border-radius: 42px 42px 0 0; background: #fff; box-shadow: 0 35px 65px rgba(16,39,90,.19); padding: 25px 22px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.phone-top { width: 100%; display: flex; justify-content: space-between; font-size: .58rem; font-weight: 700; }
.phone-top i { width: 38px; height: 7px; background: #15213c; border-radius: 8px; }
.phone-demo img { width: 52px; height: 52px; border-radius: 15px; margin-top: 32px; }
.phone-demo > small { color: #8a95aa; font-size: .58rem; letter-spacing: .13em; margin-top: 18px; }
.phone-demo > strong { color: var(--navy); font-size: 2.15rem; letter-spacing: -.05em; margin-top: 3px; }
.phone-demo > span { color: #41bd92; font-size: .67rem; font-weight: 700; }
.phone-demo button { width: 100%; margin-top: 28px; height: 43px; border: 0; border-radius: 12px; color: #fff; font-size: .68rem; font-weight: 800; background: var(--gradient); }
.phone-detail { width: 100%; display: flex; align-items: center; gap: 12px; margin-top: 22px; padding: 12px; text-align: left; border-radius: 12px; background: #f3f6fb; }
.phone-detail b { color: var(--navy); font-size: .75rem; }.phone-detail span { color: #758099; font-size: .6rem; }
.calendar-visual { background: #fff; border-radius: 16px; border: 1px solid #e5eaf3; padding: 17px; box-shadow: 0 17px 35px rgba(16,39,90,.07); }
.cal-head { display: flex; justify-content: space-between; color: var(--navy); font-size: .75rem; margin-bottom: 12px; }.cal-head span { color: #8490a8; }
.cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; text-align: center; font-size: .55rem; color: #758099; }
.cal-grid b { font-size: .5rem; color: #a0a9ba; }.cal-grid i { min-height: 24px; display: grid; place-items: center; font-style: normal; border-radius: 7px; }.cal-grid .weekend { color: #c4cad4; background: #f7f8fb; }.cal-grid .holiday { color: var(--blue); background: #e8eeff; }.cal-grid .selected { color: #fff; background: var(--gradient); font-weight: 800; }
.dark-card { color: #fff; background: var(--navy); border-color: var(--navy); }
.dark-card .feature-number, .dark-card h3 { color: #fff; }.dark-card p { color: #b8c3dc; }
.report-visual { margin-bottom: 22px; padding: 17px; border-radius: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.report-row { display: flex; justify-content: space-between; font-size: .72rem; }.report-row span { color: #b8c3dc; }.progress { height: 7px; border-radius: 10px; background: rgba(255,255,255,.1); margin: 10px 0 17px; overflow: hidden; }.progress i { display: block; width: 94%; height: 100%; background: var(--gradient); border-radius: inherit; }.report-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }.report-stats div { padding: 8px; border-radius: 9px; background: rgba(255,255,255,.07); }.report-stats b,.report-stats span { display: block; }.report-stats b { font-size: .78rem; }.report-stats span { color: #9eacca; font-size: .5rem; }

.steps-section { background: linear-gradient(135deg,#f4f7fc,#f7f4ff); }
.steps-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: center; }
.steps-intro .button { margin-top: 15px; }
.steps-list { list-style: none; margin: 0; padding: 0; }
.steps-list li { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid #dfe5f1; }
.steps-list li:last-child { border-bottom: 0; }.steps-list li > span { width: 50px; height: 50px; border-radius: 15px; color: #fff; background: var(--gradient); display: grid; place-items: center; font-weight: 850; box-shadow: 0 10px 25px rgba(54,107,255,.22); }.steps-list h3 { margin: 0 0 5px; color: var(--navy); font-size: 1.25rem; }.steps-list p { margin: 0; color: var(--muted); }

.audiences-section { background: #fff; }
.audience-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.audience-card { padding: 45px; border-radius: 28px; background: #f5f7fb; border: 1px solid #e4e9f2; }
.audience-card > span { color: var(--blue); font-size: .77rem; letter-spacing: .1em; font-weight: 800; text-transform: uppercase; }.audience-card h3 { max-width: 470px; margin: 18px 0 28px; font-size: 1.8rem; line-height: 1.2; color: var(--navy); }.audience-card ul,.price-features ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }.audience-card li,.price-features li { position: relative; padding-left: 29px; color: #536079; }.audience-card li::before,.price-features li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 7px; display: grid; place-items: center; color: #fff; background: var(--blue); font-size: .65rem; font-weight: 900; }.audience-card.accent { color: #fff; background: var(--gradient); border-color: transparent; }.audience-card.accent > span,.audience-card.accent h3 { color: #fff; }.audience-card.accent li { color: rgba(255,255,255,.88); }.audience-card.accent li::before { color: var(--blue); background: #fff; }

.pricing-section { background: var(--navy-deep); color: #fff; }
.pricing-section .section-heading h2 { color: #fff; }.pricing-section .section-heading p { color: #aeb9d2; }.pricing-section .section-kicker { color: var(--cyan); }
.billing-toggle { width: max-content; margin: -25px auto 28px; padding: 5px; display: flex; border-radius: 13px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }.billing-toggle button { min-height: 39px; border: 0; padding: 0 17px; border-radius: 9px; color: #b7c1d8; background: transparent; cursor: pointer; font-size: .83rem; font-weight: 750; }.billing-toggle button.active { color: var(--navy); background: #fff; }.billing-toggle span { margin-left: 6px; padding: 3px 6px; border-radius: 6px; color: #fff; background: var(--blue); font-size: .62rem; }
.price-card { max-width: 1020px; margin: 0 auto; display: grid; grid-template-columns: .78fr 1.22fr; background: #fff; border-radius: 28px; overflow: hidden; box-shadow: 0 35px 80px rgba(0,0,0,.23); color: var(--ink); }.price-main { padding: 42px; border-right: 1px solid #e4e9f2; background: linear-gradient(145deg,#fff,#f5f7fd); }.plan-label { font-size: .72rem; font-weight: 850; color: var(--blue); letter-spacing: .12em; }.price-value { display: flex; align-items: center; margin: 13px 0 0; color: var(--navy); }.price-value > strong { font-size: 5rem; line-height: 1; letter-spacing: -.07em; }.price-value div { display: flex; flex-direction: column; margin-left: 10px; }.price-value b { font-size: 1.5rem; }.price-value span { color: var(--muted); font-size: .78rem; }.price-main p { color: var(--muted); margin: 10px 0 24px; }.price-main > small { display: block; text-align: center; color: #8994a8; margin-top: 12px; }.price-features { padding: 42px; }.price-features h3 { color: var(--navy); font-size: 1.3rem; margin-bottom: 22px; }.price-columns { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }.price-features li { font-size: .9rem; }.price-note { display: flex; justify-content: space-between; gap: 15px; margin-top: 30px; padding: 16px 18px; border-radius: 13px; background: #eef3ff; color: var(--navy); font-size: .86rem; }.price-note span { color: var(--blue); font-weight: 750; }.setup-note { max-width: 1020px; margin: 23px auto 0; display: flex; align-items: center; gap: 16px; color: #aeb9d2; }.setup-note > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.08); color: var(--cyan); }.setup-note strong { color: #fff; }.setup-note p { margin: 2px 0 0; font-size: .85rem; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { list-style: none; position: relative; padding: 24px 48px 24px 0; color: var(--navy); font-size: 1.05rem; font-weight: 750; cursor: pointer; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 20px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--blue); background: #eef3ff; border-radius: 9px; font-size: 1.25rem; font-weight: 500; }.faq-list details[open] summary::after { content: "−"; }.faq-list p { margin: -5px 50px 24px 0; color: var(--muted); }

.demo-section { padding: 0 0 90px; }.demo-card { position: relative; overflow: hidden; min-height: 330px; padding: 60px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; border-radius: 32px; color: #fff; background: var(--gradient); box-shadow: 0 35px 70px rgba(54,107,255,.24); }.demo-card::after { content: "↗"; position: absolute; right: -30px; bottom: -150px; font-size: 430px; line-height: 1; font-weight: 900; color: rgba(255,255,255,.08); transform: rotate(3deg); }.section-kicker.light { color: rgba(255,255,255,.8); }.demo-copy,.demo-action { position: relative; z-index: 1; }.demo-copy h2 { margin: 15px 0; max-width: 690px; font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1.02; letter-spacing: -.045em; }.demo-copy p { max-width: 650px; margin: 0; color: rgba(255,255,255,.82); }.demo-action { display: flex; flex-direction: column; align-items: center; gap: 11px; }.demo-action small { color: rgba(255,255,255,.72); }

.site-footer { padding: 65px 0 25px; background: var(--navy-deep); color: #fff; }.footer-main { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 45px; }.footer-main img { width: 190px; }.footer-main p { color: #8e9ab7; margin: 15px 0 0; }.footer-nav { display: flex; gap: 28px; align-items: flex-start; color: #bac4d8; font-size: .9rem; }.footer-nav a:hover { color: var(--cyan); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #7885a3; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 65px; }.hero-copy { max-width: 760px; padding-bottom: 0; }.product-stage { width: min(100%,760px); margin: auto; }.proof-strip { flex-direction: column; justify-content: center; padding: 25px 0; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-large { grid-row: auto; grid-column: 1/-1; min-height: 650px; }.steps-grid,.faq-grid { gap: 55px; }.floating-card-one { right: -10px; }.floating-card-two { left: -10px; }
}

@media (max-width: 820px) {
  .nav-wrap { min-height: 68px; }.brand img { width: 156px; }.menu-button { display: flex; }.main-nav { position: absolute; left: 20px; right: 20px; top: 76px; padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 4px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); }.main-nav.open { display: flex; }.main-nav a { padding: 10px 12px; }.main-nav .button { margin-top: 8px; }.hero { padding-top: 125px; }.hero-grid { gap: 28px; min-height: auto; } h1 { font-size: clamp(2.9rem,12vw,4.5rem); }.section { padding: 88px 0; }.feature-grid,.steps-grid,.audience-grid,.faq-grid,.price-card,.demo-card { grid-template-columns: 1fr; }.feature-card { min-height: auto; }.feature-large { min-height: 680px; }.steps-grid,.faq-grid { gap: 35px; }.price-main { border-right: 0; border-bottom: 1px solid #e4e9f2; }.demo-card { padding: 45px; }.demo-action { align-items: flex-start; }.footer-main { flex-direction: column; }.footer-nav { flex-wrap: wrap; }.section-heading { margin-bottom: 40px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px),var(--container)); }.hero { padding-top: 115px; }.eyebrow { font-size: .68rem; }.hero-lead { font-size: 1rem; }.hero-actions { display: grid; }.hero-trust { display: grid; gap: 7px; }.product-stage { min-height: 440px; }.app-window { transform: none; border-radius: 18px; }.app-topbar { height: 48px; }.app-body { grid-template-columns: 42px 1fr; min-height: 340px; }.app-sidebar span { width: 29px; height: 29px; font-size: .75rem; }.app-content { padding: 15px 13px; }.work-card { grid-template-columns: 1fr auto; gap: 9px; padding: 13px; }.work-card button { display: none; }.stat-grid { grid-template-columns: repeat(2,1fr); }.stat-grid > div:last-child { display: none; }.floating-card { display: none; }.proof-strip div { justify-content: center; flex-wrap: wrap; }.feature-card,.audience-card { padding: 28px; border-radius: 22px; }.feature-large { min-height: 630px; }.phone-demo { width: 245px; }.price-main,.price-features { padding: 28px; }.price-columns { grid-template-columns: 1fr; gap: 13px; }.price-value > strong { font-size: 4.3rem; }.price-note { flex-direction: column; }.billing-toggle { width: 100%; }.billing-toggle button { flex: 1; padding-inline: 8px; }.demo-card { padding: 35px 27px; border-radius: 24px; }.footer-nav { display: grid; gap: 10px; }.footer-bottom { flex-direction: column; gap: 6px; }.section-heading h2,.steps-intro h2,.faq-intro h2 { font-size: 2.35rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

/* WeTimeUp — premium visual system */
body { background: #f7f9fd; }
.site-header { background: rgba(7,15,38,.66); border-bottom-color: rgba(255,255,255,.08); }
.site-header.scrolled { background: rgba(7,15,38,.92); box-shadow: 0 14px 50px rgba(0,0,0,.24); }
.brand img { width: 188px; }
.main-nav { color: rgba(255,255,255,.7); }
.main-nav > a:not(.button):hover { color: #fff; }
.main-nav .button-outline { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.07); box-shadow: inset 0 1px rgba(255,255,255,.09); }
.main-nav .button-outline:hover { border-color: var(--cyan); background: rgba(2,199,242,.1); }

.hero { min-height: 910px; padding-top: 150px; color: #fff; background:
  radial-gradient(circle at 18% 28%, rgba(113,59,255,.26), transparent 32%),
  radial-gradient(circle at 84% 38%, rgba(2,199,242,.17), transparent 27%),
  linear-gradient(145deg,#071027 0%,#0a1736 46%,#10275a 100%); }
.hero::before { inset: 0; height: auto; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom,#000 0,transparent 72%); }
.hero::after { content: ""; position: absolute; inset: 78px 0 auto; height: 1px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent); }
.hero-glow { filter: blur(55px); opacity: .38; animation: glowFloat 9s ease-in-out infinite alternate; }
.hero-glow-one { background: #6a2cff; left: -180px; top: 70px; }
.hero-glow-two { background: #00bce8; right: -120px; top: 210px; animation-delay: -4s; }
@keyframes glowFloat { to { transform: translate3d(35px,25px,0) scale(1.12); } }
.hero-grid { grid-template-columns: .9fr 1.1fr; min-height: 650px; gap: 64px; }
.hero-copy { padding-bottom: 20px; }
.hero .eyebrow { color: #a9bfff; }
.hero .eyebrow span { background: var(--cyan); box-shadow: 0 0 20px rgba(2,199,242,.9),0 0 0 5px rgba(2,199,242,.12); }
.hero h1 { max-width: 690px; color: #fff; font-size: clamp(4.2rem,6.5vw,7rem); line-height: .88; letter-spacing: -.075em; text-wrap: balance; }
.hero h1 em { display: block; padding-bottom: .08em; background: linear-gradient(110deg,#fff 0%,#aebeff 27%,#7e62ff 62%,#18d4f5 100%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 570px; color: #aab6d0; font-size: 1.18rem; }
.hero .button-primary { min-height: 58px; padding-inline: 29px; border-radius: 17px; box-shadow: 0 18px 42px rgba(67,86,255,.34),inset 0 1px rgba(255,255,255,.24); }
.hero .button-ghost { color: #fff; border-color: rgba(255,255,255,.17); background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.hero-trust { gap: 25px; color: #96a4c2; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust b { color: var(--cyan); font-size: .62rem; letter-spacing: .08em; }

.product-stage { min-height: 650px; transform: translateX(30px); }
.hero-type { position: absolute; z-index: 0; inset: 20px -55px auto auto; display: flex; flex-direction: column; align-items: flex-end; font-size: 8.8rem; font-weight: 900; line-height: .72; letter-spacing: -.09em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.075); user-select: none; }
.app-window { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.95); box-shadow: 0 55px 130px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.06); transform: perspective(1500px) rotateY(-6deg) rotateX(2deg) rotateZ(.4deg); transition: transform .6s cubic-bezier(.2,.8,.2,1),box-shadow .6s; }
.product-stage:hover .app-window { transform: perspective(1500px) rotateY(-2deg) rotateX(0) translateY(-8px); box-shadow: 0 70px 150px rgba(0,0,0,.55),0 0 55px rgba(54,107,255,.12); }
.app-topbar { background: rgba(255,255,255,.92); }
.floating-card { border-color: rgba(255,255,255,.65); box-shadow: 0 22px 55px rgba(0,0,0,.27); animation: cardFloat 5s ease-in-out infinite; }
.floating-card-one { right: -52px; top: 75px; }.floating-card-two { left: -55px; bottom: 55px; animation-delay: -2.5s; }
@keyframes cardFloat { 50% { transform: translateY(-10px); } }
.stage-orbit { border-color: rgba(70,155,255,.22); box-shadow: inset 0 0 70px rgba(54,107,255,.045); }.orbit-one { width: 590px; height: 590px; right: -85px; }.orbit-two { width: 430px; height: 430px; right: 0; }
.proof-strip { position: relative; z-index: 3; width: 100%; min-height: 96px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.proof-track { width: max-content; min-height: 96px; display: flex; align-items: center; gap: 31px; color: rgba(255,255,255,.64); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; animation: ticker 28s linear infinite; }
.proof-track span { white-space: nowrap; }.proof-track i { width: 7px; height: 7px; border: 1px solid var(--cyan); border-radius: 2px; transform: rotate(45deg); }
@keyframes ticker { to { transform: translateX(-50%); } }

.problem-section { position: relative; padding-top: 145px; background: #f7f9fd; }
.problem-section::before { content: "PRODUCTO"; position: absolute; right: 3%; top: 36px; color: transparent; -webkit-text-stroke: 1px #e2e7f1; font-size: clamp(5rem,11vw,11rem); font-weight: 900; letter-spacing: -.07em; line-height: 1; }
.section-heading.center { position: relative; }.section-heading h2,.steps-intro h2,.faq-intro h2 { font-size: clamp(2.8rem,4.6vw,4.8rem); letter-spacing: -.06em; }
.section-kicker { padding: 7px 11px; border: 1px solid rgba(54,107,255,.19); border-radius: 999px; background: rgba(54,107,255,.055); }
.feature-grid { gap: 18px; }
.feature-card { border: 0; border-radius: 32px; box-shadow: inset 0 0 0 1px rgba(16,39,90,.06); transition: transform .35s,box-shadow .35s; }
.feature-card:hover { transform: translateY(-7px); box-shadow: 0 26px 70px rgba(16,39,90,.12),inset 0 0 0 1px rgba(16,39,90,.04); }
.feature-large { background: linear-gradient(150deg,#eef2ff 0%,#fff 55%,#eafbff 100%); }
.feature-large::after { content: ""; position: absolute; width: 340px; height: 340px; right: -120px; bottom: -120px; border-radius: 50%; background: radial-gradient(circle,rgba(2,199,242,.17),transparent 65%); }
.feature-card:not(.feature-large):not(.dark-card) { background: linear-gradient(150deg,#fff,#f1f4fb); }
.dark-card { background: linear-gradient(145deg,#0a1638,#15347a); box-shadow: inset 0 0 0 1px rgba(255,255,255,.07); }
.feature-number { display: inline-grid; place-items: center; min-width: 36px; height: 25px; padding-inline: 8px; border-radius: 999px; color: #fff; background: var(--gradient); }
.phone-demo { position: relative; z-index: 2; border-color: #071027; box-shadow: 0 45px 100px rgba(23,45,104,.28); transform: rotate(-3deg); transition: transform .45s; }.feature-large:hover .phone-demo { transform: rotate(0) translateY(-8px); }
.calendar-visual { transform: rotate(1.5deg); }.report-visual { position: relative; overflow: hidden; }.report-visual::after { content: ""; position: absolute; width: 120px; height: 120px; right: -35px; top: -55px; border-radius: 50%; background: rgba(2,199,242,.14); filter: blur(10px); }

.steps-section { position: relative; overflow: hidden; background: #fff; }
.steps-section::after { content: "03"; position: absolute; right: -25px; bottom: -80px; color: #f3f5fa; font-size: 25rem; font-weight: 900; line-height: 1; letter-spacing: -.12em; }
.steps-grid { position: relative; z-index: 1; }
.steps-list li { padding: 32px; margin-bottom: 12px; border: 1px solid #e5eaf3; border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(16,39,90,.045); transition: border-color .25s,transform .25s; }.steps-list li:hover { border-color: #b9c9f4; transform: translateX(8px); }.steps-list li:last-child { border-bottom: 1px solid #e5eaf3; }
.steps-list li > span { border-radius: 50%; }

.audiences-section { background: #f7f9fd; }.audience-card { position: relative; overflow: hidden; min-height: 410px; border: 0; border-radius: 32px; background: #fff; box-shadow: 0 18px 50px rgba(16,39,90,.08); }.audience-card::after { content: "HR"; position: absolute; right: -15px; bottom: -58px; color: #f0f3fa; font-size: 11rem; line-height: 1; font-weight: 900; letter-spacing: -.12em; }.audience-card.accent { box-shadow: 0 25px 60px rgba(72,76,255,.25); }.audience-card.accent::after { content: "UP"; color: rgba(255,255,255,.1); }.audience-card h3,.audience-card ul { position: relative; z-index: 1; }

.seo-content-section { position: relative; overflow: hidden; background: #fff; }
.seo-content-section::before { content: "SEO"; position: absolute; right: -25px; top: -45px; color: #f6f7fb; font-size: 15rem; font-weight: 900; line-height: 1; letter-spacing: -.12em; }
.seo-content-wrap { position: relative; z-index: 1; }
.seo-topic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.seo-topic { min-height: 290px; padding: 34px; border: 1px solid #e5eaf3; border-radius: 26px; background: linear-gradient(145deg,#fff,#f7f9fd); transition: transform .3s,border-color .3s,box-shadow .3s; }
.seo-topic:hover { transform: translateY(-6px); border-color: #c7d3f4; box-shadow: 0 22px 55px rgba(16,39,90,.09); }
.seo-topic > span { display: inline-grid; place-items: center; min-width: 36px; height: 25px; padding-inline: 8px; border-radius: 999px; color: #fff; background: var(--gradient); font-size: .7rem; font-weight: 850; }
.seo-topic h3 { margin: 25px 0 13px; color: var(--navy); font-size: 1.45rem; line-height: 1.16; letter-spacing: -.025em; }
.seo-topic p { margin: 0; color: var(--muted); }

.pricing-section { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 0,rgba(80,57,220,.34),transparent 32%),#070f26; }.pricing-section::before { content: ""; position: absolute; width: 740px; height: 740px; left: 50%; bottom: -610px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.015),0 0 0 200px rgba(255,255,255,.012); }.pricing-wrap { position: relative; }.price-card { border: 1px solid rgba(255,255,255,.28); border-radius: 34px; box-shadow: 0 50px 120px rgba(0,0,0,.38),0 0 80px rgba(70,59,255,.12); }.price-main { background: linear-gradient(145deg,#fff,#edf2ff); }.price-features { position: relative; }.price-features::after { content: "UP"; position: absolute; right: 16px; bottom: -28px; color: #f4f6fb; font-size: 7.5rem; font-weight: 900; line-height: 1; letter-spacing: -.12em; z-index: 0; }.price-features > * { position: relative; z-index: 1; }

.faq-section { background: #fff; }.faq-list details { padding-inline: 20px; border: 1px solid #e5eaf3; border-radius: 17px; margin-bottom: 10px; background: #fff; transition: border-color .25s,box-shadow .25s; }.faq-list details[open] { border-color: #b9c9f4; box-shadow: 0 14px 35px rgba(16,39,90,.07); }.faq-list details:last-child { border-bottom: 1px solid #e5eaf3; }

.demo-section { padding: 70px 0 110px; background: #fff; }
.contact-shell { position: relative; overflow: hidden; display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; padding: 70px; border-radius: 40px; color: #fff; background: radial-gradient(circle at 10% 15%,rgba(255,255,255,.16),transparent 25%),linear-gradient(135deg,#101f4d 0%,#182e70 46%,#4836ca 100%); box-shadow: 0 45px 100px rgba(16,39,90,.25); }
.contact-shell::before { content: ""; position: absolute; width: 430px; height: 430px; left: -260px; bottom: -250px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.022),0 0 0 140px rgba(255,255,255,.014); }
.contact-shell::after { content: "UP"; position: absolute; left: 38px; top: -40px; color: rgba(255,255,255,.035); font-size: 17rem; font-weight: 900; line-height: 1; letter-spacing: -.13em; }
.contact-intro,.demo-form { position: relative; z-index: 1; }
.contact-intro h2 { max-width: 560px; margin: 22px 0 18px; font-size: clamp(2.6rem,4vw,4.5rem); line-height: .98; letter-spacing: -.06em; }
.contact-intro > p { max-width: 540px; color: #b9c6e3; font-size: 1.04rem; }
.contact-methods { display: grid; gap: 10px; margin-top: 34px; }
.contact-method { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.055); transition: background .2s,border-color .2s,transform .2s; }
a.contact-method:hover { transform: translateX(5px); border-color: rgba(32,215,247,.5); background: rgba(255,255,255,.09); }
.contact-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg,#713bff,#366bff 55%,#02c7f2); font-weight: 850; }
.contact-method small,.contact-method strong { display: block; }.contact-method small { color: #93a3c7; font-size: .7rem; }.contact-method strong { color: #fff; font-size: .9rem; }.contact-method-muted { opacity: .72; }
.response-note { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: #9eaed0; font-size: .76rem; }.response-note span { width: 7px; height: 7px; border-radius: 50%; background: #43d7a6; box-shadow: 0 0 0 5px rgba(67,215,166,.12); }
.demo-form { padding: 36px; border-radius: 28px; color: var(--ink); background: rgba(255,255,255,.98); box-shadow: 0 32px 80px rgba(0,0,0,.25); }
.form-heading { display: flex; align-items: center; gap: 14px; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid #e7ebf3; }.form-heading > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--gradient); font-size: .7rem; font-weight: 850; }.form-heading strong,.form-heading small { display: block; }.form-heading strong { color: var(--navy); font-size: 1.15rem; }.form-heading small { color: #7d899f; font-size: .76rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }.form-grid label { display: grid; gap: 7px; }.form-grid label > span { color: #41506a; font-size: .76rem; font-weight: 750; }.field-wide { grid-column: 1/-1; }
.demo-form input,.demo-form select,.demo-form textarea { width: 100%; border: 1px solid #dce3ef; border-radius: 12px; background: #f8faff; color: var(--ink); font: inherit; font-size: .88rem; outline: 0; transition: border-color .2s,box-shadow .2s,background .2s; }.demo-form input,.demo-form select { height: 48px; padding: 0 14px; }.demo-form textarea { resize: vertical; min-height: 102px; padding: 12px 14px; }.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus { border-color: #667dff; background: #fff; box-shadow: 0 0 0 4px rgba(54,107,255,.1); }.demo-form input::placeholder,.demo-form textarea::placeholder { color: #a6afbf; }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: #69758b; font-size: .74rem; cursor: pointer; }.privacy-check input { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 2px; accent-color: var(--blue); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { min-height: 55px; border: 0; cursor: pointer; }.form-submit:disabled { cursor: wait; opacity: .72; }.form-help,.form-status { margin: 9px 0 0; text-align: center; color: #8994a8; font-size: .7rem; }.form-status { min-height: 18px; font-weight: 700; }.form-status.success { color: #168263; }.form-status.error { color: #c53a4a; }
.button-light { min-height: 60px; padding-inline: 30px; border-radius: 17px; }
.site-footer { background: #050b1c; }
.mobile-demo-bar { display: none; }
.chat-launch { position: fixed; z-index: 44; right: 22px; bottom: 22px; display: grid; grid-template-columns: 42px auto; grid-template-rows: auto auto; column-gap: 10px; align-items: center; min-width: 152px; min-height: 62px; padding: 9px 15px 9px 9px; border: 1px solid rgba(255,255,255,.28); border-radius: 19px; color: #fff; background: rgba(8,17,42,.92); box-shadow: 0 18px 45px rgba(0,0,0,.28); backdrop-filter: blur(14px); cursor: default; }.chat-launch > span:first-child { grid-row: 1/3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--gradient); font-size: 1.2rem; font-weight: 900; }.chat-launch > span:nth-child(2) { align-self: end; text-align: left; font-size: .82rem; font-weight: 800; }.chat-launch small { align-self: start; text-align: left; color: #96a4c3; font-size: .62rem; }

@media (max-width:1050px) {
  .hero { min-height: auto; }.hero-grid { padding-bottom: 85px; }.product-stage { transform: none; }.hero-type { right: 0; }.proof-strip { padding: 0; }.proof-track { justify-content: flex-start; }.floating-card-one { right: -8px; }.floating-card-two { left: -8px; }
}
@media (max-width:820px) {
  .site-header { background: rgba(7,15,38,.9); }.main-nav { background: rgba(7,15,38,.98); border-color: rgba(255,255,255,.12); box-shadow: 0 25px 60px rgba(0,0,0,.4); }.main-nav a { color: #dbe3f5; }.menu-button span:not(.sr-only) { background: #fff; }.hero { padding-top: 120px; }.hero h1 { font-size: clamp(3.75rem,14vw,6rem); }.hero-type { font-size: 7rem; }.app-window { transform: none; }.problem-section::before { font-size: 7rem; }.steps-section::after { display: none; }.seo-topic-grid { grid-template-columns: 1fr; }.seo-topic { min-height: auto; }.contact-shell { grid-template-columns: 1fr; gap: 45px; padding: 48px; }.mobile-demo-bar { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 14px; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #fff; background: var(--gradient); border-radius: 16px; box-shadow: 0 16px 45px rgba(54,107,255,.38); font-weight: 800; }.chat-launch { right: 18px; bottom: 82px; min-width: 62px; grid-template-columns: 42px; padding: 9px; }.chat-launch > span:nth-child(2),.chat-launch small { display: none; }.site-footer { padding-bottom: 95px; }
}
@media (max-width:600px) {
  .brand img { width: 168px; }.hero h1 { margin-top: 20px; line-height: .93; }.hero-lead { font-size: 1.04rem; }.hero-trust { gap: 10px; }.hero-trust span { width: 100%; }.product-stage { min-height: 455px; }.hero-type { display: none; }.proof-track { min-height: 82px; }.feature-card { border-radius: 25px; }.feature-large { min-height: 650px; }.steps-list li { padding: 23px 20px; grid-template-columns: 52px 1fr; }.audience-card { min-height: auto; }.price-card { border-radius: 25px; }.contact-shell { width: calc(100% - 20px); padding: 32px 20px; border-radius: 28px; }.contact-intro h2 { font-size: 2.7rem; }.demo-form { padding: 24px 18px; border-radius: 22px; }.form-grid { grid-template-columns: 1fr; }.field-wide { grid-column: auto; }.contact-method strong { font-size: .82rem; }
}
@media (prefers-reduced-motion:reduce) { .hero-glow,.floating-card,.proof-track { animation: none; } }
