/* ============================================
   PONTO NA AGULHA — pontonagulha.com.br
   Shared Styles
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg-warm: #FBF8F5;
  --bg-beige: #F0EAE2;
  --bg-dark: #3D2B1F;
  --text-dark: #3D2B1F;
  --text-body: #5C4A3D;
  --text-light: #8B7B6E;
  --terracota: #C4704B;
  --terracota-hover: #A85C3A;
  --terracota-light: #E8C4B0;
  --accent: #8B6F5C;
  --whatsapp: #25D366;
  --gold: #D4A76A;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--bg-warm);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ---- NAV ---- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(251,248,245,0.92); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(139,111,92,0.1);
  padding: 0 40px; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--text-dark); letter-spacing: -0.02em; }
.nav-logo span { color: var(--terracota); }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a { font-size: 0.8rem; font-weight: 500; color: var(--text-light); letter-spacing: 0.03em; text-transform: uppercase; transition: color 0.3s; }
.nav-links a:hover { color: var(--terracota); }
.nav-btn { background: var(--terracota); color: #fff !important; padding: 8px 20px; border-radius: 6px; font-size: 0.8rem; font-weight: 600; transition: background 0.3s; }
.nav-btn:hover { background: var(--terracota-hover); }
.nav-hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-hamburger span { width: 24px; height: 2px; background: var(--text-dark); transition: 0.3s; }

/* ---- SECTIONS ---- */
section { padding: 100px 40px; }
.s-beige { background: var(--bg-beige); }
.s-white { background: var(--bg-warm); }
.s-dark { background: var(--bg-dark); color: #fff; }
.container { max-width: 1100px; margin: 0 auto; }

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-block; background: var(--terracota); color: #fff;
  padding: 14px 32px; border-radius: 8px; font-size: 0.95rem;
  font-weight: 600; font-family: var(--font-body); transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(196,112,75,0.25); border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--terracota-hover); transform: translateY(-2px); box-shadow: 0 6px 28px rgba(196,112,75,0.3); }
.btn-secondary {
  display: inline-block; background: transparent; color: var(--text-dark);
  border: 2px solid var(--accent); padding: 12px 28px; border-radius: 8px;
  font-size: 0.95rem; font-weight: 600; font-family: var(--font-body); transition: all 0.3s;
}
.btn-secondary:hover { background: var(--accent); color: #fff; }
.btn-whatsapp {
  display: inline-block; background: var(--whatsapp); color: #fff;
  padding: 14px 36px; border-radius: 8px; font-size: 0.95rem;
  font-weight: 600; transition: all 0.3s; box-shadow: 0 4px 16px rgba(37,211,102,0.25);
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(37,211,102,0.35); }
.btn-sm {
  display: inline-block; background: var(--terracota); color: #fff;
  padding: 10px 24px; border-radius: 8px; font-size: 0.88rem; font-weight: 600; transition: all 0.3s;
}
.btn-sm:hover { background: var(--terracota-hover); }
.btn-outline-sm {
  display: inline-block; background: var(--bg-beige); color: var(--text-dark);
  padding: 10px 24px; border-radius: 8px; font-size: 0.85rem; font-weight: 600; transition: all 0.3s;
}
.btn-outline-sm:hover { background: var(--terracota); color: #fff; }
.btns-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---- TYPOGRAPHY ---- */
.section-title {
  font-family: var(--font-display); font-size: 2.2rem; font-weight: 700;
  color: var(--text-dark); text-align: center; margin-bottom: 16px; line-height: 1.25;
}
.section-sub { text-align: center; color: var(--text-light); font-size: 1rem; margin-bottom: 50px; max-width: 520px; margin-left: auto; margin-right: auto; }
.badge {
  display: inline-block; background: rgba(196,112,75,0.08); color: var(--terracota);
  font-size: 0.75rem; font-weight: 600; padding: 6px 16px; border-radius: 20px;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 20px;
}

/* ---- PROVA BAR ---- */
.prova { padding: 50px 40px; }
.prova .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: center; }
.prova-number { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--gold); margin-bottom: 4px; }
.prova-text { font-size: 0.85rem; color: rgba(255,255,255,0.65); letter-spacing: 0.03em; }

