/* =========================================
   DIVINA PSYQUE - Shared Styles
   Navy #0D1F3C + Gold #C9A84C
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Montserrat:wght@300;400;500;600&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0D1F3C; font-family: 'Montserrat', sans-serif; color: #FAF6EE; }
a { text-decoration: none; color: inherit; }

/* ── NAV ── */
nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 60px; border-bottom: 1px solid rgba(201,168,76,0.25); position: sticky; top: 0; background: #0D1F3C; z-index: 100; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: #C9A84C; letter-spacing: 4px; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { font-size: 11px; letter-spacing: 1.5px; color: #C4B89A; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: #C9A84C; }
.btn-nav { background: #C9A84C; color: #0D1F3C; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; padding: 12px 28px; border: none; cursor: pointer; transition: opacity 0.2s; }
.btn-nav:hover { opacity: 0.85; }

/* ── BUTTONS ── */
.btn-gold { background: #C9A84C; color: #0D1F3C; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; padding: 16px 38px; border: none; cursor: pointer; transition: opacity 0.2s; }
.btn-gold:hover { opacity: 0.85; }
.btn-outline { background: transparent; color: #C9A84C; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 1.5px; padding: 15px 38px; border: 1px solid #C9A84C; cursor: pointer; transition: all 0.2s; }
.btn-outline:hover { background: rgba(201,168,76,0.08); }

/* ── STRIP ── */
.strip { background: rgba(201,168,76,0.07); padding: 22px 60px; display: flex; justify-content: center; gap: 72px; border-top: 1px solid rgba(201,168,76,0.2); border-bottom: 1px solid rgba(201,168,76,0.2); }
.strip-item { text-align: center; }
.strip-item span { display: block; font-size: 9px; letter-spacing: 2.5px; color: #C9A84C; margin-bottom: 6px; }
.strip-item p { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: #FAF6EE; }

/* ── SECTIONS ── */
.section { padding: 80px 60px; border-bottom: 1px solid rgba(201,168,76,0.1); }
.section-sm { padding: 60px 60px; border-bottom: 1px solid rgba(201,168,76,0.1); }
.sec-label { font-size: 9px; letter-spacing: 3.5px; color: #C9A84C; margin-bottom: 14px; }
.sec-title { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 600; color: #FAF6EE; margin-bottom: 18px; line-height: 1.1; }
.sec-title-lg { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 600; color: #FAF6EE; margin-bottom: 18px; line-height: 1.05; }
.sec-sub { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: #C4B89A; margin-bottom: 40px; line-height: 1.6; }
.body-text { font-size: 13px; color: #C4B89A; line-height: 1.9; margin-bottom: 24px; }
.body-text-w { font-size: 13px; color: #C4B89A; line-height: 1.9; margin-bottom: 24px; max-width: 600px; }
.italic-hero { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: #C4B89A; line-height: 1.6; margin-bottom: 20px; }

/* ── DIVIDER ── */
.gold-line { border: none; border-top: 1px solid rgba(201,168,76,0.25); margin: 0; }
.gold-line-thick { border: none; border-top: 2px solid #C9A84C; width: 60px; margin-bottom: 32px; }

/* ── CARDS ── */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.card { background: rgba(201,168,76,0.05); border: 1px solid rgba(201,168,76,0.25); padding: 36px 28px; }
.card-icon { width: 42px; height: 42px; background: rgba(201,168,76,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.card-icon svg { width: 18px; height: 18px; stroke: #C9A84C; fill: none; stroke-width: 1.2; }
.card-tag { font-size: 9px; letter-spacing: 2px; color: #C9A84C; margin-bottom: 10px; }
.card-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: #FAF6EE; margin-bottom: 12px; line-height: 1.25; }
.card-body { font-size: 12px; color: #9A8F7E; line-height: 1.85; margin-bottom: 20px; }
.card-link { font-size: 10px; letter-spacing: 1.5px; color: #C9A84C; cursor: pointer; }

/* ── BADGE ── */
.badge { display: inline-block; font-size: 9px; letter-spacing: 1.5px; color: #0D1F3C; background: #C9A84C; padding: 4px 14px; margin-bottom: 16px; font-weight: 600; }
.badge-outline { display: inline-block; font-size: 9px; letter-spacing: 1.5px; color: #C9A84C; border: 1px solid #C9A84C; padding: 3px 14px; margin-bottom: 16px; }

/* ── PILARES ── */
.pilares { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(201,168,76,0.2); margin-top: 40px; }
.pilar { background: #0D1F3C; padding: 32px 24px; }
.pilar-num { font-size: 9px; letter-spacing: 2.5px; color: #C9A84C; margin-bottom: 10px; }
.pilar-name { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 600; color: #FAF6EE; margin-bottom: 10px; line-height: 1.2; }
.pilar-body { font-size: 12px; color: #7A7060; line-height: 1.7; }

/* ── QUOTE ── */
.quote-block { border-left: 2px solid #C9A84C; padding-left: 24px; margin: 32px 0; }
.quote-block p { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; color: #C9A84C; line-height: 1.5; }

/* ── BULLET LIST ── */
.bullet-list { list-style: none; margin: 20px 0; }
.bullet-list li { font-size: 13px; color: #C4B89A; line-height: 1.85; padding: 6px 0 6px 24px; position: relative; }
.bullet-list li::before { content: '→'; position: absolute; left: 0; color: #C9A84C; font-size: 12px; }

/* ── 2-COL LAYOUT ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.two-col-text { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.img-placeholder { background: rgba(201,168,76,0.06); border: 1px solid rgba(201,168,76,0.2); display: flex; align-items: center; justify-content: center; }
.img-placeholder span { font-family: 'Cormorant Garamond', serif; font-size: 14px; font-style: italic; color: rgba(201,168,76,0.3); }

/* ── CTA BOX ── */
.cta-box { background: rgba(201,168,76,0.07); border: 1px solid rgba(201,168,76,0.25); padding: 64px; text-align: center; margin: 0 60px 80px; }
.cta-title { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 600; color: #FAF6EE; margin-bottom: 14px; line-height: 1.15; }
.cta-sub { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: #C4B89A; margin-bottom: 36px; }

/* ── HERO PAGE ── */
.page-hero { padding: 80px 60px 70px; text-align: center; border-bottom: 1px solid rgba(201,168,76,0.15); }
.page-hero-left { padding: 80px 60px; border-bottom: 1px solid rgba(201,168,76,0.15); }

/* ── INVESTMENT BOX ── */
.invest-box { background: rgba(201,168,76,0.06); border: 1px solid rgba(201,168,76,0.3); padding: 40px; text-align: center; }
.invest-label { font-size: 9px; letter-spacing: 2.5px; color: #C9A84C; margin-bottom: 12px; }
.invest-price { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: #FAF6EE; margin-bottom: 8px; }
.invest-sub { font-size: 12px; color: #9A8F7E; font-style: italic; margin-bottom: 24px; }

/* ── FOOTER ── */
footer { padding: 40px 60px; text-align: center; border-top: 1px solid rgba(201,168,76,0.15); }
footer p { font-size: 10px; letter-spacing: 1.5px; color: #5A5040; line-height: 2.5; }
footer span { color: #C9A84C; }
.footer-links { display: flex; justify-content: center; gap: 32px; margin-bottom: 20px; }
.footer-links a { font-size: 10px; letter-spacing: 1.5px; color: #7A6A50; }
.footer-links a:hover { color: #C9A84C; }

/* ── FAQ ── */
.faq-item { border-bottom: 1px solid rgba(201,168,76,0.15); padding: 24px 0; }
.faq-q { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: #FAF6EE; margin-bottom: 12px; }
.faq-a { font-size: 13px; color: #9A8F7E; line-height: 1.85; }

/* ── NOTA ÉTICA ── */
.nota { font-size: 11px; color: #5A5040; font-style: italic; text-align: center; padding: 20px 60px; }

/* ── FORM ── */
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 10px; letter-spacing: 1.5px; color: #C9A84C; margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; background: rgba(201,168,76,0.05); border: 1px solid rgba(201,168,76,0.25); color: #FAF6EE; font-family: 'Montserrat', sans-serif; font-size: 13px; padding: 14px 18px; outline: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: #5A5040; }
.form-group textarea { min-height: 120px; resize: vertical; }

/* ── FORM FEEDBACK ── */
.form-feedback { padding: 14px 18px; font-size: 13px; line-height: 1.6; border: 1px solid; }
.form-success { background: rgba(76,175,80,0.08); border-color: rgba(76,175,80,0.4); color: #81C784; }
.form-error { background: rgba(244,67,54,0.08); border-color: rgba(244,67,54,0.35); color: #E57373; }
.form-group select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23C9A84C' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.form-group select option { color: #0D1F3C; background: #FAF6EE; }
.form-group select option[disabled] { color: #7A7060; }
#submitBtn:disabled { opacity: 0.5; cursor: wait; }

/* ── WHATSAPP FLOAT ── */
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 95;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.whatsapp-float:hover { transform: translateY(-1px); filter: brightness(1.04); }
.whatsapp-float svg { width: 28px; height: 28px; fill: #FFFFFF; display: block; }
.whatsapp-float span { display: none; }

/* ── HAMBURGER MENU ── */
.nav-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 110; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #C9A84C; margin: 5px 0; transition: all 0.3s ease; }
.nav-hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-hamburger.active span:nth-child(2) { opacity: 0; }
.nav-hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.nav-overlay { display: none; }

/* ══════════════════════════════════════════════════════════
  READABILITY BOOST - WEB (≥ 769px)
  ══════════════════════════════════════════════════════════ */
@media (min-width: 769px) {
  .nav-logo { font-size: 21px; }
  .nav-links a { font-size: 13px; }
  .btn-nav, .btn-gold, .btn-outline { font-size: 13px; }

  .sec-label,
  .card-tag,
  .badge,
  .badge-outline,
  .pilar-num,
  .invest-label,
  .form-group label,
  .footer-links a,
  footer p { font-size: 13px; }

  .strip-item p { font-size: 18px; }
  .sec-title { font-size: 50px; }
  .sec-title-lg { font-size: 64px; }
  .sec-sub,
  .italic-hero,
  .cta-sub { font-size: 24px; }
  .cta-title { font-size: 44px; }
  .card-title { font-size: 24px; }
  .pilar-name { font-size: 20px; }
  .faq-q { font-size: 22px; }

  .body-text,
  .body-text-w,
  .bullet-list li,
  .card-body,
  .pilar-body,
  .faq-a,
  .form-group input,
  .form-group textarea,
  .form-group select,
  .form-feedback { font-size: 16px; }

  .card-link { font-size: 13px; }

  .page-hero > div[style*="font-size:11px"] { font-size: 13px !important; }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE - TABLET (≤ 960px)
   ══════════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  .section, .section-sm { padding: 60px 36px; }
  .page-hero, .page-hero-left { padding: 60px 36px 50px; }
  nav { padding: 18px 36px; }
  .cta-box { margin: 0 36px 60px; padding: 48px 36px; }
  .nota { padding: 20px 36px; }
  footer { padding: 36px 36px; }

  .strip { padding: 20px 36px; gap: 36px; flex-wrap: wrap; }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .pilares { grid-template-columns: 1fr 1fr; }
  .two-col { gap: 40px; }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE - MOBILE (≤ 768px)
   ══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* NAV - HAMBURGER */
  nav { padding: 16px 24px; }
  .nav-hamburger { display: block; }
  .nav-links, nav > a { display: none; }

  .nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(13,31,60,0.97);
    z-index: 105;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .nav-overlay.open { display: flex; }
  .nav-overlay a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 600;
    color: #C4B89A;
    padding: 16px 0;
    letter-spacing: 2px;
    transition: color 0.2s;
  }
  .nav-overlay a:hover, .nav-overlay a.active { color: #C9A84C; }
  .nav-overlay .btn-gold {
    margin-top: 28px;
    font-size: 12px;
    padding: 16px 42px;
  }

  /* HERO */
  .page-hero, .page-hero-left { padding: 48px 24px 40px; }
  .sec-title-lg { font-size: 38px; margin-bottom: 14px; }
  .sec-title { font-size: 32px; margin-bottom: 14px; }
  .sec-sub { font-size: 18px; margin-bottom: 28px; }
  .italic-hero { font-size: 19px; }

  .page-hero > div[style*="font-size:11px"] { font-size: 12px !important; }

  /* READABILITY */
  .body-text,
  .body-text-w,
  .bullet-list li,
  .card-body,
  .pilar-body,
  .faq-a { font-size: 16px; line-height: 1.85; }
  .sec-label,
  .card-tag,
  .pilar-num,
  .invest-label,
  .form-group label,
  .footer-links a,
  footer p { font-size: 13px; }
  .btn-gold, .btn-outline, .btn-nav { font-size: 12px; }
  .card-link { font-size: 13px; }

  /* SECTIONS */
  .section { padding: 48px 24px; }
  .section-sm { padding: 40px 24px; }

  /* STRIP */
  .strip { padding: 20px 24px; gap: 12px; display: grid; grid-template-columns: 1fr 1fr; }
  .strip-item p { font-size: 16px; }

  /* GRIDS → SINGLE COLUMN */
  .two-col, .two-col-text { grid-template-columns: 1fr; gap: 32px; }
  .cards-3 { grid-template-columns: 1fr; gap: 16px; }
  .cards-2 { grid-template-columns: 1fr; gap: 16px; }
  .pilares { grid-template-columns: 1fr; }

  /* CARDS */
  .card { padding: 28px 22px; }

  /* CTA BOX */
  .cta-box { margin: 0 16px 48px; padding: 40px 24px; }
  .cta-title { font-size: 30px; }
  .cta-sub { font-size: 19px; margin-bottom: 28px; }

  /* BUTTONS */
  .btn-gold, .btn-outline { font-size: 12px; padding: 14px 28px; }
  .page-hero .btn-gold, .page-hero .btn-outline { width: 100%; text-align: center; }
  .page-hero div[style*="display:flex"] { flex-direction: column; gap: 12px !important; }

  /* QUOTE */
  .quote-block p { font-size: 20px; }

  /* INVESTMENT */
  .invest-box { padding: 28px 20px; }
  .invest-price { font-size: 36px; }

  /* FOOTER */
  footer { padding: 32px 24px; }
  .footer-links { flex-wrap: wrap; gap: 16px 24px; justify-content: center; }

  /* NOTA */
  .nota { padding: 16px 24px; font-size: 10px; }

  /* IMG PLACEHOLDER */
  .img-placeholder { height: 220px !important; }

  /* FAQ */
  .faq-q { font-size: 19px; }

  /* FORM */
  .form-group input, .form-group textarea, .form-group select { font-size: 16px; padding: 14px 16px; }

  /* WHATSAPP FLOAT */
  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }
  .whatsapp-float svg { width: 26px; height: 26px; }
  .whatsapp-float span { display: none; }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE - SMALL MOBILE (≤ 420px)
   ══════════════════════════════════════════════════════════ */
@media (max-width: 420px) {
  nav { padding: 14px 16px; }
  .nav-logo { font-size: 16px; letter-spacing: 3px; }

  .page-hero, .page-hero-left { padding: 36px 16px 32px; }
  .sec-title-lg { font-size: 30px; }
  .sec-title { font-size: 26px; }
  .sec-sub { font-size: 17px; }

  .page-hero > div[style*="font-size:11px"] { font-size: 12px !important; }

  .body-text,
  .body-text-w,
  .bullet-list li,
  .card-body,
  .pilar-body,
  .faq-a { font-size: 15px; line-height: 1.8; }
  .sec-label,
  .card-tag,
  .pilar-num,
  .invest-label,
  .form-group label,
  .footer-links a,
  footer p,
  .btn-gold,
  .btn-outline,
  .btn-nav,
  .card-link { font-size: 12px; }

  .section { padding: 36px 16px; }
  .section-sm { padding: 32px 16px; }

  .strip { padding: 16px; gap: 8px; }

  .cta-box { margin: 0 8px 36px; padding: 32px 16px; }
  .cta-title { font-size: 24px; }

  footer { padding: 28px 16px; }
  .footer-links { gap: 12px 18px; }

  .nota { padding: 14px 16px; }

  .invest-price { font-size: 30px; }

  .whatsapp-float {
    right: 10px;
    bottom: 10px;
    width: 48px;
    height: 48px;
  }
}
