:root {
  --navy: #2d3d5d;
  --navy-deep: #17243b;
  --ink: #17243b;
  --muted: #5e6878;
  --accent: #9a7319;
  --gold: #dfbd61;
  --gold-pale: #f5e6bb;
  --soft: #f5f6f8;
  --line: #dbe0e8;
  --white: #fff;
  --shadow: 0 24px 64px rgba(20, 34, 57, 0.13);
  --shadow-soft: 0 12px 32px rgba(20, 34, 57, 0.08);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed; z-index: 200; top: -100px; left: 16px; padding: 10px 14px;
  border-radius: 10px; color: var(--white); background: var(--navy-deep); box-shadow: var(--shadow);
}
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.scroll-progress {
  position: fixed; z-index: 120; top: 0; left: 0; width: var(--scroll-progress, 0%); height: 3px;
  background: var(--gold); transform-origin: left; transition: width 80ms linear;
}
.site-header {
  position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(219, 224, 232, 0.82);
  background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(15px);
  transition: box-shadow 220ms ease, background 220ms ease;
}
.site-header.is-scrolled { box-shadow: 0 9px 28px rgba(20, 34, 57, 0.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 22px; }
.brand { flex: 0 0 auto; }
.brand img { width: 214px; height: auto; }

.main-nav { display: flex; align-items: center; gap: 26px; font-size: 0.93rem; font-weight: 760; }
.main-nav > a { position: relative; padding: 29px 0; color: #33435d; text-decoration: none; }
.main-nav > a::after {
  position: absolute; right: 100%; bottom: 20px; left: 0; height: 2px; content: "";
  background: var(--accent); transition: right 180ms ease;
}
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { right: 0; }
.main-nav > a[aria-current="page"] { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.social-link {
  display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line);
  border-radius: 50%; background: var(--white); transition: transform 180ms ease, border-color 180ms ease;
}
.social-link:hover { border-color: var(--navy); transform: translateY(-2px); }
.social-link svg, .social-pill svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-link .fill, .social-pill .fill { fill: currentColor; stroke: none; }

.nav-toggle {
  display: none; position: relative; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line);
  border-radius: 50%; color: var(--ink); background: var(--white);
}
.nav-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); }
.nav-toggle i, .nav-toggle i::before, .nav-toggle i::after {
  display: block; position: absolute; width: 18px; height: 2px; content: ""; background: currentColor;
  transition: transform 180ms ease, top 180ms ease, background 180ms ease;
}
.nav-toggle i { top: 20px; left: 12px; }
.nav-toggle i::before { top: -6px; }
.nav-toggle i::after { top: 6px; }
.nav-toggle[aria-expanded="true"] i { background: transparent; }
.nav-toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }

.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px;
  border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-align: center; text-decoration: none;
  cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--navy-deep); }
.button-dark:hover { box-shadow: 0 12px 24px rgba(23, 36, 59, 0.23); }
.button-gold { color: var(--navy-deep); background: var(--gold); }
.button-gold:hover { background: #ebca74; box-shadow: 0 12px 24px rgba(154, 115, 25, 0.22); }
.button-light { color: var(--ink); border-color: var(--line); background: var(--white); }
.button-light:hover { border-color: var(--navy); }
.button-glass { color: var(--white); border-color: rgba(255, 255, 255, 0.55); background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(8px); }
.button-glass:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.18); }
.button:focus-visible, .main-nav a:focus-visible, .social-link:focus-visible, .social-pill:focus-visible, .service-card:focus-visible, .text-link:focus-visible, .hero-card:focus-visible { outline: 3px solid rgba(154, 115, 25, 0.32); outline-offset: 3px; }

