:root {
  --bg: #f4f7fb;
  --surface: #fff;
  --ink: #162331;
  --muted: #5c6a78;
  --blue: #087cff;
  --blue-dark: #075fbf;
  --line: rgba(24,55,86,.14);
  --max: 1120px;
  --radius: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 3%, rgba(8,124,255,.15), transparent 30rem),
    var(--bg);
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 200; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip:focus { top: 16px; }
header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav { min-height: 74px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; text-decoration: none; }
.logo-mark { width: 64px; aspect-ratio: 638 / 551; overflow: hidden; border-radius: 9px; background: #090b0e; box-shadow: 0 7px 20px rgba(13,34,55,.16); }
.logo-mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; letter-spacing: .13em; font-size: 1.02rem; }
.brand-copy span { display: block; color: var(--blue-dark); font-size: .7rem; letter-spacing: .17em; text-transform: uppercase; }
nav { display: flex; gap: 22px; align-items: center; }
nav a { color: #263748; text-decoration: none; font-weight: 750; font-size: .93rem; }
nav a:hover, nav a:focus-visible { color: var(--blue-dark); }
.nav-call { padding: 10px 15px; border-radius: 999px; background: #edf6ff; border: 1px solid rgba(8,124,255,.2); color: var(--blue-dark); }
.breadcrumb { padding-top: 32px; color: var(--muted); font-size: .92rem; }
.breadcrumb a { color: var(--blue-dark); font-weight: 750; text-decoration: none; }
.hero { display: grid; grid-template-columns: 1.16fr .84fr; gap: 52px; align-items: center; padding: 42px 0 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-dark); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 850; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--blue); }
h1 { margin: 16px 0 22px; font-size: clamp(2.8rem, 6vw, 5.25rem); line-height: .98; letter-spacing: -.055em; }
.lead { max-width: 720px; margin: 0 0 28px; color: #4f6070; font-size: clamp(1.06rem, 2vw, 1.23rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 14px 36px rgba(8,124,255,.24); }
.btn-primary:hover { background: #218bff; }
.btn-ghost { color: var(--blue-dark); background: #fff; border-color: rgba(8,124,255,.24); }
.service-badge { min-height: 330px; display: grid; place-items: center; padding: 36px; border-radius: 30px; background: radial-gradient(circle at 72% 25%, rgba(8,124,255,.34), transparent 14rem), linear-gradient(145deg,#171b20,#07090c); box-shadow: 0 30px 70px rgba(35,76,116,.16); }
.service-badge img { width: min(100%, 400px); border-radius: 16px; box-shadow: 0 20px 48px rgba(0,0,0,.35); }
.facts { margin-top: -25px; position: relative; z-index: 2; }
.facts-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 44px rgba(36,70,104,.09); }
.fact { padding: 22px 24px; }
.fact + .fact { border-left: 1px solid var(--line); }
.fact small { display: block; color: var(--muted); }
.fact strong { display: block; color: var(--blue-dark); font-size: 1.02rem; }
main section { padding-block: 84px; }
.content-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 26px; align-items: start; }
.content-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(36,70,104,.06); }
h2 { margin: 8px 0 18px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.04em; }
h3 { margin: 0 0 12px; font-size: 1.35rem; }
p { margin-top: 0; }
.content-card p:last-child { margin-bottom: 0; }
.checklist { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding: 14px 16px 14px 48px; border-radius: 12px; background: #f1f7fd; color: #344c62; font-weight: 650; }
.checklist li::before { content: "✓"; position: absolute; left: 16px; top: 13px; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--blue); color: #fff; font-size: .8rem; font-weight: 900; }
.notice { margin-top: 20px; padding: 18px 20px; border-left: 4px solid var(--blue); border-radius: 8px 14px 14px 8px; background: #eaf4ff; color: #304b63; }
.process { background: #fff; border-block: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 30px; }
.step { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #f8fbfe; }
.step b { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 12px; color: #fff; background: var(--blue); }
.step p { margin-bottom: 0; color: var(--muted); }
.cta { padding-block: 76px; }
.cta-box { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 38px; border-radius: 26px; color: #fff; background: linear-gradient(135deg,#086fda,#0a87ff); box-shadow: 0 24px 60px rgba(8,124,255,.24); }
.cta-box h2 { margin: 0 0 10px; font-size: clamp(2rem,4vw,3.2rem); }
.cta-box p { margin: 0; color: #e5f2ff; }
.cta-box .btn { color: var(--blue-dark); background: #fff; white-space: nowrap; }
.more { padding-top: 0; }
.more h2 { font-size: clamp(1.9rem,4vw,3rem); }
.service-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.service-links a { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: #263d53; text-decoration: none; font-weight: 800; }
.service-links a:hover, .service-links a:focus-visible { border-color: rgba(8,124,255,.42); color: var(--blue-dark); box-shadow: 0 10px 24px rgba(36,70,104,.07); }
footer { padding: 30px 0; border-top: 1px solid var(--line); background: #fff; color: var(--muted); }
.footer-row { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px; padding: 13px 17px; border-radius: 999px; background: #20b960; color: #fff; text-decoration: none; font-weight: 850; box-shadow: 0 14px 34px rgba(32,185,96,.3); }
.whatsapp-float svg { width: 21px; height: 21px; fill: currentColor; }
@media (max-width: 860px) {
  nav a:not(.nav-call) { display: none; }
  .hero, .content-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 30px; }
  .service-badge { min-height: 280px; }
  .steps, .service-links { grid-template-columns: 1fr 1fr; }
  .cta-box { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy { display: none; }
  .nav-call { padding: 9px 12px; font-size: .86rem; }
  .breadcrumb { padding-top: 22px; }
  .hero { gap: 30px; padding-bottom: 56px; }
  h1 { font-size: clamp(2.45rem,13vw,3.7rem); }
  .service-badge { min-height: 230px; padding: 24px; border-radius: 22px; }
  .facts { margin-top: -12px; }
  .facts-grid, .steps, .service-links { grid-template-columns: 1fr; }
  .fact + .fact { border-left: 0; border-top: 1px solid var(--line); }
  main section { padding-block: 64px; }
  .content-card { padding: 24px; }
  .cta-box { padding: 28px 24px; }
  .cta-box .btn { width: 100%; white-space: normal; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: 15px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }
