@font-face {
  font-family: "SF Movie Poster";
  src: url("assets/fonts/sf-movie-poster.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AyumiMedium Regular";
  src: url("assets/fonts/ayumi-medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #08989d;
  --secondary: #006092;
  --deep: #00396f;
  --ink: #12304b;
  --muted: #878986;
  --soft: #f4f8f8;
  --line: #dfe9e9;
  --white: #ffffff;
  --whatsapp: #1fb95d;
  --shadow: 0 22px 60px rgba(0, 96, 146, 0.13);
  --section-space: 72px;
  --container: 1140px;
  --body-font: "Open Sans", Arial, sans-serif;
  --heading-font: "Open Sans", Arial, sans-serif;
  --accent-font: "Open Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body-font);
  line-height: 1.45;
}

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

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

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand img {
  width: 216px;
  height: auto;
}

.header-contact,
.cta-phone {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-contact small,
.cta-phone small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.header-contact strong,
.cta-phone strong {
  display: block;
  color: var(--deep);
  font: 900 29px/1 "Roboto", Arial, sans-serif;
}

.header-contact em,
.cta-phone em {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.wa-mark {
  display: grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--whatsapp);
  flex: 0 0 auto;
}

.wa-mark svg,
.whatsapp-icon svg,
.whatsapp-float svg {
  width: 62%;
  height: 62%;
  fill: currentColor;
}

.hero {
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  width: min(100%, 1794px);
  min-height: clamp(560px, 37vw, 664px);
  margin: 0 auto;
  grid-template-columns: minmax(520px, 46.3%) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px clamp(32px, 5vw, 84px) 42px;
  background: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font: 700 14px/1.2 "Roboto", Arial, sans-serif;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 26px;
  color: var(--deep);
  font-family: var(--heading-font);
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 560px;
  margin-bottom: 34px;
  color: var(--ink);
  font-size: clamp(20px, 1.5vw, 26px);
  line-height: 1.36;
  font-weight: 700;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  max-width: 560px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.trust-row li {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 82px;
  gap: 8px;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}

.trust-row span {
  display: grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  color: #77cf86;
}

.trust-row svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0 30px;
  font: 900 14px/1 "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--whatsapp);
  box-shadow: 0 16px 34px rgba(31, 185, 93, 0.26);
}

.hero-btn {
  width: min(100%, 430px);
  min-height: 58px;
  gap: 10px;
  border-radius: 8px;
  font-size: clamp(16px, 1.15vw, 19px);
  letter-spacing: 0.02em;
}

.btn-whatsapp-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  fill: currentColor;
}

.btn-outline {
  color: var(--deep);
  background: var(--white);
  border-color: #95aabd;
}

.btn.small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 12px;
}

.microcopy {
  width: min(100%, 430px);
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.hero-visual {
  position: relative;
  min-height: clamp(560px, 37vw, 664px);
  overflow: hidden;
  background: #eef4f4;
}

.image-frame {
  height: 100%;
  min-height: clamp(560px, 37vw, 664px);
  overflow: hidden;
  background: #eef4f4;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  padding: 0;
}

.quality-card {
  position: absolute;
  z-index: 3;
  right: clamp(28px, 4vw, 58px);
  bottom: clamp(46px, 7vw, 82px);
  width: min(360px, 42%);
  padding: 34px 32px;
  color: var(--white);
  background: var(--deep);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 57, 111, 0.26);
}

.quality-card strong {
  display: block;
  margin-bottom: 18px;
  font: 900 17px/1.18 "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}

.quality-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.section {
  padding: var(--section-space) 0;
}

.compact-section {
  padding-top: 0;
}

.alt-section,
.reviews-section {
  background: var(--soft);
}

.section-heading {
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 10px;
  color: var(--deep);
  font-family: var(--accent-font);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  text-transform: none;
}

.section-heading span {
  display: block;
  width: 72px;
  height: 4px;
  margin-inline: auto;
  background: var(--primary);
  border-radius: 999px;
}

.product-grid {
  display: grid;
  gap: 18px;
}

.featured-grid {
  grid-template-columns: repeat(6, 1fr);
}

.mini-grid {
  grid-template-columns: repeat(5, 1fr);
}

.product-card {
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 96, 146, 0.08);
}

.product-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 18px 18px 8px;
}