.eyebrow { display: block; margin-bottom: 12px; color: var(--accent); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 17px; letter-spacing: -0.04em; line-height: 1.06; }
h1 { max-width: 730px; font-size: clamp(3.15rem, 5.8vw, 5.65rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.55rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.lead { max-width: 650px; color: var(--muted); font-size: 1.17rem; }
.muted { color: var(--muted); }

.hero { padding: 56px 0 88px; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.92fr); align-items: center; gap: clamp(36px, 6vw, 84px); }
.hero-copy { position: relative; z-index: 2; }
.hero-title-line { display: block; }
.hero-slogan { max-width: 640px; margin-top: 18px; color: var(--navy); font-size: clamp(1.28rem, 2.5vw, 2rem); font-weight: 830; letter-spacing: -0.026em; line-height: 1.18; }
.hero-copy > p:not(.hero-slogan) { max-width: 610px; margin-top: 18px; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 28px; color: var(--muted); font-size: 0.91rem; }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { color: var(--ink); }

.hero-photo { position: relative; isolation: isolate; max-width: 560px; margin-left: auto; perspective: 1200px; }
.hero-photo::before {
  position: absolute; z-index: -2; inset: -16px 22px 28px -16px; border-radius: 40px; content: "";
  background: linear-gradient(135deg, var(--navy) 0 47%, var(--gold) 47% 49%, var(--gold-pale) 49% 100%); opacity: 0.98;
}
.hero-photo::after {
  position: absolute; z-index: -1; top: -30px; right: -30px; width: 120px; height: 120px; border: 1px dashed rgba(154, 115, 25, 0.64); border-radius: 50%; content: ""; animation: orbit 15s linear infinite;
}
.hero-photo > img {
  width: 100%; aspect-ratio: 1.16 / 1; border: 8px solid var(--white); border-radius: 34px; object-fit: cover; object-position: center;
  box-shadow: var(--shadow); transform: translate3d(0, var(--hero-image-shift, 0), 0); transition: transform 350ms ease;
}
.hero-card {
  display: block; position: absolute; z-index: 3; bottom: 28px; left: -26px; max-width: 288px; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 18px; color: var(--white); background: rgba(23, 36, 59, 0.91); box-shadow: var(--shadow); text-decoration: none; backdrop-filter: blur(12px); transition: transform 200ms ease, background 200ms ease;
}
.hero-card:hover { transform: translateY(-4px); background: var(--navy-deep); }
.hero-card strong, .hero-card span { display: block; }
.hero-card strong { color: var(--gold); }
.hero-card span { margin-top: 3px; color: rgba(255, 255, 255, 0.82); font-size: 0.89rem; }

.section { padding: 94px 0; }
.section-last { padding-top: 44px; }
.section.soft { background: var(--soft); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 42px; }
.section-head p { max-width: 520px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card {
  display: flex; min-height: 256px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 1px 0 rgba(23, 36, 59, 0.02); text-decoration: none; transform-style: preserve-3d; transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; will-change: transform;
}
.service-card:hover { border-color: rgba(154, 115, 25, 0.44); box-shadow: var(--shadow-soft); transform: translateY(-6px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
.service-card .num { margin-bottom: 34px; color: var(--accent); font-size: 0.8rem; font-weight: 900; letter-spacing: 0.12em; }
.service-card p { margin-bottom: 20px; color: var(--muted); }
.service-card .card-link { margin-top: auto; font-weight: 830; }
.service-card .card-link span { color: var(--accent); }

.trust-grid, .split-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(44px, 7vw, 86px); align-items: center; }
.trust-list { display: grid; gap: 0; }
.trust-item { padding: 19px 0; border-bottom: 1px solid var(--line); }
.trust-item:first-child { border-top: 1px solid var(--line); }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { margin-bottom: 4px; }
.trust-item span { color: var(--muted); }
.text-link { display: inline-flex; margin-top: 18px; color: var(--ink); font-weight: 830; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link span { padding-left: 7px; color: var(--accent); }

.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.step { padding: 29px 14px 0 0; border-top: 1px solid var(--navy); }
.step b { display: grid; width: 38px; height: 38px; margin-bottom: 38px; place-items: center; border-radius: 50%; color: var(--navy-deep); background: var(--gold); }
.step p { color: var(--muted); }

.statement-panel { position: relative; overflow: hidden; padding: clamp(34px, 5vw, 60px); border-radius: 30px; color: var(--white); background: var(--navy-deep); }
.statement-panel::after { position: absolute; right: -70px; bottom: -84px; width: 310px; height: 310px; border: 1px solid rgba(223, 189, 97, 0.42); border-radius: 50%; content: ""; }
.statement-panel > * { position: relative; z-index: 1; }
.statement-panel .eyebrow { color: var(--gold); }
.statement-panel h2 { max-width: 730px; }
.statement-panel p { max-width: 620px; color: rgba(255, 255, 255, 0.78); font-size: 1.08rem; }
.audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 31px; }
.audience-link { padding: 23px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 18px; color: var(--white); text-decoration: none; background: rgba(255, 255, 255, 0.07); transition: background 200ms ease, transform 200ms ease; }
.audience-link:hover { background: rgba(255, 255, 255, 0.14); transform: translateY(-3px); }
.audience-link strong, .audience-link span { display: block; }
.audience-link span { margin-top: 4px; color: rgba(255, 255, 255, 0.76); font-size: 0.9rem; }

.page-hero { padding: 76px 0 52px; }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 1.12rem; }
.page-hero .button { margin-top: 13px; }
.service-detail-list { display: grid; gap: 16px; }
.service-detail { display: grid; grid-template-columns: 86px minmax(0, 1fr) auto; gap: 28px; align-items: start; padding: 32px 0; border-top: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 1px solid var(--line); }
.service-detail-num { color: var(--accent); font-size: 0.86rem; font-weight: 900; letter-spacing: 0.12em; }
.service-detail p { max-width: 670px; margin-bottom: 0; color: var(--muted); }
.service-detail a { padding-top: 5px; color: var(--accent); font-size: 0.93rem; font-weight: 830; text-decoration: none; white-space: nowrap; }
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.info-card { padding: 27px; border: 1px solid var(--line); border-radius: 21px; background: var(--white); }
.info-card p { margin-bottom: 0; color: var(--muted); }

.fleet-panel { position: relative; overflow: hidden; padding: 44px; border-radius: 28px; color: var(--white); background: linear-gradient(135deg, var(--navy-deep), var(--navy)); }
.fleet-panel::before { position: absolute; top: -100px; right: 4%; width: 270px; height: 270px; border: 28px solid rgba(223, 189, 97, 0.15); border-radius: 50%; content: ""; }
.fleet-panel > * { position: relative; z-index: 1; }
.fleet-panel .eyebrow { color: var(--gold); }
.fleet-panel p { max-width: 600px; color: rgba(255, 255, 255, 0.78); }
.fleet-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.fleet-list > div { padding: 18px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 16px; background: rgba(255, 255, 255, 0.07); }
.fleet-list strong, .fleet-list span { display: block; }
.fleet-list span { margin-top: 4px; color: rgba(255, 255, 255, 0.75); font-size: 0.89rem; }

.about-panel, .contact-card { padding: 34px; border-radius: 24px; background: var(--soft); }
.about-panel dl { margin: 0; }
.about-panel dl > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.about-panel dl > div:last-child { border-bottom: 0; }
.about-panel dt { font-weight: 830; }
.about-panel dd { margin: 4px 0 0; color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.value { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.value p { margin-bottom: 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 52px; align-items: start; }
.contact-list { display: grid; gap: 0; }
.contact-list > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-list > div:first-child { padding-top: 0; }
.contact-list span { display: block; color: var(--muted); font-size: 0.9rem; }
.contact-list a, .contact-list strong { font-size: 1.12rem; font-weight: 830; text-decoration: none; }
.contact-list p { margin: 4px 0 0; color: var(--muted); }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 28px !important; border-bottom: 0 !important; }
.social-buttons { display: grid; gap: 12px; margin-top: 28px; }
.social-buttons a { display: flex; align-items: center; gap: 13px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); font-weight: 800; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.social-buttons a:hover { box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.social-buttons svg { width: 28px; height: 28px; flex: 0 0 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-buttons .fill { fill: currentColor; stroke: none; }
.social-buttons a:first-child svg { color: #ae2675; }
.social-buttons a:last-child svg { color: #1877f2; }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field span { font-size: 0.92rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: var(--white); transition: border-color 180ms ease, box-shadow 180ms ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(154, 115, 25, 0.12); }
.field textarea { min-height: 120px; resize: vertical; }
.field small { color: var(--muted); }
.form-status { min-height: 1.45em; margin: 9px 0 0; color: var(--muted); font-size: 0.9rem; }

.faq { max-width: 850px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 22px 0; cursor: pointer; font-weight: 830; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { color: var(--accent); content: "+"; font-size: 1.35rem; font-weight: 500; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; padding: 0 0 22px; color: var(--muted); }

.site-footer { padding: 62px 0 106px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr)); gap: 32px; }
.footer-logo { width: 202px; height: auto; }
.footer-brand p { max-width: 280px; margin-top: 17px; color: var(--muted); }
.site-footer p { margin: 0.6rem 0; color: var(--muted); }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.9rem; }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; }
.social-pill { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink) !important; background: var(--white); font-weight: 800; line-height: 1; text-decoration: none !important; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.social-pill:hover { border-color: rgba(45, 61, 93, 0.45); box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.social-pill-instagram svg { color: #ae2675; }
.social-pill-facebook svg { color: #1877f2; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.65,.25,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: 80ms; }
.reveal:nth-child(3) { transition-delay: 140ms; }
.reveal:nth-child(4) { transition-delay: 200ms; }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1080px) {
  .main-nav { gap: 19px; }
  .main-nav > a { font-size: 0.89rem; }
  .header-phone { display: none; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .header-inner { min-height: 74px; }
  .brand img { width: 190px; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-actions { display: none; }
  .main-nav { display: none; position: fixed; inset: 74px 0 auto; max-height: calc(100dvh - 74px); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 20px 26px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.985); box-shadow: 0 18px 30px rgba(20,34,57,.1); }
  .main-nav.open { display: flex; }
  .main-nav > a { width: 100%; padding: 14px 0; font-size: 1rem; }
  .main-nav > a::after { display: none; }
  .hero { padding: 34px 0 72px; }
  .hero-grid, .trust-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-photo { order: 1; width: min(100%, 600px); margin: 0 auto; }
  .hero-photo > img { aspect-ratio: 16 / 11; }
  .hero-card { left: 18px; bottom: 18px; }
  .section { padding: 76px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 13px; }
  .steps, .info-grid, .value-grid, .fleet-list { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-actions { display: grid; position: fixed; z-index: 110; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 6px; border-radius: 16px; color: var(--white); background: var(--navy-deep); box-shadow: var(--shadow); }
  .mobile-actions a { padding: 11px 5px; color: var(--white); font-size: 0.8rem; font-weight: 800; text-align: center; text-decoration: none; }
  .site-footer { padding-bottom: 128px; }
  body { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand img { width: 172px; }
  h1 { font-size: clamp(2.63rem, 12vw, 4rem); }
  h2 { font-size: clamp(2.05rem, 9vw, 3rem); }
  .hero { padding-top: 22px; }
  .hero-grid { gap: 36px; }
  .hero-photo::before { inset: -11px 13px 20px -11px; border-radius: 28px; }
  .hero-photo::after { top: -22px; right: -15px; width: 84px; height: 84px; }
  .hero-photo > img { border-width: 5px; border-radius: 24px; }
  .hero-card { position: static; max-width: none; margin-top: 12px; border-color: var(--line); color: var(--ink); background: var(--white); box-shadow: var(--shadow-soft); }
  .hero-card strong { color: var(--accent); }
  .hero-card span { color: var(--muted); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-note { gap: 14px; }
  .section { padding: 64px 0; }
  .section-last { padding-top: 24px; }
  .service-grid, .steps, .info-grid, .value-grid, .fleet-list, .audience-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-detail { grid-template-columns: 1fr; gap: 8px; padding: 27px 0; }
  .service-detail a { padding-top: 8px; }
  .statement-panel, .fleet-panel, .about-panel, .contact-card { padding: 30px 24px; }
  .footer-bottom { display: block; }
  .footer-social { display: grid; grid-template-columns: 1fr 1fr; margin-top: 17px; }
  .footer-social .social-pill { justify-content: center; }
}
