:root {
  --ink: #171923;
  --muted: #62687a;
  --orange: #f66f18;
  --orange-dark: #c84b00;
  --cream: #fff8ef;
  --paper: #ffffff;
  --slate: #25293a;
  --line: #e4e6ec;
  --green: #087e5b;
  --shadow: 0 20px 55px rgba(28, 31, 44, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid #1b73e8; outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 14px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 12px; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: relative; z-index: 20; color: #fff; background: var(--ink); }
.site-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { display: block; width: 142px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-family: Mulish, sans-serif; font-weight: 700; }
.nav-links a { text-decoration: none; transition: color .2s ease; }
.nav-links a:hover { color: #ffb17f; }
.nav-cta { padding: 10px 17px; border-radius: 999px; color: var(--ink) !important; background: #fff; }

.hero { overflow: hidden; color: #fff; background: var(--ink); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; padding-block: 72px 92px; }
.eyebrow { margin: 0 0 14px; color: var(--orange); font-family: Mulish, sans-serif; font-size: .8rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .page-hero h1 { max-width: 760px; margin: 0; font-family: Mulish, sans-serif; font-size: clamp(2.85rem, 6vw, 5.6rem); font-weight: 900; letter-spacing: -.045em; line-height: .97; }
.hero-copy { max-width: 650px; margin: 26px 0 0; color: #d7d9e2; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; border: 2px solid transparent; border-radius: 999px; font-family: Mulish, sans-serif; font-weight: 900; text-align: center; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.button-primary { color: #fff; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { color: #fff; border-color: #676d82; background: transparent; }
.button-light { color: var(--ink); background: #fff; }
.button-outline { color: var(--ink); border-color: var(--ink); }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: var(--orange); }
.hero-visual img { position: relative; z-index: 1; max-height: 500px; object-fit: contain; }
.micro-proof { margin-top: 18px; color: #aeb2c0; font-size: .88rem; }

.section { padding-block: 96px; }
.section-soft { background: var(--cream); }
.section-slate { color: #fff; background: var(--slate); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2, .split-copy h2, .final-cta h2 { margin: 0; font-family: Mulish, sans-serif; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 900; letter-spacing: -.035em; line-height: 1.04; }
.section-heading p, .split-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }
.section-slate .section-heading p, .section-slate .split-copy > p { color: #cdd0db; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.audience-card, .feature-card, .step-card, .faq-card, .calculator, .trust-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(28,31,44,.07); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.audience-card { position: relative; overflow: hidden; padding: 34px; }
.audience-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--orange); }
.audience-card h2, .audience-card h3, .feature-card h3, .step-card h3, .trust-card h3 { margin: 0; font-family: Mulish, sans-serif; font-weight: 900; line-height: 1.12; }
.audience-card h2 { font-size: clamp(1.75rem, 3vw, 2.6rem); }
.audience-card p { color: var(--muted); }
.text-link { color: var(--orange-dark); font-weight: 800; }
.text-link::after { content: "  →"; }

.steps { counter-reset: steps; }
.step-card { padding: 28px; }
.step-card::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); display: block; margin-bottom: 28px; color: var(--orange); font-family: Mulish, sans-serif; font-size: 1.4rem; font-weight: 900; }
.step-card p, .feature-card p, .trust-card p { margin-bottom: 0; color: var(--muted); }
.feature-card, .trust-card { padding: 28px; }
.trust-card { color: var(--ink); }
.feature-card .icon { display: inline-grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 12px; color: #fff; background: var(--orange); font-weight: 900; }
.role-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.role-list li { padding: 9px 14px; border: 1px solid #d9dbe2; border-radius: 999px; background: #fff; font-weight: 700; }
.section-slate .role-list li { color: var(--ink); }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.proof-list { display: grid; gap: 16px; margin: 30px 0 0; padding: 0; list-style: none; }
.proof-list li { position: relative; padding-left: 32px; }
.proof-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.app-preview { overflow: hidden; padding: 34px; border-radius: 36px; background: #edf0f8; box-shadow: var(--shadow); }
.app-preview img { display: block; margin: 0 auto 14px; border-radius: 18px; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.app-preview figcaption { color: var(--muted); font-size: .82rem; text-align: center; }

.store-links { --store-badge-height: 48px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 25px; }
.store-links a { display: flex; height: var(--store-badge-height); align-items: center; }
.store-links img { display: block; width: auto; height: var(--store-badge-height); }
.store-links img[src$="Download_Google_Play.png"] { height: calc(var(--store-badge-height) * 1.506); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 0 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq-list summary { position: relative; cursor: pointer; padding: 21px 36px 21px 0; font-family: Mulish, sans-serif; font-weight: 900; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 50%; color: var(--orange); font-size: 1.4rem; line-height: 1; transform: translateY(-50%); transition: transform .22s ease; }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { margin-top: 0; color: var(--muted); }
.legal-note { padding: 18px 20px; border-left: 4px solid var(--orange); color: #4d5262; background: #fff4e8; font-size: .92rem; }

.final-cta { padding: 55px; border-radius: 32px; color: #fff; background: var(--orange); }
.final-cta p { max-width: 650px; font-size: 1.08rem; }
.site-footer { padding-block: 54px; color: #d7d9e2; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
.footer-grid img { width: 150px; }
.footer-grid h2 { color: #fff; font-family: Mulish, sans-serif; font-size: 1rem; }
.footer-grid a, .footer-grid button { display: block; width: fit-content; margin: 5px 0; padding: 0; border: 0; color: #d7d9e2; background: none; text-decoration: underline; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 24px; border-top: 1px solid #414659; font-size: .86rem; }

.page-hero { color: #fff; background: var(--ink); }
.page-hero .shell { padding-block: 92px 100px; }
.page-hero p:not(.eyebrow) { max-width: 690px; color: #d7d9e2; font-size: 1.18rem; }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.breadcrumb { margin-bottom: 30px; color: #b9bdca; font-size: .9rem; }
.breadcrumb a { color: inherit; }

.calculator { padding: 32px; }
.calculator h3 { margin-top: 0; font-family: Mulish, sans-serif; font-size: 1.55rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field-grid label { display: grid; gap: 7px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.field-grid input { width: 100%; padding: 12px 14px; border: 1px solid #bfc3cf; border-radius: 10px; color: var(--ink); }
.estimate { display: grid; gap: 9px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.estimate div { display: flex; justify-content: space-between; gap: 20px; }
.estimate .total { margin-top: 5px; padding-top: 12px; border-top: 2px solid var(--ink); font-size: 1.15rem; font-weight: 900; }
.estimate-note { color: var(--muted); font-size: .8rem; }
.support-card { padding: 30px; border-radius: 20px; color: #fff; background: var(--slate); }
.support-card a { color: #ffb17f; }
.answer-tag { display: inline-block; margin-bottom: 12px; padding: 5px 9px; border-radius: 7px; color: #075f46; background: #dff7ee; font-size: .74rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

/* Progressive motion: content remains visible when JavaScript is unavailable. */
.motion-ready .reveal-item {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .62s cubic-bezier(.2,.7,.2,1), transform .62s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.motion-ready .reveal-item.reveal-scale { transform: translate3d(0, 18px, 0) scale(.975); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); will-change: auto; }

@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23,25,35,.16); }
  .audience-card:hover, .feature-card:hover, .step-card:hover, .trust-card:hover { transform: translateY(-5px); border-color: #d3d6df; box-shadow: 0 20px 44px rgba(28,31,44,.12); }
  .app-preview:hover img { transform: translateY(-5px) scale(1.015); }
}

@keyframes hero-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@keyframes hero-halo {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.035); opacity: .88; }
}

.motion-ready .hero-visual img { animation: hero-float 6.5s ease-in-out 1s infinite; }
.motion-ready .hero-visual::before { animation: hero-halo 8s ease-in-out infinite; }

@media (max-width: 900px) {
  .nav-links a:not(.nav-cta):not([data-language]) { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 20px; padding-bottom: 55px; }
  .hero-visual { min-height: 380px; }
  .hero-visual::before { width: 330px; height: 330px; }
  .grid-3 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shell, .narrow { width: min(100% - 28px, 1160px); }
  .site-nav { min-height: 70px; }
  .brand img { width: 124px; }
  .nav-links { gap: 10px; font-size: .9rem; }
  .nav-cta { padding: 8px 12px; }
  .hero-grid { padding-top: 50px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .hero-visual { min-height: 305px; }
  .hero-visual::before { width: 270px; height: 270px; }
  .section { padding-block: 70px; }
  .grid-2, .field-grid { grid-template-columns: 1fr; }
  .audience-card, .feature-card, .step-card, .trust-card, .calculator { padding: 24px; }
  .final-cta { padding: 34px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .store-links { --store-badge-height: 43px; }
}

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