/* ==========================================================================
   ISG LOGISTICS — main stylesheet
   Palette: warm container colors (amber / orange / coral) on a deep-sea navy
   ========================================================================== */
:root {
  --navy: #0B2A4A;
  --navy-2: #123C66;
  --sea: #1B7F8F;
  --sea-light: #7CC4CE;
  --amber: #F5A524;
  --orange: #F26B21;
  --coral: #D94336;
  --cream: #FFF8EF;
  --sand: #F6E9D8;
  --ink: #182230;
  --muted: #566274;
  --line: #E9DDCC;
  --white: #fff;
  --wa: #1FAF5A;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(11, 42, 74, .10);
  --shadow-sm: 0 4px 14px rgba(11, 42, 74, .08);
  --font-head: "Sora", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.6;
  color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; color: var(--navy); letter-spacing: -.02em; }
h1 { font-size: clamp(2.2rem, 5vw + .5rem, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 2.6vw + .6rem, 2.5rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1rem; font-weight: 700; }
p { margin: 0 0 1em; }
em { font-style: normal; color: var(--orange); }
.container { width: min(1160px, 100% - 40px); margin-inline: auto; }
.muted { color: var(--muted); }
.center { text-align: center; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 6px; }

/* ---------- icons ---------- */
.ico { display: inline-flex; width: 1.4em; height: 1.4em; flex: none; }
.ico svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font: 700 1rem/1 var(--font-body); padding: 1em 1.5em; border-radius: 999px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--amber), var(--orange)); color: #fff; box-shadow: 0 8px 20px rgba(242, 107, 33, .32); }
.btn-primary:hover { box-shadow: 0 12px 26px rgba(242, 107, 33, .42); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 8px 20px rgba(31, 175, 90, .28); }
.btn-sm { padding: .75em 1.15em; font-size: .92rem; }
.btn-lg { padding: 1.15em 1.9em; font-size: 1.05rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255, 248, 239, .92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 6px 20px rgba(11, 42, 74, .06); }
.header-inner { display: flex; align-items: center; gap: 24px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { height: 46px; width: auto; }
.brand-word { font: 800 1.05rem/1 var(--font-head); color: var(--navy); letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; gap: 6px; margin-left: auto; }
.main-nav a { text-decoration: none; font-weight: 600; font-size: .96rem; padding: .55em .95em; border-radius: 999px; color: var(--navy); transition: background .15s; }
.main-nav a:hover { background: var(--sand); }
.main-nav a.is-current { background: var(--navy); color: #fff; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch { display: inline-flex; background: var(--sand); border-radius: 999px; padding: 3px; }
.lang-switch button { border: 0; background: transparent; font: 700 .8rem/1 var(--font-body); padding: .55em .85em; border-radius: 999px; cursor: pointer; color: var(--muted); }
.lang-switch button.is-active { background: var(--navy); color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--sand); cursor: pointer; padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- waves (animated sea) ---------- */
.waves { position: absolute; left: 0; right: 0; bottom: 0; height: 90px; overflow: hidden; pointer-events: none; }
.waves::before, .waves::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background-repeat: repeat-x; }
.waves::before {
  height: 60px; opacity: .35; background-size: 240px 60px; animation: wave 22s linear infinite;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='60' viewBox='0 0 240 60'%3E%3Cpath d='M0 30Q30 8 60 30T120 30T180 30T240 30V60H0Z' fill='%231B7F8F'/%3E%3C/svg%3E");
}
.waves::after {
  height: 44px; background-size: 200px 44px; animation: wave 14s linear infinite reverse;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='44' viewBox='0 0 200 44'%3E%3Cpath d='M0 22Q25 4 50 22T100 22T150 22T200 22V44H0Z' fill='%230B2A4A'/%3E%3C/svg%3E");
}
@keyframes wave { from { background-position-x: 0; } to { background-position-x: 240px; } }
@keyframes bob { 0%, 100% { transform: translateY(0) rotate(-.6deg); } 50% { transform: translateY(-8px) rotate(.6deg); } }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: 64px 0 150px; background: linear-gradient(180deg, var(--cream) 0%, #FBE9D0 100%); }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: .6em; font: 700 .78rem/1.5 var(--font-body); letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: 18px; }
.eyebrow::before { content: ""; flex: none; width: 26px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--amber), var(--coral)); }
.hero h1 { margin-bottom: .4em; }
.hero .lead { font-size: 1.18rem; color: var(--muted); max-width: 34em; margin-bottom: 28px; }
.hero-note { display: flex; align-items: center; gap: .5em; margin-top: 18px; font-size: .92rem; color: var(--muted); }
.hero-note .ico { color: var(--sea); }
.hero-art { position: relative; aspect-ratio: 1 / .9; display: grid; place-items: center; }
.hero-art .sun { position: absolute; width: 74%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #FFF3D6, #FFDF9C 50%, #FBC468 100%); opacity: .95; top: 4%; right: 2%; box-shadow: 0 0 80px rgba(245, 165, 36, .35); }
.hero-art img { position: relative; width: 108%; max-width: none; margin-left: -4%; margin-top: 8%; animation: bob 6s ease-in-out infinite; filter: drop-shadow(0 14px 18px rgba(11, 42, 74, .22)); }

/* ---------- hero: choose your service (split screen) ---------- */
.hero-choice { padding: 30px 0 128px; }
.hero-intro { text-align: center; max-width: 860px; margin: 0 auto 30px; }
.hero-intro .eyebrow { margin-bottom: 12px; }
.hero-intro h1 { font-size: clamp(1.9rem, 2.4vw + 1rem, 2.85rem); margin-bottom: .3em;  text-wrap: balance; }
.choice-sea .btn { font-size: 1.04rem; padding: 1.1em 1.6em; }
.choice-sea .choice-actions { gap: 12px 20px; }
.hero-intro .lead { margin: 0 auto; font-size: 1.08rem; max-width: 42em; }
.choice-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 24px; align-items: stretch; position: relative; z-index: 1; }
.choice { position: relative; overflow: hidden; border-radius: 26px; padding: 28px 30px 30px; display: flex; flex-direction: column; gap: 13px; transition: transform .2s, box-shadow .2s; }
.choice > * { position: relative; z-index: 1; }
.choice:hover { transform: translateY(-4px); }
.choice h2 { font-size: clamp(1.45rem, 1.2vw + 1.1rem, 1.85rem); margin: 0; }
.choice-text { margin: 0; }
.choice-tag { display: inline-flex; align-items: center; gap: .6em; align-self: flex-start; font: 700 .78rem/1 var(--font-body); letter-spacing: .12em; text-transform: uppercase; padding: .7em 1.05em; border-radius: 999px; }
.choice-tag .ico { width: 1.5em; height: 1.5em; }
.choice .checks { margin: 4px 0 6px; }
.choice-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: auto; padding-top: 6px; }
.choice-more { font-weight: 700; font-size: .95rem; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; }

