:root {
  --bg: #f3f4f6;
  --surface: #ffffff;
  --surface-soft: rgba(255, 255, 255, 0.84);
  --line: #dfe6ee;
  --ink: #0a2540;
  --ink-soft: #617085;
  --primary: #2c65b4;
  --primary-dark: #18478a;
  --accent: #ff9800;
  --footer: #0a2540;
  --footer-soft: rgba(213, 220, 228, 0.78);
  --shadow: 0 24px 64px rgba(10, 37, 64, 0.12);
  --container: 1120px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #f8f9fb 0%, var(--bg) 100%);
  color: var(--ink);
  font-family: "Inter", "Segoe UI", sans-serif;
}

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

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

button {
  font: inherit;
}

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

.section {
  padding: 78px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(223, 230, 238, 0.9);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 24px;
}

.brand img,
.footer-brand img {
  width: 200px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 500;
  color: #213145;
}

.site-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--accent);
}

.quote-button {
  padding: 11px 18px;
  border-radius: 8px;
  background: var(--primary);
  color: #fff !important;
}

.quote-button:hover,
.quote-button:focus-visible {
  background: var(--primary-dark);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  place-items: center;
  gap: 5px;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-overlay,
.categories-media,
.categories-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: center / cover no-repeat url("https://www.figma.com/api/mcp/asset/b8dadbb3-3b69-4f60-8b9e-86c6527319cf");
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(10, 37, 64, 0.72) 0%, rgba(10, 37, 64, 0.22) 58%, rgba(10, 37, 64, 0.5) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 48px;
  align-items: center;
  min-height: 640px;
}

.eyebrow {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 580px;
}

.hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-copy p {
  margin: 22px 0 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 10px;
}

.hero-actions {
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--primary);
  color: #fff;
}

.button--primary:hover {
  background: var(--primary-dark);
}

.button--small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

.hero-showcase {
  position: relative;
  justify-self: end;
  width: min(100%, 410px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.showcase-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.22) 45%, rgba(255, 255, 255, 0.28) 100%);
  backdrop-filter: blur(2px);
}

.showcase-product {
  position: relative;
  z-index: 1;
  width: min(230px, 58vw);
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.24));
}

.showcase-specs {
  position: absolute;
  right: 10px;
  top: 102px;
  z-index: 2;
  width: 132px;
  overflow: hidden;
  border-radius: 8px;
  background: #f1f2f6;
  box-shadow: 0 12px 24px rgba(10, 37, 64, 0.16);
  color: #393535;
  text-align: center;
}

.showcase-specs p,
.showcase-specs span,
.showcase-specs strong {
  display: block;
  padding: 8px 10px;
  margin: 0;
  font-size: 14px;
}