.product-card h3 {
  margin: 0 auto 12px;
  padding-inline: 12px;
  color: var(--deep);
  font: 900 14px/1.15 "Open Sans", Arial, sans-serif;
}

.product-card p {
  margin: 0;
  padding: 0 13px 22px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
}

.product-card.mini img {
  height: 118px;
}

.product-card.mini h3 {
  margin-bottom: 18px;
}

.equipment-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 16px;
  align-items: center;
}

.equipment-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(180px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.equipment-track::-webkit-scrollbar {
  height: 8px;
}

.equipment-track::-webkit-scrollbar-thumb {
  background: #b5c9d6;
  border-radius: 999px;
}

.carousel-card {
  min-width: 180px;
  scroll-snap-align: start;
}

.carousel-card img {
  height: 146px;
}

.carousel-control {
  display: grid;
  width: 48px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--deep);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 96, 146, 0.12);
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease;
}

.carousel-control:hover {
  color: var(--primary);
  border-color: rgba(8, 152, 157, 0.35);
  transform: translateY(-2px);
}

.carousel-control svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.benefits-band {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.benefits-band article {
  min-height: 155px;
  padding: 26px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.benefits-band article:last-child {
  border-right: 0;
}

.line-icon {
  display: inline-grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #68d99a;
}

.line-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.benefits-band h3 {
  margin-bottom: 8px;
  color: var(--white);
  font: 900 15px/1.12 "Open Sans", Arial, sans-serif;
}

.benefits-band p {
  margin: 0;
  font-size: 12px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}

.steps article {
  position: relative;
}

.steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -28px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #b5c2cb;
  border-right: 2px solid #b5c2cb;
  transform: rotate(45deg);
}

.step-icon {
  display: grid;
  width: 106px;
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--deep);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(0, 96, 146, 0.09);
}

.step-icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.steps h3 {
  margin-bottom: 9px;
  color: var(--deep);
  font: 900 16px/1.1 "Open Sans", Arial, sans-serif;
}

.steps p {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.reviews-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 2.28fr);
  gap: 18px;
  align-items: stretch;
}

.rating-panel,
.review-card {
  min-height: 206px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 96, 146, 0.08);
}

.reviews-carousel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 33%);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.reviews-track::-webkit-scrollbar {
  height: 8px;
}

.reviews-track::-webkit-scrollbar-thumb {
  background: #b5c9d6;
  border-radius: 999px;
}

.reviews-track .review-card {
  scroll-snap-align: start;
}

.google-word {
  display: block;
  margin-bottom: 14px;
  color: var(--primary);
  font: 700 30px/1 "Roboto", Arial, sans-serif;
}

.rating-panel strong {
  color: #0b1730;
  font: 900 48px/1 "Roboto", Arial, sans-serif;
}

.stars {
  color: #f3b51b;
  letter-spacing: 1px;
  font-weight: 900;
}

.review-card p {
  min-height: 96px;
  margin: 10px 0 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.review-card strong,
.review-card span {
  display: block;
  color: var(--deep);
  font-size: 13px;
}

.review-card span {
  color: var(--muted);
}

.review-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.review-link:hover {
  color: var(--deep);
}

.region-strip {
  padding: 28px 0;
  color: var(--white);
  background: var(--deep);
}

.region-strip .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 24px;
}

.region-strip strong {
  font: 900 16px/1 "Open Sans", Arial, sans-serif;
}

.region-strip span {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 700;
}

.region-strip p {
  flex: 0 0 100%;
  margin: 2px 0 0;
  text-align: center;
  font-size: 16px;
}

