:root {
  --orange-900: #C84A00;
  --orange-700: #E65A00;
  --orange-500: #FF6A00;
  --orange-300: #FF9D57;
  --orange-100: #FFE6D2;
  --teal-900: #007A77;
  --teal-700: #009A97;
  --teal-500: #00B7B3;
  --teal-300: #62D9D6;
  --teal-100: #D8F7F6;
  --graphite: #202124;
  --white: #FFFFFF;
  --bg: #F7F8FA;
  --muted: #6B7280;
  --line: rgba(32, 33, 36, .10);
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --shadow-hover: 0 16px 40px rgba(0,0,0,.12);
  --radius-lg: 24px;
  --radius-btn: 16px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--graphite); background: var(--bg); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }
.compact { padding: 78px 0; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px max(20px, calc((100vw - 1120px) / 2)); background: rgba(255,255,255,.84); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(32,33,36,.07); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-mark { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: transparent; overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: "Manrope", Inter, sans-serif; font-weight: 800; letter-spacing: .06em; }
.brand-copy small { color: var(--muted); margin-top: 4px; font-size: 12px; }
.nav { display: flex; gap: 24px; color: var(--muted); font-weight: 600; font-size: 14px; }
.nav a:hover { color: var(--orange-500); }
.header-cta, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: var(--radius-btn); font-family: "Manrope", Inter, sans-serif; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.header-cta, .btn-primary { background: var(--orange-500); color: var(--white); box-shadow: 0 12px 28px rgba(255,106,0,.20); }
.header-cta:hover, .btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.btn-secondary { background: var(--white); color: var(--teal-700); border: 1px solid var(--teal-500); }
.btn-ghost { background: transparent; color: var(--orange-500); padding-left: 0; padding-right: 0; box-shadow: none; }
.btn-light { background: var(--white); color: var(--orange-700); }

.hero { position: relative; overflow: hidden; min-height: 760px; display: flex; align-items: center; background: radial-gradient(circle at 78% 16%, rgba(255,230,210,.94), transparent 32%), radial-gradient(circle at 18% 14%, rgba(216,247,246,.88), transparent 34%), linear-gradient(135deg, #FFFFFF 0%, #F7F8FA 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(32,33,36,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(32,33,36,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; width: fit-content; padding: 8px 12px; border-radius: var(--radius-sm); color: var(--teal-900); background: var(--teal-100); font-family: "DM Sans", Inter, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.eyebrow.light { color: var(--white); background: rgba(255,255,255,.18); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Manrope", Inter, sans-serif; font-weight: 800; }
h1 { font-size: clamp(46px, 7vw, 82px); line-height: .95; letter-spacing: -.055em; margin: 22px 0; }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.03; letter-spacing: -.045em; margin-bottom: 18px; }
h3 { font-size: 20px; margin-bottom: 8px; font-weight: 700; }
.lead { font-size: 20px; line-height: 1.65; color: var(--muted); max-width: 680px; }
p { line-height: 1.7; }
.muted, .section-head p, .process-card p, .trust-grid p, details p, .section-copy p, .intro-text p { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 26px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; color: var(--graphite); font-family: "DM Sans", Inter, sans-serif; font-weight: 700; }
.trust-row span { background: rgba(255,255,255,.74); border: 1px solid var(--line); padding: 10px 12px; border-radius: var(--radius-sm); }

.card-media { position: relative; border-radius: 36px; overflow: hidden; background: var(--white); border: 1px solid rgba(255,255,255,.88); box-shadow: var(--shadow); }
.card-media img { width: 100%; display: block; }
.hero-media { min-height: 500px; display: grid; align-items: center; }
.hero-badge { position: absolute; right: 28px; bottom: 28px; display: grid; gap: 4px; padding: 16px 18px; border-radius: var(--radius-lg); background: rgba(255,255,255,.86); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); }
.hero-badge strong { font-family: "Manrope"; letter-spacing: .08em; }
.hero-badge small { color: var(--muted); }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.section-head .eyebrow { margin: 0 auto 14px; }
.intro { background: var(--white); }
.intro-grid, .split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.intro-text { padding: 34px; border-radius: var(--radius-lg); background: var(--bg); border: 1px solid var(--line); }
.intro-text p:last-child { margin-bottom: 0; }
.soft { background: linear-gradient(180deg, var(--bg), #fff); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-card, .trust-grid article, details { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.process-card { padding: 26px; }
.num { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 22px; border-radius: var(--radius-sm); background: var(--graphite); color: var(--white); font-family: "DM Sans"; font-weight: 800; }
.process-card:nth-child(2) .num, .process-card:nth-child(4) .num { background: var(--orange-500); }
.split-section { background: var(--white); }
.split-grid.reverse { grid-template-columns: 1.06fr .94fr; }
.section-copy p { font-size: 17px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-grid article { padding: 26px; transition: transform .2s ease, box-shadow .2s ease; }
.trust-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.trust-grid h3::before { content: ""; display: block; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 50%; background: radial-gradient(circle at 34% 30%, var(--orange-300), var(--orange-500)); box-shadow: 0 10px 24px rgba(255,106,0,.18); }
.trust-grid article:nth-child(even) h3::before { background: radial-gradient(circle at 34% 30%, var(--teal-300), var(--teal-700)); box-shadow: 0 10px 24px rgba(0,183,179,.18); }
.delivery { background: linear-gradient(180deg, #fff, var(--bg)); }
.faq-wrap { max-width: 840px; }
details { margin-bottom: 14px; padding: 24px 26px; }
summary { cursor: pointer; font-weight: 800; font-size: 18px; font-family: "Manrope"; }
details p { margin: 12px 0 0; }
details a { color: var(--teal-700); font-weight: 700; }
.final-cta { padding-top: 40px; }
.final-card { border-radius: 32px; padding: 48px; display: flex; justify-content: space-between; gap: 30px; align-items: center; color: var(--white); background: radial-gradient(circle at 90% 20%, rgba(255,157,87,.40), transparent 28%), linear-gradient(135deg, var(--orange-700), var(--orange-500)); box-shadow: var(--shadow-hover); }
.final-card p { color: rgba(255,255,255,.86); }
.floating-wa { position: fixed; right: 18px; bottom: 18px; z-index: 30; display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 20px; border-radius: var(--radius-btn); background: #25D366; color: white; font-family: "Manrope"; font-weight: 800; box-shadow: 0 18px 44px rgba(37, 211, 102, .28); }
.footer { padding: 28px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; background: var(--white); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer a { color: var(--teal-700); font-weight: 700; }

@media (max-width: 980px) {
  .nav { display: none; }
  .site-header { padding: 12px 20px; }
  .hero { min-height: auto; }
  .hero-grid, .intro-grid, .split-grid, .split-grid.reverse { grid-template-columns: 1fr; gap: 38px; }
  .process-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .final-card { display: grid; text-align: left; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .header-cta { display: none; }
  .brand { min-width: auto; }
  .brand-copy small { display: none; }
  .section-pad { padding: 66px 0; }
  .compact { padding: 56px 0; }
  h1 { letter-spacing: -.045em; }
  .hero-actions .btn { width: 100%; }
  .process-grid, .trust-grid { grid-template-columns: 1fr; }
  .intro-text, .final-card { padding: 30px; }
  .hero-media { min-height: auto; }
  .card-media { border-radius: 28px; }
  .footer-inner { display: grid; }
}
