:root {
  --h3-bg: #0d192a;
  --h3-surface: #14243a;
  --h3-surface-2: #1a2d48;
  --h3-text: #f3f5f7;
  --h3-muted: #aab5c3;
  --h3-line: rgba(230, 236, 243, .14);
  --h3-orange: #e8781b;
  --h3-orange-deep: #c95f0c;
  --h3-radius: 14px;
  --h3-container: 1220px;
}

html { scroll-behavior: smooth; }
body { background: var(--h3-bg) !important; color: var(--h3-text) !important; }
body > section { display: none !important; }

.home-v3 {
  overflow: clip;
  background: var(--h3-bg);
  color: var(--h3-text);
  font-family: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
}

.home-v3 *, .home-v3 *::before, .home-v3 *::after { box-sizing: border-box; }
.home-v3 .container { width: min(calc(100% - 48px), var(--h3-container)); margin-inline: auto; }
.home-v3 h1, .home-v3 h2, .home-v3 h3 { color: var(--h3-text); letter-spacing: -.045em; text-wrap: balance; }
.home-v3 p { text-wrap: pretty; }
.home-v3 img { display: block; width: 100%; }
.home-v3 a { color: inherit; }

body > nav#navbar {
  position: sticky !important;
  top: 0;
  z-index: 40;
  min-height: 70px !important;
  background: rgba(13, 25, 42, .95) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--h3-line) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

body > nav#navbar .container {
  width: min(calc(100% - 48px), var(--h3-container)) !important;
  min-height: 70px !important;
  margin-inline: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body > nav#navbar .logo-name, body > nav#navbar .nav-links a { color: var(--h3-text) !important; }
body > nav#navbar .logo-sub { color: var(--h3-muted) !important; }
body > nav#navbar .nav-cta { color: #fff !important; background: var(--h3-orange) !important; border-color: var(--h3-orange) !important; border-radius: 9px !important; }
body > nav#navbar .nav-login { color: var(--h3-text) !important; }
body > nav#navbar .nav-toggle { color: var(--h3-text) !important; }

.support-float {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  color: #fff !important;
  background: var(--h3-orange) !important;
  border-color: var(--h3-orange) !important;
  box-shadow: 0 12px 34px rgba(5, 14, 26, .32) !important;
}
.support-float:hover { background: var(--h3-orange-deep) !important; }

