:root {
  --navy-950: #071827;
  --navy-900: #0b2238;
  --navy-800: #103653;
  --blue-700: #174b78;
  --blue-600: #24659a;
  --blue-100: #e7f1f8;
  --red-700: #8f2634;
  --red-600: #a63242;
  --silver-100: #f5f7f9;
  --silver-200: #e8edf1;
  --silver-300: #d6dee5;
  --ink: #122333;
  --muted: #607080;
  --white: #ffffff;
  --success: #147d55;
  --border: rgba(16, 54, 83, 0.12);
  --shadow-sm: 0 10px 30px rgba(7, 24, 39, 0.07);
  --shadow-md: 0 22px 55px rgba(7, 24, 39, 0.11);
  --shadow-lg: 0 32px 90px rgba(7, 24, 39, 0.18);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% -10%, rgba(36, 101, 154, 0.11), transparent 26%),
    linear-gradient(180deg, #fbfcfd 0%, #ffffff 45%, #f7f9fb 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 34px)); margin-inline: auto; }
.hidden { display: none !important; }
.text-center { text-align: center; }
.text-white { color: #fff; }
.muted { color: var(--muted); }
.small { color: var(--muted); font-size: 13px; line-height: 1.65; }

.announcement {
  background: var(--navy-950);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  letter-spacing: .04em;
}
.announcement-inner {
  min-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.announcement-points { display: flex; gap: 24px; flex-wrap: wrap; }
.announcement-points span { display: inline-flex; align-items: center; gap: 8px; }
.announcement-link { color: #fff; font-weight: 800; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(16,54,83,.08);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(7,24,39,.08); background: rgba(255,255,255,.96); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-logo { width: 62px; height: 62px; object-fit: contain; filter: drop-shadow(0 8px 15px rgba(7,24,39,.14)); }
.brand-copy { display: grid; gap: 2px; }
.brand-name { color: var(--navy-900); font-size: 18px; font-weight: 900; letter-spacing: -.02em; }
.brand-tagline { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-link {
  position: relative;
  padding: 13px 12px;
  color: #405263;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 750;
  transition: color .22s ease, background .22s ease;
}
.nav-link:hover, .nav-link.active { color: var(--navy-900); background: var(--silver-100); }
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  border-radius: 3px;
  background: var(--red-600);
}
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.mobile-panel { display: none; }

.btn {
  appearance: none;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: #fff;
  padding: 13px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(7,24,39,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: rgba(16,54,83,.22); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--red-600), var(--red-700)); border-color: transparent; }
.btn-navy { color: #fff; background: linear-gradient(135deg, var(--navy-800), var(--navy-950)); border-color: transparent; }
.btn-soft { background: var(--silver-100); }
.btn-outline-light { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.25); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); }
.btn-block { width: 100%; }
.icon { width: 18px; height: 18px; flex: 0 0 18px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--red-600); }
.eyebrow.light { color: rgba(255,255,255,.76); }
.section { padding: 94px 0; }
.section-sm { padding: 62px 0; }
.section-kicker { color: var(--blue-700); font-weight: 850; }
.section-title {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.section-title.sm { font-size: clamp(30px, 3.6vw, 46px); }
.section-subtitle { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-head .section-subtitle { max-width: 640px; }

.hero { padding: 28px 0 36px; }
.hero-frame {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(105deg, rgba(7,24,39,.99) 0%, rgba(11,34,56,.96) 50%, rgba(15,52,82,.76) 100%),
    url('../images/gallery_17.jpg') center/cover;
  box-shadow: var(--shadow-lg);
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(90deg, transparent 55%, rgba(255,255,255,.05));
}
.hero-grid { position: relative; z-index: 2; min-height: 680px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 42px; padding: 58px; }
.hero-copy { max-width: 650px; }
.hero-copy h1 { margin: 0; color: #fff; font-size: clamp(50px, 6.3vw, 84px); line-height: .96; letter-spacing: -.058em; }
.hero-copy h1 span { color: #b8d5e8; }
.hero-copy p { max-width: 620px; margin: 23px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 34px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 750; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); }
.hero-visual { position: relative; min-height: 530px; }
.hero-photo {
  position: absolute;
  inset: 24px 0 24px 62px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,.34);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,24,39,.5)); }
.hero-logo-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.93);
  box-shadow: 0 25px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
  z-index: 3;
}
.hero-logo-card img { width: 142px; height: 142px; object-fit: contain; }
.hero-badge {
  position: absolute;
  z-index: 4;
  right: -2px;
  bottom: 3px;
  width: min(330px, 88%);
  padding: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  color: #fff;
  background: rgba(7,24,39,.78);
  box-shadow: 0 25px 55px rgba(0,0,0,.22);
  backdrop-filter: blur(16px);
}
.hero-badge strong { display: block; font-size: 22px; }
.hero-badge span { display: block; margin-top: 7px; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.55; }

