:root {
  --color-primary: #0b1a2b;
  --color-primary-soft: #12283f;
  --color-accent: #ff7a00;
  --color-white: #ffffff;
  --color-bg: #f4f6f8;
  --color-surface: #ffffff;
  --color-surface-soft: #eef2f6;
  --color-text: #0f1f32;
  --color-muted: #5b6676;
  --border-soft: rgba(15, 31, 50, 0.14);
  --shadow-soft: 0 16px 42px rgba(8, 23, 40, 0.14);
  --shadow-card: 0 8px 24px rgba(8, 23, 40, 0.08);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --container: min(1140px, 92vw);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: var(--color-text);
  background: linear-gradient(180deg, #f9fbfd 0%, var(--color-bg) 35%, #f8fafc 100%);
  line-height: 1.6;
}

body.page-home {
  background: linear-gradient(180deg, #f9fbfd 0%, var(--color-bg) 35%, #f8fafc 100%);
}

body.page-store {
  background: linear-gradient(180deg, #0b1a2b 0%, #10253d 45%, #1a3552 100%);
}

body.page-store .section-header h1,
body.page-store .section-header h2 {
  color: #f3f7fc;
}

body.page-store .section-header p,
body.page-store .catalog-meta,
body.page-store .search-field {
  color: rgba(232, 240, 250, 0.82);
}

body.page-store .product-detail-breadcrumb {
  color: rgba(232, 240, 250, 0.82);
}

body.page-store .product-detail-breadcrumb a {
  color: #ffd4ac;
}

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: clamp(3.6rem, 6vw, 5.4rem) 0;
}

.section-header {
  max-width: 760px;
  margin-bottom: 2.4rem;
}

.section-header h1,
.section-header h2 {
  font-size: clamp(1.8rem, 2.9vw, 2.9rem);
  margin: 0 0 0.95rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.section-header p {
  margin: 0;
  color: var(--color-muted);
}

.badge {
  display: inline-block;
  padding: 0.34rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.12);
  color: #ab4f00;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(15, 31, 50, 0.08);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 5rem;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-decoration: none;
  color: var(--color-text);
  padding: 0.25rem 0.45rem 0.25rem 0.25rem;
  box-shadow: 0 8px 18px rgba(8, 23, 40, 0.12);
}

.brand-mark {
  width: 18.0rem;
  /* aspect-ratio: 1; */
  background: #ffffff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.brand-logo {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  padding: 0.5rem 1.34rem;
  border-radius: 12px;
  border: 1px solid transparent;
}


.brand-name {
  font-size: 0.95rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav a {
  text-decoration: none;
  color: var(--color-muted);
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.25s ease;
}

.nav a:hover,
.nav a[aria-current='page'] {
  color: var(--color-primary);
}

.hero {
  padding: clamp(4.8rem, 7vw, 6.4rem) 0 3.8rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.8rem;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.1rem, 5vw, 3.7rem);
  line-height: 1.04;
  margin: 0 0 1rem;
}

.hero-copy p {
  color: var(--color-muted);
  margin-bottom: 1.9rem;
  max-width: 54ch;
}

.cta-row {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.84rem 1.34rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  cursor: pointer;
}

.btn-sm {
  padding: 0.58rem 0.94rem;
  font-size: 0.88rem;
}

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

.btn-primary {
  background: linear-gradient(140deg, var(--color-primary), var(--color-primary-soft));
  color: #fff;
  box-shadow: 0 10px 22px rgba(11, 26, 43, 0.28);
}

.btn-secondary {
  border-color: rgba(15, 31, 50, 0.2);
  color: var(--color-primary);
  background: #fff;
}

.btn-whatsapp {
  background: var(--color-accent);
  color: #311700;
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.28);
}

.hero-card,
.about-card,
.benefit-item,
.product-card {
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.hero-card:hover,
.about-card:hover,
.benefit-item:hover,
.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(8, 23, 40, 0.12);
}

.hero-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 1.35rem;
  border: 1px solid var(--border-soft);
}

.hero-card img {
  border-radius: 14px;
  background: var(--color-surface-soft);
}

.hero-stats {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.hero-stats div {
  background: #f0f3f8;
  padding: 0.82rem;
  border-radius: 10px;
  text-align: center;
}

.hero-stats strong {
  display: block;
  font-size: 1.05rem;
}

.landing-flow {
  display: grid;
  gap: 0;
}

.about-grid,
.benefits-grid {
  display: grid;
  gap: 1.15rem;
}

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

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

.founder-quote-wrap {
  display: grid;
  justify-items: center;
}

.about-card,
.benefit-item {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 1.35rem;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
}

.about-card h3,
.benefit-item h3 {
  margin: 0 0 0.45rem;
}

.about-card p,
.benefit-item p {
  margin: 0;
  color: var(--color-muted);
}

.benefit-item--featured {
  max-width: 860px;
  width: 100%;
  padding: clamp(1.4rem, 2.8vw, 2.2rem);
  border-left: 6px solid var(--color-accent);
  background: linear-gradient(155deg, #ffffff 0%, #f7fbff 100%);
}

.founder-quote {
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.7;
  color: var(--color-primary-soft);
  margin-bottom: 1rem;
}

.benefits {
  background: linear-gradient(145deg, #f0f4f8 0%, #f7fafc 100%);
  border-top: 1px solid rgba(15, 31, 50, 0.06);
  border-bottom: 1px solid rgba(15, 31, 50, 0.06);
}

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

.product-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transform-origin: center;
}

.product-gallery {
  padding: 0.9rem;
  border-bottom: 1px solid var(--border-soft);
  overflow: hidden;
}

.product-main-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  background: var(--color-surface-soft);
  transition: transform 0.35s ease;
}


.product-thumbs {
  margin-top: 0.7rem;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.product-actions {
  margin-top: auto;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.product-actions .btn {
  flex: 1;
  min-width: 130px;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.product-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 23, 40, 0.6);
  backdrop-filter: blur(2px);
}

.product-modal__dialog {
  position: relative;
  width: min(1000px, 96vw);
  max-height: 92vh;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  overflow: auto;
}

.product-modal__close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid var(--border-soft);
  background: #fff;
  border-radius: 999px;
  font-size: 1.3rem;
  cursor: pointer;
}

.product-modal__content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.2rem;
  padding: 1.2rem;
}

