:root {
  --bg: #ffffff;
  --surface: #f6f8fb;
  --surface-strong: #eef3f8;
  --ink: #111827;
  --muted: #5b6472;
  --line: #e4e9f0;
  --accent: #0f766e;
  --accent-dark: #115e59;
  --whatsapp: #128c7e;
  --shadow: 0 20px 60px rgba(17, 24, 39, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand,
.header-actions,
.main-nav,
.hero-actions,
.trust-row,
.panel-top,
.contact-list li,
.cart-button,
.ghost-link,
.primary-button,
.whatsapp-button {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0;
}

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

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 1px;
}

.main-nav {
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a:hover,
.site-footer a:hover,
.contact-list a:hover {
  color: var(--accent);
}

.header-actions {
  gap: 10px;
}

.ghost-link,
.cart-button,
.primary-button,
.whatsapp-button,
.icon-button {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 42px;
  cursor: pointer;
}

.ghost-link,
.cart-button {
  gap: 8px;
  background: #fff;
  padding: 0 14px;
  font-weight: 700;
}

.cart-button span {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
}

i {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(56px, 9vw, 108px) clamp(18px, 4vw, 56px) 56px;
  align-items: center;
}

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

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
  max-width: 920px;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.hero-copy > p:not(.eyebrow),
.section-heading > p,
.split-section p,
.intro-band > p,
.feature-list p,
.product-card p,
.contact-card p,
.site-footer p,
.order-steps p,
.testimonials p,
.testimonial-grid figcaption {
  color: var(--muted);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  font-size: 18px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.primary-button,
.whatsapp-button {
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  font-weight: 800;
}

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

.whatsapp-button {
  background: #fff;
  color: var(--whatsapp);
  border-color: #b9e7df;
}

.whatsapp-button:hover {
  background: #eefbf8;
}

.trust-row {
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
}

.trust-row div {
  min-width: 160px;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-row dt {
  font-weight: 800;
}

.trust-row dd {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.hero-panel,
.contact-card,
.cart-drawer {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-panel {
  border-radius: 16px;
  padding: 22px;
}

.panel-top {
  justify-content: space-between;
  margin-bottom: 18px;
  font-weight: 800;
}

.order-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-steps li {
  padding: 18px;
  border-radius: 10px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.order-steps span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.order-steps p {
  margin-bottom: 0;
  font-size: 14px;
}

.section {
  padding: 70px clamp(18px, 4vw, 56px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 30px;
  background: var(--surface);
  border-block: 1px solid var(--line);
}

.intro-band h2,
.intro-band p {
  margin-bottom: 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading.compact {
  max-width: 680px;
}

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

.product-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: #c8d4df;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.07);
}

.product-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--surface);
  color: var(--accent);
}

.product-card p {
  font-size: 14px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.product-meta span {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.add-button {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.add-button:disabled {
  border-color: var(--line);
  background: var(--surface-strong);
  color: var(--muted);
  cursor: not-allowed;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.feature-list i {
  color: var(--accent);
}

.testimonials {
  background: var(--surface);
  border-block: 1px solid var(--line);
}

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

.testimonial-grid figure {
  margin: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.testimonial-grid blockquote {
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 650;
}

.testimonial-grid figcaption {
  font-size: 14px;
}

.review-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #cfe4e0;
  border-radius: 8px;
  background: #fff;
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 800;
}

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

.location-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: 18px;
}

.contact-card {
  padding: 24px;
  border-radius: 12px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  gap: 10px;
  color: var(--muted);
}

.contact-list i {
  color: var(--accent);
  flex: 0 0 auto;
}

.full {
  width: 100%;
}

.map-wrap {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer p {
  margin: 4px 0 0;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 15;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 14px 30px rgba(18, 140, 126, 0.32);
}

.floating-whatsapp i {
  width: 24px;
  height: 24px;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(17, 24, 39, 0.38);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 31;
  display: flex;
  width: min(440px, 100vw);
  height: 100vh;
  flex-direction: column;
  padding: 20px;
  transform: translateX(105%);
  transition: transform 220ms ease;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.cart-header h2 {
  margin-bottom: 0;
  font-size: 26px;
}

.icon-button {
  display: grid;
  width: 42px;
  place-items: center;
  background: #fff;
}

.cart-limit {
  display: flex;
  gap: 10px;
  padding: 12px;
  margin: 18px 0;
  border: 1px solid #cfe4e0;
  border-radius: 8px;
  background: #f0fbf8;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 700;
}

.cart-items {
  display: grid;
  gap: 10px;
  overflow: auto;
  padding-right: 4px;
}

.cart-empty {
  padding: 22px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  color: var(--muted);
  text-align: center;
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.cart-line strong {
  display: block;
}

.cart-line small {
  color: var(--muted);
}

.quantity-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quantity-tools button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
}

.order-form {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.order-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.order-form input,
.order-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  color: var(--ink);
  resize: vertical;
}

.order-form input:focus,
.order-form textarea:focus {
  outline: 3px solid rgba(15, 118, 110, 0.14);
  border-color: var(--accent);
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-top: 2px;
  }

  .hero,
  .intro-band,
  .split-section,
  .location-section {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .ghost-link {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero,
  .section {
    padding-inline: 16px;
  }

  h1 {
    font-size: 42px;
  }

  .products-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .trust-row div {
    width: 100%;
  }

  .cart-drawer {
    padding: 16px;
  }

  .site-footer {
    display: grid;
  }
}
