﻿/* ============================================================
   DIVALORE BUSINESS — FASE 10D.1
   Regra: fundo claro = texto escuro; fundo escuro = texto claro.
   ============================================================ */

:root {
  --dv-black: #070707;
  --dv-panel: #111111;
  --dv-cream: #f8f3e8;
  --dv-white: #ffffff;
  --dv-text: #151515;
  --dv-muted: #575757;
  --dv-light: #ffffff;
  --dv-light-soft: rgba(255,255,255,.84);
  --dv-gold: #d7ad4b;
  --dv-gold-dark: #7a5516;
  --dv-line: rgba(20,20,20,.14);
  --dv-line-dark: rgba(255,255,255,.18);
  --dv-radius-xl: 30px;
  --dv-radius-lg: 20px;
  --dv-shadow: 0 24px 80px rgba(0,0,0,.13);
}

body {
  background: var(--dv-cream);
  color: var(--dv-text);
}

.dv10d-page,
.dv10d-page * {
  box-sizing: border-box;
}

.dv10d-page {
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto 80px;
  color: var(--dv-text);
}

.dv10d-header {
  background: #050505;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.dv10d-header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.dv10d-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  color: #ffffff !important;
  text-decoration: none !important;
}

.dv10d-brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.dv10d-brand strong {
  display: block;
  color: #f7df9a;
  font-size: 1.18rem;
  line-height: 1.05;
}

.dv10d-brand small {
  display: block;
  color: #ffffff;
  font-size: .7rem;
  letter-spacing: .28em;
  font-weight: 800;
}

.dv10d-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: flex-end;
  overflow-x: auto;
}

.dv10d-nav a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: .94rem;
  line-height: 1.15;
  white-space: nowrap;
  padding: 12px 14px;
  border-radius: 999px;
}

.dv10d-nav a:hover,
.dv10d-nav a[aria-current="page"],
.dv10d-nav-cta {
  color: #111111 !important;
  background: linear-gradient(135deg, #f2d27d, #c89b3c);
}

.dv10d-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 24px;
  align-items: stretch;
}

.dv10d-hero-main {
  background:
    radial-gradient(circle at 20% 0%, rgba(215,173,75,.25), transparent 34%),
    linear-gradient(135deg, #070707, #16120b 62%, #070707);
  color: #ffffff;
  border: 1px solid var(--dv-line-dark);
  border-radius: var(--dv-radius-xl);
  padding: clamp(28px, 4vw, 52px);
  box-shadow: var(--dv-shadow);
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dv10d-hero-side,
.dv10d-section {
  background: #ffffff;
  color: var(--dv-text);
  border: 1px solid var(--dv-line);
  border-radius: var(--dv-radius-xl);
  padding: clamp(24px, 3vw, 38px);
  box-shadow: var(--dv-shadow);
}

.dv10d-section {
  margin-top: 24px;
}

.dv10d-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(215,173,75,.14);
  border: 1px solid rgba(215,173,75,.34);
  color: #f1d07b;
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dv10d-hero-side .dv10d-kicker,
.dv10d-section .dv10d-kicker,
.dv10d-product-card .dv10d-kicker {
  color: #6f4d14;
  background: #fff6dc;
  border-color: rgba(134,97,31,.25);
}

.dv10d-title {
  margin: 0;
  color: inherit;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 950;
  max-width: 900px;
}

.dv10d-hero-side h2,
.dv10d-section h2 {
  margin: 0;
  color: var(--dv-text);
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.dv10d-hero-main p {
  color: var(--dv-light-soft);
}

.dv10d-hero-side p,
.dv10d-section p,
.dv10d-card p,
.dv10d-step p,
.dv10d-faq p,
.dv10d-product-card p {
  color: var(--dv-muted);
}

.dv10d-subtitle {
  margin: 20px 0 0;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.68;
  max-width: 760px;
}

.dv10d-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dv10d-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-size: .95rem;
  line-height: 1.15;
  font-weight: 900;
  cursor: pointer;
}

.dv10d-btn-primary {
  color: #15100a !important;
  background: linear-gradient(135deg, #f2d27d, #c89b3c);
  box-shadow: 0 16px 36px rgba(200,155,60,.25);
}

.dv10d-btn-dark {
  color: #ffffff !important;
  background: #111111;
  border-color: rgba(255,255,255,.16);
}

.dv10d-btn-light {
  color: #151515 !important;
  background: #ffffff;
  border-color: rgba(17,17,17,.14);
}

.dv10d-btn-outline {
  color: #ffffff !important;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.24);
}

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

.dv10d-card,
.dv10d-step,
.dv10d-faq,
.dv10d-product-card {
  background: #ffffff;
  color: var(--dv-text);
  border: 1px solid var(--dv-line);
  border-radius: var(--dv-radius-lg);
  padding: 18px;
}

.dv10d-card h3,
.dv10d-step h3,
.dv10d-faq h3,
.dv10d-product-card h2 {
  margin: 0 0 8px;
  color: var(--dv-text);
  font-size: 1.05rem;
  line-height: 1.25;
}

.dv10d-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.dv10d-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--dv-text);
  font-size: .98rem;
  line-height: 1.5;
}

.dv10d-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: .55em;
  border-radius: 50%;
  background: var(--dv-gold);
  flex: 0 0 auto;
}