/* ---- CARDS 3-COL ---- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: #fff; border-radius: 16px; padding: 36px 28px; text-align: center;
  transition: all 0.4s; border: 1px solid rgba(139,111,92,0.08);
  box-shadow: 0 2px 12px rgba(61,43,31,0.04);
}
.card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(61,43,31,0.1); }
.card-emoji { font-size: 2.4rem; margin-bottom: 16px; display: block; }
.card h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; }
.card p { font-size: 0.9rem; color: var(--text-light); margin-bottom: 24px; line-height: 1.6; }

/* ---- CURSO ROW ---- */
.curso-row {
  display: grid; grid-template-columns: 280px 1fr; gap: 36px; align-items: center;
  padding: 32px; margin-bottom: 20px; border-radius: 16px;
  background: #fff; border: 1px solid rgba(139,111,92,0.06); transition: all 0.3s;
}
.curso-row:hover { box-shadow: 0 8px 32px rgba(61,43,31,0.08); }
.curso-row.flagship { border: 2px solid var(--terracota); background: linear-gradient(135deg, #fff 0%, rgba(232,196,176,0.1) 100%); position: relative; }
.flagship-badge { position: absolute; top: -12px; left: 32px; background: var(--terracota); color: #fff; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; padding: 4px 14px; border-radius: 4px; text-transform: uppercase; }
.curso-img-placeholder {
  width: 100%; aspect-ratio: 1; border-radius: 12px;
  background: linear-gradient(145deg, #E8D5C4, #D4B8A0);
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px;
  overflow: hidden;
}
.curso-img-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.curso-info h3 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.curso-price { font-size: 0.9rem; color: var(--terracota); font-weight: 700; margin-bottom: 12px; }
.curso-price .old { text-decoration: line-through; color: var(--text-light); font-weight: 400; margin-right: 8px; }
.curso-info > p { font-size: 0.9rem; color: var(--text-light); margin-bottom: 8px; line-height: 1.6; }
.curso-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.curso-tag { background: var(--bg-beige); color: var(--accent); font-size: 0.72rem; font-weight: 600; padding: 4px 10px; border-radius: 4px; }

/* ---- DEPOIMENTOS ---- */
.depo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.depo-card { background: #fff; padding: 32px; border-radius: 14px; border: 1px solid rgba(139,111,92,0.06); position: relative; }
.depo-card::before { content: '\201C'; font-family: var(--font-display); font-size: 4rem; color: var(--terracota-light); position: absolute; top: 12px; left: 20px; line-height: 1; }
.depo-text { font-size: 0.95rem; color: var(--text-body); line-height: 1.7; margin-bottom: 16px; padding-top: 20px; font-style: italic; }
.depo-author { display: flex; align-items: center; gap: 12px; }
.depo-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--terracota-light), var(--bg-beige)); flex-shrink: 0; overflow: hidden; }
.depo-avatar img { width: 100%; height: 100%; object-fit: cover; }
.depo-name { font-size: 0.85rem; font-weight: 600; color: var(--text-dark); }
.depo-role { font-size: 0.75rem; color: var(--text-light); }

/* ---- MÉTODO ---- */
.metodo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.metodo-list { list-style: none; }
.metodo-list li { padding: 12px 0; font-size: 0.95rem; color: var(--text-body); border-bottom: 1px solid rgba(139,111,92,0.08); display: flex; align-items: center; gap: 12px; }
.metodo-list li:last-child { border: none; }
.metodo-check { color: var(--terracota); font-weight: 700; font-size: 1.1rem; }
.img-placeholder {
  width: 100%; border-radius: 16px;
  background: linear-gradient(145deg, #E8D5C4, #D4B8A0);
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px;
  box-shadow: 0 12px 40px rgba(61,43,31,0.08); overflow: hidden;
}
.img-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.ph-icon { font-size: 2.5rem; opacity: 0.35; }
.ph-text { font-size: 0.8rem; color: var(--accent); text-align: center; padding: 0 20px; }

/* ---- BRUNA ---- */
.bruna-grid { display: grid; grid-template-columns: 360px 1fr; gap: 50px; align-items: center; }
.bruna-pretitle { font-size: 0.8rem; color: var(--terracota); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 8px; }
.bruna-title { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--text-dark); margin-bottom: 16px; }
.bruna-text { font-size: 0.95rem; color: var(--text-body); line-height: 1.8; margin-bottom: 16px; }

/* ---- FAQ ---- */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(139,111,92,0.12); }
.faq-q {
  font-weight: 600; color: var(--text-dark); font-size: 1rem; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0;
}
.faq-q::after { content: '+'; font-size: 1.4rem; color: var(--terracota); font-weight: 300; transition: transform 0.3s; }
.faq-item.open .faq-q::after { content: '−'; }
.faq-a { font-size: 0.9rem; color: var(--text-light); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0; }
.faq-item.open .faq-a { max-height: 200px; padding-bottom: 20px; }

/* ---- GARANTIA ---- */
.garantia-box {
  background: #fff; border: 2px solid var(--terracota-light); border-radius: 16px;
  padding: 40px; text-align: center; max-width: 640px; margin: 0 auto;
}
.garantia-icon { font-size: 2.5rem; margin-bottom: 12px; }
.garantia-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; }
.garantia-text { font-size: 0.95rem; color: var(--text-light); line-height: 1.7; }