@media (max-width: 768px) {
  .support-float {
    right: 14px;
    bottom: 14px;
    min-height: 44px;
    padding: 10px 14px;
    font-size: .78rem;
  }
}
.mobile-sticky-cta { color: #fff !important; background: var(--h3-orange) !important; }
.mobile-sticky-cta span { color: #fff !important; }

.demo-schedule-modal, .demo-confirm-modal { background: rgba(4, 10, 18, .82) !important; }
.demo-schedule-dialog, .demo-confirm-card, .demo-form-card {
  color: var(--h3-text) !important;
  background: var(--h3-surface) !important;
  border-color: var(--h3-line) !important;
}
.demo-schedule-dialog h3, .demo-confirm-card h3, .demo-form-card h3 { color: var(--h3-text) !important; }
.demo-schedule-dialog p, .demo-confirm-card p, .demo-form-card p, .demo-status, .demo-privacy { color: var(--h3-muted) !important; }
.demo-form-card label { color: var(--h3-text) !important; }
.demo-form-card input, .demo-form-card select {
  color: var(--h3-text) !important;
  background: var(--h3-bg) !important;
  border-color: rgba(243, 245, 247, .25) !important;
}
.demo-form-card input::placeholder { color: #8693a3 !important; }
.demo-form-card input:focus, .demo-form-card select:focus { border-color: var(--h3-orange) !important; box-shadow: 0 0 0 3px rgba(232, 120, 27, .2) !important; }
.demo-day-option { color: var(--h3-text) !important; background: var(--h3-bg) !important; border-color: var(--h3-line) !important; }
.demo-day-option.is-active { color: #fff !important; background: var(--h3-orange) !important; border-color: var(--h3-orange) !important; }
.demo-form-badge, .demo-confirm-summary { color: var(--h3-text) !important; background: rgba(232, 120, 27, .16) !important; }
.demo-modal-close { color: var(--h3-text) !important; background: var(--h3-surface-2) !important; }
.demo-form-card .demo-submit, .demo-confirm-card .hero-cta-btn { color: #fff !important; background: var(--h3-orange) !important; border-color: var(--h3-orange) !important; }

.h3-hero { min-height: calc(100dvh - 70px); display: grid; align-items: center; padding: clamp(42px, 6vw, 78px) 0; }
.h3-hero-grid { display: grid; grid-template-columns: minmax(430px, .95fr) minmax(520px, 1.05fr); gap: clamp(32px, 4vw, 58px); align-items: center; }
.h3-hero-copy { max-width: 570px; }
.h3-eyebrow { margin: 0 0 22px; color: var(--h3-orange); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.h3-hero h1 { max-width: 620px; margin: 0; font-size: clamp(3.6rem, 5vw, 4.9rem); line-height: .92; letter-spacing: -.06em; text-wrap: normal; }
.h3-hero-lead { max-width: 540px; margin: 28px 0 0; color: var(--h3-muted); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.62; }
.h3-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.h3-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border: 1px solid transparent; border-radius: 9px; font: inherit; font-weight: 800; line-height: 1; text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.h3-button:hover { transform: translateY(-2px); }
.h3-button:active { transform: translateY(1px) scale(.99); }
.h3-button-primary { color: #fff !important; background: var(--h3-orange); border-color: var(--h3-orange); }
.h3-button-primary:hover { background: var(--h3-orange-deep); border-color: var(--h3-orange-deep); }
.h3-button-secondary { color: var(--h3-text) !important; background: transparent; border-color: rgba(243, 245, 247, .28); }
.h3-button-secondary:hover { border-color: var(--h3-text); }

.h3-hero-stage { min-width: 0; height: min(590px, 69vh); display: grid; grid-template-columns: 1fr; transform: rotate(-1deg); transform-origin: center; }
.h3-hero-stage figure { margin: 0; overflow: hidden; border-radius: var(--h3-radius); }
.h3-product-shot { display: grid; place-items: center; padding: clamp(14px, 2vw, 24px); background: #dfe4e9; }
.h3-product-shot img { height: auto; object-fit: contain; filter: saturate(.9) contrast(1.02); }

.h3-proof { border-top: 1px solid var(--h3-line); border-bottom: 1px solid var(--h3-line); }
.h3-proof-grid { display: grid; grid-template-columns: 1.05fr .85fr 1fr 1.1fr; }
.h3-proof-grid > div { min-height: 132px; display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; border-right: 1px solid var(--h3-line); }
.h3-proof-grid > div:last-child { border-right: 0; }
.h3-proof strong { font-size: clamp(1.45rem, 2.5vw, 2.2rem); letter-spacing: -.04em; }
.h3-proof span { margin-top: 7px; color: var(--h3-muted); font-size: .86rem; line-height: 1.4; }

.h3-features, .h3-origin, .h3-flow, .h3-testimonial, .h3-pricing, .h3-demo, .h3-faq { padding: clamp(86px, 10vw, 144px) 0; }
.h3-section-heading { max-width: 780px; margin-bottom: 52px; }
.h3-section-heading h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; }
.h3-section-heading p { max-width: 660px; margin: 22px 0 0; color: var(--h3-muted); font-size: 1.05rem; line-height: 1.7; }
.h3-section-heading-narrow { max-width: 700px; }

.h3-bento { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(210px, auto); gap: 14px; }
.h3-bento > * { margin: 0; overflow: hidden; border-radius: var(--h3-radius); }
.h3-bento-intro { grid-column: span 5; grid-row: span 2; min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(30px, 4vw, 50px); color: #fff; background: var(--h3-orange); }
.h3-bento-intro h3 { max-width: 420px; margin: 0; font-size: clamp(2.2rem, 4vw, 4.1rem); line-height: .96; }
.h3-bento-intro p { max-width: 430px; margin: 22px 0 0; line-height: 1.65; color: rgba(255,255,255,.86); }
.h3-bento-intro a { margin-top: 30px; font-weight: 800; text-underline-offset: 5px; }
.h3-bento-product { grid-column: span 7; grid-row: span 2; min-height: 520px; display: grid; place-items: center; padding: clamp(20px, 4vw, 50px); background: #dfe4e9; }
.h3-bento-product img { max-width: 900px; object-fit: contain; }
.h3-budget-shot img { width: auto; max-width: 100%; max-height: 650px; border: 1px solid rgba(13, 25, 42, .12); box-shadow: 0 24px 54px rgba(13, 25, 42, .18); }
.h3-bento-item { grid-column: span 4; min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--h3-line); background: var(--h3-surface); }
.h3-bento-item span { color: var(--h3-muted); font-size: .82rem; font-weight: 750; }
.h3-bento-item h3 { max-width: 330px; margin: 30px 0 0; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.13; }
.h3-bento-finance { background: var(--h3-surface-2); }
.h3-bento-return { background: rgba(232, 120, 27, .12); border-color: rgba(232, 120, 27, .3); }

.h3-origin { border-top: 1px solid var(--h3-line); }
.h3-origin-grid { display: block; }
.h3-origin-copy { max-width: 940px; }
.h3-origin-copy h2 { max-width: 820px; margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .96; }
.h3-origin-copy p { max-width: 720px; margin: 24px 0 0; color: var(--h3-muted); font-size: 1.08rem; line-height: 1.75; }
.h3-text-link { display: inline-block; margin-top: 28px; color: var(--h3-orange) !important; font-weight: 800; text-underline-offset: 5px; }

.h3-flow { background: var(--h3-surface); }
.h3-flow-list { margin-top: 60px; }
.h3-flow-list article { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); gap: 50px; align-items: baseline; padding: 34px 0; border-bottom: 1px solid var(--h3-line); }
.h3-flow-list article:first-child { border-top: 1px solid var(--h3-line); }
.h3-flow-list strong { color: var(--h3-orange); font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.05em; }
.h3-flow-list p { max-width: 700px; margin: 0; color: var(--h3-muted); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.55; }

.h3-testimonial-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
.h3-quote { grid-column: span 7; min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(34px, 6vw, 72px); border-radius: var(--h3-radius); background: var(--h3-orange); }
.h3-quote blockquote { max-width: 960px; margin: 0; color: #fff; font-size: clamp(2.1rem, 3.2vw, 3.35rem); font-weight: 800; line-height: 1.04; letter-spacing: -.045em; }
.h3-quote p { margin: 40px 0 0; color: #fff; }
.h3-quote p strong, .h3-quote p span { display: block; }
.h3-quote p span { margin-top: 6px; color: rgba(255,255,255,.78); }
.h3-quote-stack { grid-column: span 5; display: grid; gap: 14px; }
.h3-quote-compact { grid-column: auto; min-height: 253px; padding: 34px; border: 1px solid var(--h3-line); background: var(--h3-surface-2); }
.h3-quote-compact blockquote { color: var(--h3-text); font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.12; }
.h3-quote-compact p { margin-top: 28px; color: var(--h3-text); }
.h3-quote-compact p span { color: var(--h3-muted); }

.h3-pricing { border-top: 1px solid var(--h3-line); }
.h3-pricing-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); gap: clamp(52px, 9vw, 120px); align-items: start; }
.h3-price-main h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .94; }
.h3-price { display: flex; align-items: end; gap: 14px; margin-top: 34px; }
.h3-price strong { color: var(--h3-orange); font-size: clamp(4rem, 8vw, 7.7rem); line-height: .8; letter-spacing: -.075em; }
.h3-price span { padding-bottom: 7px; color: var(--h3-muted); }
.h3-price-main > p:last-child { max-width: 520px; margin: 30px 0 0; color: var(--h3-muted); line-height: 1.7; }
.h3-included { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 34px; }
.h3-included > div { min-height: 130px; padding-top: 22px; border-top: 2px solid var(--h3-orange); }
.h3-included strong, .h3-included span { display: block; }
.h3-included strong { font-size: 1.1rem; }
.h3-included span { margin-top: 10px; color: var(--h3-muted); line-height: 1.55; }
.h3-price-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }

.h3-demo { padding-block: 70px; border-top: 1px solid var(--h3-line); border-bottom: 1px solid var(--h3-line); background: var(--h3-surface-2); }
.h3-demo-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: center; }
.h3-demo h2 { max-width: 760px; margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .96; }
.h3-demo p { max-width: 620px; margin: 20px 0 0; color: var(--h3-muted); font-size: 1.05rem; line-height: 1.65; }

.h3-faq-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 9vw, 120px); align-items: start; }
.h3-faq-heading { position: sticky; top: 110px; }
.h3-faq-heading h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .96; }
.h3-faq-heading p { max-width: 430px; margin: 22px 0 0; color: var(--h3-muted); line-height: 1.65; }
.home-v3 .faq-list { margin: 0; }
.home-v3 .faq-item { border: 0; border-bottom: 1px solid var(--h3-line); border-radius: 0; background: transparent; }
.home-v3 .faq-item:first-child { border-top: 1px solid var(--h3-line); }
.home-v3 .faq-q { width: 100%; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; color: var(--h3-text); background: transparent; border: 0; font: inherit; font-size: 1.05rem; font-weight: 750; text-align: left; cursor: pointer; }
.home-v3 .faq-q span { color: var(--h3-orange); font-size: 1.7rem; font-weight: 400; transition: transform .2s ease; }
.home-v3 .faq-item.open .faq-q span { transform: rotate(45deg); }
.home-v3 .faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.home-v3 .faq-a-inner { padding: 0 60px 24px 0; color: var(--h3-muted); line-height: 1.65; }

body > footer { color: var(--h3-muted) !important; background: #091321 !important; border-top: 1px solid var(--h3-line) !important; }
body > footer h3, body > footer strong, body > footer .footer-brand-name { color: var(--h3-text) !important; }
body > footer a { color: var(--h3-muted) !important; }
body > footer a:hover { color: var(--h3-text) !important; }

.h3-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1); }
.h3-reveal.h3-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .h3-hero-grid { grid-template-columns: 1fr; }
  .h3-hero { min-height: auto; }
  .h3-hero-copy { max-width: 760px; }
  .h3-hero-stage { height: 560px; }
  .h3-bento-intro, .h3-bento-product { grid-column: 1 / -1; }
  .h3-bento-item { grid-column: span 4; }
  .h3-origin-grid, .h3-pricing-grid, .h3-faq-grid { grid-template-columns: 1fr; }
  .h3-testimonial-grid { grid-template-columns: 1fr; }
  .h3-quote, .h3-quote-stack { grid-column: auto; }
  .h3-quote-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .h3-origin-copy { max-width: 720px; }
  .h3-faq-heading { position: static; }
}

