:root {
  --ink: #0c1821;
  --ink-soft: #243642;
  --green: #12a181;
  --green-dark: #08745e;
  --mint: #e9f8f3;
  --paper: #ffffff;
  --soft: #f4f7f8;
  --line: #dfe7e9;
  --muted: #697985;
  --shadow: 0 22px 60px rgba(12, 24, 33, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--green), var(--green-dark));
  border-radius: 14px;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(18, 161, 129, 0.28);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.brand small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-left: auto;
}

.main-menu a {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 750;
}

.main-menu a:hover {
  color: var(--green-dark);
}

.header-whatsapp {
  padding: 11px 18px;
  color: #fff;
  background: var(--green);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 850;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.menu-button > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 76% 25%,
      rgba(18, 161, 129, 0.24),
      transparent 25%
    ),
    linear-gradient(135deg, #08151e 0%, #102731 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -48% auto;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 70px;
  padding-block: 70px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero .eyebrow,
.eyebrow.light {
  color: #62dfbf;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.hero-copy > p {
  max-width: 590px;
  margin: 26px 0 0;
  color: #bdd0d8;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 850;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

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

.button.primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 30px rgba(18, 161, 129, 0.28);
}

.button.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 38px;
  color: #9eb3bd;
  font-size: 12px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 450px;
  display: grid;
  place-items: center;
}

.phone-shape {
  width: 236px;
  height: 455px;
  padding: 11px;
  background: #03090d;
  border: 1px solid #38505a;
  border-radius: 42px;
  box-shadow: 0 42px 80px rgba(0, 0, 0, 0.5);
  transform: rotate(8deg);
}

.phone-speaker {
  position: absolute;
  z-index: 2;
  width: 75px;
  height: 20px;
  margin: 4px 0 0 69px;
  background: #03090d;
  border-radius: 15px;
}

.phone-screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(
      circle at 35% 20%,
      rgba(98, 223, 191, 0.7),
      transparent 21%
    ),
    linear-gradient(150deg, #0f9a7b, #0b2830 68%);
  border-radius: 33px;
}

.phone-screen .signal {
  position: absolute;
  top: 28px;
  right: 32px;
  font-size: 6px;
}

.phone-screen > strong {
  font-size: 32px;
  letter-spacing: 0.04em;
}

.phone-screen > small {
  font-weight: 800;
  letter-spacing: 0.28em;
}