.showcase-specs p {
  background: var(--primary);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.showcase-specs span + span,
.showcase-specs strong {
  border-top: 1px solid #cfd8e5;
}

.showcase-specs span:first-of-type {
  color: #2c65b4;
  font-size: 12px;
  font-weight: 700;
}

.showcase-specs strong {
  font-family: "Poppins", sans-serif;
}

.hero-showcase h2 {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 1;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.hero-dot.is-active {
  background: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
}

.section-heading {
  text-align: left;
  margin-bottom: 26px;
}

.section-heading p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.section-heading--centered {
  text-align: center;
}

.section-heading--light p {
  color: #fff;
  text-align: left;
}

.section-heading--compact {
  margin-bottom: 14px;
}

.about-columns {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 32px;
  align-items: start;
}

.about-columns article {
  min-width: 0;
}

.about-columns h2,
.value-list h2,
.category-card h2,
.step h2,
.site-footer h2 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.about-columns p,
.section-intro,
.value-list p,
.step p,
.how-copy p,
.footer-brand p,
.site-footer address,
.site-footer a,
.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.about-columns article:first-child {
  padding-right: 24px;
  border-right: 1px solid var(--line);
  padding-bottom: 50px;
}

.about-columns article:first-child p + p {
  margin-top: 14px;
}

.about-columns:last-child p {
  margin-bottom: 14px;
}

.brands-panel {
  padding-left: 8px;
}

.brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.brand-tags span {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink);
}

.brand-tags span:nth-child(1) { background: #ffeed5; }
.brand-tags span:nth-child(2) { background: #f5f5f5; }
.brand-tags span:nth-child(3) { background: #d8e8ff; }

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.brand-card {
  display: grid;
  place-items: center;
  min-height: 98px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.brand-card img {
  max-height: 46px;
  width: auto;
  object-fit: contain;
}

.categories {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.categories-media {
  background: center / cover no-repeat url("images/product-bg.svg");
  transform: scale(1.05);
}

.categories-overlay {
  background: linear-gradient(180deg, rgba(10, 37, 64, 0.3) 0%, rgba(10, 37, 64, 0.55) 100%);
}

.categories-inner {
  position: relative;
  z-index: 1;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.category-card {
  padding: 28px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
  box-shadow: var(--shadow);
}

.category-card--active {
  background: #fff;
  
}

.category-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: rgba(44, 101, 180, 0.1);
  font-size: 30px;
}

.category-card--active .category-icon {
  background: rgba(255, 255, 255, 0.15);
}

.category-card h2 {
  margin: 0;
  font-size: 20px;
}

.why-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 44px;
  align-items: center;
}

.why-media {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.why-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-intro {
  margin-bottom: 26px;
}

.value-list article {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.value-list article:last-child {
  margin-bottom: 22px;
}

.value-list h2 {
  margin-bottom: 6px;
  font-size: 18px;
}
.padd {padding-top: 35px;}
.how-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 44px;
  padding: 44px;
  border-radius: 22px;
  background: radial-gradient(circle at top left, #5d92dc 0%, #457cc8 52%, #2c65b4 100%);
  box-shadow: var(--shadow);
}

.how-copy p,
.step p,
.step h2,
.how-copy .section-heading p {
  color: #fff;
}
.how-copy p {
  font-size: 24px;;
}
.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}

.step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.step:last-child {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.step-number {
  flex: none;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-size: 20px;
  font-weight: 800;
}

.step h2 {
  margin-bottom: 6px;
  font-size: 22px;
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(9, 34, 61, 0.98) 0%, rgba(10, 37, 64, 1) 100%);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.75fr 1fr;
  gap: 34px;
  padding: 58px 0 30px;
}

.site-footer h2 {
  margin-bottom: 16px;
  color: #d5dce4;
  font-size: 18px;
}

.footer-brand p,
.site-footer address,
.site-footer a,
.footer-bottom p,
.footer-bottom a {
  color: var(--footer-soft);
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(213, 220, 228, 0.4);
  border-radius: 999px;
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(213, 220, 228, 0.16);
  font-size: 14px;
}

@media (max-width: 1100px) {
  .hero-inner,
  .why-grid,
  .how-card,
  .about-columns,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 34px 0 72px;
  }

  .hero-inner {
    min-height: auto;
  }

  .hero-showcase {
    justify-self: center;
  }

  .about-columns article:first-child {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .brands-panel {
    padding-left: 0;
  }

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

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

  .step:last-child {
    grid-column: auto;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    left: 16px;
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero-copy h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .hero-copy p {
    font-size: 17px;
  }

  .showcase-specs {
    right: 0;
    top: 90px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 20px), var(--container));
  }

  .section {
    padding: 58px 0;
  }

  .header-inner {
    min-height: 78px;
  }

  .brand img,
  .footer-brand img {
    width: 154px;
  }

  .hero {
    padding-top: 26px;
  }

  .hero-inner {
    gap: 28px;
  }

  .hero-showcase {
    width: min(100%, 320px);
  }

  .showcase-product {
    width: 200px;
  }

  .showcase-specs {
    width: 116px;
    top: 74px;
  }

  .showcase-specs p,
  .showcase-specs span,
  .showcase-specs strong {
    padding: 7px 8px;
    font-size: 12px;
  }

  .hero-showcase h2 {
    bottom: 20px;
    font-size: 18px;
  }

  .brand-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .how-card {
    padding: 28px 22px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
