@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/InterVariable-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root{
  --bg:#f6f8fc;
  --surface:#ffffff;
  --surface-2:#f1f5fb;
  --text:#0f172a;
  --muted:#5b6475;
  --line:#e5eaf3;
  --primary:#4f46e5;
  --primary-2:#6d5efc;
  --success:#16a34a;
  --warning:#f59e0b;
  --danger:#dc2626;
  --dark-accent:#15233f;
  --dark-accent-soft:#1c2f55;
  --shadow-sm:0 10px 30px rgba(15,23,42,.06);
  --shadow-md:0 24px 80px rgba(15,23,42,.12);
  --shadow-lg:0 40px 120px rgba(15,23,42,.18);
  --radius:20px;
  --radius-sm:14px;
  --radius-xs:10px;
  --container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: 'Inter', system-ui, sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}
a{text-decoration:none}
img{max-width:100%;height:auto}
.section{padding:88px 0;position:relative}
.section-tight{padding:56px 0}
.section-title{font-size:clamp(1.9rem,3vw,2.9rem);line-height:1.12;font-weight:800;letter-spacing:-.02em;margin-bottom:14px}
.section-subtitle,.lead-soft{font-size:1.05rem;color:var(--muted);max-width:760px}
.kicker{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 14px;border-radius:999px;background:rgba(79,70,229,.08);
  color:var(--primary);font-weight:700;font-size:.9rem;border:1px solid rgba(79,70,229,.1);
}

.hero-copy-panel{
  background:linear-gradient(180deg,rgba(26,39,76,.55),rgba(26,39,76,.35));
}