.metric-strip { position: relative; z-index: 4; margin-top: -20px; }
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255,255,255,.97);
  box-shadow: var(--shadow-md);
}
.metric-item { padding: 25px 28px; border-right: 1px solid var(--border); }
.metric-item:last-child { border-right: 0; }
.metric-item strong { display: block; color: var(--navy-900); font-size: 34px; letter-spacing: -.04em; }
.metric-item span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-sm);
}
.card-body { padding: 25px; }
.card-media { position: relative; height: 245px; overflow: hidden; background: var(--silver-200); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.card:hover .card-media img { transform: scale(1.045); }
.card-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--blue-700);
  background: var(--blue-100);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.badge.red { color: var(--red-700); background: #f7e9eb; }
.badge.success { color: var(--success); background: #e6f5ef; }

.service-card { position: relative; padding: 27px; min-height: 290px; display: flex; flex-direction: column; }
.service-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -65px;
  bottom: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36,101,154,.12), transparent 67%);
}
.service-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy-800), var(--blue-600));
  box-shadow: 0 14px 30px rgba(16,54,83,.19);
}
.service-icon svg { width: 27px; height: 27px; }
.service-card h3 { margin: 22px 0 10px; color: var(--navy-900); font-size: 20px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-card .service-link { margin-top: auto; padding-top: 20px; color: var(--red-700); font-size: 13px; font-weight: 900; }

.feature-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-md);
}
.feature-content { padding: clamp(34px, 5vw, 66px); display: flex; flex-direction: column; justify-content: center; }
.feature-media { position: relative; min-height: 590px; overflow: hidden; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,24,39,.55)); }
.feature-stamp {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 2;
  max-width: 285px;
  padding: 21px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 19px;
  color: #fff;
  background: rgba(7,24,39,.72);
  backdrop-filter: blur(14px);
}
.feature-stamp strong { font-size: 30px; }
.list-check { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 14px; }
.list-check li { display: flex; gap: 12px; color: #46596a; line-height: 1.55; }
.list-check li::before { content: "✓"; flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-700); font-size: 12px; font-weight: 900; }

