:root {
  --gold: #bc8c39;
  --gold-dark: #9a6f28;
  --gold-soft: #f5ead2;
  --ink: #171b22;
  --ink-2: #29313f;
  --muted: #667084;
  --line: #e7e9ed;
  --soft: #f7f8f9;
  --white: #ffffff;
  --shadow: 0 22px 50px rgba(24, 28, 36, .10);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; background: var(--ink); color: #fff; padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 86px 0; }
.section-soft { background: linear-gradient(180deg, #fbfbfc 0%, #f5f7f9 100%); }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .14em; font-size: .77rem; font-weight: 800; color: #7c8798; }
h1, h2, h3 { margin-top: 0; font-family: Manrope, Inter, sans-serif; line-height: 1.12; }
h1 { font-size: clamp(2.6rem, 5vw, 4.9rem); letter-spacing: -.04em; margin-bottom: 26px; }
h1 span, h2 span { color: var(--gold); }
h2 { font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.03em; margin-bottom: 18px; }
h3 { margin-bottom: 9px; }
p { color: var(--muted); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(231,233,237,.8); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 32px; }
.brand img { width: 220px; }
.primary-nav { display: flex; justify-content: center; gap: 30px; font-size: .92rem; color: #485267; }
.primary-nav a:hover, .login-link:hover { color: var(--gold-dark); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.login-link { font-size: .92rem; color: #445064; }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); padding: .55rem .8rem; border-radius: 10px; }

.btn { display: inline-flex; justify-content: center; align-items: center; gap: .55rem; min-height: 50px; padding: .8rem 1.25rem; border-radius: 9px; font-weight: 700; border: 1px solid transparent; transition: .2s ease; }
.btn-primary { color: #fff; background: linear-gradient(135deg, #c79b4b, #a97828); box-shadow: 0 12px 24px rgba(188,140,57,.22); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 30px rgba(188,140,57,.28); }
.btn-secondary { background: #fff; border-color: #d8dce4; }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold-dark); }
.btn-small { min-height: 44px; padding-inline: 1rem; }
.btn-block { width: 100%; }

.hero { padding: 66px 0 48px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 48px; }
.hero-copy .lead { max-width: 650px; font-size: 1.07rem; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: #667184; font-size: .82rem; }
.hero-visual { position: relative; min-height: 560px; }
.scribble-note { position: absolute; right: 0; top: -25px; z-index: 5; color: #495365; font-family: "Segoe Print", "Bradley Hand", cursive; font-size: .88rem; transform: rotate(-4deg); }
.scribble-note span { color: var(--gold); font-size: 2rem; position: absolute; right: -3px; top: 32px; }
.laptop { position: absolute; width: 85%; left: 0; top: 58px; }
.laptop-screen { background: #15191f; border-radius: 21px 21px 12px 12px; padding: 11px; box-shadow: var(--shadow); }
.app-topbar { height: 48px; background: #fff; border-radius: 12px 12px 0 0; display: flex; align-items: center; justify-content: space-between; padding: 6px 12px; border-bottom: 1px solid #edf0f3; }
.app-topbar img { width: 118px; }
.app-user { display: flex; align-items: center; gap: 8px; font-size: .62rem; }
.app-user small { display: block; color: var(--muted); }
.avatar { width: 28px; height: 28px; border-radius: 50%; display: inline-grid; place-items: center; font-size: .56rem; font-weight: 800; color: #fff; }
.avatar-gold { background: var(--gold); }
.avatar-dark { background: #27303c; }
.app-body { display: grid; grid-template-columns: 122px 1fr; background: #f6f8fa; border-radius: 0 0 8px 8px; min-height: 325px; }
.app-sidebar { background: #fff; padding: 15px 10px; display: flex; flex-direction: column; gap: 11px; font-size: .61rem; color: #6e788a; }
.app-sidebar span { padding: 7px 8px; border-radius: 6px; }
.app-sidebar .side-active { background: #f5ead2; color: #9a6f28; font-weight: 700; }
.app-main { padding: 14px; }
.trial-banner { background: #fff4d5; border: 1px solid #edd18e; color: #8a692c; font-size: .61rem; padding: 7px 9px; border-radius: 8px; margin-bottom: 12px; }
.app-main-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.mini-label { font-size: .55rem; color: var(--gold-dark); font-weight: 700; }
.app-main h3 { font-size: 1rem; margin: 3px 0 0; }
.status-pill { padding: 6px 9px; background: #687f49; color: white; border-radius: 9px; font-size: .6rem; font-weight: 800; }
.app-content-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; margin: 12px 0; }
.progress-card, .mentor-card, .learning-card { background: #fff; border: 1px solid #e8ebef; border-radius: 11px; }
.progress-card { display: flex; align-items: center; gap: 9px; padding: 12px; font-size: .63rem; }
.progress-card p { margin: 2px 0 0; font-size: .59rem; }
.mentor-card { display: flex; align-items: center; gap: 8px; padding: 12px; font-size: .59rem; }
.mentor-card small { display: block; color: var(--muted); }
.ring { --p: 78; width: 64px; height: 64px; border-radius: 50%; background: conic-gradient(var(--gold) calc(var(--p) * 1%), #edf0f3 0); display: grid; place-items: center; flex: 0 0 auto; }
.ring::before { content: ""; width: 48px; height: 48px; background: #fff; border-radius: 50%; grid-area: 1/1; }
.ring div { grid-area: 1/1; position: relative; font-weight: 800; font-size: .78rem; }
.ring-small { width: 72px; height: 72px; margin: 14px auto 4px; }
.ring-small::before { width: 54px; height: 54px; }
.learning-card { padding: 11px; }
.learning-meta { display: flex; justify-content: space-between; color: #a4752a; font-size: .57rem; font-weight: 700; margin-bottom: 5px; }
.task { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 6px; padding: 7px 3px; border-top: 1px solid #eff1f4; font-size: .58rem; }
.task:first-of-type { border-top: 0; }
.task > span { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; border: 1px solid #bcc3cd; color: #8b95a4; }
.task.done > span { background: #8a9740; color: #fff; border-color: #8a9740; }
.task small { display: block; color: var(--muted); }
.task em { font-style: normal; background: #f5ead2; color: #8d6829; border-radius: 6px; padding: 3px 5px; }
.laptop-base { height: 20px; width: 112%; margin-left: -6%; background: linear-gradient(#d5d9dd,#aeb4ba); border-radius: 0 0 50% 50%; box-shadow: 0 16px 20px rgba(0,0,0,.12); }
.phone { position: absolute; right: 1%; top: 140px; width: 180px; height: 375px; border-radius: 30px; background: #12161c; padding: 8px; box-shadow: 0 24px 50px rgba(22,27,34,.22); transform: rotate(1deg); }
.phone-content { height: 100%; border-radius: 23px; background: #fff; padding: 28px 15px 14px; text-align: center; position: relative; }
.phone-notch { position: absolute; width: 64px; height: 14px; border-radius: 0 0 12px 12px; background: #12161c; z-index: 2; left: 58px; top: 8px; }
.phone-greeting { display: block; text-align: left; font-size: .72rem; font-weight: 800; }
.phone-content > b { display: block; text-align: left; margin-top: 2px; font-size: .68rem; }
.phone-content > small { color: var(--muted); font-size: .56rem; }
.phone-task { display: flex; align-items: center; gap: 7px; margin-top: 10px; padding: 8px; border-radius: 10px; background: #f7f8fa; font-size: .61rem; text-align: left; }
.phone-task span { width: 18px; height: 18px; border: 1px solid #c9ced6; border-radius: 50%; display: grid; place-items: center; }
.phone-task.done span { background: #8b973f; color: #fff; border-color: #8b973f; }
.phone-content button { width: 100%; border: 0; background: var(--gold); color: #fff; border-radius: 8px; padding: 9px; font-size: .62rem; font-weight: 800; margin-top: 14px; }

.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 34px 0; background: #fff; }
.logo-strip p { text-align: center; font-size: .8rem; margin-top: 0; }
.logo-cloud { display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; color: #4d596b; font-weight: 700; }
.logo-cloud span { opacity: .9; }

.benefit-layout { display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: stretch; }
.side-intro p:last-child { margin-bottom: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.feature-card { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 10px 24px rgba(25,31,40,.04); }
.feature-card .icon { color: var(--gold); font-size: 2rem; }
.feature-card h3 { margin-top: 18px; font-size: 1rem; }
.feature-card p { font-size: .88rem; margin-bottom: 0; }
.section-heading { margin-bottom: 34px; }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 18px; align-items: start; }
.step { position: relative; padding: 10px 10px 0 54px; }
.step-number { position: absolute; left: 0; top: 4px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: #fff; font-weight: 800; }
.step-icon { color: var(--gold); font-size: 1.7rem; }
.step h3 { font-size: 1rem; margin-top: 10px; }
.step p { font-size: .86rem; margin-bottom: 0; }
.step-arrow { align-self: center; color: #b7bdc7; font-size: 1.6rem; padding-top: 30px; }

.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.industry-card { display: grid; grid-template-columns: 42% 58%; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; min-height: 245px; }
.industry-image { min-height: 100%; background-size: cover; background-position: center; position: relative; }
.industry-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(20,24,30,.08)); }
.industry-image.hotel { background: linear-gradient(135deg,#ded5c7 0 34%, #7e6d58 34% 45%, #c9b79d 45% 60%, #f0ede7 60% 100%); }
.industry-image.gastro { background: radial-gradient(circle at 30% 25%,#d2a35f 0 8%,transparent 9%), linear-gradient(115deg,#3d352f,#8c7051 52%,#d9c2a1); }
.industry-image.retail { background: linear-gradient(145deg,#d5d9da 0 30%,#7f8e87 30% 38%,#e9ece8 38% 58%,#9b8f7c 58% 66%,#f2f3f1 66%); }
.industry-content { padding: 22px; }
.industry-icon { color: var(--gold); font-size: 1.6rem; }
.industry-content h3 { font-size: 1rem; margin-top: 8px; }
.industry-content p { font-size: .84rem; }
.industry-content a { color: var(--gold-dark); font-weight: 700; font-size: .84rem; }

.compact-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.compact-feature-grid article { display: flex; align-items: flex-start; gap: 14px; border: 1px solid var(--line); background: #fff; padding: 20px; border-radius: 13px; }
.compact-feature-grid article > span { color: var(--gold); font-size: 1.8rem; }
.compact-feature-grid h3 { font-size: .95rem; margin-bottom: 5px; }
.compact-feature-grid p { margin: 0; font-size: .8rem; }

.pricing-section { padding-top: 72px; }
.pricing-layout { display: grid; grid-template-columns: 1.4fr .78fr .78fr; gap: 18px; align-items: stretch; }
.pricing-copy { padding-right: 30px; }
.pricing-copy p { max-width: 640px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 10px; color: #596476; }
.check-list li::before { content: "✓"; color: var(--gold); font-weight: 900; margin-right: 10px; }
.price-card { border: 1px solid var(--line); border-radius: 14px; padding: 26px; background: #fff; }
.price-featured { border: 1.5px solid var(--gold); box-shadow: 0 14px 34px rgba(188,140,57,.10); }
.price-tag { display: inline-block; padding: 4px 8px; border-radius: 6px; background: #f5ead2; color: #8a6527; font-size: .75rem; font-weight: 800; }
.price-tag.plain { background: transparent; padding-left: 0; color: #596476; }
.price-line { display: flex; align-items: baseline; gap: 7px; margin: 14px 0; }
.price-line strong { font-size: 2.25rem; }
.price-line span { color: #596476; font-size: .88rem; }
.price-card ul { list-style: none; padding: 0; display: grid; gap: 9px; color: #596476; font-size: .86rem; margin-bottom: 24px; }
.price-card li::before { content: "✓"; color: var(--gold); font-weight: 900; margin-right: 8px; }
.plans-note { margin-top: 18px; }
.plans-note p { font-size: .78rem; text-align: center; }

.cta-banner { position: relative; display: grid; grid-template-columns: 80px 1fr auto; gap: 20px; align-items: center; background: linear-gradient(90deg,#f7f1e7,#fbf8f3); border: 1px solid #eee7db; padding: 24px 120px 24px 26px; border-radius: 16px; overflow: hidden; }
.cta-logo img { width: 78px; }
.cta-banner h2 { font-size: 1.1rem; margin-bottom: 4px; }
.cta-banner p { margin: 0; font-size: .83rem; }
.cta-note { position: absolute; right: 20px; top: 6px; font-family: "Segoe Print", cursive; color: #9d7838; transform: rotate(-3deg); font-size: .8rem; text-align: center; }
.cta-note b { font-size: 1.6rem; }

.site-footer { border-top: 1px solid var(--line); padding: 26px 0 34px; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 30px; align-items: center; }
.footer-brand img { width: 205px; }
.footer-brand small { display: block; margin-top: 7px; color: #788295; font-size: .7rem; }
.site-footer nav, .legal { display: flex; flex-wrap: wrap; gap: 18px; color: #697487; font-size: .75rem; }
.legal { justify-content: flex-end; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 210px 1fr auto; gap: 16px; }
  .primary-nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 520px; max-width: 820px; width: 100%; margin: 0 auto; }
  .benefit-layout { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-card { grid-template-columns: 34% 66%; }
  .compact-feature-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-layout { grid-template-columns: 1fr 1fr; }
  .pricing-copy { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .brand img { width: 185px; }
  .menu-toggle { display: inline-flex; }
  .primary-nav { display: none; position: absolute; left: 20px; right: 20px; top: 72px; background: #fff; padding: 18px; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); flex-direction: column; }
  .primary-nav.open { display: flex; }
  .header-actions { display: none; }
  .hero { padding-top: 44px; }
  .hero-visual { min-height: 440px; }
  .phone { width: 145px; height: 315px; right: 0; top: 115px; }
  .phone-notch { left: 45px; }
  .laptop { width: 90%; }
  .app-sidebar { display: none; }
  .app-body { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step-arrow { display: none; }
  .cta-banner { grid-template-columns: 64px 1fr; padding-right: 24px; }
  .cta-banner .btn { grid-column: 1 / -1; }
  .cta-note { display: none; }
  .footer-inner { grid-template-columns: 1fr; }
  .legal { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 62px 0; }
  h1 { font-size: 2.7rem; }
  .trust-row { flex-direction: column; gap: 8px; }
  .hero-visual { min-height: 390px; }
  .laptop { width: 95%; top: 45px; }
  .phone { width: 126px; height: 280px; top: 105px; }
  .phone-notch { left: 38px; width: 50px; }
  .phone-content { padding: 24px 9px 10px; }
  .phone-task { padding: 6px; }
  .app-content-grid { grid-template-columns: 1fr; }
  .mentor-card { display: none; }
  .benefit-grid, .compact-feature-grid, .pricing-layout, .steps { grid-template-columns: 1fr; }
  .industry-card { grid-template-columns: 1fr; }
  .industry-image { min-height: 180px; }
  .logo-cloud { justify-content: center; text-align: center; }
  .cta-banner { grid-template-columns: 1fr; text-align: left; }
  .cta-logo { display: none; }
}

/* Refinements 17.09.2026 */
.mobile-nav-actions { display: none; }

/* Hero typography: intentionally a little calmer so the claim stays compact. */
@media (min-width: 1051px) {
  .hero-grid { grid-template-columns: 1.02fr .98fr; gap: 42px; }
  .hero-copy h1 { font-size: clamp(3.3rem, 3.55vw, 4.05rem); max-width: 680px; }
  .hero-copy .lead { max-width: 690px; }
}

/* Animated shine for the gold CTAs. */
.btn-primary { position: relative; overflow: hidden; isolation: isolate; }
.btn-primary::after {
  content: "";
  position: absolute;
  z-index: -0;
  top: -40%;
  left: -45%;
  width: 28%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-20deg);
  transition: left .65s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
}
.btn-primary:hover::after { left: 125%; }
.btn-primary > * { position: relative; z-index: 1; }

/* Hero handwritten callout now points into the product showcase. */
.scribble-note { right: 24px; top: -12px; }
.scribble-note span { left: 2px; right: auto; top: 35px; transform: rotate(4deg); }

/* Replace the loose category row with a compact proof/fit strip. */
.logo-strip { padding: 24px 0; }
.logo-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo-strip-copy { flex: 1 1 460px; display: grid; gap: 2px; }
.logo-strip-copy strong { font-family: Manrope, Inter, sans-serif; font-size: .94rem; line-height: 1.35; color: var(--ink-2); }
.strip-kicker { text-transform: uppercase; letter-spacing: .12em; color: var(--gold-dark); font-size: .66rem; font-weight: 800; }
.logo-cloud { flex: 1 1 520px; justify-content: flex-end; gap: 9px; }
.logo-cloud span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; background: #fafafa; font-size: .76rem; font-weight: 700; }

.side-intro h2 { font-size: clamp(1.75rem, 1.85vw, 2.1rem); line-height: 1.1; }
@media (min-width: 1051px) { .benefit-layout { grid-template-columns: 300px 1fr; } }

/* CTA handwritten note sits beside, not behind, the button. */
.cta-note { right: 274px; top: 6px; }

/* Video lightbox */
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(16,20,27,.72); backdrop-filter: blur(5px); }
.modal-panel { position: relative; width: min(860px, 100%); background: #fff; border-radius: 18px; padding: 28px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.modal-panel h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 20px; }
.modal-close { position: absolute; right: 15px; top: 12px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 1.55rem; line-height: 1; cursor: pointer; }
.video-placeholder { aspect-ratio: 16/9; border-radius: 14px; display: grid; place-items: center; align-content: center; gap: 10px; color: #fff; text-align: center; background: radial-gradient(circle at 70% 25%, rgba(188,140,57,.38), transparent 30%), linear-gradient(135deg, #20252e, #0f1217); overflow: hidden; }
.video-placeholder strong { font-family: Manrope, Inter, sans-serif; font-size: clamp(1.25rem, 2.3vw, 2rem); }
.video-placeholder small { color: rgba(255,255,255,.72); }
.video-play { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: var(--gold); box-shadow: 0 12px 32px rgba(188,140,57,.35); padding-left: 4px; font-size: 1.45rem; }
body.modal-open { overflow: hidden; }

/* Discreet temporary cookie notice. */
.cookie-notice { position: fixed; z-index: 950; left: 22px; bottom: 22px; width: min(430px, calc(100% - 44px)); display: flex; gap: 18px; align-items: center; padding: 16px 16px 16px 18px; border: 1px solid #e4ded3; border-radius: 14px; background: rgba(255,255,255,.97); box-shadow: 0 18px 50px rgba(24,28,36,.16); backdrop-filter: blur(12px); }
.cookie-notice strong { display: block; font-size: .86rem; margin-bottom: 3px; }
.cookie-notice p { margin: 0; font-size: .72rem; line-height: 1.45; }
.cookie-close { flex: 0 0 auto; border: 1px solid #d7c7aa; background: #fbf7ef; color: #76531e; padding: 8px 11px; border-radius: 8px; font-weight: 700; font-size: .73rem; cursor: pointer; }
.cookie-notice.is-dismissed { display: none; }

@media (max-width: 1050px) {
  .cta-note { display: none; }
  .logo-strip-inner { align-items: flex-start; flex-direction: column; gap: 14px; }
  .logo-strip-copy, .logo-cloud { flex-basis: auto; width: 100%; }
  .logo-cloud { justify-content: flex-start; }
}

@media (max-width: 820px) {
  .primary-nav { z-index: 120; }
  .mobile-nav-actions { display: grid; gap: 10px; padding-top: 12px; border-top: 1px solid var(--line); }
  .mobile-nav-actions .login-link { padding: 4px 0; }
  .mobile-nav-actions .btn { color: #fff; width: 100%; }
  .scribble-note { right: 14px; top: 0; }
}

@media (max-width: 620px) {
  h1, .hero-copy h1 { font-size: clamp(2.35rem, 11vw, 3rem); line-height: 1.08; }
  .hero-copy .lead { font-size: 1rem; }
  .hero-actions .btn { flex: 1 1 auto; }
  .logo-strip { padding: 20px 0; }
  .logo-strip-copy strong { font-size: .86rem; }
  .logo-cloud { gap: 7px; }
  .logo-cloud span { font-size: .7rem; padding: 6px 9px; }
  .cookie-notice { left: 14px; bottom: 14px; width: calc(100% - 28px); align-items: flex-start; flex-direction: column; gap: 10px; }
  .cookie-close { width: 100%; }
  .modal { padding: 14px; }
  .modal-panel { padding: 22px 16px 16px; }
}

/* V3 refinements */
.brand img, .footer-brand img { height: auto; }

/* Industry photography replaces the temporary gradients. */
.industry-image { overflow: hidden; background: #ece9e3; }
.industry-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.industry-card:hover .industry-image img { transform: scale(1.035); }
.industry-image::after { background: linear-gradient(180deg, rgba(255,255,255,0), rgba(20,24,30,.05)); }
.industry-image.hotel, .industry-image.gastro, .industry-image.retail { background: #ece9e3; }

/* The shine stays visible, but no longer flashes almost white. */
.btn-primary::after {
  width: 22%;
  background: linear-gradient(90deg, transparent, rgba(255,245,220,.22), transparent);
}

/* CTA: note is now a real fourth column beside the button instead of an absolute overlay. */
.cta-banner { grid-template-columns: 80px 1fr auto 145px; padding: 24px 26px; overflow: visible; }
.cta-note { position: static; transform: rotate(-4deg); text-align: left; justify-self: end; align-self: center; line-height: 1.45; }
.cta-note b { display: inline-block; margin-left: 4px; transform: translateY(3px); }

/* Shared subpage styling. */
.subpage-hero { padding: 74px 0 54px; background: linear-gradient(180deg,#fbfbfc,#f5f7f9); border-bottom: 1px solid var(--line); }
.subpage-hero .lead { max-width: 760px; font-size: 1.08rem; }
.subpage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.content-card { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 28px; box-shadow: 0 10px 28px rgba(24,28,36,.04); }
.content-card h2 { font-size: 1.55rem; }
.content-card h3 { font-size: 1.05rem; margin-top: 22px; }
.contact-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; color: var(--muted); }
.contact-list strong { color: var(--ink); display: block; font-size: .86rem; }
.contact-form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: grid; gap: 6px; }
.form-field label { font-size: .82rem; font-weight: 700; color: var(--ink-2); }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid #d8dce4; border-radius: 10px; padding: 12px 13px; background: #fff; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(188,140,57,.11); }
.form-note { font-size: .76rem; margin: 0; }
.notice-box { border: 1px solid #ead7b5; background: #fbf6eb; color: #6f562b; border-radius: 12px; padding: 14px 16px; font-size: .83rem; }
.legal-copy h2 { margin-top: 30px; font-size: 1.45rem; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p, .legal-copy li { font-size: .92rem; }

/* Pricing page */
.pricing-top { text-align: center; }
.pricing-top .lead { margin: 0 auto; }
.billing-toggle-wrap { display: flex; justify-content: center; margin-top: 28px; }
.billing-toggle { display: inline-flex; padding: 4px; gap: 4px; border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: 0 8px 22px rgba(24,28,36,.05); }
.billing-toggle button { border: 0; background: transparent; padding: 9px 15px; border-radius: 999px; color: var(--muted); font-weight: 700; cursor: pointer; }
.billing-toggle button.is-active { background: var(--ink); color: #fff; }
.billing-toggle .saving { color: var(--gold-dark); font-size: .73rem; margin-left: 4px; }
.pricing-grid-full { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; padding: 26px; background: #fff; box-shadow: 0 10px 28px rgba(24,28,36,.04); }
.plan-card.featured { border: 1.5px solid var(--gold); box-shadow: 0 16px 36px rgba(188,140,57,.13); }
.plan-badge { position: absolute; top: -12px; left: 20px; padding: 5px 9px; border-radius: 999px; background: var(--gold); color: #fff; font-size: .7rem; font-weight: 800; }
.plan-card h2 { font-size: 1.35rem; margin-bottom: 5px; }
.plan-sub { margin: 0 0 18px; min-height: 42px; font-size: .82rem; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.plan-price strong { font-size: 2.35rem; letter-spacing: -.04em; }
.plan-price span { color: var(--muted); font-size: .82rem; }
.plan-annual-note { min-height: 22px; color: var(--muted); font-size: .72rem; margin-bottom: 18px; }
.plan-card ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 9px; color: #596476; font-size: .84rem; }
.plan-card li::before { content: '✓'; color: var(--gold); font-weight: 900; margin-right: 8px; }
.plan-card .btn { margin-top: auto; }
.trial-callout { margin-top: 24px; display: flex; gap: 18px; align-items: center; justify-content: space-between; border: 1px solid #ead7b5; background: #fbf6eb; border-radius: 16px; padding: 22px 24px; }
.trial-callout p { margin: 2px 0 0; }

@media (max-width: 1050px) {
  .cta-banner { grid-template-columns: 64px 1fr auto; }
  .cta-note { display: none; }
  .pricing-grid-full { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .subpage-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .trial-callout { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .pricing-grid-full { grid-template-columns: 1fr; }
  .subpage-hero { padding: 52px 0 40px; }
}

/* V4 – lightweight signup / tenant setup page */
.signup-page { min-height: 100vh; background: #fff; }
.signup-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(470px, 42%) 1fr; }
.signup-panel { background: #fff; position: relative; z-index: 2; }
.signup-panel-inner { min-height: 100vh; padding: 28px clamp(32px, 5vw, 82px) 24px; display: flex; flex-direction: column; }
.signup-topbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.signup-brand img { width: 210px; }
.signup-back { color: var(--muted); font-size: .82rem; font-weight: 600; }
.signup-back:hover { color: var(--gold-dark); }
.signup-copy { width: min(470px, 100%); margin: auto; padding: 46px 0 34px; }
.signup-copy h1 { font-size: clamp(2.2rem, 3.1vw, 3.4rem); margin-bottom: 18px; }
.signup-lead { font-size: .98rem; margin-bottom: 26px; }
.signup-steps { list-style: none; padding: 0; margin: 0 0 26px; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.signup-steps li { display: flex; align-items: center; gap: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: #fbfbfc; min-width: 0; }
.signup-steps li > span { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #eceff2; color: #697486; font-size: .72rem; font-weight: 800; }
.signup-steps li strong, .signup-steps li small { display: block; line-height: 1.25; }
.signup-steps li strong { font-size: .7rem; }
.signup-steps li small { color: #8a93a2; font-size: .58rem; margin-top: 2px; }
.signup-steps li.is-active { border-color: #e4c58e; background: #fbf5e9; }
.signup-steps li.is-active > span { background: var(--gold); color: #fff; }
.signup-form { display: grid; gap: 16px; }
.signup-form .form-field > span { display: block; color: var(--ink-2); font-size: .85rem; font-weight: 700; margin-bottom: 6px; }
.signup-form input { width: 100%; min-height: 49px; border: 1px solid #d8dde5; border-radius: 9px; padding: 0 14px; background: #fff; outline: none; }
.signup-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(188,140,57,.11); }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 88px; }
.password-toggle { position: absolute; right: 7px; top: 7px; bottom: 7px; border: 0; border-radius: 7px; padding: 0 9px; background: #f4f5f7; color: #647084; font-size: .72rem; font-weight: 700; cursor: pointer; }
.signup-consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: #6c7584; font-size: .75rem; line-height: 1.45; }
.signup-consent input { width: 16px; min-height: 16px; height: 16px; margin-top: 2px; accent-color: var(--gold); }
.signup-consent a, .signup-login a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 2px; }
.signup-submit { min-height: 54px; }
.signup-reassurance { display: flex; flex-wrap: wrap; gap: 12px 18px; color: #697486; font-size: .68rem; }
.signup-reassurance span::first-letter { color: var(--gold-dark); }
.signup-login { text-align: center; font-size: .78rem; margin: 6px 0 0; }
.signup-legal { display: flex; justify-content: center; gap: 22px; color: #8a93a2; font-size: .7rem; }
.signup-legal a:hover { color: var(--gold-dark); }

.signup-preview { position: relative; overflow: hidden; padding: clamp(54px, 6vw, 92px) clamp(34px, 5vw, 80px); background: radial-gradient(circle at 18% 4%, #fbf4e6 0, transparent 32%), linear-gradient(135deg,#f2e5ca 0%,#f8f5ef 45%,#e9edf0 100%); display: flex; flex-direction: column; justify-content: center; }
.preview-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .65; }
.preview-glow-one { width: 360px; height: 360px; background: rgba(201,157,78,.22); right: -120px; top: -120px; }
.preview-glow-two { width: 280px; height: 280px; background: rgba(57,69,84,.10); left: -80px; bottom: -90px; }
.preview-copy { position: relative; z-index: 2; width: min(720px,100%); margin: 0 auto 26px; }
.preview-kicker { text-transform: uppercase; letter-spacing: .14em; color: #8c6b33; font-size: .72rem; font-weight: 800; }
.preview-copy h2 { font-size: clamp(2rem, 3.2vw, 3.5rem); margin: 9px 0 10px; }
.preview-copy p { max-width: 620px; margin: 0; font-size: .93rem; }

.product-window { position: relative; z-index: 2; width: min(920px,100%); margin: 0 auto; background: #fff; border: 1px solid rgba(203,207,213,.9); border-radius: 25px; box-shadow: 0 34px 90px rgba(27,32,40,.17); overflow: hidden; transform: perspective(1500px) rotateY(-1.5deg) rotateX(.5deg); }
.product-topbar { height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 20px; border-bottom: 1px solid #e9ebee; }
.product-topbar img { width: 150px; }
.product-top-actions { display: flex; align-items: center; gap: 10px; }
.trial-chip { padding: 7px 10px; border-radius: 8px; background: #fbf1dc; border: 1px solid #efd69f; color: #89682c; font-size: .61rem; font-weight: 700; }
.product-avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #fff; font-size: .58rem; font-weight: 800; }
.product-layout { display: grid; grid-template-columns: 170px 1fr; min-height: 530px; }
.product-sidebar { background: #fbfbfc; border-right: 1px solid #e9ebee; padding: 20px 12px; }
.sidebar-group { display: grid; gap: 5px; margin-bottom: 24px; }
.sidebar-group small { color: #9aa1ad; font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; padding: 0 9px 4px; }
.sidebar-group a { display: flex; align-items: center; gap: 8px; border-radius: 8px; padding: 8px 9px; color: #6a7484; font-size: .67rem; }
.sidebar-group a b { width: 17px; color: #929aa7; }
.sidebar-group a em { margin-left: auto; font-style: normal; min-width: 20px; text-align: center; padding: 2px 5px; border-radius: 999px; background: #f4e4c6; color: #9d7027; }
.sidebar-group a.active { background: #f8ecd5; color: #8e692a; font-weight: 800; }
.product-main { padding: 23px; background: #f7f8fa; }
.product-heading-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.product-heading-row h3 { font-size: 1.25rem; margin: 4px 0; }
.product-heading-row p { margin: 0; font-size: .68rem; }
.ready-chip { padding: 7px 9px; background: #eaf1e4; color: #5f7447; border-radius: 999px; font-size: .59rem; font-weight: 800; white-space: nowrap; }
.gamification-grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: 12px; margin: 17px 0 12px; }
.progress-panel, .xp-panel, .journey-panel, .mission-card, .badges-card { background: #fff; border: 1px solid #e5e8ec; border-radius: 14px; }
.progress-panel { display: flex; align-items: center; gap: 15px; padding: 15px; }
.progress-ring-lg { width: 82px; height: 82px; border-radius: 50%; flex: 0 0 auto; display: grid; place-items: center; background: conic-gradient(var(--gold) 78%, #edf0f3 0); position: relative; }
.progress-ring-lg::after { content:""; position:absolute; inset:10px; border-radius:50%; background:#fff; }
.progress-ring-lg span { position: relative; z-index: 1; font-size: .86rem; font-weight: 800; }
.progress-panel small, .xp-panel small, .panel-head small { display: block; color: #9a7a43; font-size: .53rem; font-weight: 800; letter-spacing: .05em; }
.progress-panel strong { display: block; font-size: .83rem; margin-top: 3px; }
.progress-panel p { margin: 3px 0 0; font-size: .62rem; }
.xp-panel { padding: 15px; }
.level-line { display: flex; align-items: center; gap: 9px; margin: 8px 0; }
.level-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(135deg,#d3a24d,#a87627); color:#fff; }
.level-line strong { font-size: .8rem; }
.level-line p { margin: 0; font-size: .59rem; }
.xp-track { height: 6px; background: #edf0f2; border-radius: 999px; overflow: hidden; margin: 10px 0 5px; }
.xp-track i { display:block; height:100%; background:linear-gradient(90deg,#d3a24d,#a87627); border-radius:inherit; }
.xp-next { color:#8a93a2; font-size:.56rem; }
.journey-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 12px; }
.journey-panel { padding: 15px; }
.panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.panel-head h4 { margin: 2px 0 0; font-size: .88rem; }
.panel-head > span { color:#8b95a3; font-size:.58rem; }
.journey-item { display: grid; grid-template-columns: 30px 1fr auto; gap: 9px; align-items: center; padding: 10px 3px; border-top: 1px solid #eff1f4; }
.journey-item .state { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; border:1px solid #c7cdd6; color:#8791a0; font-size:.63rem; font-weight:800; }
.journey-item strong, .journey-item small { display:block; }
.journey-item strong { font-size:.67rem; }
.journey-item small { color:#8b95a3; font-size:.54rem; margin-top:2px; }
.journey-item b, .journey-item a { font-size:.56rem; color:#929aa6; }
.journey-item.done .state { background:#8c9a49; color:#fff; border-color:#8c9a49; }
.journey-item.current { background:#fbf7ef; margin-inline:-5px; padding-inline:8px; border-radius:9px; border-top-color:transparent; }
.journey-item.current .state { background:var(--gold); color:#fff; border-color:var(--gold); }
.journey-item.current a { color:#996d27; font-weight:800; }
.achievement-column { display:grid; gap:12px; }
.mission-card { padding:15px; text-align:center; }
.mission-tag { display:inline-block; padding:4px 6px; border-radius:5px; background:#f9ebcf; color:#8d682a; font-size:.48rem; font-weight:800; }
.mission-icon { width:48px; height:48px; display:grid; place-items:center; margin:12px auto 7px; border-radius:14px; background:linear-gradient(135deg,#d4a34e,#ad7929); color:#fff; font-size:1.15rem; }
.mission-card h4 { font-size:.76rem; margin:0 0 5px; }
.mission-card p { font-size:.55rem; margin:0; }
.mission-xp { margin-top:10px; color:#9a6f28; font-size:.62rem; font-weight:800; }
.badges-card { padding:14px; }
.badge-row { display:flex; justify-content:space-around; gap:6px; }
.badge-row > span { width:48px; height:48px; border-radius:50%; display:grid; place-items:center; align-content:center; background:#fbf4e6; border:1px solid #ead7b1; color:#a6782e; font-weight:900; font-size:.8rem; }
.badge-row small { display:block; font-size:.38rem; color:#8d7754; margin-top:-1px; font-weight:700; }
.preview-note { position:relative; z-index:2; width:max-content; max-width:100%; margin:18px auto 0; display:flex; align-items:center; gap:10px; padding:10px 14px; border-radius:999px; background:rgba(255,255,255,.74); border:1px solid rgba(255,255,255,.92); box-shadow:0 10px 25px rgba(31,35,41,.08); backdrop-filter:blur(10px); }
.preview-note > span { width:27px; height:27px; display:grid; place-items:center; border-radius:50%; background:#e9f0e5; color:#617748; font-weight:900; }
.preview-note strong, .preview-note small { display:block; }
.preview-note strong { font-size:.68rem; }
.preview-note small { color:#798394; font-size:.56rem; }

.setup-modal[hidden] { display:none; }
.setup-modal { position:fixed; inset:0; z-index:1200; display:grid; place-items:center; padding:20px; }
.setup-modal-backdrop { position:absolute; inset:0; background:rgba(16,20,27,.67); backdrop-filter:blur(5px); }
.setup-modal-card { position:relative; width:min(520px,100%); background:#fff; border-radius:20px; padding:30px; box-shadow:0 28px 90px rgba(0,0,0,.3); }
.setup-modal-wide { width:min(760px,100%); }
.setup-modal-close { position:absolute; right:14px; top:14px; width:38px; height:38px; border-radius:50%; border:1px solid var(--line); background:#fff; font-size:1.4rem; cursor:pointer; }
.setup-modal-icon { width:54px; height:54px; display:grid; place-items:center; border-radius:15px; background:#fbf2df; color:#9d7028; font-size:1.45rem; margin-bottom:18px; }
.setup-modal-card h2 { font-size:1.9rem; margin-bottom:10px; }
.setup-modal-card .notice-box { margin:18px 0; }
.company-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:20px 0; }
.company-form-grid .form-field > span { display:block; font-size:.75rem; font-weight:700; margin-bottom:6px; }
.company-form-grid input, .company-form-grid select { width:100%; min-height:46px; border:1px solid #d8dde5; border-radius:9px; padding:0 12px; background:#fff; }
.company-subdomain { grid-column:1/-1; }
.subdomain-field { display:grid; grid-template-columns:auto 1fr auto; align-items:center; border:1px solid #d8dde5; border-radius:9px; overflow:hidden; }
.subdomain-field span { height:46px; display:flex; align-items:center; padding:0 10px; background:#f4f5f7; color:#6d7685; font-size:.72rem; }
.subdomain-field input { border:0; border-radius:0; min-width:0; }

@media (max-width: 1120px) {
  .signup-shell { grid-template-columns: 1fr; }
  .signup-panel-inner { min-height:auto; }
  .signup-copy { padding-top:52px; }
  .signup-preview { min-height:760px; }
}
@media (max-width: 760px) {
  .signup-panel-inner { padding:20px 22px; }
  .signup-brand img { width:180px; }
  .signup-back { font-size:0; }
  .signup-back::after { content:'←'; font-size:1rem; }
  .signup-copy { padding:42px 0 30px; }
  .signup-steps { grid-template-columns:1fr; }
  .signup-steps li:not(.is-active) { display:none; }
  .signup-preview { padding:54px 18px; min-height:auto; }
  .product-layout { grid-template-columns:1fr; }
  .product-sidebar { display:none; }
  .product-main { padding:15px; }
  .gamification-grid, .journey-grid { grid-template-columns:1fr; }
  .product-window { transform:none; }
  .achievement-column { grid-template-columns:1fr 1fr; }
  .company-form-grid { grid-template-columns:1fr; }
  .company-subdomain { grid-column:auto; }
}
@media (max-width: 520px) {
  .signup-copy h1 { font-size:2.15rem; }
  .signup-reassurance { display:grid; gap:7px; }
  .product-topbar img { width:118px; }
  .trial-chip { display:none; }
  .product-heading-row { flex-direction:column; }
  .progress-panel { align-items:flex-start; }
  .achievement-column { grid-template-columns:1fr; }
  .journey-item { grid-template-columns:30px 1fr; }
  .journey-item > b, .journey-item > a { grid-column:2; }
  .subdomain-field { grid-template-columns:auto minmax(80px,1fr); }
  .subdomain-field span:last-child { grid-column:1/-1; justify-content:center; border-top:1px solid #e4e7eb; }
}

/* V5 – synchronized hero progress animation, refined hero note and subdomain availability */
.hero-progress-note {
  right: -42px;
  top: -58px;
  width: 260px;
  line-height: 1.35;
  transform: rotate(-3deg);
  text-align: left;
}
.hero-progress-note strong { color: var(--gold-dark); font-weight: 700; }
.hero-progress-note span {
  left: 4px;
  right: auto;
  top: 68px;
  transform: rotate(6deg);
  font-size: 1.75rem;
}
.hero-progress-ring {
  background: conic-gradient(var(--gold) calc(var(--p) * 1%), #edf0f3 0);
}

.subdomain-field {
  grid-template-columns: auto minmax(120px,1fr) auto auto;
}
.subdomain-status {
  height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 11px 0 8px;
  background: #f4fbf6 !important;
  color: #2d7a49 !important;
  border-left: 1px solid #d8eadd;
  opacity: 0;
  transform: translateX(-4px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  white-space: nowrap;
}
.subdomain-status i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2f9a58;
  color: #fff;
  font-style: normal;
  font-size: .72rem;
  font-weight: 900;
  transform: scale(.55);
}
.subdomain-status b { font-size: .68rem; font-weight: 700; }
.subdomain-status.is-available { opacity: 1; transform: translateX(0); }
.subdomain-status.is-available i { animation: domainCheckPop .42s cubic-bezier(.18,.89,.32,1.35) both; }
.subdomain-status.is-checking { opacity: .55; transform: translateX(0); }
.subdomain-status.is-checking i { background: #9aa3af; color: transparent; position: relative; animation: none; }
.subdomain-status.is-checking i::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: domainSpin .7s linear infinite;
}
@keyframes domainCheckPop {
  0% { transform: scale(.45); }
  70% { transform: scale(1.15); }
  100% { transform: scale(1); }
}
@keyframes domainSpin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .hero-progress-note { right: 6px; top: -42px; width: 230px; font-size: .8rem; }
  .hero-progress-note span { top: 64px; }
}
@media (max-width: 700px) {
  .hero-progress-note { right: 8px; top: -8px; width: 220px; font-size: .78rem; }
  .hero-progress-note span { left: 10px; top: 62px; }
  .subdomain-field { grid-template-columns: auto minmax(80px,1fr); }
  .subdomain-field > span:nth-of-type(2) { grid-column: 1 / -1; justify-content: center; border-top: 1px solid #e4e7eb; }
  .subdomain-status { grid-column: 1 / -1; justify-content: center; border-left: 0; border-top: 1px solid #d8eadd; }
}


/* V6 – hero annotation spacing and domain availability polish */
.hero-progress-note {
  right: -8px;
  top: -78px;
  width: 305px;
  line-height: 1.42;
  transform: rotate(-3deg);
  text-align: left;
}
.hero-progress-note .hero-note-arrow {
  position: absolute;
  left: 12px;
  right: auto;
  top: 82px;
  color: var(--gold);
  font-size: 1.65rem;
  line-height: 1;
  transform: rotate(8deg);
}

/* The availability result is visually attached behind the requested hostname. */
.subdomain-status {
  min-width: 96px;
}
.subdomain-status.is-available i {
  box-shadow: 0 0 0 0 rgba(47,154,88,.28);
  animation: domainCheckPop .42s cubic-bezier(.18,.89,.32,1.35) both, domainCheckPulse .9s ease-out .28s 1;
}
@keyframes domainCheckPulse {
  0% { box-shadow: 0 0 0 0 rgba(47,154,88,.30); }
  100% { box-shadow: 0 0 0 8px rgba(47,154,88,0); }
}

@media (max-width: 1100px) {
  .hero-progress-note { right: 10px; top: -58px; width: 270px; font-size: .8rem; }
  .hero-progress-note .hero-note-arrow { left: 18px; top: 76px; }
}
@media (max-width: 700px) {
  .hero-progress-note { right: 10px; top: -20px; width: 235px; font-size: .76rem; }
  .hero-progress-note .hero-note-arrow { left: 20px; top: 72px; }
}


/* V7 – OnboardFlow branding + KPI strip */
.header-inner { grid-template-columns: 295px 1fr auto; }
.brand, .signup-brand { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.brand img { width: 262px; }
.signup-brand img { width: 250px; }
.brand-tagline { display: block; font-size: .52rem; letter-spacing: .18em; text-transform: uppercase; color: #98a1b0; margin-left: 76px; white-space: nowrap; }
.footer-brand img { width: 245px; }
.footer-brand .footer-slogan { margin-top: 10px; text-transform: uppercase; letter-spacing: .18em; font-size: .58rem; color: #98a1b0; }
.app-topbar img { width: 136px; }

.kpi-section { padding-top: 42px; padding-bottom: 32px; }
.kpi-strip { background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 38px rgba(25,31,40,.05); padding: 28px; }
.kpi-strip .eyebrow { margin-bottom: 18px; }
.kpi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.kpi-card { position: relative; padding: 10px 18px 4px; }
.kpi-card:not(:last-child)::after { content: ""; position: absolute; top: 14px; right: -9px; width: 1px; height: calc(100% - 28px); background: linear-gradient(180deg, transparent, #e3e7ed, transparent); }
.kpi-value { display: flex; align-items: baseline; gap: 8px; margin-bottom: 10px; font-family: Manrope, Inter, sans-serif; color: var(--ink); }
.kpi-number, .kpi-unit { font-weight: 800; letter-spacing: -.05em; }
.kpi-number { font-size: clamp(2.35rem, 4vw, 3.2rem); line-height: 1; }
.kpi-unit { font-size: clamp(1.3rem, 2vw, 1.8rem); color: var(--gold-dark); }
.kpi-card h3 { margin: 0 0 4px; font-size: 1.03rem; }
.kpi-card p { margin: 0; font-size: .84rem; color: #7c8798; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 260px 1fr auto; }
  .brand img { width: 230px; }
  .brand-tagline { margin-left: 68px; }
  .kpi-grid { grid-template-columns: 1fr; }
  .kpi-card:not(:last-child)::after { display: none; }
  .kpi-card { border-bottom: 1px solid #edf0f3; padding-bottom: 18px; }
  .kpi-card:last-child { border-bottom: 0; }
}
@media (max-width: 820px) {
  .brand img { width: 205px; }
  .brand-tagline { font-size: .46rem; letter-spacing: .14em; margin-left: 60px; }
}
@media (max-width: 620px) {
  .brand-tagline { display: none; }
  .signup-brand .brand-tagline { display: block; margin-left: 0; white-space: normal; }
  .signup-brand img { width: 205px; }
  .kpi-strip { padding: 22px 18px; }
  .kpi-card { padding-inline: 6px; }
}


/* V8 – logo hierarchy, hero note alignment, and more realistic laptop showcase */
.header-inner { grid-template-columns: 320px 1fr auto; }
.brand img { width: 276px; }
.brand-tagline { margin-left: 0; width: 100%; text-align: center; margin-top: -2px; }
.footer-brand img { width: 260px; }
.footer-brand .footer-slogan { text-align: left; }
.signup-brand img { width: 238px; }
.signup-brand .brand-tagline { margin-left: 0; width: 100%; text-align: center; }

.hero-visual { min-height: 500px; }
.laptop { width: 88%; left: 0; top: 92px; }
.laptop-screen { border-radius: 20px 20px 10px 10px; padding: 10px; }
.app-topbar { height: 42px; padding: 5px 11px; }
.app-topbar img { width: 150px; }
.app-body { grid-template-columns: 118px 1fr; min-height: 286px; }
.app-main { padding: 12px; }
.app-main h3 { font-size: .95rem; }
.progress-card, .mentor-card { padding: 10px; }
.laptop-base {
  position: relative;
  height: 14px;
  width: 108%;
  margin-left: -4%;
  background: linear-gradient(180deg, #eef1f4 0%, #d6dbe1 34%, #adb5bf 100%);
  border-radius: 0 0 120px 120px;
  box-shadow: 0 14px 16px rgba(0,0,0,.10);
}
.laptop-base::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 17%;
  height: 3px;
  background: #99a1ad;
  border-radius: 0 0 8px 8px;
}
.phone { top: 146px; right: 1%; }

.hero-progress-note { right: -72px; top: -30px; width: 300px; line-height: 1.36; transform: rotate(-2deg); }
.hero-progress-note .hero-note-arrow { left: 146px; top: 78px; font-size: 1.55rem; transform: rotate(10deg); }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 280px 1fr auto; }
  .brand img { width: 240px; }
  .hero-progress-note { right: -6px; top: -36px; width: 250px; font-size: .78rem; }
  .hero-progress-note .hero-note-arrow { left: 120px; top: 74px; }
  .laptop { width: 92%; top: 84px; }
  .app-topbar img { width: 132px; }
}
@media (max-width: 820px) {
  .brand img { width: 205px; }
  .brand-tagline { font-size: .44rem; }
  .hero-visual { min-height: 440px; }
  .laptop { width: 90%; top: 76px; }
  .app-body { grid-template-columns: 1fr; min-height: 245px; }
  .app-topbar img { width: 118px; }
  .phone { width: 145px; height: 315px; right: 0; top: 110px; }
  .hero-progress-note { right: 6px; top: -14px; width: 220px; }
  .hero-progress-note .hero-note-arrow { left: 90px; top: 68px; }
}
@media (max-width: 620px) {
  .brand-tagline { display: none; }
  .laptop { width: 95%; top: 65px; }
  .app-topbar img { width: 104px; }
  .hero-progress-note { right: 0; top: -12px; width: 210px; font-size: .72rem; }
  .hero-progress-note .hero-note-arrow { left: 72px; top: 64px; font-size: 1.3rem; }
}


/* V9 – hero refinement, smaller H1, improved logo spacing, and more realistic notebook */
.header-inner { grid-template-columns: 300px 1fr auto; min-height: 84px; }
.brand img { width: 242px; margin-top: 4px; }
.brand-tagline { width: 242px; text-align: center; font-size: .5rem; letter-spacing: .20em; margin-top: -8px; }
.footer-brand img { width: 242px; }
.signup-brand img { width: 228px; }
.signup-brand .brand-tagline { width: 228px; text-align: center; margin-top: -8px; }

.hero { padding: 60px 0 42px; }
.hero-grid { grid-template-columns: .94fr 1.06fr; gap: 36px; align-items: start; }
.hero-copy h1 { font-size: clamp(3.05rem, 4.1vw, 4.25rem); line-height: 1.06; max-width: 700px; margin-bottom: 22px; }
.hero-copy .lead { max-width: 700px; font-size: 1.05rem; }
.hero-visual { min-height: 520px; }

.laptop { width: 94%; left: 0; top: 126px; }
.laptop-screen { background: #131820; border-radius: 24px 24px 12px 12px; padding: 12px; box-shadow: 0 24px 52px rgba(17, 22, 31, .18); }
.app-topbar { height: 54px; border-radius: 14px 14px 0 0; padding: 0 16px; }
.app-topbar img { width: 124px; }
.app-user { font-size: .66rem; }
.app-body { grid-template-columns: 180px 1fr; min-height: 430px; border-radius: 0 0 14px 14px; }
.app-sidebar { padding: 18px 12px; gap: 12px; font-size: .69rem; border-right: 1px solid #e9ebee; }
.app-sidebar span { padding: 9px 10px; border-radius: 8px; }
.app-main { padding: 20px; background: #f7f8fa; }
.trial-banner { display: inline-block; font-size: .68rem; padding: 8px 12px; border-radius: 9px; margin-bottom: 14px; }
.app-main h3 { font-size: 1.12rem; }
.status-pill { padding: 7px 10px; border-radius: 999px; font-size: .63rem; }
.app-content-grid { grid-template-columns: 1.18fr .82fr; gap: 14px; margin: 14px 0; }
.progress-card, .mentor-card, .learning-card { border-radius: 14px; }
.progress-card { gap: 14px; padding: 18px; font-size: .72rem; }
.progress-card b { display: block; font-size: .95rem; margin-bottom: 3px; }
.progress-card p { font-size: .68rem; margin: 2px 0 0; }
.mentor-card { padding: 16px; font-size: .66rem; }
.ring { width: 84px; height: 84px; }
.ring::before { width: 62px; height: 62px; }
.ring div { font-size: .95rem; }
.learning-card { padding: 15px; }
.learning-meta { font-size: .63rem; margin-bottom: 7px; }
.task { grid-template-columns: 26px 1fr auto; gap: 8px; padding: 10px 4px; font-size: .65rem; }
.task > span { width: 24px; height: 24px; }
.task small { font-size: .57rem; }
.task em { padding: 4px 7px; }
.laptop-base { position: relative; height: 10px; width: 106%; margin-left: -3%; background: linear-gradient(180deg,#eef1f4 0%,#d8dde3 52%,#aeb6bf 100%); border-radius: 0 0 80px 80px; box-shadow: 0 18px 18px rgba(0,0,0,.10); }
.laptop-base::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 18%; height: 3px; background: #9da5b0; border-radius: 0 0 6px 6px; }

.phone { right: -2%; top: 182px; width: 188px; height: 392px; }
.phone-content { padding: 28px 15px 14px; }
.ring-small { width: 82px; height: 82px; margin: 16px auto 6px; }
.ring-small::before { width: 62px; height: 62px; }
.ring-small div { font-size: .96rem; }

.hero-progress-note { right: -34px; top: 78px; width: 260px; line-height: 1.32; transform: rotate(-1.5deg); }
.hero-progress-note .hero-note-arrow { left: 138px; top: 86px; font-size: 1.45rem; transform: rotate(6deg); }

@media (max-width: 1180px) {
  .hero-copy h1 { font-size: clamp(2.9rem, 3.9vw, 3.9rem); }
  .laptop { width: 98%; top: 132px; }
  .app-body { grid-template-columns: 150px 1fr; min-height: 400px; }
  .phone { right: -1%; top: 188px; width: 176px; height: 372px; }
  .hero-progress-note { right: 0; top: 84px; }
}
@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 270px 1fr auto; }
  .brand img, .brand-tagline { width: 220px; }
  .hero-grid { grid-template-columns: .98fr 1.02fr; gap: 28px; }
  .hero-copy h1 { font-size: clamp(2.75rem, 4vw, 3.55rem); }
  .hero-visual { min-height: 500px; }
  .laptop { width: 100%; top: 138px; }
  .app-topbar img { width: 116px; }
  .app-body { grid-template-columns: 128px 1fr; min-height: 350px; }
  .app-sidebar { font-size: .62rem; }
  .progress-card { padding: 14px; }
  .ring { width: 74px; height: 74px; }
  .ring::before { width: 54px; height: 54px; }
  .phone { top: 180px; width: 160px; height: 340px; }
  .hero-progress-note { width: 240px; font-size: .78rem; }
  .hero-progress-note .hero-note-arrow { left: 122px; top: 80px; }
}
@media (max-width: 820px) {
  .hero-copy h1 { font-size: clamp(2.45rem, 10vw, 3.2rem); }
  .hero-visual { min-height: 420px; }
  .laptop { width: 95%; top: 78px; }
  .app-body { grid-template-columns: 1fr; min-height: 260px; }
  .app-sidebar { display: none; }
  .app-main { padding: 14px; }
  .app-main h3 { font-size: 1rem; }
  .phone { width: 140px; height: 300px; top: 112px; right: -1%; }
  .hero-progress-note { right: 10px; top: -4px; width: 220px; }
  .hero-progress-note .hero-note-arrow { left: 118px; top: 76px; }
}
@media (max-width: 620px) {
  .brand img { width: 196px; }
  .hero-copy h1 { font-size: clamp(2.2rem, 11vw, 2.8rem); }
  .hero-visual { min-height: 360px; }
  .laptop { width: 98%; top: 72px; }
  .phone { width: 126px; height: 272px; top: 104px; }
  .hero-progress-note { width: 205px; top: -8px; right: 6px; font-size: .72rem; }
  .hero-progress-note .hero-note-arrow { left: 100px; top: 72px; }
}


/* V10 – Use the stronger product mockup from the setup page on the homepage hero */
.hero { overflow: hidden; }
.hero-grid { align-items: center; }
.hero-copy h1 { max-width: 640px; }
.hero-visual { min-height: 540px; }
.hero-laptop { width: 98%; left: 0; top: 120px; }
.hero-laptop-screen { padding: 10px; border-radius: 24px 24px 10px 10px; }
.hero-product-window { width: 100%; margin: 0; border-radius: 16px; box-shadow: none; transform: none; }
.hero-product-window .product-topbar { height: 52px; padding: 0 16px; }
.hero-product-window .product-topbar img { width: 118px; }
.hero-product-window .trial-chip { font-size: .58rem; padding: 6px 10px; }
.hero-product-window .product-avatar { width: 30px; height: 30px; font-size: .56rem; }
.hero-product-window .product-layout { grid-template-columns: 150px 1fr; min-height: 408px; }
.hero-product-window .product-sidebar { padding: 16px 10px; }
.hero-product-window .sidebar-group { gap: 4px; margin-bottom: 18px; }
.hero-product-window .sidebar-group small { padding: 0 8px 3px; font-size: .51rem; }
.hero-product-window .sidebar-group a { padding: 7px 8px; font-size: .61rem; border-radius: 7px; }
.hero-product-window .sidebar-group a b { width: 15px; }
.hero-product-window .product-main { padding: 16px; }
.hero-product-window .product-heading-row h3 { font-size: .98rem; }
.hero-product-window .product-heading-row p { font-size: .61rem; }
.hero-product-window .ready-chip { padding: 6px 8px; font-size: .56rem; }
.hero-product-window .gamification-grid { gap: 10px; margin: 14px 0 10px; }
.hero-product-window .progress-panel, .hero-product-window .xp-panel, .hero-product-window .journey-panel, .hero-product-window .mission-card, .hero-product-window .badges-card { border-radius: 12px; }
.hero-product-window .progress-panel { gap: 12px; padding: 13px; }
.hero-product-window .progress-panel small, .hero-product-window .xp-panel small, .hero-product-window .panel-head small { font-size: .49rem; }
.hero-product-window .progress-panel strong { font-size: .78rem; }
.hero-product-window .progress-panel p { font-size: .58rem; }
.hero-product-window .progress-ring-lg { width: 72px; height: 72px; background: conic-gradient(var(--gold) calc(var(--p) * 1%), #edf0f3 0); }
.hero-product-window .progress-ring-lg::after { inset: 9px; }
.hero-product-window .progress-ring-lg span { position: relative; z-index: 1; font-size: .78rem; font-weight: 800; }
.hero-product-window .xp-panel { padding: 13px; }
.hero-product-window .level-icon { width: 34px; height: 34px; border-radius: 10px; }
.hero-product-window .level-line strong { font-size: .74rem; }
.hero-product-window .level-line p { font-size: .54rem; }
.hero-product-window .xp-track { height: 5px; margin: 9px 0 4px; }
.hero-product-window .xp-next { font-size: .53rem; }
.hero-product-window .journey-grid { gap: 10px; }
.hero-product-window .journey-panel { padding: 13px; }
.hero-product-window .panel-head h4, .hero-product-window .mission-card h4 { font-size: .8rem; }
.hero-product-window .panel-head > span { font-size: .53rem; }
.hero-product-window .journey-item { grid-template-columns: 28px 1fr auto; gap: 8px; padding: 8px 2px; }
.hero-product-window .journey-item .state { width: 24px; height: 24px; font-size: .58rem; }
.hero-product-window .journey-item strong { font-size: .62rem; }
.hero-product-window .journey-item small, .hero-product-window .journey-item b, .hero-product-window .journey-item a { font-size: .5rem; }
.hero-product-window .journey-item.current { margin-inline: -4px; padding-inline: 6px; }
.hero-product-window .mission-card { padding: 13px; }
.hero-product-window .mission-tag { font-size: .45rem; }
.hero-product-window .mission-icon { width: 40px; height: 40px; margin: 10px auto 6px; border-radius: 12px; font-size: 1rem; }
.hero-product-window .mission-card p, .hero-product-window .mission-xp { font-size: .52rem; }
.hero-product-window .badges-card { padding: 12px; }
.hero-product-window .badge-row > span { width: 40px; height: 40px; font-size: .68rem; }
.hero-product-window .badge-row small { font-size: .34rem; }
.hero-laptop .laptop-base { height: 12px; width: 106%; margin-left: -3%; }

.phone { top: 170px; right: -3%; }
.hero-progress-note { width: 255px; right: -8px; top: 56px; z-index: 20; }
.hero-progress-note .hero-note-arrow { left: 118px; top: 84px; }

@media (max-width: 1180px) {
  .hero-laptop { width: 100%; top: 122px; }
  .hero-product-window .product-layout { grid-template-columns: 136px 1fr; min-height: 380px; }
  .phone { right: -2%; }
}
@media (max-width: 1050px) {
  .hero-visual { min-height: 500px; }
  .hero-laptop { top: 128px; }
  .hero-product-window .product-layout { min-height: 345px; }
  .hero-product-window .product-topbar img { width: 108px; }
  .hero-progress-note { width: 228px; right: 0; top: 46px; font-size: .76rem; }
  .hero-progress-note .hero-note-arrow { left: 105px; top: 80px; }
  .phone { top: 175px; width: 170px; height: 360px; }
}
@media (max-width: 820px) {
  .hero-visual { min-height: 420px; }
  .hero-laptop { width: 96%; top: 86px; }
  .hero-product-window .product-sidebar { display: none; }
  .hero-product-window .product-layout { grid-template-columns: 1fr; min-height: 245px; }
  .hero-product-window .achievement-column { display: none; }
  .hero-product-window .journey-grid { grid-template-columns: 1fr; }
  .phone { top: 118px; width: 142px; height: 304px; right: -1%; }
  .hero-progress-note { right: 6px; top: -6px; width: 220px; }
  .hero-progress-note .hero-note-arrow { left: 96px; top: 76px; }
}
@media (max-width: 620px) {
  .hero-visual { min-height: 360px; }
  .hero-laptop { width: 99%; top: 78px; }
  .hero-product-window .product-topbar { height: 42px; padding: 0 12px; }
  .hero-product-window .product-topbar img { width: 96px; }
  .hero-product-window .trial-chip, .hero-product-window .product-avatar { display:none; }
  .hero-product-window .product-main { padding: 10px; }
  .hero-product-window .gamification-grid { grid-template-columns: 1fr; }
  .hero-product-window .xp-panel { display:none; }
  .hero-product-window .journey-item:nth-child(4) { display:none; }
  .phone { top: 108px; width: 128px; height: 276px; }
  .hero-progress-note { width: 205px; top: -10px; right: 4px; font-size: .71rem; }
  .hero-progress-note .hero-note-arrow { left: 88px; top: 74px; }
}


/* V11 – Hero repair after regression: restore 16:9 laptop feel, visible phone, and readable note */
.hero { padding: 48px 0 34px !important; }
.hero-grid { align-items: start !important; gap: 34px !important; }
.hero-copy h1 { font-size: clamp(2.75rem, 4vw, 4rem) !important; line-height: 1.07 !important; max-width: 640px !important; }
.hero-copy .lead { max-width: 640px !important; }
.hero-visual { min-height: 470px !important; max-width: 760px !important; width: 100% !important; margin: 0 auto !important; overflow: visible !important; }

.hero-laptop { position: absolute !important; top: 78px !important; left: 0 !important; width: 100% !important; z-index: 5 !important; }
.hero-laptop-screen { padding: 8px !important; border-radius: 22px 22px 10px 10px !important; }
.hero-product-window { aspect-ratio: 16 / 9 !important; width: 100% !important; border-radius: 16px !important; overflow: hidden !important; display: flex !important; flex-direction: column !important; }
.hero-product-window .product-topbar { flex: 0 0 46px !important; height: 46px !important; padding: 0 14px !important; }
.hero-product-window .product-topbar img { width: 112px !important; }
.hero-product-window .trial-chip { font-size: .56rem !important; padding: 6px 10px !important; }
.hero-product-window .product-avatar { width: 28px !important; height: 28px !important; font-size: .54rem !important; }
.hero-product-window .product-layout { flex: 1 1 auto !important; display: grid !important; grid-template-columns: 140px 1fr !important; min-height: 0 !important; }
.hero-product-window .product-sidebar { padding: 12px 9px !important; }
.hero-product-window .sidebar-group { gap: 3px !important; margin-bottom: 15px !important; }
.hero-product-window .sidebar-group small { font-size: .48rem !important; padding: 0 7px 2px !important; }
.hero-product-window .sidebar-group a { padding: 6px 7px !important; font-size: .58rem !important; border-radius: 7px !important; }
.hero-product-window .sidebar-group a b { width: 14px !important; }
.hero-product-window .product-main { padding: 12px !important; }
.hero-product-window .product-heading-row { margin-bottom: 8px !important; }
.hero-product-window .product-heading-row h3 { font-size: .93rem !important; }
.hero-product-window .product-heading-row p { font-size: .58rem !important; }
.hero-product-window .ready-chip { padding: 5px 8px !important; font-size: .53rem !important; }
.hero-product-window .gamification-grid { gap: 8px !important; margin: 10px 0 8px !important; }
.hero-product-window .progress-panel, .hero-product-window .xp-panel, .hero-product-window .journey-panel, .hero-product-window .mission-card, .hero-product-window .badges-card { border-radius: 11px !important; }
.hero-product-window .progress-panel { gap: 10px !important; padding: 10px !important; }
.hero-product-window .progress-panel small, .hero-product-window .xp-panel small, .hero-product-window .panel-head small { font-size: .45rem !important; }
.hero-product-window .progress-panel strong { font-size: .73rem !important; }
.hero-product-window .progress-panel p { font-size: .54rem !important; }
.hero-product-window .progress-ring-lg { width: 66px !important; height: 66px !important; }
.hero-product-window .progress-ring-lg::after { inset: 9px !important; }
.hero-product-window .progress-ring-lg span { font-size: .72rem !important; }
.hero-product-window .xp-panel { padding: 10px !important; }
.hero-product-window .level-icon { width: 30px !important; height: 30px !important; border-radius: 9px !important; }
.hero-product-window .level-line strong { font-size: .68rem !important; }
.hero-product-window .level-line p, .hero-product-window .xp-next { font-size: .5rem !important; }
.hero-product-window .xp-track { height: 5px !important; margin: 8px 0 4px !important; }
.hero-product-window .journey-grid { gap: 8px !important; }
.hero-product-window .journey-panel { padding: 10px !important; }
.hero-product-window .panel-head h4, .hero-product-window .mission-card h4 { font-size: .74rem !important; }
.hero-product-window .panel-head > span { font-size: .48rem !important; }
.hero-product-window .journey-item { grid-template-columns: 24px 1fr auto !important; gap: 7px !important; padding: 7px 1px !important; }
.hero-product-window .journey-item .state { width: 22px !important; height: 22px !important; font-size: .54rem !important; }
.hero-product-window .journey-item strong { font-size: .58rem !important; }
.hero-product-window .journey-item small, .hero-product-window .journey-item b, .hero-product-window .journey-item a { font-size: .47rem !important; }
.hero-product-window .journey-item.current { margin-inline: -3px !important; padding-inline: 5px !important; }
.hero-product-window .mission-card { padding: 10px !important; }
.hero-product-window .mission-tag { font-size: .42rem !important; }
.hero-product-window .mission-icon { width: 35px !important; height: 35px !important; margin: 8px auto 5px !important; border-radius: 10px !important; font-size: .9rem !important; }
.hero-product-window .mission-card p, .hero-product-window .mission-xp { font-size: .49rem !important; }
.hero-product-window .badges-card { padding: 10px !important; }
.hero-product-window .badge-row > span { width: 34px !important; height: 34px !important; font-size: .6rem !important; }
.hero-product-window .badge-row small { font-size: .3rem !important; }
.hero-laptop .laptop-base { height: 10px !important; width: 106% !important; margin-left: -3% !important; }

.phone { position: absolute !important; top: 120px !important; right: -3% !important; width: 180px !important; height: 372px !important; z-index: 12 !important; box-shadow: 0 24px 50px rgba(22,27,34,.24) !important; }
.phone::before { z-index: 2 !important; }
.phone-content { position: relative !important; z-index: 1 !important; }

.hero-progress-note { position: absolute !important; width: 255px !important; right: -6px !important; top: 8px !important; z-index: 20 !important; line-height: 1.32 !important; transform: rotate(-1.8deg) !important; }
.hero-progress-note .hero-note-arrow { display: block !important; position: absolute !important; left: 138px !important; top: 86px !important; font-size: 1.45rem !important; color: var(--gold-dark) !important; transform: rotate(10deg) !important; }

@media (max-width: 1180px) {
  .hero-copy h1 { font-size: clamp(2.6rem, 3.7vw, 3.45rem) !important; }
  .hero-visual { min-height: 440px !important; }
  .hero-laptop { top: 82px !important; }
  .hero-product-window .product-layout { grid-template-columns: 128px 1fr !important; }
  .phone { top: 124px !important; right: -1% !important; width: 168px !important; height: 350px !important; }
  .hero-progress-note { width: 230px !important; right: 0 !important; top: 8px !important; font-size: .76rem !important; }
  .hero-progress-note .hero-note-arrow { left: 120px !important; top: 80px !important; }
}
@media (max-width: 820px) {
  .hero { padding-top: 40px !important; }
  .hero-copy h1 { font-size: clamp(2.3rem, 9vw, 3rem) !important; }
  .hero-visual { min-height: 390px !important; }
  .hero-laptop { top: 76px !important; width: 97% !important; }
  .hero-product-window { aspect-ratio: auto !important; }
  .hero-product-window .product-sidebar { display: none !important; }
  .hero-product-window .product-layout { grid-template-columns: 1fr !important; }
  .hero-product-window .achievement-column { display: none !important; }
  .hero-product-window .journey-grid { grid-template-columns: 1fr !important; }
  .phone { top: 106px !important; right: -1% !important; width: 138px !important; height: 294px !important; }
  .hero-progress-note { width: 215px !important; right: 8px !important; top: -6px !important; font-size: .72rem !important; }
  .hero-progress-note .hero-note-arrow { left: 98px !important; top: 74px !important; }
}
@media (max-width: 620px) {
  .hero-visual { min-height: 330px !important; }
  .hero-laptop { top: 68px !important; }
  .hero-product-window .trial-chip, .hero-product-window .product-avatar, .hero-product-window .xp-panel, .hero-product-window .achievement-column { display: none !important; }
  .hero-product-window .gamification-grid { grid-template-columns: 1fr !important; }
  .phone { top: 100px !important; width: 122px !important; height: 262px !important; }
  .hero-progress-note { width: 196px !important; right: 2px !important; top: -8px !important; font-size: .69rem !important; }
  .hero-progress-note .hero-note-arrow { left: 82px !important; top: 72px !important; font-size: 1.25rem !important; }
}


/* V12 – Hero refinement and simulated in-device scroll */
.hero { padding: 46px 0 26px !important; }
.hero-grid { align-items: start !important; gap: 30px !important; }
.hero-copy h1 { font-size: clamp(2.55rem, 3.3vw, 3.55rem) !important; line-height: 1.08 !important; max-width: 680px !important; }
.hero-copy .lead { max-width: 660px !important; }
.hero-visual { min-height: 445px !important; max-width: 760px !important; }
.hero-laptop { top: 78px !important; }
.hero-product-window { aspect-ratio: 16 / 9 !important; }
.hero-product-window .product-layout { grid-template-columns: 138px 1fr !important; }
.hero-product-window .product-main { overflow-y: auto !important; overscroll-behavior: contain !important; scrollbar-width: none !important; padding-right: 10px !important; }
.hero-product-window .product-main::-webkit-scrollbar { width: 0; height: 0; }
.hero-laptop .laptop-base { height: 9px !important; width: 105% !important; margin-left: -2.5% !important; }

.phone { top: 118px !important; right: -1% !important; width: 176px !important; height: 366px !important; z-index: 15 !important; }
.phone-content { display: flex !important; flex-direction: column !important; gap: 0 !important; padding: 28px 15px 12px !important; }
.phone-content button { margin-top: auto !important; margin-bottom: 2px !important; padding: 10px 9px !important; border-radius: 9px !important; }
.phone-task { margin-top: 9px !important; }

.hero-progress-note { right: -116px !important; top: 2px !important; width: 270px !important; line-height: 1.34 !important; transform: rotate(-1.6deg) !important; }
.hero-progress-note .hero-note-arrow { left: 152px !important; top: 92px !important; font-size: 1.5rem !important; transform: rotate(16deg) !important; }

.logo-strip { margin-top: 34px !important; padding-top: 26px !important; }
.logo-strip-copy { gap: 8px !important; }
.logo-strip-copy strong { display: block !important; margin-top: 2px !important; }

@media (max-width: 1180px) {
  .hero-copy h1 { font-size: clamp(2.35rem, 3vw, 3.2rem) !important; }
  .hero-visual { min-height: 420px !important; }
  .hero-progress-note { right: -42px !important; width: 245px !important; top: 2px !important; }
  .hero-progress-note .hero-note-arrow { left: 136px !important; top: 88px !important; }
}
@media (max-width: 980px) {
  .hero-visual { min-height: 400px !important; }
  .hero-copy h1 { font-size: clamp(2.2rem, 5.6vw, 3.05rem) !important; }
  .phone { width: 162px !important; height: 338px !important; top: 120px !important; }
  .hero-progress-note { right: 0 !important; width: 228px !important; font-size: .74rem !important; }
  .hero-progress-note .hero-note-arrow { left: 122px !important; top: 84px !important; }
}
@media (max-width: 820px) {
  .hero { padding-top: 38px !important; }
  .hero-copy h1 { font-size: clamp(2.15rem, 8vw, 2.85rem) !important; }
  .hero-visual { min-height: 378px !important; }
  .hero-laptop { top: 72px !important; width: 97% !important; }
  .phone { width: 136px !important; height: 292px !important; top: 110px !important; }
  .hero-progress-note { right: 10px !important; top: -4px !important; width: 215px !important; font-size: .7rem !important; }
  .hero-progress-note .hero-note-arrow { left: 104px !important; top: 78px !important; font-size: 1.28rem !important; }
  .logo-strip { margin-top: 26px !important; }
}
@media (max-width: 620px) {
  .hero-copy h1 { font-size: clamp(2rem, 8.8vw, 2.55rem) !important; }
  .hero-visual { min-height: 325px !important; }
  .hero-progress-note { width: 192px !important; right: 2px !important; top: -8px !important; font-size: .67rem !important; }
  .hero-progress-note .hero-note-arrow { left: 82px !important; top: 72px !important; font-size: 1.15rem !important; }
  .phone { width: 120px !important; height: 258px !important; top: 102px !important; }
  .phone-content button { padding: 8px 6px !important; font-size: .56rem !important; }
}