.product-modal__main {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
  background: var(--color-surface-soft);
}

.product-modal__controls {
  margin: 0.75rem 0;
  display: flex;
  gap: 0.55rem;
}

.product-modal__thumbs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product-modal__meta {
  display: flex;
  flex-direction: column;
}

.product-modal__meta h3 {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}

.product-modal__meta p {
  margin: 0 0 1rem;
  color: var(--color-muted);
}

body.modal-open {
  overflow: hidden;
}

.thumb-btn {
  border: 1px solid transparent;
  background: transparent;
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.22s ease;
}

.thumb-btn img {
  width: 55px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  background: var(--color-surface-soft);
}

.thumb-btn.is-active {
  border-color: var(--color-primary);
}

.product-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-content h3 {
  margin: 0 0 0.4rem;
  font-size: 1.08rem;
}

.product-content p {
  margin: 0 0 1rem;
  color: var(--color-muted);
  flex: 1;
}

.product-card:hover {
  transform: translateY(-5px) scale(1.015);
  box-shadow: 0 18px 34px rgba(8, 23, 40, 0.18);
}

.product-card:hover .product-main-image {
  transform: scale(1.04);
}

.cta {
  padding: 4rem 0;
}

.cta-box {
  background: linear-gradient(135deg, var(--color-primary), #1d3652);
  border-radius: 24px;
  color: #fff;
  padding: clamp(1.45rem, 4vw, 2.6rem);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
  align-items: center;
  box-shadow: var(--shadow-soft);
}

.cta-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.catalog-hero {
  padding-top: 4.6rem;
}

.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.3rem;
  flex-wrap: wrap;
}

.search-field {
  display: grid;
  gap: 0.4rem;
  font-weight: 600;
}

.search-field input {
  width: min(370px, 85vw);
  padding: 0.76rem 0.88rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-field input:focus {
  outline: none;
  border-color: rgba(255, 122, 0, 0.7);
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.14);
}

.catalog-meta {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.94rem;
}

.pagination {
  margin-top: 1.7rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.page-btn {
  border: 1px solid var(--border-soft);
  background: #fff;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.page-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.page-btn.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.empty-state {
  background: #fff;
  border: 1px dashed var(--border-soft);
  border-radius: var(--radius-md);
  padding: 1rem;
}

.footer {
  background: var(--color-primary);
  color: rgba(255, 255, 255, 0.86);
  padding: 2.2rem 0;
}

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

.footer-grid--enhanced {
  grid-template-columns: 1.2fr 1fr auto;
  align-items: start;
  gap: 1.2rem 2rem;
}

.footer-brand strong {
  font-size: 1.1rem;
}

.footer-brand p,
.footer-contact p,
.footer-legal p {
  margin: 0.4rem 0 0;
}

.footer-contact {
  display: grid;
  gap: 0.3rem;
}

.footer-contact h3 {
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
}

.footer-contact a {
  width: fit-content;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 0.8rem;
  margin-top: 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
}

.footer a {
  color: #ffd4ac;
  text-decoration: none;
}



.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 930px) {
  .product-modal__content {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .about-grid,
  .products-grid,
  .benefits-grid,
  .cta-box,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .header-content {
    flex-wrap: wrap;
    padding: 0.65rem 0;
  }

  .nav {
    width: 100%;
    order: 3;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .hero {
    padding-top: 4.4rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }
}

.product-gallery {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-category {
  margin: 0;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-detail-section {
  padding-top: 4.8rem;
}

.product-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--color-muted);
  font-size: 0.92rem;
}

.product-detail-breadcrumb a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
}

.product-detail {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
  padding: clamp(1rem, 3vw, 1.8rem);
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1.05fr 0.95fr;
}

body.page-store .product-card {
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.98) 0%, rgba(239, 246, 255, 0.94) 100%);
  border-color: rgba(164, 190, 219, 0.3);
  box-shadow: 0 10px 28px rgba(4, 12, 22, 0.28);
}

body.page-store .product-gallery {
  border-bottom-color: rgba(164, 190, 219, 0.24);
}

body.page-store .product-content p {
  color: #31445b;
}

.product-detail__main-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  background: var(--color-surface-soft);
}

.product-detail__thumbs {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.product-detail__content h1 {
  margin: 0.2rem 0 0.7rem;
  line-height: 1.1;
}

.product-detail__lead {
  font-size: 1.05rem;
  color: var(--color-primary-soft);
  font-weight: 600;
}

.product-detail__actions {
  margin-top: 1.3rem;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.detail-not-found {
  background: #fff;
  border: 1px dashed var(--border-soft);
  border-radius: var(--radius-md);
  padding: 1.1rem;
}

@media (max-width: 930px) {
  .product-detail {
    grid-template-columns: 1fr;
  }
}