.branch-card { display: flex; flex-direction: column; }
.branch-card .card-media { height: 220px; }
.branch-card h3 { margin: 14px 0 6px; color: var(--navy-900); font-size: 19px; line-height: 1.35; }
.branch-card .branch-speciality { color: var(--red-700); font-size: 13px; font-weight: 900; }
.branch-meta { display: grid; gap: 8px; margin-top: 16px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.branch-meta-row { display: flex; gap: 9px; align-items: flex-start; }
.branch-meta-row svg { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 2px; color: var(--blue-700); }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.tag { padding: 7px 10px; border: 1px solid var(--border); border-radius: 999px; color: #526474; background: var(--silver-100); font-size: 11px; font-weight: 750; }

.trust-section { background: var(--navy-950); color: #fff; }
.trust-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.trust-section .section-title { color: #fff; }
.trust-section .section-subtitle { color: rgba(255,255,255,.66); }
.trust-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.trust-card { padding: 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.055); }
.trust-card strong { display: block; font-size: 31px; color: #fff; }
.trust-card span { display: block; margin-top: 8px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: process; }
.process-card { position: relative; padding: 29px; border: 1px solid var(--border); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); counter-increment: process; }
.process-card::before { content: "0" counter(process); display: block; margin-bottom: 35px; color: #c5d0da; font-size: 44px; font-weight: 900; letter-spacing: -.06em; }
.process-card h3 { margin: 0 0 10px; color: var(--navy-900); font-size: 20px; }
.process-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.gallery-preview { display: grid; grid-template-columns: 1.35fr .65fr .65fr; grid-template-rows: 240px 240px; gap: 16px; }
.gallery-preview-item { position: relative; overflow: hidden; border-radius: 22px; cursor: pointer; }
.gallery-preview-item:first-child { grid-row: span 2; }
.gallery-preview-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-preview-item:hover img { transform: scale(1.05); }
.gallery-preview-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,24,39,.58)); }
.gallery-preview-item span { position: absolute; z-index: 2; left: 18px; bottom: 16px; color: #fff; font-size: 13px; font-weight: 850; }

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 6vw, 74px);
  border-radius: var(--radius-lg);
  color: #fff;
  background: linear-gradient(125deg, var(--navy-950), var(--navy-800));
  box-shadow: var(--shadow-lg);
}
.cta-panel::before { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; top: -220px; border-radius: 50%; border: 90px solid rgba(255,255,255,.045); }
.cta-grid { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-panel h2 { margin: 0; max-width: 690px; font-size: clamp(35px, 4vw, 55px); line-height: 1.05; letter-spacing: -.045em; }
.cta-panel p { max-width: 670px; margin: 16px 0 0; color: rgba(255,255,255,.66); line-height: 1.7; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; min-width: max-content; }

.page-hero { padding: 28px 0 22px; }
.page-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 52px;
  border-radius: 34px;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(7,24,39,.98), rgba(15,52,82,.86)),
    url('../images/gallery_12.jpg') center/cover;
  box-shadow: var(--shadow-lg);
}
.page-hero-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: -160px; top: -150px; border: 80px solid rgba(255,255,255,.045); border-radius: 50%; }
.page-hero-content { position: relative; z-index: 2; max-width: 820px; }
.page-hero-content h1 { margin: 0; font-size: clamp(42px, 6vw, 70px); line-height: 1; letter-spacing: -.055em; }
.page-hero-content p { max-width: 700px; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.page-logo-watermark { position: absolute; z-index: 1; right: 50px; bottom: -58px; width: 255px; opacity: .12; filter: grayscale(1); }
.breadcrumbs { display: flex; gap: 9px; align-items: center; margin-bottom: 18px; color: rgba(255,255,255,.6); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.breadcrumbs a { color: #fff; }

.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.filter-btn { border: 1px solid var(--border); border-radius: 999px; background: #fff; padding: 11px 16px; color: #526474; font-size: 12px; font-weight: 850; cursor: pointer; transition: .2s ease; }
.filter-btn:hover, .filter-btn.active { color: #fff; border-color: var(--navy-800); background: var(--navy-800); }

.company-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.company-card { padding: 26px; border: 1px solid var(--border); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.company-card h3 { margin: 14px 0 7px; color: var(--navy-900); font-size: 19px; }
.company-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.company-monogram { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--navy-800); font-size: 13px; font-weight: 900; letter-spacing: .06em; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.gallery-item { position: relative; height: 300px; overflow: hidden; border-radius: 20px; cursor: pointer; background: var(--silver-200); }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; height: 616px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.gallery-item:hover img { transform: scale(1.055); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,24,39,.72)); }
.gallery-overlay { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 17px; color: #fff; }
.gallery-overlay strong { display: block; font-size: 15px; }
.gallery-overlay span { display: block; margin-top: 4px; color: rgba(255,255,255,.68); font-size: 11px; }
.lightbox { position: fixed; inset: 0; z-index: 3000; display: none; align-items: center; justify-content: center; padding: 22px; background: rgba(3,13,22,.9); }
.lightbox.open { display: flex; }
.lightbox-inner { position: relative; max-width: min(1180px, 96vw); max-height: 92vh; }
.lightbox-inner img { max-width: 100%; max-height: 88vh; border-radius: 20px; box-shadow: 0 30px 90px #000; }
.lightbox-close { position: absolute; right: 12px; top: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--navy-950); background: #fff; font-size: 18px; cursor: pointer; }

.car-card h3 { margin: 14px 0 8px; color: var(--navy-900); }
.car-specs { display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: 12px; }
.car-price { margin-top: 16px; color: var(--navy-900); font-size: 25px; font-weight: 900; letter-spacing: -.03em; }
.car-detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start; }
.car-main-image { height: 560px; overflow: hidden; border-radius: 24px; background: var(--silver-200); }
.car-main-image img { width: 100%; height: 100%; object-fit: cover; }
.car-thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 12px; }
.thumb-btn { height: 100px; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 14px; background: transparent; cursor: pointer; }
.thumb-btn.active { border-color: var(--red-600); }
.thumb-btn img { width: 100%; height: 100%; object-fit: cover; }
.detail-card { position: sticky; top: 112px; padding: 30px; }
.detail-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 22px; }
.detail-item { padding: 14px; border-radius: 14px; background: var(--silver-100); }
.detail-item span { display: block; color: var(--muted); font-size: 11px; }
.detail-item strong { display: block; margin-top: 5px; color: var(--navy-900); font-size: 14px; }

.form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; align-items: start; }
.form-card { padding: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.field { display: grid; gap: 8px; }
.field label { color: var(--navy-900); font-size: 12px; font-weight: 900; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 13px;
  outline: none;
  background: #fff;
  padding: 14px 15px;
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(36,101,154,.1); }
.form-span-2 { grid-column: span 2; }
.notice { margin-top: 16px; padding: 15px 17px; border: 1px solid #bfe2d3; border-radius: 14px; color: #136343; background: #eefaf5; font-size: 13px; line-height: 1.65; }
.info-panel { padding: 30px; color: #fff; background: linear-gradient(145deg, var(--navy-950), var(--navy-800)); }
.info-panel h2 { margin: 0; font-size: 31px; letter-spacing: -.04em; }
.info-panel p { color: rgba(255,255,255,.65); line-height: 1.75; }
.contact-methods { display: grid; gap: 10px; margin-top: 26px; }
.contact-method { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.05); }
.contact-method .method-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.1); }
.contact-method .method-icon svg { width: 20px; height: 20px; }
.contact-method small { display: block; color: rgba(255,255,255,.55); }
.contact-method strong { display: block; margin-top: 2px; font-size: 14px; }
.branch-directory { display: grid; gap: 10px; max-height: 470px; overflow: auto; padding-right: 5px; }
.branch-directory-item { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 15px; border: 1px solid var(--border); border-radius: 15px; background: #fff; }
.branch-directory-item strong { display: block; color: var(--navy-900); font-size: 13px; }
.branch-directory-item span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.mini-actions { display: flex; gap: 7px; }
.mini-btn { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 10px; background: var(--silver-100); }
.mini-btn svg { width: 16px; height: 16px; }

.footer { margin-top: 88px; color: rgba(255,255,255,.75); background: var(--navy-950); }
.footer-main { padding: 66px 0 44px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .75fr .8fr; gap: 35px; }
.footer .brand-name { color: #fff; }
.footer .brand-tagline { color: rgba(255,255,255,.55); }
.footer-about { max-width: 420px; margin-top: 18px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.75; }
.footer h4 { margin: 0 0 17px; color: #fff; font-size: 14px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; color: rgba(255,255,255,.58); font-size: 13px; }
.footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 19px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: 11px; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal.show { opacity: 1; transform: none; }

/* Admin */
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 270px 1fr; background: #f3f6f8; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 24px 18px; color: rgba(255,255,255,.76); background: linear-gradient(180deg, var(--navy-950), #0d2a43); }
.admin-brand { display: flex; align-items: center; gap: 11px; padding: 0 8px 23px; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-brand img { width: 48px; height: 48px; }
.admin-brand strong { color: #fff; font-size: 14px; }
.admin-brand span { display: block; margin-top: 3px; color: rgba(255,255,255,.45); font-size: 10px; }
.admin-nav { display: grid; gap: 5px; margin-top: 22px; }
.admin-nav a { display: flex; align-items: center; gap: 11px; padding: 12px 13px; border-radius: 12px; font-size: 13px; font-weight: 780; }
.admin-nav a svg { width: 18px; height: 18px; }
.admin-nav a:hover, .admin-nav a.active { color: #fff; background: rgba(255,255,255,.1); }
.admin-content { min-width: 0; padding: 30px; }
.admin-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 25px; }
.admin-header h1 { margin: 0; color: var(--navy-950); font-size: 34px; letter-spacing: -.04em; }
.admin-header p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.admin-header-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.kpi-card { padding: 22px; }
.kpi-card .kpi-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.kpi-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--blue-700); background: var(--blue-100); }
.kpi-icon svg { width: 20px; height: 20px; }
.kpi-card strong { display: block; margin-top: 18px; color: var(--navy-950); font-size: 32px; letter-spacing: -.04em; }
.kpi-card span { color: var(--muted); font-size: 12px; }
.admin-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 18px; }
.admin-panel { padding: 24px; }
.admin-panel-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 17px; }
.admin-panel-title h2 { margin: 0; color: var(--navy-900); font-size: 18px; }
.table-wrap { overflow: auto; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 15px 16px; border-bottom: 1px solid var(--border); text-align: left; font-size: 12px; vertical-align: top; }
.table th { color: #526474; background: #f7f9fa; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.table td { color: #405263; }
.table tbody tr:hover { background: #fafcfd; }
.table td strong { color: var(--navy-900); }
.status { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border-radius: 999px; color: var(--success); background: #e9f6f0; font-size: 10px; font-weight: 900; }
.status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.admin-list { display: grid; gap: 10px; }
.admin-list-item { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--border); }
.admin-list-item:last-child { border-bottom: 0; }
.admin-list-item strong { display: block; color: var(--navy-900); font-size: 13px; }
.admin-list-item span { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }
.admin-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.admin-gallery-item { overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.admin-gallery-item img { width: 100%; height: 150px; object-fit: cover; }
.admin-gallery-item div { padding: 12px; }
.admin-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.admin-mobile-toggle { display: none; }

@media (max-width: 1120px) {
  .nav-links { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-actions .btn-soft { display: none; }
  .mobile-panel {
    position: fixed;
    inset: 124px 17px auto;
    z-index: 1300;
    display: none;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow-lg);
  }
  .mobile-panel.open { display: grid; gap: 7px; }
  .mobile-panel .nav-link { display: block; }
  .hero-grid { grid-template-columns: 1fr 1fr; padding: 42px; }
  .hero-copy h1 { font-size: clamp(45px, 6vw, 70px); }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .company-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .admin-shell { grid-template-columns: 235px 1fr; }
  .kpi-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px) {
  .announcement-inner { justify-content: center; min-height: 34px; }
  .announcement-points span:nth-child(n+2), .announcement-link { display: none; }
  .brand-logo { width: 53px; height: 53px; }
  .brand-name { font-size: 15px; }
  .brand-tagline { font-size: 8px; }
  .nav-wrap { min-height: 76px; }
  .nav-actions { display: none; }
  .mobile-panel { inset: 110px 17px auto; }
  .hero-frame, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 38px 28px 30px; }
  .hero-visual { min-height: 440px; }
  .hero-photo { inset: 35px 0 0 45px; }
  .hero-logo-card { width: 128px; height: 128px; border-radius: 24px; }
  .hero-logo-card img { width: 108px; height: 108px; }
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .metric-item:nth-child(2) { border-right: 0; }
  .metric-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .feature-panel, .trust-grid, .form-layout, .car-detail-grid { grid-template-columns: 1fr; }
  .feature-media { min-height: 450px; }
  .trust-cards { order: -1; }
  .process-grid, .grid-3 { grid-template-columns: 1fr; }
  .gallery-preview { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 210px 210px; }
  .gallery-preview-item:first-child { grid-column: span 2; grid-row: auto; }
  .cta-grid { align-items: flex-start; flex-direction: column; }
  .cta-actions { min-width: 0; }
  .page-hero-card { min-height: 330px; padding: 34px 28px; }
  .page-logo-watermark { width: 200px; right: 15px; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-item.wide { grid-column: auto; }
  .gallery-item.tall { grid-row: auto; height: 300px; }
  .detail-card { position: relative; top: auto; }
  .admin-shell { display: block; }
  .admin-sidebar { position: relative; height: auto; }
  .admin-nav { grid-template-columns: repeat(4,1fr); }
  .admin-nav a { justify-content: center; }
  .admin-nav a span { display: none; }
  .admin-content { padding: 22px 16px; }
  .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 22px, var(--container)); }
  .section { padding: 70px 0; }
  .section-sm { padding: 48px 0; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 26px; }
  .hero { padding-top: 13px; }
  .hero-frame { border-radius: 26px; }
  .hero-grid { padding: 34px 20px 22px; }
  .hero-copy h1 { font-size: 46px; }
  .hero-copy p { font-size: 16px; }
  .hero-visual { min-height: 390px; }
  .hero-photo { inset: 48px 0 0 22px; border-radius: 22px; }
  .hero-logo-card { width: 105px; height: 105px; border-radius: 20px; }
  .hero-logo-card img { width: 91px; height: 91px; }
  .hero-badge { right: 0; left: 38px; width: auto; padding: 17px; }
  .metric-strip { margin-top: -8px; }
  .metric-grid { border-radius: 19px; }
  .metric-item { padding: 20px 17px; }
  .metric-item strong { font-size: 28px; }
  .grid-2, .grid-4, .company-grid, .trust-cards, .form-grid, .detail-list { grid-template-columns: 1fr; }
  .form-span-2 { grid-column: auto; }
  .feature-content { padding: 32px 23px; }
  .feature-media { min-height: 360px; }
  .gallery-preview { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 260px); }
  .gallery-preview-item:first-child { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item.tall { height: 300px; }
  .page-hero-card { min-height: 310px; border-radius: 26px; padding: 30px 22px; }
  .page-hero-content h1 { font-size: 44px; }
  .page-logo-watermark { display: none; }
  .car-main-image { height: 390px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; }
  .admin-header { align-items: flex-start; flex-direction: column; }
  .kpi-grid { grid-template-columns: 1fr; }
  .admin-nav { grid-template-columns: repeat(3,1fr); }
  .admin-form-grid { grid-template-columns: 1fr; }
  .admin-gallery { grid-template-columns: repeat(2,1fr); }
}