/* ---- INVESTIMENTO ---- */
.invest-box { text-align: center; max-width: 560px; margin: 0 auto; }
.invest-list { list-style: none; text-align: left; margin-bottom: 32px; }
.invest-list li { padding: 8px 0; font-size: 0.92rem; color: var(--text-body); display: flex; align-items: center; gap: 10px; }
.invest-list li::before { content: '✓'; color: var(--terracota); font-weight: 700; }
.invest-old { font-size: 1rem; color: var(--text-light); text-decoration: line-through; margin-bottom: 4px; }
.invest-price { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.invest-vista { font-size: 1rem; color: var(--terracota); font-weight: 600; margin-bottom: 24px; }

/* ---- GALLERY ---- */
.gallery-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; }
.gallery-img { aspect-ratio: 1; border-radius: 12px; background: linear-gradient(145deg, #E8D5C4, #D4B8A0); overflow: hidden; }
.gallery-img img { width: 100%; height: 100%; object-fit: cover; }

/* ---- COMPARISON TABLE ---- */
.compare-table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 0.85rem; }
.compare-table th { background: var(--bg-dark); color: #fff; padding: 12px 10px; font-weight: 600; text-align: center; }
.compare-table th:first-child { text-align: left; border-radius: 8px 0 0 0; }
.compare-table th:last-child { border-radius: 0 8px 0 0; }
.compare-table td { padding: 10px; text-align: center; border-bottom: 1px solid rgba(139,111,92,0.1); color: var(--text-body); }
.compare-table td:first-child { text-align: left; font-weight: 500; color: var(--text-dark); }
.compare-table tr:hover { background: rgba(196,112,75,0.03); }
.compare-table .check { color: var(--terracota); font-weight: 700; }
.compare-table .dash { color: #ccc; }
.compare-highlight { background: rgba(196,112,75,0.05); }

/* ---- PROFILE CARDS ---- */
.profile-card {
  background: #fff; border-radius: 14px; padding: 28px; margin-bottom: 20px;
  border-left: 4px solid var(--terracota); box-shadow: 0 2px 12px rgba(61,43,31,0.04);
}
.profile-card h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.profile-card p { font-size: 0.9rem; color: var(--text-light); margin-bottom: 14px; }

/* ---- SALE PAGE HERO ---- */
.sale-hero {
  padding: 140px 40px 100px;
  background: linear-gradient(135deg, var(--bg-warm) 0%, #F5EDE5 50%, var(--bg-beige) 100%);
  position: relative; overflow: hidden;
}
.sale-hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.sale-hero h1 { font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; color: var(--text-dark); line-height: 1.25; margin-bottom: 16px; }
.sale-hero h1 em { font-style: italic; color: var(--terracota); }
.sale-hero .sub { font-size: 1.05rem; color: var(--text-light); line-height: 1.75; margin-bottom: 32px; }

/* ---- PARA QUEM ---- */
.para-quem-list { list-style: none; max-width: 600px; }
.para-quem-list li { padding: 10px 0; font-size: 0.95rem; color: var(--text-body); display: flex; align-items: flex-start; gap: 12px; }
.para-quem-list li::before { content: '→'; color: var(--terracota); font-weight: 700; flex-shrink: 0; }

/* ---- CTA FINAL ---- */
.cta-final { text-align: center; padding: 80px 40px; }
.cta-title { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; }
.cta-sub { color: var(--text-light); margin-bottom: 28px; }
.cta-upsell { font-size: 0.88rem; color: var(--text-light); margin-top: 20px; }
.cta-upsell a { color: var(--terracota); font-weight: 600; text-decoration: underline; }

/* ---- FOOTER ---- */
.footer { background: var(--bg-dark); padding: 40px; text-align: center; }
.footer-logo { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 16px; }
.footer-links { display: flex; gap: 24px; justify-content: center; margin-bottom: 16px; }
.footer-links a { color: rgba(255,255,255,0.5); font-size: 0.82rem; transition: color 0.3s; }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  section { padding: 60px 20px; }
  .nav { padding: 0 20px; }
  .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--bg-warm); flex-direction: column; padding: 20px; gap: 16px; border-bottom: 1px solid rgba(139,111,92,0.1); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .nav-links.open { display: flex; }
  .nav-hamburger { display: flex; }
  .sale-hero { padding: 100px 20px 60px; }
  .sale-hero .container, .metodo-grid, .bruna-grid { grid-template-columns: 1fr; }
  .sale-hero h1 { font-size: 1.8rem; }
  .section-title { font-size: 1.7rem; }
  .cards-3 { grid-template-columns: 1fr; }
  .curso-row { grid-template-columns: 1fr; }
  .depo-grid { grid-template-columns: 1fr; }
  .gallery-4 { grid-template-columns: repeat(2, 1fr); }
  .prova .container { grid-template-columns: 1fr; gap: 20px; }
  .compare-table { font-size: 0.72rem; }
  .compare-table th, .compare-table td { padding: 8px 4px; }
}

/* ---- ANIMATIONS ---- */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.animate { animation: fadeInUp 0.6s ease forwards; opacity: 0; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
