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

:root {
  --azul: #0b2e62;
  --bordo: #5c0601;
  --laranja: #a2543d;
  --laranja-claro: #e2cea6;
  --branco: #ffffff;
  --fundo: #faf6f0;
  --fundo-suave: rgba(226, 206, 166, 0.15);
  --fundo-card: rgba(226, 206, 166, 0.2);
  --sombra: 0 4px 20px rgba(11, 46, 98, 0.08);
  --sombra-hover: 0 8px 30px rgba(11, 46, 98, 0.14);
  --radius: 16px;
  --radius-sm: 10px;
  --max-width: 1100px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Playfair Display', serif;
  color: #5c0601;
  background-color: var(--fundo);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  color: var(--bordo);
  line-height: 1.3;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ========== HEADER ========== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(250, 246, 240, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(226, 206, 166, 0.3);
  transition: box-shadow 0.3s;
}

.header.scrolled {
  box-shadow: 0 2px 20px rgba(11, 46, 98, 0.08);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bordo);
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}


.lang-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
}

.lang-flag {
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.3s;
  border-radius: 3px;
  overflow: hidden;
  line-height: 0;
}

.lang-flag:hover,
.lang-flag.active {
  opacity: 1;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 32px;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--bordo);
  transition: color 0.3s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--laranja);
  transition: width 0.3s;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links a:hover {
  color: var(--laranja);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2.5px;
  background: var(--azul);
  border-radius: 2px;
  transition: all 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ========== HERO ========== */
.hero {
  padding-top: 72px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: var(--fundo);
}

.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
    var(--fundo) 0%,
    rgba(250, 246, 240, 0.8) 20%,
    rgba(250, 246, 240, 0.15) 45%,
    rgba(250, 246, 240, 0) 60%
  );
}

.hero-grid {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 600px;
  margin-left: max(24px, calc((100vw - var(--max-width)) / 2 + 24px));
  margin-right: auto;
}

.hero-top h1 {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 700;
  max-width: 540px;
  color: #0b2e62;
}

.hero-top > p {
  font-size: 0.95rem;
  color: #5c0601;
  margin-bottom: 28px;
  line-height: 1.8;
  max-width: 520px;
}

.hero-lists {
  margin-bottom: 24px;
}

.hero-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.hero-bottom .hero-target-text {
  margin-bottom: 0;
  flex: 1;
  min-width: 200px;
}

.hero-bottom .btn-primary {
  flex-basis: 100%;
  max-width: 320px;
}

/* Lists */
.negative-list-title,
.positive-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--bordo);
  margin-bottom: 12px;
  font-weight: 600;
}

.negative-list {
  margin-bottom: 28px;
  background: transparent;
  border-radius: var(--radius);
  padding: 20px 24px;
}

.negative-list ul {
  list-style: none;
}

.negative-list li {
  padding: 6px 0;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.negative-list li .icon-heart-x {
  color: #0b2e62;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.positive-card {
  background: transparent;
  padding: 24px;
  margin-bottom: 28px;
}

.positive-card ul {
  list-style: none;
}

.positive-card li {
  padding: 5px 0;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.positive-card li .icon-target {
  color: #0b2e62;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.hero-highlight {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--bordo);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero-target-text {
  font-size: 1rem;
  color: #5c0601;
  margin-bottom: 24px;
}

.btn-primary {
  display: inline-block;
  background: #0b2e62;
  color: var(--branco);
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}

.btn-primary:hover {
  background: #081f44;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(11, 46, 98, 0.3);
}

/* ========== SECTION WAVE TRANSITIONS ========== */
.hero,
.about,
.how-it-works,
.testimonials,
.programs,
.contact {
  position: relative;
}


/* ========== SOBRE MÍ ========== */
.about {
  padding: 50px 0 60px;
  background: var(--fundo);
}

.about .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.about-image img {
  width: 100%;
  object-fit: cover;
}

.about-img-mobile {
  display: none;
}

.coruja-mobile {
  display: none;
}

.about-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.about-content > p {
  font-size: 1rem;
  color: #5c0601;
  margin-bottom: 28px;
}

.mission-block {
  background: rgba(226, 206, 166, 0.45);
  border-radius: 6px;
  padding: 28px;
  margin-bottom: 28px;
}

.mission-block h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--bordo);
}

