:root {
  --primary: #0a3d6b;
  --primary-dark: #072a4a;
  --accent: #12b886;
  --accent-dark: #0d8f60;
  --accent-light: #e3f6fb;
  --gold: #f0b429;
  --ink: #0e2430;
  --muted: #5b6b7a;
  --bg: #ffffff;
  --card: #ffffff;
  --line: #e3e8ef;
  --radius: 18px;
  --shadow: 0 14px 34px rgba(10, 61, 107, 0.12);
  --shadow-lg: 0 26px 60px rgba(10, 61, 107, 0.2);
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,h2,h3,h4 { color: var(--ink); line-height: 1.15; }

/* ---- Layout helpers ---- */
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
section.pad { padding: 88px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; }
.kicker { display:inline-block; background: var(--accent-light); color: var(--primary); padding: 5px 14px; border-radius: 999px; font-weight: 600; font-size: .85rem; letter-spacing:.5px; }
.section-head p { color: var(--muted); font-size: 1.05rem; margin-top: 10px; }

/* ---- Buttons ---- */
.btn {
  display: inline-block; padding: 16px 32px; border-radius: 14px;
  font-weight: 700; font-size: 1rem; text-decoration: none; cursor: pointer;
  transition: transform .15s, box-shadow .15s, background .2s; border: none; line-height: 1;
}
.btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { transform: translateY(-2px); background: var(--primary-dark); }
.btn-accent { background: var(--accent); color: #fff; box-shadow: var(--shadow); }
.btn-accent:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-ghost { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-ghost:hover { background: var(--primary); color: #fff; }
.btn-lg { padding: 18px 40px; font-size: 1.08rem; }
.btn-block { display: block; width: 100%; }

.glyph { display:inline-block; width:22px;height:22px;line-height:22px;text-align:center;font-weight:bold;color:#fff;font-size:13px;border-radius:50%;background:var(--primary); }
.social-row { display:flex; gap:10px; flex-wrap:wrap; }
.social-row a.social-a { display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#dce8f5;color:var(--primary); }
.social-row a.social-a:hover { background:var(--primary); color:#fff; }

/* ---- Header / Nav ---- */
.header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand svg { width: 38px; height: 38px; }
.brand-name { font-weight: 800; font-size: 1.3rem; color: var(--primary); letter-spacing: -.3px; }
.brand-name small { display:block; font-size:.62rem; color:var(--muted); letter-spacing:.6px; }
.nav-links { display: flex; gap: 14px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--ink); font-weight: 600; font-size: .98rem; padding: 10px 14px; }
.nav-links a:hover { color: var(--primary); }
.nav-links .btn { padding: 11px 22px; font-size: .92rem; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--primary); cursor: pointer; padding: 6px 10px; }

/* ---- Hero ---- */
.nav-links a.active { color: var(--primary); font-weight:700; border-bottom:3px solid var(--accent); }
.mobile-nav { position:fixed; top:0; left:0; right:0; bottom:0; background:var(--bg); z-index:300; padding:84px 28px; text-align:center; }
.mobile-nav a { display:block; font-size:1.15rem; padding:14px; color:var(--ink); text-decoration:none; font-weight:600; }
.mobile-nav a.btn { display:block; margin:8px auto; }

/* ---- Hero ---- */
.hero { position: relative; padding: 84px 0 110px; overflow: hidden;
  background:
    radial-gradient(ellipse at 12% 20%, rgba(18,184,134,.14), transparent 55%),
    radial-gradient(ellipse at 88% 12%, rgba(10,61,107,.14), transparent 60%),
    linear-gradient(160deg, #f2f7fc, #ffffff);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.4rem); font-weight: 850; color: var(--primary); }
.hero h1 .hl { position: relative; color: var(--accent); white-space: nowrap; }
.hero h1 .hl::after { content:""; position:absolute; left:-6%; right:-6%; bottom:2px; height:16px; background:var(--gold); opacity:.3; border-radius:999px; z-index:-1;}
.hero p { font-size: 1.12rem; color: var(--muted); margin: 16px 0 8px; max-width: 540px; }
.hero .trust { display:flex; gap:8px; flex-wrap:wrap; margin-top:22px; }
.hero .trust span { background: var(--accent-dark); color: var(--accent); padding:7px 14px; border-radius:999px; font-size:.82rem; font-weight:600; }
.hero-cta { display:flex; gap:16px; margin-top: 26px; flex-wrap:wrap; }

.hero-visual { display: flex; flex-direction: column; gap: 22px; }
.card-bro { background: var(--card); border-radius: 24px; padding: 26px; box-shadow: var(--shadow-lg); border:1px solid var(--line); }
.card-top { display:flex; align-items:center; gap:12px; }
.card-bro h3 { font-size: 1.15rem; }
.card-bro .sub { color: var(--muted); font-size:.85rem; }
.chart { display:flex; align-items:flex-end; gap:10px; height:150px; margin-top:18px; }
.chart .bar-wrap { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:flex-end; gap:6px; }
.chart .bar { width:100%; background:var(--accent); border-radius:6px 6px 2px 2px; }
.chart .bar-lbl { font-size:.72rem; color:var(--muted); }
.video-shell { max-width:900px; width:100%; margin:0 auto; background:var(--card); border-radius:24px; box-shadow:var(--shadow-lg); padding:6px; border:1px solid var(--line); }
.video-poster { aspect-ratio:16/9; border-radius:20px; background:linear-gradient(150deg,#0b3d6e,#123a63); display:flex;flex-direction:column;align-items:center;justify-content:center; text-align:center; color:#eaf4ff; padding:40px; }
.poster-play { width:74px;height:74px;border-radius:50%;background:#12b886;display:grid;place-items:center;font-size:28px;color:#fff;margin-bottom:18px; }
.video-poster h3 { font-size:1.5rem; font-weight:800; }
.video-poster p { color:#bcd4ea; max-width:560px; margin-top:10px; font-size:.95rem; }
.stats { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:22px; }
.stat { background:var(--card); border:1px solid var(--line); padding:18px; border-radius:16px; text-align:center; }
.stat .num { font-size:1.7rem; font-weight:800; color:var(--primary); }
.stat .lbl { font-size:.82rem; color:var(--muted); }

/* ---- Feature / service / grids ---- */
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:28px; }
.feature { background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:var(--shadow); }
.feature .ic { width:58px;height:58px; display:grid;place-items:center; border-radius:16px; background:var(--accent-light); }
.feature h3 { font-size:1.12rem; margin:14px 0 8px; }
.feature p { color:var(--muted); font-size:.95rem; }
.feature a { display:inline-block; color:var(--accent); font-weight:700; text-decoration:none; font-size:.9rem; margin-top:12px; }

.service { background:var(--card); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); transition:transform .2s; }
.service:hover { transform: translateY(-4px); }
.service .pic { height: 170px; display:grid;place-items:center; background: var(--accent-light); }
.service h3 { font-size:1.15rem; margin:16px 0 6px; }
.service p { color:var(--muted); font-size:.93rem; }
.service a { color:var(--accent); font-weight:700; text-decoration:none; }

/* ---- Process timeline ---- */
.timeline { position:relative; max-width:900px; margin:0 auto; }
.tline { position:relative; max-width:900px; margin:0 auto; padding-left:0; }
.tline::before { content:""; position:absolute; left:50%; transform:translateX(-50%); top:8px; bottom:8px; width:3px; background:var(--accent); }
.tstep { display:grid; grid-template-columns:1fr 200px; gap:26px; align-items:center; background:var(--card); border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); margin:14px 0; overflow:hidden; }
.tstep .body { padding:8px 0 8px 0; }
.tstep .body .num { display:inline-block; background:var(--primary); color:#fff; padding:4px 12px; border-radius:999px; font-size:.78rem; font-weight:700; margin-bottom:8px; }
.tstep .body h3 { font-size:1.15rem; }
.tstep .body p { color:var(--muted); margin-top:4px; }
.tstep .pic { background:var(--accent-light); min-height:150px; display:grid;place-items:center; border-radius:var(--radius); }

/* vertical list */
.steps-v { position:relative; padding-left:30px; }
.steps-v::before { content:""; position:absolute; left:9px; top:0; bottom:0; width:3px; background:var(--accent); }
.sv { position:relative; background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:22px; box-shadow:var(--shadow); margin:12px 0; }
.sv .dot { position:absolute; left:-30px; top:20px; width:16px;height:16px;border-radius:50%;background:var(--accent);border:3px solid #fff; }
.sv .num { display:inline-block;background:var(--primary);color:#fff;padding:3px 12px;border-radius:999px;font-size:.75rem;font-weight:700;margin-bottom:8px;}
.sv h3 { font-size:1.1rem; }
.sv p { color:var(--muted); }
.sv img { display:block; width:100%; border-radius:12px; margin-top:12px; border:1px solid var(--line); }
.img-strip { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:14px; }
.img-strip figure { margin:0; background:var(--card); border-radius:14px; overflow:hidden; border:1px solid var(--line); }
.img-strip figure img { width:100%; display:block; }
.img-strip figcaption { font-size:.78rem; color:var(--muted); padding:8px 6px; background:var(--accent-light); text-align:center; font-weight:600; }

.contact-item { display:flex; gap:12px; align-items:center; background:var(--card); border:1px solid var(--line); border-radius:14px; padding:14px; margin-bottom:10px; }
.contact-item .ci-icon { width:44px;height:44px;border-radius:12px;background:var(--accent-light);display:grid;place-items:center;font-size:20px; }
.form-panel { padding:34px; }
.field { margin-bottom:14px; }
.field label { display:block; font-weight:600; font-size:.88rem; margin-bottom:6px; color:#33406a; }
.field input, .field select, .field textarea { width:100%; padding:12px 14px; border-radius:12px; border:1.5px solid var(--line); background:#fff; font-size:.98rem; outline:none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:var(--accent); }
.field textarea { resize:vertical; }
.privacy-note { font-size:.8rem; color:var(--muted); margin:10px 0; }
.form-ok { background:var(--accent-light); border:1px solid var(--accent); color:#0b7d52; border-radius:16px; padding:24px; font-size:1.05rem; }
.trust-list { list-style:none; padding-left:0; }
.trust-list li { padding:10px 0; color:var(--muted); border-bottom:1px solid var(--line); }
.legal-line { margin-bottom:6px; color:var(--muted); }
.brand-mark { font-size:inherit; }

/* ---- CTA band ---- */
.cta { background: linear-gradient(135deg, var(--primary), #0e5d92); border-radius:28px; color:#fff; padding:64px 44px; position:relative; overflow:hidden; text-align:center; }
.cta h2 { color:#fff; font-size:clamp(1.6rem,3vw,2.3rem); font-weight:800; }
.cta p { color:#dce8f5; font-size:1.05rem; margin:10px 0 24px; }
.cta .btn { display:inline-block; background:#fff; color:var(--primary); font-size:1.1rem; padding:16px 40px; border-radius:14px; }
.cta .ring { position:absolute; width:360px; height:360px; border:2px solid rgba(255,255,255,.18); border-radius:50%; right:-120px; top:-130px; }

/* ---- Contact card ---- */
.info-box { background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:24px; }
.info-box h3 { font-size:1.1rem; }
.info-box a { color:var(--primary); font-weight:600; text-decoration:none; }
.info-box p { color:var(--muted); font-size:.95rem; }
.map-box { background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:8px; overflow:hidden; min-height:340px; }
.map-box iframe { width:100%; height:340px; border:0; filter:saturate(.9); }

/* ---- Social ---- */
.social { display:flex; gap:14px; }
.social a { width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--card);border:1px solid var(--line);transition:transform .15s; }
.social a:hover { transform:translateY(-3px); border-color:var(--primary); box-shadow:var(--shadow); }
.social svg { width:22px;height:22px; fill:var(--primary); }

/* ---- Footer ---- */
.footer { background:var(--primary-dark); color:#dce7f4; padding:56px 0 32px; }
.footer-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:30px; }
.footer h4 { color:#fff; font-size:.95rem; margin-bottom:12px; }
.footer a { color:#bfd2e6; text-decoration:none; font-size:.9rem; display:block; margin:5px 0; }
.copyright { border-top:1px solid rgba(255,255,255,.15); margin-top:26px; padding-top:18px; color:#a8bdd6; font-size:.85rem; text-align:center; }

/* ---- misc ---- */
.badge { display:inline-block; background:var(--gold); color:#2a1b00; padding:5px 12px; border-radius:999px; font-size:.75rem; font-weight:700; }
.lede { color:var(--muted); font-size:1.05rem; }
.breadcrumb { font-size:.9rem; color:var(--muted); margin-top:10px; }
.breadcrumb a { color:var(--primary); text-decoration:none; }
.page-hero { background:var(--accent-light); padding:60px 0; text-align:center; }
.page-hero h1 { font-size:clamp(1.8rem,3vw,2.5rem); font-weight:800; color:var(--primary); }
.page-hero p { color:var(--muted); max-width:640px; margin:14px auto 0; }
.legal h2 { font-size:1.4rem; margin-bottom:12px; }
.legal p, .legal li { color:var(--muted); }
.panel { background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:30px; box-shadow:var(--shadow); }

.team { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.trust-badges { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }

/* Responsive */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .grid-2,.grid-3,.grid-4,.team { grid-template-columns:1fr; }
  .nav-links { display:none; }
  .nav-toggle { display:block; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .tstep { grid-template-columns:1fr; }
}
