:root {
  color-scheme: light;
  color: #0f1d3c;
  background: #f8fbff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  /* Simple, modern white → blue gradient */
  background: linear-gradient(120deg, #ffffff 35%, #e6f3ff 65%);
  color: #072034; /* stronger dark text for higher contrast */
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

h1, h2, h3, .eyebrow {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.page-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 48px;
}

img {
  display: block;
  max-width: 100%;
}

.hero-copy {
  max-width: 720px;
}

.hero-section {
  display: grid;
  gap: 32px;
  align-items: start;
  padding: 44px 44px 56px;
  background: #ffffff;
  border: 1px solid rgba(15, 46, 103, 0.24);
  border-radius: 36px;
  box-shadow: 0 30px 72px rgba(15, 46, 103, 0.16);
}

.hero-copy {
  max-width: 680px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.brand-logo {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 22px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 28px 60px rgba(15, 46, 103, 0.2);
  border: 1px solid rgba(30, 64, 175, 0.3);
}

.logo-wrap .social-link {
  margin-top: 8px;
}
.logo-wrap .social-link a {
  color: #1e3a8a;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

/* Footer social icon */
.footer-bar .footer-social {
  margin-top: 8px;
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.footer-bar .instagram-link,
.footer-bar .facebook-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.footer-bar .instagram-link svg,
.footer-bar .facebook-link svg {
  width: 28px;
  height: 28px;
}
.footer-bar .whatsapp-link svg { width: 28px; height: 28px; }
.footer-bar .instagram-link:hover, .footer-bar .facebook-link:hover { opacity: 0.88; }
.footer-bar .whatsapp-link:hover { opacity: 0.88; }

.eyebrow {
  margin: 0 0 1rem;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2563eb;
  font-weight: 600;
  opacity: 0.86;
}

.hero-section h1 {
  margin: 0;
  font-family: 'Bebas Neue', 'Playfair Display', 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', serif;
  font-size: clamp(3.8rem, 5vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -0.08em;
  color: #0f1d3c;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(15, 46, 103, 0.14);
}

.headline-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.headline-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(4rem, 5vw, 6.2rem);
  font-weight: 900;
  color: #0f1d3c;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.headline-sub {
  display: block;
  font-family: 'Inter', 'Poppins', system-ui, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  font-weight: 500;
  color: #dc2626;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-top: 0.15rem;
}

.hero-text {
  margin: 1.5rem 0 0;
  max-width: 680px;
  line-height: 1.85;
  color: #334155;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.4rem;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-button:hover {
  transform: translateY(-1px);
}

.hero-button--primary {
  background: #1e3a8a;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(30, 58, 138, 0.2);
}

.hero-button--secondary {
  background: #eef5ff;
  color: #1e3a8a;
  border: 1px solid rgba(30, 58, 138, 0.16);
}

.hero-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-card {
  width: 100%;
  padding: 32px;
  border-radius: 28px;
  background: #eef5ff;
  border: 1px solid rgba(30, 64, 175, 0.25);
}

.brand-label {
  display: inline-flex;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f3c82;
  background: rgba(59, 130, 246, 0.16);
}

.brand-card h2 {
  margin: 1.5rem 0 0.85rem;
  font-size: 2rem;
  color: #0f1d3c;
}

.brand-card p {
  margin: 0;
  line-height: 1.8;
  color: #475569;
}

.section {
  margin-top: 40px;
}

.highlights-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.highlight-card {
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(30, 58, 138, 0.1);
  box-shadow: 0 16px 34px rgba(7, 32, 52, 0.06);
}

.highlight-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.08rem;
  color: #0f1d3c;
}

.highlight-card p {
  margin: 0;
  color: #475569;
}

.section h2 {
  margin-bottom: 0.8rem;
  font-size: 1.9rem;
  color: #0f1d3c;
}

.section p {
  margin: 0;
  max-width: 820px;
  line-height: 1.85;
  color: #475569;
  font-size: 1rem;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 28px;
}

.product-page .page-shell {
  padding: 40px 24px 40px;
}

.product-header {
  display: flex;
  flex-direction: column;
  gap: 28px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 34px;
  padding: 26px 28px;
  margin-bottom: 32px;
}

/* Product page horizontal layout: image left, details right */
.product-hero {
  display: flex;
  gap: 36px;
  align-items: stretch; /* make children equal height */
}

.product-media {
  flex: 0 0 520px;
  max-width: 50%;
  min-height: 520px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #0f3a71;
  border-radius: 28px;
  padding: 16px 16px 24px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 32px 60px rgba(15,36,80,0.18);
}

.product-media.product-media--white {
  background: #ffffff;
  box-shadow: 0 24px 48px rgba(15, 36, 80, 0.12);
}

.product-media .product-image-large {
  height: auto;
  width: 95%;
  max-width: 500px;
  border-radius: 24px;
  object-fit: contain;
  transform: none;
  border: 2px solid rgba(255,255,255,0.88);
  box-shadow: 0 22px 40px rgba(0,0,0,0.18);
}

.product-info {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-info .product-detail-copy {
  flex: 1 1 auto; /* fill remaining height to match image */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 900px) {
  .product-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .product-media {
    max-width: 100%;
    flex: none;
    align-items: center;
    justify-content: center;
  }

  .product-media .product-image-large {
    height: auto;
    width: 100%;
  }

  .product-info .product-detail-copy {
    flex: none;
  }
}

/* Dynamic, simple visual tweaks */
.hero-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: none;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  align-items: center;
}

.hero-copy { background: transparent; padding: 0; }
.hero-panel { justify-self: end; }

.product-card, .brand-card, .contact-card {
  transition: transform 220ms cubic-bezier(.2,.9,.2,1), box-shadow 220ms ease, border-color 220ms ease;
}
.product-card:hover, .brand-card:hover, .contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 36px 64px rgba(7,32,52,0.14);
}

.product-card-image { height: 160px; object-fit: cover; border-radius: 14px; }

.product-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }

.product-hero { background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(246,252,255,0.9)); padding: 22px; border-radius: 20px; border: 1px solid rgba(30,64,175,0.06); }

.product-info h1 { font-size: 1.6rem; }

/* subtle accent bar on product info */
.product-info::before {
  content: '';
  height: 8px;
  width: 80px;
  background: linear-gradient(90deg,#0077CC,#00A5FF);
  border-radius: 8px;
  display: block;
  margin-bottom: 12px;
}

.product-detail-copy {
  position: relative;
  padding: 24px;
  background: linear-gradient(180deg,#0f3a71,#1f5ea8);
  border: 1px solid rgba(7, 90, 153, 0.4);
  border-radius: 28px;
  box-shadow: 0 20px 42px rgba(7, 32, 52, 0.14);
  color: #ffffff;
  overflow: hidden;
}

.product-detail-copy::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 38%);
  opacity: 0.35;
  pointer-events: none;
}

.product-detail-copy h2,
.product-detail-copy h3,
.product-detail-copy h4,
.product-detail-copy p,
.product-detail-copy li {
  color: #000000;
}

.product-detail-copy h2 {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.product-detail-copy p,
.product-detail-copy li {
  color: #000000;
}

/* Ensure visible spacing after overview and between sections */
.product-detail-copy h2 { margin: 0 0 0.8rem; }
.product-detail-copy h3 { margin: 1rem 0 0.5rem; }
.product-detail-copy p { margin: 0 0 1rem; }

.product-detail-copy h3,
.product-detail-copy h4 {
  color: #f8fbff;
}

.product-detail-copy p,
.product-detail-copy li {
  color: rgba(255,255,255,0.92);
}

@media (max-width: 980px) {
  .hero-section { grid-template-columns: 1fr; }
  .hero-panel { justify-self: stretch; }
}

/* Tighter typography for product page */
.product-info h1 {
  font-size: 1.8rem;
  line-height: 1.05;
  margin: 0;
}

.product-tagline {
  font-size: 0.95rem;
  margin-top: 0.4rem;
}

.product-overview-intro {
  margin: 0.2rem 0 1rem;
  padding: 0;
}

.product-overview-intro h2 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  color: #0f1d3c;
}

.product-overview-intro p {
  margin: 0;
  color: #334155;
  line-height: 1.7;
}

.product-specs h4 {
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .product-info h1 {
    font-size: 1.6rem;
  }
  .product-media .product-image-large {
    transform: none;
  }
}

.back-link {
  color: #1e40af;
  font-weight: 700;
  text-decoration: none;
}

.product-title-block {
  display: grid;
  gap: 24px;
}

.product-image-large {
  width: 100%;
  max-width: 560px;
  border-radius: 30px;
  border: 1px solid rgba(59, 130, 246, 0.16);
  box-shadow: 0 20px 40px rgba(15, 46, 103, 0.12);
}

.product-tagline {
  margin-top: 1rem;
  color: #475569;
  max-width: 680px;
}

.product-detail {
  display: grid;
  gap: 28px;
}

.product-detail-copy {
  background: #ffffff;
  border: 1px solid rgba(59, 130, 246, 0.16);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 20px 42px rgba(15, 46, 103, 0.08);
}

.benefit-list {
  margin: 1rem 0 0;
  padding-left: 1.3rem;
}

.benefit-list li {
  margin-bottom: 0.95rem;
  color: #334155;
  line-height: 1.75;
}

.product-specs {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 1.75rem;
}

.product-specs h4 {
  margin: 0 0 0.6rem;
  font-size: 1rem;
  color: #0f1d3c;
}

.product-specs p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

.product-grid,
.contact-grid {
  display: grid;
  gap: 24px;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.product-card,
.contact-card {
  padding: 36px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(7, 32, 52, 0.06);
  box-shadow: 0 22px 48px rgba(7, 32, 52, 0.08);
}

/* Emphasize labels inside contact cards */
.contact-card p strong {
  font-weight: 800;
  color: #0f1d3c;
}

.product-card-featured {
  border-color: rgba(220, 38, 38, 0.22);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(241,245,255,0.95));
}

.product-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 1rem;
  border: 1px solid rgba(7, 32, 52, 0.06);
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  background: #1e3a8a;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(30, 58, 138, 0.24);
}