.screen-card {
  width: calc(100% - 36px);
  margin-top: 55px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.floating-chip {
  position: absolute;
  padding: 11px 15px;
  color: #d8f9ef;
  background: rgba(17, 48, 55, 0.9);
  border: 1px solid rgba(98, 223, 191, 0.25);
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.chip-one {
  top: 88px;
  right: -12px;
}

.chip-two {
  bottom: 80px;
  left: 0;
}

.category-strip {
  position: relative;
  z-index: 4;
  margin-top: -34px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.category-grid a {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 25px;
  border-right: 1px solid var(--line);
}

.category-grid a:last-child {
  border: 0;
}

.category-grid span {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
}

.category-grid strong {
  margin-top: 3px;
  font-size: 17px;
}

.category-grid small {
  color: var(--muted);
  font-size: 11px;
}

.products-section {
  position: relative;
  padding: 105px 0;
}

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

.anchor-target {
  position: absolute;
  top: -70px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 35px;
}

.section-heading h2,
.service-section h2,
.about-section h2,
.contact-card h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
}

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

.product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.product-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #edf3f4;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #9babb1;
  background: linear-gradient(145deg, #edf3f4, #dfe9ea);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  color: #fff;
  background: var(--green-dark);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 900;
}

.product-content {
  padding: 21px;
}

.product-content > small {
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-content h3 {
  margin: 7px 0 9px;
  font-size: 19px;
  line-height: 1.3;
}

.product-content > p {
  min-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 13px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail-pill {
  display: inline-flex;
  padding: 6px 9px;
  color: var(--ink-soft);
  background: var(--soft);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 800;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.product-footer strong {
  font-size: 20px;
}

.product-footer a {
  padding: 9px 11px;
  color: #fff;
  background: var(--green);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 850;
}

.empty-products {
  padding: 40px;
  text-align: center;
  background: #fff;
  border: 1px dashed #bfcdd1;
  border-radius: 18px;
}

.empty-products strong {
  display: block;
  font-size: 19px;
}

.empty-products p {
  margin: 7px 0 16px;
  color: var(--muted);
}

.empty-products a {
  color: var(--green-dark);
  font-weight: 850;
}

.site-alert {
  margin-top: 70px;
  padding: 16px 18px;
  color: #8a3b2f;
  background: #fff2ee;
  border: 1px solid #f0c7bc;
  border-radius: 12px;
}

.service-section {
  padding: 100px 0;
  color: #fff;
  background: var(--ink);
}

.service-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.service-grid > div:first-child > p {
  max-width: 480px;
  color: #aebfc7;
}

.light-button {
  margin-top: 18px;
  color: var(--ink);
  background: #fff;
}

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

.service-points div {
  padding: 23px;
  background: #142731;
  border: 1px solid #29404b;
  border-radius: 16px;
}

.service-points span {
  color: #62dfbf;
  font-size: 11px;
  font-weight: 900;
}

.service-points strong {
  display: block;
  margin-top: 24px;
}

.service-points p {
  margin-bottom: 0;
  color: #9cb0ba;
  font-size: 12px;
}

.about-section {
  padding: 100px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}

.about-grid > div:last-child > p {
  margin-top: 0;
  color: var(--muted);
  font-size: 18px;
}

.about-note {
  margin-top: 24px;
  padding: 18px;
  color: var(--green-dark);
  background: var(--mint);
  border-left: 4px solid var(--green);
  border-radius: 0 12px 12px 0;
  font-size: 13px;
  font-weight: 750;
}

.contact-section {
  padding: 0 0 100px;
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 55px;
  background: var(--mint);
  border: 1px solid #cce9df;
  border-radius: 24px;
}

.contact-card > div:first-child p {
  color: var(--muted);
}

.contact-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-details > * {
  padding: 15px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
}

.contact-details small,
.contact-details strong {
  display: block;
}

.contact-details small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-details strong {
  margin-top: 4px;
  font-size: 13px;
}

.whatsapp-button {
  grid-column: 1 / -1;
  justify-self: start;
  color: #fff;
  background: var(--green);
}

.site-footer {
  padding: 36px 0;
  color: #fff;
  background: #071219;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand small {
  color: #8da0a9;
}

.footer-inner > p {
  color: #879aa3;
  font-size: 12px;
}

@media (max-width: 980px) {
  .header-whatsapp {
    display: none;
  }

  .menu-button {
    display: block;
    margin-left: auto;
  }

  .main-menu {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
  }

  .main-menu.open {
    display: flex;
  }

  .main-menu a {
    padding: 12px;
  }

  .hero-grid,
  .service-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 25px;
  }

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

  .phone-shape {
    width: 205px;
    height: 390px;
  }

  .phone-speaker {
    margin-left: 59px;
  }

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

  .category-grid a:nth-child(2) {
    border-right: 0;
  }

  .category-grid a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .service-grid,
  .about-grid {
    gap: 40px;
  }
}

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

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

  .brand small {
    display: none;
  }

  .main-menu {
    top: 70px;
    left: 14px;
    right: 14px;
  }

  .hero-grid {
    min-height: auto;
    padding-block: 70px 48px;
  }

  .hero h1 {
    font-size: 46px;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .trust-list {
    flex-direction: column;
    gap: 8px;
  }

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

  .chip-one {
    right: 0;
  }

  .category-strip {
    margin-top: 0;
  }

  .category-grid,
  .product-grid,
  .service-points,
  .contact-card,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .category-grid {
    margin-top: 14px;
  }

  .category-grid a {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .products-section,
  .service-section,
  .about-section {
    padding: 75px 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 15px;
  }

  .contact-card {
    gap: 25px;
    padding: 28px;
  }

  .whatsapp-button {
    grid-column: auto;
    width: 100%;
  }

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