.mission-block p {
  font-size: 0.95rem;
  color: #5c0601;
  line-height: 1.8;
}

.help-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--bordo);
  margin-bottom: 16px;
  font-weight: 600;
}

.help-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  list-style: none;
  margin-bottom: 28px;
}

.help-list li {
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 4px 0;
}

.help-list li .icon-target {
  color: #0b2e62;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.result-card {
  background: rgba(226, 206, 166, 0.1);
  padding: 20px 24px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #0b2e62;
}

/* ========== CÓMO FUNCIONA ========== */
.how-it-works {
  padding: 50px 0 60px;
  background: var(--fundo);
}

.how-it-works .container {
  max-width: 900px;
}

.how-it-works h2 {
  font-size: 2rem;
  margin-bottom: 16px;
  text-align: center;
}

.how-intro {
  text-align: center;
  font-size: 1.05rem;
  color: #5c0601;
  margin-bottom: 32px;
}

.how-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 32px;
}

.how-card {
  background: #fff;
  padding: 28px 24px;
}

.how-card:last-child {
  grid-column: 1 / -1;
}

.how-card-accent {
  background: linear-gradient(135deg, rgba(226, 206, 166, 0.2) 0%, rgba(255,255,255,1) 100%);
}

.how-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.how-card-header h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--bordo);
  font-weight: 600;
  margin: 0;
}

.how-card-icon {
  width: 28px;
  height: 28px;
  color: var(--laranja);
  flex-shrink: 0;
}

.method-list {
  list-style: none;
  margin-bottom: 0;
}

.method-list li {
  padding: 5px 0;
  font-size: 0.93rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.method-list li .icon-arrow {
  color: #0b2e62;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.method-science {
  margin-top: 20px;
  font-size: 0.95rem;
  font-style: normal;
  color: #0b2e62;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.method-list li .icon-target {
  color: #0b2e62;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.highlight-quote {
  text-align: center;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--bordo);
  line-height: 1.8;
  margin: 40px auto 36px;
  max-width: 700px;
  font-weight: 600;
}

.how-it-works .btn-primary {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

/* ========== TESTIMONIOS ========== */
.testimonials {
  padding: 50px 0 60px;
  background: var(--fundo);
}

.testimonials h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 8px;
}

.stars {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.5rem;
  letter-spacing: 4px;
}

.stars span {
  color: #0b2e62;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.testimonial-card {
  background: rgba(226, 206, 166, 0.08);
  padding: 32px;
  position: relative;
}

.testimonial-card .quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: var(--laranja);
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}

.testimonial-card p {
  font-size: 0.95rem;
  color: #5c0601;
  line-height: 1.8;
}

/* ========== PROGRAMAS ========== */
.programs {
  padding: 80px 0 100px;
  background: var(--fundo);
}

.programs h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 32px;
}

.program-card {
  max-width: 700px;
  margin: 0 auto;
  background: var(--branco);
  padding: 40px;
  text-align: center;
}

.program-card .program-star {
  font-size: 1.3rem;
  color: var(--laranja);
  margin-bottom: 12px;
  display: block;
}

.program-card .program-quote {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--bordo);
  margin-bottom: 16px;
  font-style: italic;
}

.program-card .program-desc {
  font-size: 0.95rem;
  color: #5c0601;
  line-height: 1.7;
}

/* ========== CONTACTO ========== */
.contact {
  padding: 50px 0;
  background: var(--fundo);
}

.contact h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 8px;
}

.contact-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #5c0601;
  margin-bottom: 40px;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
}

.contact-item .contact-icon {
  font-size: 1.2rem;
  color: #0b2e62;
}