@media (max-width: 768px) {
  .home-v3 .container { width: min(calc(100% - 28px), var(--h3-container)); }
  .h3-hero { min-height: auto; padding: 54px 0 38px; }
  .h3-hero h1 { font-size: clamp(3.3rem, 17vw, 5rem); line-height: .9; }
  .h3-hero-stage { height: auto; grid-template-columns: 1fr; transform: none; }
  .h3-product-shot { min-height: 310px; }
  .h3-actions { flex-direction: column; align-items: stretch; }
  .h3-actions .h3-button { width: 100%; }
  .h3-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .h3-proof-grid > div { min-height: 118px; padding: 20px 16px; border-bottom: 1px solid var(--h3-line); }
  .h3-proof-grid > div:nth-child(2) { border-right: 0; }
  .h3-proof-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .h3-features, .h3-origin, .h3-flow, .h3-testimonial, .h3-pricing, .h3-demo, .h3-faq { padding: 76px 0; }
  .h3-section-heading h2, .h3-origin-copy h2, .h3-demo h2, .h3-faq-heading h2 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .h3-bento { grid-template-columns: 1fr; }
  .h3-bento > * { grid-column: 1 !important; grid-row: auto !important; }
  .h3-bento-intro, .h3-bento-product { min-height: 430px; }
  .h3-bento-item { min-height: 210px; }
  .h3-flow-list article { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .h3-quote { min-height: auto; padding: 34px 28px; }
  .h3-quote-stack { grid-template-columns: 1fr; }
  .h3-quote blockquote { font-size: clamp(1.75rem, 8vw, 2.2rem); line-height: 1.08; }
  .h3-quote-compact { min-height: auto; }
  .h3-quote-compact blockquote { font-size: 1.35rem; line-height: 1.25; }
  .h3-included { grid-template-columns: 1fr; }
  .h3-demo-inner { grid-template-columns: 1fr; gap: 32px; }
  .h3-demo .h3-button { width: 100%; }
  .h3-price-actions { flex-direction: column; align-items: stretch; }
  .h3-price-actions .h3-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-v3 *, .home-v3 *::before, .home-v3 *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .h3-reveal { opacity: 1; transform: none; }
}
