:root {
  --ink: #10294f;
  --deep: #073b78;
  --ice: #eef8ff;
  --mint: #76f3d0;
  --lime: #dbff3f;
  --coral: #ff6f54;
  --paper: #fffdf7;
  --line: #bfd9ed;
  --muted: #526e80;
}

body {
  background:
    radial-gradient(circle at 3% 22%, rgba(0, 197, 255, .08), transparent 18rem),
    var(--paper);
}

.site-header {
  border-bottom-color: rgba(0, 112, 204, .16);
  box-shadow: 0 8px 30px rgba(0, 75, 145, .06);
}

.brand-mark {
  background: linear-gradient(145deg, #007ee5, #00b7ba);
  box-shadow: 0 7px 18px rgba(0, 126, 229, .25);
}

.button {
  background: linear-gradient(135deg, #dbff3f, #8ff36d);
  box-shadow: 0 10px 26px rgba(129, 215, 45, .22), inset 0 -2px rgba(11, 59, 74, .12);
}

.hero {
  background:
    radial-gradient(circle at 84% 14%, rgba(0, 230, 255, .42), transparent 26rem),
    radial-gradient(circle at 58% 100%, rgba(255, 91, 76, .28), transparent 22rem),
    linear-gradient(125deg, #06488f 0%, #006eb1 53%, #00a9bd 100%);
}

.hero::before {
  background:
    linear-gradient(120deg, transparent 43%, rgba(255, 255, 255, .12) 43%, rgba(255, 255, 255, .02) 66%),
    radial-gradient(circle at 20% 20%, rgba(219, 255, 63, .12), transparent 24rem);
}

.hero-grid {
  grid-template-columns: 1.02fr .98fr;
  gap: 56px;
}

.hero-lead,
.hero-points {
  color: #e7f8ff;
}

.hero-photo {
  isolation: isolate;
  min-height: 540px;
  margin: 0;
  border: 7px solid rgba(255, 255, 255, .9);
  border-radius: 34px;
  background: #dff7ff;
  box-shadow: 0 34px 70px rgba(0, 30, 83, .34), 18px 18px 0 rgba(219, 255, 63, .9);
  transform: rotate(1.2deg);
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 27px;
  background: linear-gradient(180deg, transparent 52%, rgba(2, 29, 69, .48));
  pointer-events: none;
}

.hero-photo > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  object-fit: cover;
  object-position: 52% 48%;
}

.hero-photo .temperature {
  top: 18px;
  right: 18px;
  padding: 4px 15px 8px;
  border: 2px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: rgba(4, 61, 119, .78);
  backdrop-filter: blur(8px);
}

.hero-photo .status-card {
  border: 2px solid white;
  box-shadow: 0 14px 35px rgba(1, 35, 76, .28);
  transform: rotate(-1.2deg);
}

.hero-photo .status-one {
  left: -34px;
  top: 122px;
}

.hero-photo .status-two {
  right: -28px;
  bottom: 76px;
}

.hero-photo .visual-caption {
  bottom: 15px;
  z-index: 2;
  color: white;
  font-weight: 800;
  text-shadow: 0 2px 14px rgba(0, 23, 62, .8);
}

.trust-strip {
  background: linear-gradient(90deg, #62f3ce, #c9ff53);
  border-bottom-color: #5fd9ae;
}

.brands-section {
  background: linear-gradient(180deg, #fffdf7, #f0faff);
}

.brand-card {
  border-width: 2px;
  border-color: #d3e7f4;
  box-shadow: 0 7px 18px rgba(0, 87, 151, .06);
}

.brand-card:nth-child(3n+1) {
  border-top-color: #00b9d2;
}

.brand-card:nth-child(3n+2) {
  border-top-color: #ff7a5f;
}

.brand-card:nth-child(3n) {
  border-top-color: #a8da20;
}

.brand-card[open] {
  border-color: #00a5d5;
  box-shadow: 0 14px 32px rgba(0, 120, 190, .14);
}

.model-list span {
  background: #e8f7ff;
  color: #175a82;
}

.dark-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 214, 216, .24), transparent 24rem),
    linear-gradient(135deg, #073b78, #082b5e);
}

.process-section {
  background: linear-gradient(120deg, #e7f8ff, #edffe5);
}

.cta-section {
  background: linear-gradient(110deg, #ff7158, #ff9e43);
}

.site-footer {
  background: linear-gradient(135deg, #062e68, #063d66 55%, #006f76);
}

@media (max-width: 1000px) {
  .hero-photo {
    width: min(100%, 620px);
    min-height: 620px;
    margin-inline: auto;
  }
}

@media (max-width: 650px) {
  .hero-photo {
    min-height: 440px;
    border-width: 5px;
    border-radius: 24px;
    box-shadow: 9px 12px 0 rgba(219, 255, 63, .9);
    transform: none;
  }

  .hero-photo > img,
  .hero-photo::after {
    border-radius: 19px;
  }

  .hero-photo .status-one {
    left: 10px;
    top: 105px;
  }

  .hero-photo .status-two {
    right: 10px;
    bottom: 64px;
  }

  .hero-photo .temperature {
    right: 10px;
    font-size: 34px;
  }
}