.pulse-cta{
  background: linear-gradient(135deg,#4f46e5,#6366f1);
  border: none;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(79,70,229,.35);
}

.topbar-space{height:84px}
.navbar.modern-nav{
  backdrop-filter:saturate(180%) blur(14px);
  background:rgba(255,255,255,.82)!important;
  border-bottom:1px solid rgba(226,232,240,.8);
}
.modern-nav .navbar-brand img{height:auto}
.modern-nav .nav-link{
  color:#24324b!important;font-weight:600;padding:.8rem .95rem!important;border-radius:12px;
}
.modern-nav .nav-link:hover,.modern-nav .nav-link.active{color:var(--primary)!important;background:rgba(79,70,229,.06)}
.btn-soft-primary{
  background:rgba(79,70,229,.1);color:var(--primary);border:none;border-radius:14px;
}
.btn-soft-primary:hover{background:var(--primary);color:#fff}
.btn-hero-primary,
.btn-hero-secondary{
  padding:15px 22px;border-radius:16px;font-weight:700;box-shadow:none;transition:.25s ease;
}
.btn-hero-primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));border:0;color:#fff}
.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(79,70,229,.28);color:#fff}
.btn-hero-secondary{background:#fff;border:1px solid var(--line);color:var(--text)}
.btn-hero-secondary:hover{transform:translateY(-2px);background:#f8fbff;color:var(--text)}


.hero-live{
  padding:18px 0 90px;
  background:linear-gradient(135deg,#e8eeff 0%,#f8fafc 100%);
}

.hero-shell{
  background:linear-gradient(138deg,#334a81 0%,#2f4577 44%,#dde5f7 44%,#eef2fb 100%);
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(31,41,55,.12);
  padding:28px 28px 22px;
}

.hero-copy-panel{
  padding:30px;
  border-radius:28px;
  background:linear-gradient(180deg,rgba(26,39,76,.35),rgba(26,39,76,.22));
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
}

.hero-live h1{
  font-size:clamp(2.2rem,4vw,3.6rem);
  line-height:1.02;
  letter-spacing:-.04em;
  color:#fff;
  max-width:12ch;
  font-weight:700;
  margin-top:12px;
}

.hero-subtitle,
.hero-live .lead{
  color:rgba(255,255,255,.94);
}

.hero-subtitle{
  font-size:1.1rem;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
  color:rgba(255,255,255,.9);
}

.hero-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.hero-mini-card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 18px 36px rgba(15,23,42,.08);
  border-radius:20px;
  padding:18px;
  min-height:165px;
}

.hero-mini-card h3{
  font-size:1.05rem;
  font-weight:700;
  margin-bottom:8px;
}

.hero-mini-card p{
  color:#334155;
  font-size:.97rem;
  margin-bottom:0;
}

.hero-logo{
  width:280px;
  height:auto;
}

.hero-demo{
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-demo .time-demo{
  margin-left:auto;
  margin-right:auto;
}

.logo-svg{
  width:280px;
  height:auto;
}

.logo-text{
  font-family:system-ui,-apple-system,sans-serif;
  font-size:26px;
  fill:#fff;
  font-weight:600;
}

.booking-note{
  font-size:11px;
  color:#6c757d;
  opacity:.8;
}

@media (max-width:1199px){
  .hero-shell{
    background:linear-gradient(180deg,#334a81 0%,#2f4577 58%,#eef2fb 58%,#eef2fb 100%);
  }

  .hero-mini-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .hero-live{
    padding:12px 0 56px;
  }

  .hero-shell{
    border-radius:24px;
    padding:18px 14px 16px;
  }

  .hero-copy-panel{
    padding:20px 18px 18px;
    border-radius:22px;
  }

  .hero-logo,
  .logo-svg{
    width:220px;
  }

  .hero-live h1{
    font-size:clamp(2.1rem,11vw,3.4rem);
    max-width:11ch;
  }

  .hero-actions{
    flex-direction:column;
  }

  .hero-actions .btn{
    width:100%;
  }

  .hero-mini-grid{
    grid-template-columns:1fr;
  }
}

/* PRICE */
.price-box{
font-size:32px;
font-weight:bold;
}

.price-summary {
    max-width: 400px;
    margin: 20px auto;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    font-family: 'Inter', sans-serif;
}

.price-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 16px;
}

.price-item.discount .value {
    color: #d9534f; /* rot für Rabatt */
}

.price-item.total-net,
.price-item.vat,
.price-item.total-gross {
    font-weight: 600;
    font-size: 18px;
}

.price-item.total-gross {
    font-size: 20px;
    color: #28a745; /* grün für Brutto */
}

.time-demo,.hero-demo-card{
  width:min(100%,520px);background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.7);
  border-radius:28px;padding:22px;box-shadow:0 30px 80px rgba(15,23,42,.16);backdrop-filter:blur(14px)
}
.dashboard-box{background:#fff;border-radius:22px;padding:20px;border:1px solid #edf1f7;box-shadow:var(--shadow-sm)}
.dashboard-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.dashboard-pill{font-size:.8rem;font-weight:700;color:var(--primary);background:rgba(79,70,229,.08);padding:8px 12px;border-radius:999px}
.demo-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.demo-stat{background:#f7f9fd;border:1px solid #edf1f7;padding:10px 12px;border-radius:14px}
.demo-stat small{display:block;color:var(--muted)}
.demo-stat strong{font-size:1.05rem}
.clock-box{font-size:23px;font-weight:800;background:#f7faff;border:1px solid #ebf0f6;border-radius:14px;padding:12px 14px}
.click-hint{font-size:14px;margin-top:8px;color:#666;animation:bounceHint 1.6s infinite}
@keyframes bounceHint{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}
#checkinBtn{animation:pulseBtn 2s infinite}
@keyframes pulseBtn{0%{box-shadow:0 0 0 0 rgba(34,197,94,.5)}70%{box-shadow:0 0 0 18px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}
.auto-checkin-box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.88);background:#111827;color:#fff;padding:25px 34px;border-radius:16px;font-size:18px;text-align:center;z-index:99999;opacity:0;box-shadow:var(--shadow-lg)}

.logo-svg{width:240px;height:auto;margin-bottom:6px}
#hand1,#hand2{transform-origin:40px 40px}
#hand1{animation:rotateMain 1.2s ease-out}#hand2{animation:rotateSmall 1.2s ease-out}
@keyframes rotateMain{from{transform:rotate(-60deg)}to{transform:rotate(0deg)}}
@keyframes rotateSmall{from{transform:rotate(-20deg)}to{transform:rotate(0deg)}}
.logo-svg:hover #hand1{animation:tickMain .6s ease-in-out}.logo-svg:hover #hand2{animation:tickSmall .6s ease-in-out}
@keyframes tickMain{0%{transform:rotate(0)}50%{transform:rotate(10deg)}100%{transform:rotate(0)}}
@keyframes tickSmall{0%{transform:rotate(0)}50%{transform:rotate(4deg)}100%{transform:rotate(0)}}
.logo-row{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.logo-row-copy{font-size:1rem;color:#43516c;font-weight:700}
.glance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.glance-card,.card-saas,.trust,.metric-card,.story-card,.price-card,.faq-highlight{
  background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-sm)
}
.card-saas{padding:28px;transition:transform .28s ease, box-shadow .28s ease}
.card-saas:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}
.card-saas h5{font-weight:800;margin-bottom:10px}
.card-saas p{color:var(--muted);margin-bottom:0}
.trust{padding:24px}
.metric-card{padding:24px;text-align:center}
.metric-card .num{font-size:2rem;font-weight:850;line-height:1;color:var(--primary);display:block;margin-bottom:8px}
.story-grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:24px;align-items:center}
.story-panel{padding:34px}
.story-media{
  background:linear-gradient(160deg,#edf4ff,#ffffff);border:1px solid var(--line);
  border-radius:28px;min-height:480px;padding:24px;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center
}
.story-media video,.story-media iframe{width:100%;height:100%;min-height:400px;border:0;border-radius:22px}
.badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.badge-soft{background:#fff;border:1px solid var(--line);padding:8px 12px;border-radius:999px;color:#30415f;font-weight:700;font-size:.9rem}
.dark-band{background:linear-gradient(135deg,#203152,#2a416a);color:#fff}
.dark-band .section-subtitle,.dark-band .lead-soft,.dark-band p{color:#d7e3f5}
.dark-band .card-saas,.dark-band .trust,.dark-band .metric-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff;box-shadow:none}
.dark-band .card-saas p,.dark-band .trust p,.dark-band .metric-card p{color:#d7e3f5}
.dark-band .metric-card .num{color:#fff}
.price-card{padding:34px;text-align:center}
.price-card .price{font-size:3rem;font-weight:900;line-height:1;margin-bottom:10px;color:var(--primary)}
.cta-shell{
  background:linear-gradient(135deg,var(--primary),#7c67ff);border-radius:30px;padding:48px;color:#fff;box-shadow:var(--shadow-lg)
}
.cta-shell p{color:#eef2ff}
.accordion-item{border:1px solid var(--line)!important;border-radius:18px!important;overflow:hidden;background:#fff;margin-bottom:12px}
.accordion-button{font-weight:800;padding:20px 22px;background:#fff}
.accordion-button:not(.collapsed){background:#f7f9fd;color:var(--primary);box-shadow:none}
.mobile-cta{position:fixed;bottom:-100px;left:0;width:100%;background:var(--primary);padding:12px;text-align:center;z-index:9999;transition:bottom .3s ease}
.mobile-cta.show{bottom:0}.mobile-cta a{color:#fff;font-weight:700;font-size:18px}
#progress-bar{position:fixed;top:0;left:0;height:4px;background:var(--primary);width:0%;z-index:99999}
.btn{transition:transform .18s ease, box-shadow .18s ease}.btn:hover{transform:translateY(-2px)}
.fade-in{opacity:0;transform:translateY(20px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:none}
footer{background:#101827;color:#fff;padding:40px 0}footer a{color:#d7deeb}
.hero-mobile-visual{display:none}
/* suggestion section */
.scroll-feature-shell{position:relative;border-radius:30px;border:1px solid var(--line);background:linear-gradient(180deg,#fbfdff,#f3f7fd);padding:24px;box-shadow:var(--shadow-sm)}
.sticky-note{position:sticky;top:110px}
@media (max-width:1199px){
  .hero-grid{grid-template-columns:1fr}
  .hero-demo-wrap{padding:0 34px 34px}
  .hero-copy{padding:48px 34px 28px}
  .hero-floating-card{display:none}
  .story-grid{grid-template-columns:1fr}
}
@media (max-width:991px){
  .topbar-space{height:74px}
  .section{padding:68px 0}
  .glance-grid,.hero-proof-strip,.demo-stats{grid-template-columns:1fr 1fr}
  .hero-copy h1{font-size:clamp(2rem,10vw,3rem)}
}
@media (max-width:768px){
  .section{padding:54px 0}
  .hero-panel{border-radius:24px}
  .hero-copy{padding:30px 22px 22px}
  .hero-demo-wrap{padding:0 18px 18px}
  .hero-copy h1{font-size:2rem;line-height:1.06;margin:12px 0}
  .hero-copy p{font-size:1rem}
  .hero-actions{gap:10px}
  .btn-hero-primary,.btn-hero-secondary{width:100%;justify-content:center}
  .glance-grid,.hero-proof-strip,.demo-stats{grid-template-columns:1fr}
  .logo-svg{width:180px}
  .logo-row{align-items:flex-start}
  .hero-microproof{gap:8px;font-size:.9rem}
  .story-media{min-height:260px;padding:14px}
  .story-media iframe{min-height:230px}
  .modern-nav .nav-link{padding:.65rem .8rem!important}
  .mobile-cta{display:block}
  body{padding-bottom:72px}
}
@media (min-width:769px){.mobile-cta{display:none}}

.last-booking{font-size:11px;color:#6c757d;opacity:.8}
.hero-softdark .logo-text{fill:#fff}
.hero-softdark .hero-copy p,.hero-softdark .hero-microproof{color:#e6edfb}
.hero-softdark .proof-chip{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.14)}
.hero-softdark .proof-chip span{color:#edf2ff}
.hero-softdark .hero-floating-card{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.18);color:#fff}
.hero-softdark .hero-floating-card p{color:#e5edf9}
.hero-softdark .hero-kicker{background:rgba(255,255,255,.12);color:#eef3ff;border-color:rgba(255,255,255,.14)}

/* =========================
   PRODUCT WALKTHROUGH
========================= */

.pw-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
}

.pw-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: start;
  margin-top: 40px;
}

.pw-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pw-step {
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 28px 28px 28px 84px;
  background: rgba(255,255,255,0.88);
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
  opacity: 0.55;
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.pw-step.active {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(79,70,229,0.12);
}

.pw-step h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.pw-step p {
  color: #475467;
  margin: 0;
}

.pw-number {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ecebff;
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.pw-visual-wrap {
  position: sticky;
  top: 110px;
}

.pw-visual {
  position: relative;
  min-height: 78vh;
  border-radius: 28px;
  padding: 20px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: 0 24px 56px rgba(0,0,0,0.10);
  backdrop-filter: blur(10px);
}

.pw-shot {
  position: absolute;
  inset: 20px;
  margin: 0;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.pw-shot.active {
  opacity: 1;
  transform: scale(1);
}

.pw-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

/* Mobile */
@media (max-width: 991px) {
  .pw-grid {
    grid-template-columns: 1fr;
  }

  .pw-visual-wrap {
    position: relative;
    top: auto;
  }

  .pw-step {
    min-height: auto;
  }

  .pw-visual {
    min-height: 360px;
  }

  .pw-shot {
    inset: 12px;
  }
}

@media (max-width: 768px) {
  .pw-section {
    padding: 70px 0;
  }

  .pw-step {
    padding: 22px 18px 22px 72px;
  }

  .pw-step h3 {
    font-size: 1.15rem;
  }

  .pw-visual {
    min-height: 280px;
    padding: 12px;
  }
}

.pw-mobile-shot{
  display:none;
  margin-top:18px;
}

.pw-mobile-shot img{
  width:100%;
  height:auto;
  display:block;
  background:#fff;
  border-radius:18px;
  box-shadow:0 10px 28px rgba(0,0,0,0.08);
}

@media (max-width:991px){
  .pw-visual-wrap{
    display:none;
  }

  .pw-mobile-shot{
    display:block;
  }

  .pw-step{
    opacity:1;
    transform:none;
    min-height:auto;
  }
}

.demo-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.demo-metrics div{background:#f7f8fc;border:1px solid #e7ebf4;border-radius:16px;padding:12px 14px}
.demo-metrics span{display:block;font-size:.86rem;color:#667085}
.demo-metrics strong{display:block;margin-top:4px;font-size:1.1rem;color:#111827}

.hero-premium{
  padding: 18px 0 90px;
  background:
    radial-gradient(circle at 12% 18%, rgba(96,165,250,.18), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(168,85,247,.16), transparent 28%),
    linear-gradient(135deg, #e8eeff 0%, #f8fafc 100%);
}

.hero-premium-shell{
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.10), transparent 24%),
    linear-gradient(138deg,#223a66 0%, #2a4578 46%, #dfe8fb 46%, #f5f8ff 100%);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(15,23,42,.16);
  padding: 30px 28px 24px;
}

.hero-premium-copy{
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(18,31,60,.46), rgba(18,31,60,.28));
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
}

.hero-premium .hero-logo,
.hero-premium .logo-svg{
  width: 250px;
  height: auto;
}

.hero-premium .hero-logo-text{
  fill: #fff;
}

.hero-premium h1{
  font-size: clamp(2.15rem, 3.8vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -.04em;
  color: #fff;
  max-width: 11ch;
  font-weight: 800;
  margin: 14px 0 12px;
}

.hero-premium .hero-subtitle,
.hero-premium .lead{
  color: rgba(255,255,255,.94);
}

.hero-premium .hero-subtitle{
  font-size: 1.06rem;
  max-width: 56ch;
  margin-bottom: 4px;
}

.hero-premium .lead{
  font-size: 1rem;
  max-width: 58ch;
}

.hero-premium .hero-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-premium .hero-actions .btn-outline-light{
  border-width: 1px;
}

.hero-premium .hero-trust{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: rgba(255,255,255,.9);
}

.hero-premium .hero-mini-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-top: 22px;
}

.hero-premium .hero-mini-card{
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 18px 36px rgba(15,23,42,.08);
  border-radius: 18px;
  padding: 15px 15px 14px;
  min-height: auto;
}

.hero-premium .hero-mini-card h3{
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.hero-premium .hero-mini-card p{
  color: #334155;
  font-size: .94rem;
  margin-bottom: 0;
}

.hero-premium .hero-demo{
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-premium .hero-demo .time-demo{
  max-width: 430px;
  width: 100%;
}

.hero-premium .time-demo{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 26px 60px rgba(15,23,42,.16);
  backdrop-filter: blur(12px);
}

.hero-premium .dashboard-box{
  border-radius: 22px;
  padding: 20px;
}

.hero-premium .pulse-cta{
  background: linear-gradient(135deg,#4f46e5,#6366f1);
  border: none;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(79,70,229,.35);
}

@media (max-width: 1199px){
  .hero-premium-shell{
    background: linear-gradient(180deg,#223a66 0%, #2a4578 58%, #e7efff 58%, #f5f8ff 100%);
  }

  .hero-premium .hero-mini-grid{
    grid-template-columns: 1fr;
  }

  .hero-premium .hero-demo .time-demo{
    max-width: 520px;
  }
}

@media (max-width: 768px){
  .hero-premium{
    padding: 12px 0 56px;
  }

  .hero-premium-shell{
    border-radius: 24px;
    padding: 16px 14px 14px;
  }

  .hero-premium-copy{
    padding: 20px 18px 18px;
    border-radius: 22px;
  }

  .hero-premium .hero-logo,
  .hero-premium .logo-svg{
    width: 210px;
  }

  .hero-premium h1{
    font-size: clamp(2rem, 9vw, 3rem);
    max-width: 12ch;
  }

  .hero-premium .hero-actions{
    flex-direction: column;
  }

  .hero-premium .hero-actions .btn{
    width: 100%;
  }

  .hero-premium .hero-mini-grid{
    grid-template-columns: 1fr;
  }

  .hero-premium .hero-demo .time-demo{
    max-width: 100%;
  }
}

.pulse-cta{
  animation: pulseCTA 1.8s infinite;
}

@keyframes pulseCTA{
  0%{
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(79,70,229,.30);
  }
  50%{
    transform: scale(1.04);
    box-shadow: 0 0 0 14px rgba(79,70,229,0);
  }
  100%{
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(79,70,229,0);
  }
}

.btn-soft-primary{
  animation: pulseNav 2s infinite;
}

@keyframes pulseNav{
  0%{ box-shadow: 0 0 0 0 rgba(79,70,229,.28); }
  70%{ box-shadow: 0 0 0 10px rgba(79,70,229,0); }
  100%{ box-shadow: 0 0 0 0 rgba(79,70,229,0); }
}


/* =========================
   TYPOGRAPHY PATCH
========================= */

body{
  font-size: 16px;
  line-height: 1.65;
  color: #0f172a;
}

p,
li{
  color: #4b5563;
}

.section-title{
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.hero-premium h1,
.hero-live h1,
h1{
  letter-spacing: -0.04em;
}

.hero-premium h1{
  font-size: clamp(2.05rem, 3.5vw, 3.25rem);
  line-height: 1.02;
}

.hero-subtitle{
  font-size: 1.04rem;
  font-weight: 600;
}

.lead{
  font-size: 1.04rem;
  line-height: 1.7;
}

.card-saas h5,
.hero-mini-card h3,
.price-card h2,
.cta-shell h2,
.accordion-button{
  letter-spacing: -0.02em;
}

.card-saas p,
.hero-mini-card p,
.section-subtitle,
.lead-soft{
  font-size: .98rem;
}

.hero-trust,
.hero-microproof,
.badge-soft,
.kicker{
  font-size: .92rem;
}

@media (max-width: 768px){
  body{
    font-size: 15.5px;
  }

  .hero-premium h1{
    font-size: clamp(1.9rem, 8.6vw, 2.8rem);
  }

  .section-title{
    font-size: clamp(1.75rem, 7vw, 2.2rem);
  }

  .lead,
  .hero-subtitle,
  .lead-soft{
    font-size: .98rem;
  }
}

.gallery-hero{
  background:
    radial-gradient(circle at 18% 20%, rgba(79,70,229,.10), transparent 26%),
    linear-gradient(180deg,#f8fbff,#f6f8fc);
}

.gallery-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.gallery-feature-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px;
  box-shadow:var(--shadow-sm);
}

.gallery-feature-card h2{
  font-size:1.15rem;
  font-weight:800;
  margin-bottom:8px;
}

.gallery-feature-card p{
  margin:0;
  color:var(--muted);
}

.gallery-section{
  background:linear-gradient(180deg,#f8fafc,#eef4ff);
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.gallery-card{
  margin:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow-sm);
  transition:transform .25s ease, box-shadow .25s ease;
}

.gallery-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-md);
}

.gallery-card-wide{
  grid-column:span 2;
}

.gallery-image-button{
  width:100%;
  border:0;
  padding:14px;
  background:linear-gradient(180deg,#f8fafc,#eef2f7);
  cursor:pointer;
}

.gallery-image-button img{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:contain;
  background:#fff;
  border-radius:18px;
  box-shadow:0 8px 24px rgba(15,23,42,.08);
}

.gallery-card figcaption{
  padding:18px 20px 20px;
}

.gallery-card figcaption strong{
  display:block;
  font-size:1.05rem;
  font-weight:800;
  color:var(--text);
  margin-bottom:4px;
}

.gallery-card figcaption span{
  color:var(--muted);
  font-size:.95rem;
}

.gallery-cta{
  background:linear-gradient(135deg,#27364f,#314563);
  color:#fff;
  border-radius:28px;
  padding:42px 24px;
  box-shadow:var(--shadow-md);
}

.gallery-cta p{
  color:#dbeafe;
}

#lightbox{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.88);
  z-index:99999;
  justify-content:center;
  align-items:center;
  padding:24px;
}

#lightbox img{
  max-width:min(96vw,1400px);
  max-height:90vh;
  background:#fff;
  border-radius:18px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
}

@media (max-width:991px){
  .gallery-feature-grid,
  .gallery-grid{
    grid-template-columns:1fr 1fr;
  }

  .gallery-card-wide{
    grid-column:span 2;
  }
}

@media (max-width:768px){
  .gallery-feature-grid,
  .gallery-grid{
    grid-template-columns:1fr;
  }

  .gallery-card-wide{
    grid-column:span 1;
  }

  .gallery-image-button img{
    aspect-ratio:4 / 3;
  }
}

.feature-jump-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:16px;
  box-shadow:var(--shadow-sm);
}

.feature-jump-nav a{
  display:inline-flex;
  align-items:center;
  padding:9px 14px;
  border-radius:999px;
  background:#f7f9fd;
  color:#24324b;
  font-weight:700;
  font-size:.92rem;
  border:1px solid #edf1f7;
}

.feature-jump-nav a:hover{
  background:var(--primary);
  color:#fff;
}

/* =========================
   WALKTHROUGH WOW PATCH
========================= */

.pw-section{
  position:relative;
  padding:110px 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(79,70,229,.18), transparent 24%),
    radial-gradient(circle at 90% 18%, rgba(14,165,233,.14), transparent 28%),
    linear-gradient(135deg,#17233c 0%, #243858 48%, #eef4ff 48%, #f8fbff 100%);
}

.pw-section::before{
  content:"";
  position:absolute;
  inset:40px auto auto 8%;
  width:260px;
  height:260px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  filter:blur(8px);
  pointer-events:none;
}

.pw-section .section-header{
  position:relative;
  max-width:820px;
  margin:0 auto;
  padding:28px;
  border-radius:28px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
}

.pw-section .section-header .section-title{
  color:#fff;
}

.pw-section .section-header .lead,
.pw-section .section-header .text-muted{
  color:rgba(255,255,255,.86)!important;
}

.pw-grid{
  position:relative;
  grid-template-columns:.72fr 1.28fr;
  gap:34px;
  margin-top:52px;
}

.pw-steps{
  gap:18px;
}

.pw-step{
  min-height:58vh;
  justify-content:center;
  padding:26px 24px 26px 76px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 18px 44px rgba(15,23,42,.12);
  opacity:.62;
}

.pw-step.active{
  opacity:1;
  transform:translateY(-2px) scale(1.01);
  box-shadow:0 28px 70px rgba(15,23,42,.22);
}

.pw-step h3{
  font-size:1.22rem;
}

.pw-step p{
  font-size:.98rem;
  line-height:1.6;
}

.pw-number{
  background:linear-gradient(135deg,#4f46e5,#60a5fa);
  color:#fff;
  box-shadow:0 10px 24px rgba(79,70,229,.25);
}

.pw-visual-wrap{
  top:96px;
}

.pw-visual{
  min-height:76vh;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:0 34px 90px rgba(15,23,42,.22);
}

.pw-shot{
  inset:18px;
}

.pw-shot img{
  border-radius:22px;
  box-shadow:0 18px 48px rgba(15,23,42,.14);
}

@media(max-width:991px){
  .pw-section{
    background:linear-gradient(180deg,#f8fafc,#eef4ff);
    padding:70px 0;
  }

  .pw-section .section-header{
    background:#fff;
    border:1px solid var(--line);
  }

  .pw-section .section-header .section-title{
    color:var(--text);
  }

  .pw-section .section-header .lead,
  .pw-section .section-header .text-muted{
    color:var(--muted)!important;
  }

  .pw-grid{
    grid-template-columns:1fr;
    margin-top:32px;
  }

  .pw-step{
    min-height:auto;
    opacity:1;
    transform:none;
  }
}

.pricing-hero{
  background:
    radial-gradient(circle at 18% 20%, rgba(79,70,229,.10), transparent 28%),
    linear-gradient(180deg,#f8fbff,#f6f8fc);
}

.pricing-trust{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.pricing-trust span{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:9px 14px;
  font-weight:700;
  color:#30415f;
  box-shadow:var(--shadow-sm);
}

.pricing-model-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.pricing-model-card{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:28px;
  box-shadow:var(--shadow-sm);
}

.pricing-model-card.featured{
  border-color:rgba(79,70,229,.35);
  box-shadow:0 24px 80px rgba(79,70,229,.12);
}

.pricing-model-card h2{
  font-size:1.4rem;
  font-weight:850;
  margin-bottom:10px;
}

.pricing-model-card p{
  color:var(--muted);
}

.pricing-model-card ul{
  padding-left:0;
  list-style:none;
  margin:22px 0;
}

.pricing-model-card li{
  margin-bottom:10px;
}

.pricing-badge{
  position:absolute;
  right:20px;
  top:20px;
  background:var(--primary);
  color:#fff;
  border-radius:999px;
  padding:6px 10px;
  font-size:.8rem;
  font-weight:800;
}

.pricing-calculator-intro{
  padding-top:30px;
  padding-bottom:30px;
}

.pricing-calculator-box{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:30px;
  box-shadow:var(--shadow-md);
}

.pricing-note{
  background:#f8fafc;
  border:1px solid #e7ebf4;
  border-radius:22px;
  padding:22px;
}

.pricing-note p{
  color:var(--muted);
}

@media(max-width:991px){
  .pricing-model-grid,
  .pricing-calculator-box{
    grid-template-columns:1fr;
  }
}

.demo-hero{
  background:
    radial-gradient(circle at 14% 18%, rgba(22,163,74,.10), transparent 26%),
    linear-gradient(180deg,#f8fbff,#f6f8fc);
}

.demo-hero-box{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:26px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:34px;
  box-shadow:var(--shadow-md);
}

.demo-proof-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.demo-proof-list span{
  background:#f0fdf4;
  border:1px solid #bbf7d0;
  color:#166534;
  border-radius:999px;
  padding:8px 12px;
  font-weight:700;
}

.demo-hero-card{
  background:#f8fafc;
  border:1px solid #e7ebf4;
  border-radius:24px;
  padding:24px;
}

.demo-hero-card strong{
  display:block;
  font-size:1.2rem;
  margin-bottom:12px;
}

.demo-hero-card ol{
  margin:0 0 22px;
  padding-left:20px;
}

.demo-hero-card li{
  margin-bottom:8px;
}

@media(max-width:991px){
  .demo-hero-box{
    grid-template-columns:1fr;
  }
}

.buy-divider{
  margin:42px 0 28px;
  padding:28px;
  border-radius:24px;
  background:linear-gradient(135deg,#f8fafc,#eef4ff);
  border:1px solid var(--line);
  text-align:center;
}

.buy-divider h2{
  font-size:clamp(1.6rem,2.5vw,2.2rem);
  font-weight:850;
  margin:12px 0 8px;
}

.buy-divider p{
  max-width:680px;
  margin:0 auto;
  color:var(--muted);
}

.form-check-label.with-hint{
  display:inline-flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}

.hint{
  display:inline-block;
  position:relative;
}

.hint-box{
  position:absolute;
  top:26px;
  left:0;
  width:min(280px, 90vw);
  background:#111827;
  color:#fff;
  padding:10px 12px;
  border-radius:10px;
  font-size:12px;
  z-index:1000;
  box-shadow:0 16px 36px rgba(0,0,0,.22);
}

@media(max-width:768px){
  .hint-box{
    left:auto;
    right:0;
  }
}

/* =========================
   WALKTHROUGH CLOCK BACKGROUND
========================= */

.pw-section{
  position:relative;
  overflow:visible;
}

.pw-clock-bg{
  position:sticky;
  top:120px;
  width:min(760px,72vw);
  height:min(760px,72vw);
  margin:-40px auto -720px;
  opacity:.9;
  pointer-events:none;
  z-index:0;
}

.pw-clock-svg{
  width:100%;
  height:100%;
  filter:drop-shadow(0 30px 80px rgba(15,23,42,.18));
}

.pw-clock-circle{
  fill:none;
  stroke:rgba(255,255,255,.16);
  stroke-width:7;
}

.pw-clock-a{
  fill:none;
  stroke:rgba(255,255,255,.20);
  stroke-width:8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pw-clock-hand-main{
  stroke:rgba(96,165,250,.58);
  stroke-width:10;
  stroke-linecap:round;
  transform-origin:110px 110px;
}

.pw-clock-hand-small{
  stroke:rgba(255,255,255,.42);
  stroke-width:7;
  stroke-linecap:round;
  transform-origin:110px 110px;
}

.pw-clock-center{
  fill:rgba(96,165,250,.55);
}

.pw-section .container{
  position:relative;
  z-index:2;
}

@media(max-width:991px){
  .pw-clock-bg{
    width:92vw;
    height:92vw;
    top:28%;
    opacity:.22;
  }
}