.choice-land { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.choice-land::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 7px; background: linear-gradient(90deg, var(--amber), var(--orange), var(--coral)); z-index: 1; }
.choice-land .choice-tag { background: #FFF1DC; color: var(--orange); }
.choice-land .choice-text { color: var(--muted); }
.choice-land .choice-more { color: var(--navy); text-decoration-color: var(--amber); }

.choice-sea { margin-top: -10px; padding: 34px 34px 38px; color: #fff; background: linear-gradient(160deg, var(--navy-2) 0%, var(--navy) 75%); box-shadow: 0 28px 56px rgba(11, 42, 74, .34); }
.choice-sea::before { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; right: -140px; top: -170px; background: radial-gradient(circle, rgba(27, 127, 143, .55), transparent 68%); }
.choice-sea::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60px; z-index: 0; opacity: 1; background-repeat: repeat-x; background-size: 240px 60px; animation: wave 26s linear infinite;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='60' viewBox='0 0 240 60'%3E%3Cpath d='M0 30Q30 8 60 30T120 30T180 30T240 30V60H0Z' fill='%23ffffff' fill-opacity='.06'/%3E%3C/svg%3E"); }
.choice-sea h2 { color: #fff; font-size: clamp(1.6rem, 1.5vw + 1.1rem, 2.15rem); }
.choice-sea .choice-tag { background: rgba(255, 255, 255, .12); color: var(--sea-light); }
.choice-sea .choice-text { color: #D3DFEC; font-size: 1.04rem; }
.choice-sea .checks li { color: #E8EFF7; }
.choice-sea .checks .ico { color: var(--amber); }
.choice-sea .choice-more { color: #fff; text-decoration-color: var(--sea-light); }
.choice-badge { position: absolute !important; top: 22px; right: 22px; background: var(--amber); color: var(--navy); font: 800 .7rem/1 var(--font-body); letter-spacing: .1em; text-transform: uppercase; padding: .7em 1em; border-radius: 999px; box-shadow: 0 6px 16px rgba(245, 165, 36, .35); }
.choice-sea .choice-tag { margin-top: 2px; }
.choice-dest { display: grid; gap: 10px; }
.choice-dest-label { font: 700 .74rem/1 var(--font-body); letter-spacing: .12em; text-transform: uppercase; color: var(--sea-light); }
.choice-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-chips a { text-decoration: none; font-weight: 700; font-size: .92rem; color: #fff; padding: .5em 1.05em; border-radius: 999px; background: rgba(255, 255, 255, .1); border: 1.5px solid rgba(255, 255, 255, .28); transition: background .15s, transform .15s; }
.choice-chips a:hover { background: rgba(255, 255, 255, .22); transform: translateY(-2px); }
.choice-chips a.is-core { background: var(--amber); border-color: var(--amber); color: var(--navy); }
.choice-chips a.is-core:hover { background: #FFB93F; }

.hero-choice .hero-note { justify-content: center; margin-top: 24px; text-align: center; }
.hero-note a { color: var(--navy); font-weight: 700; text-underline-offset: 3px; }
.hero-note a:hover { color: var(--orange); }

/* home: sections */
.sub-head { margin: 60px 0 22px; font-size: 1.35rem; }
.card .best { margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--line); font-size: .92rem; color: var(--ink); }
.card .best b { color: var(--sea); }
.more-row { margin: 28px 0 0; }
.more-link { display: inline-flex; align-items: center; gap: .5em; font-weight: 700; color: var(--navy); text-decoration: none; border-bottom: 2px solid var(--amber); padding-bottom: 2px; }
.more-link:hover { color: var(--orange); }
.more-link .ico { width: 1.1em; height: 1.1em; }

/* ---------- trust strip ---------- */
.strip { background: var(--navy); color: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 28px; padding: 26px 0; }
.strip-item { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: .95rem; line-height: 1.3; }
.strip-item .ico { color: var(--amber); width: 1.9em; height: 1.9em; }

/* ---------- sections ---------- */
.section { padding: 88px 0; }
.section-alt { background: var(--sand); }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h2, .section-navy h3, .section-navy h4 { color: #fff; }
.section-head { max-width: 680px; margin-bottom: 44px; }
.section-head.center { margin-inline: auto; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.section-navy .section-head p { color: #C9D6E6; }
.section-navy .card { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .16); box-shadow: none; }
.section-navy .card:hover { background: rgba(255, 255, 255, .11); }
.section-navy .card p { color: #C9D6E6; }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .ico-badge { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--amber), var(--orange)); color: #fff; margin-bottom: 18px; }
.card .ico-badge .ico { width: 26px; height: 26px; }
.card .ico-badge.sea { background: linear-gradient(135deg, var(--sea), var(--navy-2)); }
.card p { color: var(--muted); margin-bottom: 0; }

/* service feature cards */
.service-card { position: relative; overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.service-card .top { padding: 30px 30px 24px; color: #fff; position: relative; }
.service-card.land .top { background: linear-gradient(135deg, var(--amber), var(--orange) 60%, var(--coral)); }
.service-card.sea .top { background: linear-gradient(135deg, var(--sea), var(--navy-2) 70%, var(--navy)); }
.service-card .top h3 { color: #fff; font-size: 1.5rem; margin-bottom: .3em; }
.service-card .top p { color: rgba(255, 255, 255, .92); margin: 0; }
.service-card .top .ico { width: 40px; height: 40px; margin-bottom: 14px; }
.service-card .body { padding: 26px 30px 30px; display: flex; flex-direction: column; gap: 22px; flex: 1; }
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink); }
.checks .ico { color: var(--orange); margin-top: 2px; width: 1.2em; height: 1.2em; }
.service-card.sea .checks .ico { color: var(--sea); }
.service-card .body .btn { margin-top: auto; align-self: flex-start; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step .num { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; font: 800 1.2rem/1 var(--font-head); color: #fff; background: linear-gradient(135deg, var(--amber), var(--orange)); margin-bottom: 18px; box-shadow: 0 6px 16px rgba(242, 107, 33, .3); position: relative; z-index: 1; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 34px; left: 62px; right: -18px; height: 2px; background: repeating-linear-gradient(90deg, var(--orange) 0 6px, transparent 6px 12px); opacity: .5; }
.step p { color: var(--muted); margin: 0; }

/* routes */
.route { position: relative; overflow: hidden; border-radius: var(--radius); padding: 26px; min-height: 200px; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; text-decoration: none; transition: transform .2s, box-shadow .2s; box-shadow: var(--shadow-sm); }
.route:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.route::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 42, 74, 0) 20%, rgba(11, 42, 74, .55)); }
.route > * { position: relative; }
.route h3 { color: #fff; margin-bottom: .25em; }
.route p { margin: 0 0 12px; font-size: .95rem; color: rgba(255, 255, 255, .92); }
.route .go { font-weight: 700; font-size: .9rem; display: inline-flex; gap: .4em; align-items: center; }
.route.r1 { background: linear-gradient(135deg, var(--coral), var(--orange)); }
.route.r2 { background: linear-gradient(135deg, var(--sea), var(--navy-2)); }
.route.r3 { background: linear-gradient(135deg, var(--orange), var(--amber)); }
.route.r4 { background: linear-gradient(135deg, var(--navy-2), var(--sea)); }
.route.r5 { background: linear-gradient(135deg, var(--amber), var(--coral)); }
.route .tag { position: absolute; top: 18px; left: 22px; font: 700 .72rem/1 var(--font-body); letter-spacing: .12em; text-transform: uppercase; background: rgba(255, 255, 255, .22); padding: .5em .9em; border-radius: 999px; }

/* FAQ */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 22px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 28px 20px 0; font: 700 1.05rem/1.4 var(--font-head); color: var(--navy); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: var(--orange); transition: transform .2s; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); padding-bottom: 20px; margin: 0; }

/* CTA band */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; border-radius: 28px; padding: 56px 40px; text-align: center; }
.cta-band::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -120px; top: -180px; background: radial-gradient(circle, rgba(245, 165, 36, .55), transparent 65%); }
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: #C9D6E6; max-width: 34em; margin: 0 auto 26px; position: relative; }
.cta-band .btn-row { justify-content: center; position: relative; }

/* ---------- inner page hero ---------- */
.page-hero { position: relative; overflow: hidden; padding: 64px 0 96px; background: linear-gradient(180deg, var(--cream), #FBE9D0); }
.page-hero .lead { color: var(--muted); font-size: 1.15rem; max-width: 40em; margin: 0; }
.page-hero .waves { height: 70px; }

/* about */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.values { display: grid; gap: 16px; }
.value { display: flex; gap: 16px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.value .ico-badge { flex: none; width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--amber), var(--orange)); color: #fff; display: grid; place-items: center; }
.value h4 { margin-bottom: .2em; }
.value p { margin: 0; color: var(--muted); font-size: .96rem; }
.timeline { position: relative; display: grid; gap: 22px; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 11px; top: 6px; bottom: 6px; width: 2px; background: repeating-linear-gradient(180deg, var(--orange) 0 6px, transparent 6px 12px); }
.tl-item { position: relative; }
.tl-item::before { content: ""; position: absolute; left: -32px; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: var(--orange); border: 3px solid var(--cream); box-shadow: 0 0 0 2px var(--orange); }
.tl-item.next::before { background: var(--sea); box-shadow: 0 0 0 2px var(--sea); }
.tl-item h4 { margin-bottom: .2em; }
.tl-item p { margin: 0; color: var(--muted); }

/* services detail */
.svc-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.svc-list { display: grid; gap: 16px; }
.svc-item { display: flex; gap: 16px; padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.svc-item .ico { color: var(--orange); width: 1.7em; height: 1.7em; margin-top: 2px; }
.svc-item.sea .ico { color: var(--sea); }
.svc-item h4 { margin-bottom: .2em; }
.svc-item p { margin: 0; color: var(--muted); font-size: .96rem; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.chip { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .35em .85em; font-size: .88rem; font-weight: 600; color: var(--navy); }

/* ---------- forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: .88rem; color: var(--navy); }
.field .hint { font-size: .8rem; color: var(--muted); font-weight: 500; }
input, select, textarea {
  font: 500 1rem/1.3 var(--font-body); color: var(--ink); background: var(--cream); border: 1.5px solid var(--line); border-radius: 12px;
  padding: .85em 1em; width: 100%; transition: border-color .15s, box-shadow .15s, background .15s;
}
select { appearance: none; -webkit-appearance: none; padding-right: 2.4em; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%230B2A4A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1em center; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(242, 107, 33, .15); background: #fff; }
select:disabled { opacity: .55; cursor: not-allowed; }
.form-section-title { grid-column: 1 / -1; font: 700 .78rem/1 var(--font-body); letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-top: 8px; padding-bottom: 8px; border-bottom: 1px dashed var(--line); }
.form-section-title:first-child { margin-top: 0; }
.form-status { margin-top: 14px; font-weight: 600; min-height: 1.4em; }
.form-status.ok { color: #178a4a; }
.form-status.err { color: var(--coral); }
.honeypot { position: absolute; left: -9999px; }

/* ---------- quote page ---------- */
.tabs { display: inline-flex; background: #fff; border: 1.5px solid var(--line); border-radius: 999px; padding: 5px; gap: 4px; margin-bottom: 26px; box-shadow: var(--shadow-sm); max-width: 100%; }
.tab { border: 0; background: transparent; font: 700 .95rem/1 var(--font-body); padding: 1em 1.4em; border-radius: 999px; cursor: pointer; color: var(--navy); display: inline-flex; align-items: center; gap: .55em; }
.tab.is-active { background: var(--navy); color: #fff; }
.tab .ico { width: 1.25em; height: 1.25em; }
.quote-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; }
.result-card { position: sticky; top: 92px; border-radius: 22px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.result-empty { padding: 44px 30px; text-align: center; color: var(--muted); }
.result-empty .ico { width: 54px; height: 54px; color: var(--sea-light); margin: 0 auto 14px; }
.result-head { padding: 26px 28px; color: #fff; background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.result-head .lbl { font: 700 .74rem/1 var(--font-body); letter-spacing: .14em; text-transform: uppercase; color: var(--amber); }
.result-head .price { font: 800 clamp(2rem, 4vw, 2.7rem)/1.1 var(--font-head); margin: 10px 0 4px; }
.result-head .sub { color: #C9D6E6; font-size: .9rem; }
.result-body { padding: 22px 28px 26px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.stat { background: var(--cream); border-radius: 14px; padding: 14px 12px; text-align: center; border: 1px solid var(--line); }
.stat b { display: block; font: 800 1.25rem/1.1 var(--font-head); color: var(--navy); }
.stat span { display: block; font-size: .78rem; line-height: 1.3; color: var(--muted); font-weight: 600; margin-top: 4px; }
.route-line { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--navy); margin-bottom: 16px; flex-wrap: wrap; }
.route-line .arrow { color: var(--orange); }
.breakdown { list-style: none; margin: 0 0 16px; padding: 0; font-size: .93rem; }
.breakdown li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px dashed var(--line); }
.breakdown li span:first-child { color: var(--muted); }
.breakdown li b { color: var(--navy); }
.note { font-size: .82rem; color: var(--muted); background: var(--cream); border-left: 3px solid var(--amber); padding: 10px 12px; border-radius: 0 10px 10px 0; margin: 0 0 18px; }
.result-actions { display: grid; gap: 10px; }
.result-actions .btn { width: 100%; }
.region-tabs { display: flex; flex-wrap: wrap; gap: 8px; grid-column: 1 / -1; }
.region-tabs button { border: 1.5px solid var(--line); background: var(--cream); border-radius: 999px; padding: .6em 1.05em; font: 700 .88rem/1 var(--font-body); color: var(--navy); cursor: pointer; }
.region-tabs button.is-active { background: var(--orange); border-color: var(--orange); color: #fff; }
.method-cards { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.method { position: relative; }
.method input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.method .m-body { display: block; height: 100%; padding: 14px; border: 1.5px solid var(--line); border-radius: 14px; background: var(--cream); transition: all .15s; }
.method .m-body b { display: block; font-size: .95rem; color: var(--navy); margin-bottom: 2px; }
.method .m-body small { color: var(--muted); font-size: .8rem; line-height: 1.35; display: block; }
.method input:checked + .m-body { border-color: var(--orange); background: #fff; box-shadow: 0 0 0 4px rgba(242, 107, 33, .13); }
.method input:focus-visible + .m-body { outline: 3px solid var(--amber); outline-offset: 2px; }

/* ---------- contact ---------- */
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: start; }
.contact-list { display: grid; gap: 14px; }
.contact-item { display: flex; gap: 16px; align-items: center; padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; transition: transform .15s, box-shadow .15s; }
a.contact-item:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.contact-item .ico-badge { flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--amber), var(--orange)); }
.contact-item.wa .ico-badge { background: var(--wa); }
.contact-item.mail .ico-badge { background: linear-gradient(135deg, var(--sea), var(--navy-2)); }
.contact-item small { display: block; color: var(--muted); font-weight: 600; font-size: .8rem; }
.contact-item strong { color: var(--navy); font-size: 1.02rem; word-break: break-word; }
.fraud-notice { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; background: #FFF8EC; border: 1px solid #F1DCA8; border-radius: 16px; margin-top: 6px; }
.fraud-notice .ico-badge { flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--navy); }
.fraud-notice h4 { margin: 0 0 6px; font-size: 1rem; color: var(--navy); }
.fraud-notice p { margin: 0; font-size: .88rem; color: var(--muted); line-height: 1.5; }

/* ---------- legal pages ---------- */
.legal-doc { max-width: 46em; }
.legal-doc h2 { margin: 40px 0 12px; font-size: 1.3rem; color: var(--navy); }
.legal-doc h2:first-of-type { margin-top: 8px; }
.legal-doc p { margin: 0 0 14px; color: var(--muted); }
.legal-doc ul { margin: 0 0 14px; padding-left: 1.3em; color: var(--muted); }
.legal-doc li { margin-bottom: 6px; }
.legal-doc strong { color: var(--navy); }
.legal-doc .lawyer-note { background: #FFF8EC; border: 1px solid #F1DCA8; border-radius: 14px; padding: 16px 20px; margin-bottom: 32px; font-size: .9rem; color: var(--navy); }

/* ---------- footer ---------- */
.site-footer { position: relative; background: var(--navy); color: #C9D6E6; margin-top: 96px; padding-top: 64px; }
.wave-top { position: absolute; left: 0; right: 0; top: -39px; height: 40px; background-repeat: repeat-x; background-size: 200px 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='40' viewBox='0 0 200 40'%3E%3Cpath d='M0 20Q25 2 50 20T100 20T150 20T200 20V40H0Z' fill='%230B2A4A'/%3E%3C/svg%3E"); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1fr; gap: 36px; padding-bottom: 40px; }
.footer-brand img { background: var(--cream); border-radius: 14px; padding: 10px 14px; margin-bottom: 16px; }
.footer-brand p { font-size: .95rem; max-width: 26em; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .08); color: #C9D6E6; }
.footer-social a:hover { background: var(--amber); color: var(--navy); }
.footer-social .ico { width: 18px; height: 18px; }
.site-footer h4 { color: #fff; margin-bottom: 14px; font-size: .95rem; letter-spacing: .04em; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: .95rem; }
.site-footer a { text-decoration: none; transition: color .15s; }
.site-footer a:hover { color: var(--amber); }
.site-footer .muted { color: #93A6BF; }
.site-footer .license { margin: 14px 0 0; font-size: .85rem; color: var(--amber); font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding: 22px 0 30px; display: grid; gap: 6px; font-size: .88rem; }
.footer-bottom p { margin: 0; }
.footer-bottom .fine { font-size: .8rem; color: #93A6BF; max-width: 62em; }

.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--wa); color: #fff; box-shadow: 0 10px 26px rgba(31, 175, 90, .45); transition: transform .15s; }
.wa-float:hover { transform: scale(1.08); }

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal.d1 { transition-delay: .08s; } .js .reveal.d2 { transition-delay: .16s; } .js .reveal.d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .step:nth-child(2)::after { display: none; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .quote-layout { grid-template-columns: 1fr; }
  .result-card { position: static; }
}
@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .header-cta { display: none; }
  .main-nav {
    position: fixed; inset: 72px 0 auto 0; flex-direction: column; gap: 4px; background: var(--cream); padding: 16px 20px 24px; margin: 0;
    border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(11, 42, 74, .12); transform: translateY(-120%); transition: transform .25s ease; z-index: -1;
  }
  .main-nav.is-open { transform: none; }
  .main-nav a { padding: .9em 1em; font-size: 1.05rem; }
  .header-actions { margin-left: auto; }
  .hero { padding: 40px 0 130px; }
  .hero-grid, .split, .svc-block, .contact-layout { grid-template-columns: 1fr; }
  .hero-choice { padding: 36px 0 130px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-sea { order: -1; margin-top: 0; }
  .hero-art { max-width: 480px; margin-inline: auto; width: 100%; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step::after { display: none !important; }
  .strip-grid { grid-template-columns: 1fr; padding: 20px 0; gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-card { padding: 22px 18px; }
  .method-cards { grid-template-columns: 1fr; }
  .cta-band { padding: 42px 22px; border-radius: 22px; }
  .tabs { display: flex; width: 100%; }
  .tab { flex: 1; justify-content: center; padding: .95em .6em; font-size: .88rem; }
  .tab .ico { display: none; }
  .btn-row .btn { flex: 1 1 100%; }
  .choice, .choice-sea { padding: 28px 22px 30px; border-radius: 22px; }
  .choice-sea { padding-top: 58px; }
  .choice-badge { top: 18px; right: 18px; left: auto; }
  .choice-actions .btn { flex: 1 1 100%; white-space: normal; text-align: center; }
  .hero-intro { margin-bottom: 30px; }
  .brand-word { display: none; }
  .stats { grid-template-columns: 1fr 1fr 1fr; }
  .stat b { font-size: 1.05rem; }
}
