*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --blue: #1467c8;
  --blue-dark: #0f56a8;
  --blue-light: #edf4fc;
  --text: #141b26;
  --muted: #5d6673;
  --white: #fff;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow: 0 10px 28px rgba(20, 64, 118, 0.12);

  --om-primary: var(--blue);
  --om-primary-hover: var(--blue-dark);
  --om-accent: #e7f1fd;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  line-height: 1.45;
  background: #f7f9fc;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.container {
  width: min(1160px, 100% - 40px);
  margin-inline: auto;
}

.section-title {
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #0d4f9d;
}

.section-title--left {
  text-align: left;
}

.btn {
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-weight: 800;
  font-size: 1.1rem;
  cursor: pointer;
}

.btn--primary {
  background: linear-gradient(180deg, #2690f3 0%, var(--blue) 100%);
  color: var(--white);
  padding: 0.75rem 1.8rem;
}

.btn--light {
  background: var(--white);
  color: #0f2344;
  padding: 0.75rem 1.8rem;
}

.hero {
  background: var(--white);
  padding: 1.2rem 0 1.7rem;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem;
}

.hero__overlay {
  min-width: 0;
  padding-right: 0.25rem;
}

.hero__image {
  min-width: 0;
  width: 100%;
  height: clamp(300px, 34vw, 430px);
  border-radius: var(--radius-lg);
  object-fit: cover;
  object-position: right center;
}

.hero__eyebrow,
.hero__title {
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #0d5dac;
  overflow-wrap: break-word;
}

.hero__subtitle {
  margin-top: 0.7rem;
  font-size: clamp(1rem, 1.7vw, 1.7rem);
  font-weight: 500;
}

.hero__features {
  margin-top: 1rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.hero__feature {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero__feature img {
  width: 34px;
  height: 34px;
  margin: 0 auto 0.35rem;
}

.hero__cta {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.hero__price {
  color: #0d4f9d;
  font-size: 2rem;
  font-weight: 800;
  padding: 0;
}

main section {
  padding: 2.8rem 0;
}

.smart {
  background: var(--white);
}

.smart__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.smart-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.smart-card__media {
  overflow: hidden;
}

.smart-card__image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.smart-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.85rem 0.9rem;
}

.smart-card__content h3 {
  color: #0d5dac;
  font-size: clamp(0.85rem, 1.15vw, 1.15rem);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
  hyphens: auto;
}

.smart-card__content ul {
  margin-top: 0.5rem;
  padding-left: 0.95rem;
  font-size: clamp(0.75rem, 0.95vw, 0.9rem);
  font-weight: 500;
  color: #1a2433;
  line-height: 1.3;
}

.smart-card__content li + li {
  margin-top: 0.25rem;
}

.steps {
  background: #f6f9fd;
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.step {
  text-align: center;
}

.step img {
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid #d4dde8;
  border-radius: 50%;
  background: var(--white);
}

.step p {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.step strong {
  display: block;
  font-size: 1.4rem;
  color: #0d5dac;
}

.details {
  background: var(--white);
}

.details__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.detail-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.modes {
  margin-top: 1rem;
  border-radius: var(--radius);
  overflow: hidden;
  background: #eef4fb;
  padding: 0.75rem;
}

.modes img {
  border-radius: 12px;
}

.specs {
  background: #f6f9fd;
}

.specs__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.specs__content {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.3rem;
  box-shadow: var(--shadow);
}

.specs__content ul {
  margin-top: 0.75rem;
  padding-left: 1.1rem;
  font-size: 1.08rem;
}

.specs__content li + li {
  margin-top: 0.4rem;
}

.specs__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: stretch;
}

.specs__images img {
  width: 100%;
  height: 290px;
  border-radius: 12px;
  border: 2px dashed #1a1a1a;
  background: var(--white);
  padding: 0.35rem;
  object-fit: contain;
}

.footer-cta {
  background: #f0f5fc;
  border-top: 1px solid #d4e0ef;
  padding: 1rem 0 1.5rem;
}

.footer-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.footer-cta__title {
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  text-transform: uppercase;
  color: #0d5dac;
}

.footer-cta__subtitle {
  font-size: 1.06rem;
}

.footer-cta__action {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.55rem;
}

.footer-cta__price {
  color: #0d4f9d;
  padding: 0.3rem 0.4rem;
  font-size: 2rem;
  font-weight: 800;
  align-self: center;
}

@media (max-width: 1100px) {
  .hero__eyebrow,
  .hero__title {
    font-size: clamp(1.45rem, 3.5vw, 2.2rem);
  }

  .hero__feature {
    font-size: 0.78rem;
  }
}

@media (max-width: 900px) {
  .hero {
    padding: 0 0 1rem;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero__overlay {
    width: 100%;
    padding: 1.2rem 20px 1.6rem;
    background: #f3f8ff;
  }

  .hero__image {
    height: 280px;
    border-radius: 0;
  }

  .hero__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smart__grid,
  .details__grid,
  .specs__inner,
  .footer-cta__inner {
    grid-template-columns: 1fr;
  }

  .steps__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .smart-card {
    grid-template-columns: 1fr;
  }

  .smart-card__image {
    min-height: 220px;
  }

  .specs__images {
    grid-template-columns: 1fr;
  }

  .footer-cta__action {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(1160px, 100% - 28px);
  }

  .hero__price,
  .footer-cta__price {
    font-size: 1.6rem;
  }

  .steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
