:root {
  --navy: #0b3768;
  --navy-dark: #072648;
  --blue: #164f8c;
  --red: #c93832;
  --red-dark: #a82d28;
  --ink: #182230;
  --muted: #5f6977;
  --line: #dfe5ec;
  --soft: #f4f7fa;
  --white: #fff;
  --shadow: 0 16px 50px rgba(7, 38, 72, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: var(--navy); color: white; padding: 12px 18px; border-radius: 8px; text-decoration: none; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(11,55,104,.08); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 310px; }
.brand img { width: 52px; height: 66px; object-fit: contain; object-position: center; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { color: var(--navy-dark); font-size: 1.42rem; letter-spacing: -.03em; }
.brand-copy small { color: var(--red); font-size: .78rem; font-weight: 700; margin-top: 4px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; font-size: .94rem; font-weight: 700; color: #273444; padding: 8px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a:focus { color: var(--navy); border-color: var(--red); }
.header-phone { display: inline-flex; align-items: center; gap: 9px; background: var(--red); color: white; text-decoration: none; font-weight: 800; padding: 12px 16px; border-radius: 10px; white-space: nowrap; }
.header-phone:hover { background: var(--red-dark); }
.header-phone svg { width: 19px; fill: currentColor; }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; padding: 8px; }
.menu-button > span:not(.sr-only) { width: 26px; height: 2px; display: block; background: var(--navy); margin: 5px; }

.hero { position: relative; min-height: 690px; overflow: hidden; display: grid; align-items: center; background: #eef3f8; }
.hero-photo { position: absolute; inset: 0 0 0 38%; background: url("../images/transporter-hero.jpg?v=4") center right/cover no-repeat; opacity: .96; }
.hero-fade { position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.99) 38%, rgba(255,255,255,.82) 55%, rgba(255,255,255,.34) 76%, rgba(255,255,255,.12) 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 690px; align-items: center; }
.hero-copy { padding: 70px 0 76px; max-width: 670px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .79rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(3rem, 7vw, 5.7rem); line-height: .97; letter-spacing: -.065em; }
.hero-subline { margin: 18px 0 0; font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 700; line-height: 1.25; }
.slogan { margin: 14px 0 0; color: var(--red); font-size: clamp(1.25rem, 2.2vw, 1.75rem); font-weight: 800; }
.hero-text { max-width: 580px; color: #3c4654; font-size: 1.08rem; margin: 22px 0 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 10px; font-weight: 800; text-decoration: none; border: 2px solid transparent; cursor: pointer; }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border-color: var(--navy); color: var(--navy); background: rgba(255,255,255,.7); }
.button-secondary:hover { background: var(--navy); color: white; }
.availability { margin: 18px 0 0; color: var(--muted); font-size: .88rem; font-weight: 600; }
.hero-character { position: relative; align-self: end; height: 660px; display: flex; align-items: flex-end; justify-content: center; }
.hero-character > img { max-height: 615px; width: auto; object-fit: contain; filter: drop-shadow(0 24px 24px rgba(0,0,0,.18)); }
.hero-badge { position: absolute; right: 0; bottom: 58px; background: rgba(255,255,255,.96); border: 1px solid rgba(11,55,104,.12); box-shadow: var(--shadow); border-radius: 12px; padding: 15px 18px; display: grid; }
.hero-badge strong { color: var(--navy); }
.hero-badge span { color: var(--red); font-weight: 700; font-size: .9rem; }

.trust-strip { position: relative; z-index: 4; margin-top: -1px; background: var(--navy); color: white; }
.trust-grid { min-height: 126px; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 14px; padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { flex: 0 0 45px; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: .82rem; font-weight: 800; }
.trust-grid p { margin: 0; display: grid; line-height: 1.35; }
.trust-grid strong { font-size: .94rem; }
.trust-grid small { opacity: .72; font-size: .76rem; margin-top: 4px; }

.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2, .about-copy h2, .area-section h2, .contact-copy h2 { margin: 0; color: var(--navy-dark); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card > img, .water-visual { width: 100%; height: 215px; object-fit: cover; }
.service-card > div:last-child { padding: 24px 24px 28px; }
.service-card span { color: var(--red); font-size: .78rem; font-weight: 800; }
.service-card h3 { margin: 5px 0 8px; color: var(--navy); font-size: 1.25rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.service-card-water { background: linear-gradient(145deg, #0d477f, #082c53); color: white; border: 0; }
.service-card-water h3, .service-card-water p { color: white; }
.service-card-water p { opacity: .78; }
.water-visual { display: grid; place-items: center; background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.14), transparent 57%); }
.water-visual svg { width: 132px; height: 132px; fill: rgba(255,255,255,.11); stroke: white; stroke-width: 4; stroke-linecap: round; }
.technical-note { margin-top: 36px; background: var(--navy); color: white; border-radius: var(--radius); padding: 32px 38px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: center; }
.technical-note .eyebrow { color: #a9c9ea; }
.technical-note h3 { margin: 0; font-size: 1.7rem; }
.technical-note > p { margin: 0; opacity: .82; }

.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.about-image { position: relative; }
.about-image > img { border-radius: 22px; min-height: 470px; width: 100%; object-fit: cover; object-position: center 42%; box-shadow: var(--shadow); }
.experience-card { position: absolute; right: -24px; bottom: 35px; background: var(--red); color: white; padding: 18px 22px; border-radius: 12px; display: grid; box-shadow: var(--shadow); }
.experience-card strong { font-size: 1.25rem; }
.experience-card span { font-size: .78rem; opacity: .88; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 30px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: white; background: var(--navy); width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; font-size: .68rem; top: 3px; }

.area-section { background: linear-gradient(120deg, #082c53, #0b3e73); color: white; overflow: hidden; }
.area-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.area-section .eyebrow { color: #a9c9ea; }
.area-section h2 { color: white; }
.area-section p { color: rgba(255,255,255,.76); max-width: 650px; }
.text-link { display: inline-block; margin-top: 12px; color: white; font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--red); }
.area-ring { position: relative; min-height: 360px; display: grid; place-items: center; }
.ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }
.ring-outer { width: 340px; height: 340px; }
.ring-inner { width: 235px; height: 235px; }
.ring::after { content: ""; position: absolute; inset: 16%; border-radius: 50%; border: 1px dashed rgba(255,255,255,.19); }
.pin { position: relative; z-index: 2; width: 138px; height: 138px; border-radius: 50%; background: white; color: var(--navy); display: grid; place-content: center; text-align: center; box-shadow: 0 0 0 16px rgba(255,255,255,.07); }
.pin > span { width: 16px; height: 16px; margin: 0 auto 8px; border-radius: 50% 50% 50% 0; background: var(--red); transform: rotate(-45deg); }
.pin strong { font-size: 1.05rem; }
.pin small { color: var(--red); font-weight: 800; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-list { margin-top: 34px; display: grid; gap: 10px; }
.contact-list > * { display: grid; text-decoration: none; padding: 16px 18px; border-left: 4px solid var(--red); background: var(--soft); border-radius: 0 10px 10px 0; }
.contact-list span { color: var(--muted); font-size: .78rem; font-weight: 700; }
.contact-list strong { color: var(--navy); }
.contact-list small { color: var(--muted); }
.contact-form { background: var(--soft); border: 1px solid var(--line); border-radius: 20px; padding: 34px; box-shadow: 0 12px 40px rgba(7,38,72,.08); }
.contact-form label { display: grid; gap: 7px; color: var(--navy-dark); font-size: .88rem; font-weight: 800; margin-bottom: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cbd5df; background: white; border-radius: 9px; padding: 12px 13px; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,79,140,.12); }
.privacy-check { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; font-weight: 500 !important; color: var(--muted) !important; }
.privacy-check input { width: auto; margin-top: 5px; }
.privacy-check a { color: var(--navy); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }

.site-footer { background: #081d34; color: white; padding: 58px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr .8fr; gap: 38px; }
.footer-grid > div { display: grid; align-content: start; gap: 7px; }
.footer-grid strong { margin-bottom: 6px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.72); text-decoration: none; font-size: .88rem; }
.footer-grid a:hover { color: white; }
.footer-brand strong { font-size: 1.5rem; }
.footer-brand small { color: #ef6a64; margin-top: 9px; font-weight: 700; }
.footer-bottom { margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; font-size: .78rem; color: rgba(255,255,255,.58); }
.footer-bottom a { color: rgba(255,255,255,.8); text-decoration: none; }

.legal-page { min-height: 70vh; padding: 80px 0; }
.legal-page .container { max-width: 860px; }
.legal-page h1 { color: var(--navy); font-size: clamp(2.2rem, 5vw, 3.8rem); letter-spacing: -.04em; }
.legal-page h2 { margin-top: 38px; color: var(--navy); }
.legal-page p, .legal-page li { color: #485363; }
.notice-box { background: #fff5e8; border-left: 4px solid #d9861d; padding: 18px 20px; border-radius: 0 10px 10px 0; }

@media (max-width: 1040px) {
  .brand { min-width: auto; }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .86rem; }
  .header-phone span { display: none; }
  .header-phone { padding: 12px; }
  .hero-character > img { max-height: 560px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 72px; }
  .brand-copy strong { font-size: 1.14rem; }
  .brand-copy small { font-size: .64rem; }
  .brand img { width: 43px; height: 56px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 72px; background: white; display: none; padding: 16px 22px 24px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .header-phone { margin-left: 0; }
  .hero { min-height: auto; }
  .hero-photo { inset: 45% 0 0; opacity: .32; }
  .hero-fade { background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.96) 45%, rgba(255,255,255,.55) 78%, rgba(255,255,255,.05)); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 62px 0 10px; }
  .hero-character { height: 510px; }
  .hero-character > img { max-height: 500px; }
  .hero-badge { right: 4px; bottom: 35px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.16); }
  .section { padding: 76px 0; }
  .about-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-image > img { min-height: 350px; }
  .experience-card { right: 15px; }
  .area-ring { min-height: 330px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
  .header-phone { display: none; }
  .brand-copy small { max-width: 190px; }
  .hero h1 { font-size: 3.35rem; }
  .hero-subline { font-size: 1.25rem; }
  .hero-character { height: 435px; }
  .hero-character > img { max-height: 425px; }
  .hero-badge { padding: 11px 13px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .technical-note { grid-template-columns: 1fr; gap: 12px; padding: 26px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { gap: 18px; align-items: flex-start; }
}

.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { margin: 0 0 22px; padding: 14px 16px; border-radius: 10px; font-weight: 700; }
.form-status.success { color: #155b34; background: #eaf7ef; border: 1px solid #bfe2ca; }
.form-status.error { color: #8a2622; background: #fff0ef; border: 1px solid #f1c4c1; }