.contact-item a {
  color: var(--azul);
  font-weight: 500;
  transition: color 0.3s;
}

.contact-item a:hover {
  color: var(--laranja);
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.btn-outline-azul {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  border: 2px solid var(--azul);
  color: var(--azul);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}

.btn-outline-azul:hover {
  background: var(--azul);
  color: var(--branco);
}

.btn-outline-laranja {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  border: 2px solid var(--laranja);
  color: var(--laranja);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}

.btn-outline-laranja:hover {
  background: var(--laranja);
  color: var(--branco);
}

.contact-form {
  background: rgba(226, 206, 166, 0.08);
  padding: 32px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--azul);
  margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(226, 206, 166, 0.6);
  border-radius: var(--radius-sm);
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  background: var(--branco);
  transition: border-color 0.3s;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--laranja);
}

.form-group textarea {
  height: 120px;
  resize: vertical;
}

.contact-form .btn-primary {
  width: 100%;
}

/* ========== FOOTER ========== */
.section-wave-divider {
  width: 100%;
  padding: 10px 0;
  line-height: 0;
  overflow: hidden;
}

.section-wave-divider.align-left {
  text-align: left;
}

.section-wave-divider.align-right {
  text-align: right;
}

.section-wave-divider img {
  max-width: 100%;
  height: auto;
}

.footer {
  background: var(--laranja);
  color: rgba(255, 255, 255, 0.9);
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-title {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.footer-desc {
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
  transition: color 0.3s, padding-left 0.3s;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.85);
}

.footer-contact-item svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.footer-contact-item a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
  transition: color 0.3s;
}

.footer-contact-item a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 20px 0;
  margin-top: 0;
  text-align: center;
}

.footer-copyright {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-credit {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.footer-credit .heart-icon {
  vertical-align: middle;
}

.footer-credit a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  transition: color 0.3s;
}

.footer-credit a:hover {
  color: #fff;
}

/* ========== TOAST ========== */
.toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--bordo);
  color: var(--branco);
  padding: 16px 28px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 500;
  box-shadow: 0 8px 30px rgba(74,55,40,0.2);
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 9999;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

/* ========== MOBILE NAV OVERLAY ========== */
.mobile-nav {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  background: rgba(250, 246, 240, 0.98);
  backdrop-filter: blur(10px);
  z-index: 999;
  padding: 24px;
  border-bottom: 1px solid rgba(226, 206, 166, 0.3);
  box-shadow: 0 10px 30px rgba(74,55,40,0.1);
}

.mobile-nav.active {
  display: block;
}

.mobile-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mobile-nav a {
  display: block;
  padding: 14px 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--bordo);
  border-bottom: 1px solid rgba(226, 206, 166, 0.3);
  transition: color 0.3s;
}

.mobile-nav a:hover {
  color: var(--laranja);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    display: none;
  }

  .hero-bg img {
    object-position: top center;
  }

  .hero-bg-overlay {
    background: linear-gradient(to top,
      var(--fundo) 0%,
      rgba(250, 246, 240, 0.15) 30%,
      rgba(250, 246, 240, 0) 50%
    );
  }

  .hero-grid {
    max-width: 100%;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .hero-top h1 {
    font-size: 1.7rem;
  }

  .about .container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-img-desktop {
    display: none;
  }

  .about-img-mobile {
    display: block;
  }

  .coruja-mobile {
    display: block;
    width: 70%;
    max-width: 280px;
    margin: 24px auto 0;
  }

  .how-cards {
    grid-template-columns: 1fr;
  }

  .how-card:last-child {
    grid-column: auto;
  }

  .help-list {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .footer-col {
    align-items: center;
  }

  .footer-links {
    align-items: center;
    gap: 10px;
  }

  .footer-contact-item {
    justify-content: center;
  }

  .about,
  .how-it-works,
  .testimonials,
  .contact {
    padding: 30px 0 36px;
  }

  .section-wave-divider {
    padding: 4px 0;
  }

}