.dv10d-form {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.dv10d-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.dv10d-field {
  display: grid;
  gap: 6px;
}

.dv10d-field label {
  color: var(--dv-text);
  font-size: .88rem;
  font-weight: 850;
}

.dv10d-field input,
.dv10d-field select,
.dv10d-field textarea {
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(17,17,17,.18);
  background: #ffffff;
  color: #151515;
  padding: 12px 14px;
  font: inherit;
}

.dv10d-field textarea {
  min-height: 110px;
  resize: vertical;
}

.dv10d-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--dv-muted);
  font-size: .9rem;
  line-height: 1.45;
}

.dv10d-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff7df;
  border: 1px solid rgba(215,173,75,.34);
  color: #4f3a11;
  font-size: .94rem;
  line-height: 1.55;
}

.dv10d-hub-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin-top: 20px;
}

.dv10d-product-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}

.dv10d-product-card a {
  margin-top: auto;
  color: #6f4d14;
  font-weight: 900;
  text-decoration: none;
}

.dv10d-floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  background: #087b27;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.25);
}

.dv10d-backtop {
  position: fixed;
  right: 24px;
  bottom: 86px;
  z-index: 998;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 0;
  background: var(--dv-gold);
  color: #111111;
  font-weight: 950;
  cursor: pointer;
}

@media (max-width: 1040px) {
  .dv10d-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .dv10d-nav {
    width: 100%;
    justify-content: flex-start;
  }

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

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

@media (max-width: 680px) {
  .dv10d-page {
    width: min(100% - 20px, 1180px);
    margin: 18px auto 72px;
  }

  .dv10d-header-inner {
    width: min(100% - 20px, 1180px);
  }

  .dv10d-brand img {
    width: 52px;
    height: 52px;
  }

  .dv10d-nav a {
    font-size: .9rem;
    padding: 10px 12px;
  }

  .dv10d-hero-main,
  .dv10d-hero-side,
  .dv10d-section {
    border-radius: 22px;
    padding: 22px;
  }

  .dv10d-title {
    font-size: clamp(2.15rem, 14vw, 3.7rem);
  }

  .dv10d-form-grid,
  .dv10d-grid,
  .dv10d-hub-products {
    grid-template-columns: 1fr;
  }

  .dv10d-btn {
    width: 100%;
  }

  .dv10d-floating-whatsapp {
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
  }

  .dv10d-backtop {
    right: 16px;
    bottom: 76px;
  }
}