.product-card h3,
.contact-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  color: #0f1d3c;
}

.product-card p,
.contact-card p {
  margin: 0;
  line-height: 1.8;
  color: #475569;
}

.footer-bar {
  margin-top: 48px;
  padding: 22px 0 0;
  text-align: center;
  color: #475569;
  font-size: 0.95rem;
}

@media (min-width: 960px) {
  .hero-section {
    grid-template-columns: 1.4fr 0.9fr;
    gap: 48px;
  }
}

@media (max-width: 720px) {
  .page-shell {
    padding: 24px 16px 32px;
  }

  .hero-section {
    padding: 24px 18px;
    border-radius: 24px;
    gap: 20px;
  }

  .brand-card {
    padding: 20px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-button {
    width: 100%;
  }

  .logo-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-logo {
    width: 96px;
    height: 96px;
    padding: 10px;
  }

  .headline-brand {
    font-size: clamp(2.1rem, 8vw, 2.8rem);
  }

  .headline-sub {
    font-size: 0.95rem;
  }

  .section h2 {
    font-size: 1.5rem;
  }

  .product-grid,
  .contact-grid,
  .highlights-grid {
    grid-template-columns: 1fr;
  }

  .product-card,
  .contact-card,
  .highlight-card {
    padding: 24px;
  }

  .product-card-image {
    height: 180px;
  }

  .product-hero {
    flex-direction: column;
    gap: 22px;
    padding: 16px;
  }

  .product-media {
    min-height: auto;
    padding: 12px;
  }

  .product-info {
    gap: 10px;
  }

  .product-detail-copy {
    padding: 20px;
  }

  .product-specs {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-bar {
    font-size: 0.9rem;
  }
}
