:root {
  color-scheme: light;
  --ink: #10273d;
  --muted: #627386;
  --paper: #f7f8fa;
  --white: #ffffff;
  --blue: #1f486f;
  --accent: #1f486f;
  --blue-soft: #dceaf7;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100svh;
  padding: clamp(20px, 4vw, 56px);
  background:
    radial-gradient(circle at 24% 18%, rgba(214, 232, 249, 0.88), transparent 33%),
    radial-gradient(circle at 76% 26%, rgba(232, 240, 248, 0.82), transparent 34%),
    linear-gradient(180deg, #fbfcfd 0%, #edf3f8 58%, #dfe8f1 100%);
}

.hero {
  width: min(100%, 1360px);
  min-height: calc(100svh - clamp(40px, 8vw, 112px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.46fr) minmax(620px, 1fr);
  align-items: center;
  gap: clamp(42px, 5.4vw, 92px);
}

.hero-copy {
  min-width: 0;
  max-width: 520px;
  animation: rise 620ms ease both;
}

.brand-logo {
  display: block;
  width: min(22vw, 172px);
  height: auto;
  margin: 0 0 clamp(38px, 4.4vw, 60px);
  filter: drop-shadow(0 18px 38px rgba(31, 72, 111, 0.13));
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: rgba(31, 72, 111, 0.72);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
}

h1 {
  margin: 0;
  max-width: 520px;
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 730;
  background: linear-gradient(180deg, #10273d 0%, #1f486f 58%, #6c7e91 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-wrap: balance;
}

.hero-note {
  max-width: 390px;
  margin: 18px 0 0;
  color: rgba(16, 39, 61, 0.66);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.42;
}

.contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  margin-top: clamp(30px, 3.6vw, 46px);
  padding: 0 22px 0 18px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 680;
  box-shadow: 0 18px 60px rgba(42, 53, 70, 0.12);
  backdrop-filter: blur(20px);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.9);
  color: var(--blue);
  box-shadow: 0 24px 70px rgba(42, 53, 70, 0.16);
}

.about,
.feature-section,
.contact-grid {
  width: min(100%, 1360px);
  margin: 0 auto;
}

.about {
  padding: clamp(74px, 10vw, 132px) 0 clamp(54px, 7vw, 92px);
  border-top: 1px solid rgba(17, 19, 24, 0.1);
}

.about-copy {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 86px);
}

.section-label {
  margin: 0;
  color: rgba(17, 19, 24, 0.52);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about h2,
.feature-copy h2,
.contact-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.7vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.about-copy p:last-child {
  grid-column: 2;
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.46;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(42px, 6vw, 74px);
  background: rgba(17, 19, 24, 0.1);
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 34px;
  overflow: hidden;
}

.metric-strip span {
  display: block;
  min-height: 150px;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted);
  font-size: 16px;
  font-weight: 720;
}

.metric-strip strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.95;
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
  align-items: center;
  gap: clamp(34px, 5vw, 84px);
  padding: 0 0 clamp(58px, 8vw, 108px);
}

.section-photo {
  margin: 0;
  border-radius: clamp(28px, 4vw, 48px);
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(36, 48, 64, 0.16);
}

.section-photo img,
.contact-panel img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.section-photo img {
  height: min(48svh, 560px);
}

.feature-copy p:not(.section-label),
.contact-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.feature-copy h2 {
  margin-top: 18px;
  font-size: clamp(34px, 4.2vw, 64px);
}

.feature-copy p:not(.section-label) {
  max-width: 560px;
  margin-top: 22px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: clamp(56px, 8vw, 104px) 0 clamp(20px, 4vw, 56px);
}

.contact-panel {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 34px;
  backdrop-filter: blur(18px);
}

.contact-panel-dark {
  color: var(--white);
  background: linear-gradient(150deg, #12151a 0%, #242a32 100%);
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 34px;
}

.contact-panel img {
  height: 240px;
  margin-bottom: 28px;
  border-radius: 22px;
}

.contact-panel .section-label {
  margin-bottom: 18px;
}

.contact-panel h2 {
  max-width: 540px;
  font-size: clamp(34px, 4vw, 62px);
}

.contact-panel p:not(.section-label) {
  max-width: 520px;
  margin-top: 22px;
}

.contact-panel .contact {
  margin-top: auto;
}

.contact-panel-dark h2,
.contact-panel-dark .section-label {
  color: var(--white);
}

.contact-panel-dark p:not(.section-label) {
  color: rgba(255, 255, 255, 0.68);
}

.contact-dark {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.contact-dark:hover {
  color: #9bc0e3;
  background: rgba(255, 255, 255, 0.16);
}

.hero-photo {
  position: relative;
  margin: 0;
  min-width: 0;
  border-radius: clamp(28px, 4vw, 54px);
  overflow: hidden;
  background: #e9eef4;
  aspect-ratio: 16 / 9;
  box-shadow: 0 36px 110px rgba(31, 72, 111, 0.2);
  animation: photoIn 720ms 120ms ease both;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 34%),
    radial-gradient(circle at 64% 36%, rgba(255, 255, 255, 0.18), transparent 22%);
  pointer-events: none;
  z-index: 2;
}

.sedan-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes photoIn {
  from {
    opacity: 0;
    transform: translateX(24px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@media (max-width: 980px) {
  .page {
    min-height: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 28px 0;
  }

  .hero-copy {
    text-align: center;
    margin-inline: auto;
  }

  .brand-logo {
    width: min(68vw, 230px);
    margin-inline: auto;
    margin-bottom: 32px;
  }

  h1 {
    margin-inline: auto;
    font-size: clamp(42px, 10vw, 66px);
  }

  .hero-note {
    margin-inline: auto;
  }

  .sedan-photo {
    height: 100%;
  }

  .about-copy,
  .feature-section {
    grid-template-columns: 1fr;
  }

  .about-copy p:last-child {
    grid-column: auto;
  }

  .metric-strip,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .feature-section {
    padding-top: 12px;
  }

  .contact-panel,
  .contact-panel-dark {
    min-height: 460px;
    border-radius: 28px;
  }
}

@media (max-width: 620px) {
  .page {
    padding: 18px;
  }

  .brand-logo {
    width: min(70vw, 190px);
    margin-bottom: 28px;
  }

  .kicker {
    font-size: 13px;
  }

  h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .hero-photo {
    border-radius: 28px;
  }

  .sedan-photo {
    object-position: 58% center;
  }

}