.faq-wrap {
  max-width: 1020px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 28px;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: 0 10px 24px rgba(0, 96, 146, 0.06);
}

summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  color: var(--deep);
  font: 900 15px/1.2 "Open Sans", Arial, sans-serif;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--deep);
  font-size: 22px;
  line-height: 12px;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 22px 18px;
  color: var(--muted);
  font-size: 14px;
}

.final-cta {
  padding: 54px 0;
}

.final-cta-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 36px;
  align-items: center;
  padding: 34px 46px;
  color: var(--white);
  background: var(--deep);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 57, 111, 0.22);
}

.final-cta h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-family: var(--heading-font);
  font-size: clamp(42px, 6vw, 64px);
  line-height: 0.98;
  font-weight: 900;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: grid;
  width: 68px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--white);
  background: var(--whatsapp);
  border-radius: 50%;
  box-shadow: 0 16px 38px rgba(31, 185, 93, 0.38);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 46px rgba(31, 185, 93, 0.46);
}

.final-cta p {
  margin: 0;
  font-size: 18px;
}

.final-cta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 800;
}

.final-cta li + li {
  margin-top: 12px;
}

.cta-phone {
  justify-self: end;
}

.cta-phone small,
.cta-phone em {
  color: rgba(255, 255, 255, 0.82);
}

.cta-phone strong {
  color: var(--white);
}

.site-footer {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
}

.footer-grid img {
  width: 150px;
}

.footer-grid p {
  max-width: 340px;
  margin: 0;
}

.footer-grid a strong {
  color: var(--deep);
}

@media (max-width: 1040px) {
  .header-inner,
  .hero-grid,
  .final-cta-grid {
    grid-template-columns: 1fr;
  }

  .header-inner {
    justify-items: center;
    padding-block: 18px;
    text-align: center;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }

  .hero-copy {
    min-height: 520px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .image-frame {
    min-height: 460px;
  }

  .quality-card {
    width: min(360px, calc(100% - 48px));
  }

  .trust-row,
  .featured-grid,
  .mini-grid,
  .benefits-band,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 52px;
  }

  .steps article::after {
    display: none;
  }

  .cta-phone {
    justify-self: start;
  }

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

  .equipment-track {
    grid-auto-columns: minmax(168px, 34%);
  }

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

  .reviews-track {
    grid-auto-columns: minmax(250px, 44%);
  }
}

@media (max-width: 680px) {
  :root {
    --section-space: 62px;
  }

  .container {
    width: min(100% - 32px, var(--container));
  }

  .brand img {
    width: 190px;
  }

  .header-contact strong,
  .cta-phone strong {
    font-size: 24px;
  }

  .hero {
    padding-top: 0;
  }

  .hero-copy {
    min-height: auto;
    padding: 42px 24px 36px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-visual {
    min-height: 360px;
    overflow: hidden;
  }

  .trust-row,
  .featured-grid,
  .benefits-band,
  .reviews-grid,
  .faq-grid,
  .steps,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .image-frame {
    height: 360px;
    min-height: 360px;
  }

  .quality-card {
    position: static;
    width: 100%;
    margin-top: 18px;
    padding: 26px 22px;
    border-radius: 8px;
  }

  .equipment-carousel {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 10px;
  }

  .reviews-carousel {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 10px;
  }

  .equipment-track {
    grid-auto-columns: minmax(160px, 72%);
  }

  .reviews-track {
    grid-auto-columns: minmax(240px, 82%);
  }

  .carousel-control {
    width: 40px;
  }

  .benefits-band article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .benefits-band article:last-child {
    border-bottom: 0;
  }

  .region-strip .container {
    justify-content: flex-start;
  }

  .region-strip strong {
    width: 100%;
    margin-bottom: 8px;
  }

  .region-strip span {
    border-left: 0;
    padding-left: 0;
  }

  .region-strip p {
    text-align: left;
  }

  .final-cta-grid {
    padding: 30px 24px;
  }
}
