*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 15px;
  color: rgb(68, 68, 68);
  background: #fff;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ── Layout ── */
.container { max-width: 1140px; margin: 0 auto; padding: 0 40px; }
.two-col { display: flex; gap: 40px; align-items: flex-start; }
.two-col > * { flex: 1; }

/* ── Sections ── */
.section { padding: 95px 0; }
.section-hero {
  padding: 0;
}
.section-hero .container { padding-top: 95px; padding-bottom: 95px; min-height: 729px; display: flex; align-items: center; }

/* ── Alternating backgrounds (white / pink) after hero-header ── */
section:nth-of-type(even) {
  background: #fff;
}
section:nth-of-type(odd):not(:first-of-type) {
  background-image: linear-gradient(120deg, rgb(248, 195, 208) 10%, rgb(255, 255, 255) 30%);
}

/* ── Hero Header ── */
.section-hero-header {
  position: relative;
  min-height: 75vh;
  background: url('images/banner-lp-curso.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
.section-hero-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.65) 45%, rgba(0,0,0,0.75) 100%);
}
.hero-header-content {
  position: relative;
  z-index: 1;
  padding: 60px 80px 40px 40px;
  color: #fff;
}
.hero-header-label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 4px;
  font-family: 'Courier New', Courier, monospace;
  font-style: italic;
}
.hero-header-title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 24px;
  font-family: 'Courier New', Courier, monospace;
}
.hero-header-title .underline {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.hero-header-subtitle {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 32px;
  font-family: 'Courier New', Courier, monospace;
}
.hero-header-subtitle sup {
  font-size: 0.5em;
  vertical-align: super;
}
.highlight {
  background: rgb(253, 159, 234);
  color: #fff;
  padding: 2px 6px;
  font-style: italic;
}
.hero-header-dates {
  font-size: 22px;
  font-weight: 600;
  color: rgb(253, 159, 234);
  margin-bottom: 8px;
  font-family: 'Courier New', Courier, monospace;
  line-height: 1.4;
}
.hero-header-urgency {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  font-family: 'Courier New', Courier, monospace;
}
.hero-header-urgency .underline {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.hero-header-note {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* ── Brinde Exclusivo ── */
.section-brinde {
  padding: 0 !important;
  background: none !important;
  overflow: hidden;
}
.brinde-cols {
  display: flex;
  min-height: 600px;
}
.brinde-text {
  flex: 1;
  background: rgb(33, 33, 33);
  padding: 80px 60px;
  font-family: 'Courier New', Courier, monospace;
}
.brinde-text h1 {
  color: rgb(248, 195, 208);
  font-family: 'Courier New', Courier, monospace;
}
.brinde-text p {
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Courier New', Courier, monospace;
}
.brinde-text b {
  background: rgb(253, 159, 234);
  color: #fff;
  padding: 1px 5px;
  font-weight: 600;
}
.brinde-text .specs {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.brinde-text .specs p {
  color: rgba(255, 255, 255, 0.6);
}
.brinde-text .btn-diario {
  background: rgb(248, 195, 208);
  color: rgb(33, 33, 33);
}
.brinde-image {
  flex: 1;
  background: rgb(248, 195, 208);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.brinde-image img {
  max-height: 520px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .brinde-cols { flex-direction: column; }
  .brinde-text { padding: 48px 24px; }
  .brinde-image { padding: 24px; }
}

/* ── Divider ── */
.divider {
  width: 105px;
  height: 1px;
  background: rgb(33, 33, 33);
  margin: 0 0 28px;
}

/* ── Typography ── */
h1, h2, h3, h4 { margin: 0 0 16px; }
h1 {
  font-size: 65px;
  font-weight: 600;
  line-height: 78px;
  color: rgb(228, 157, 174);
}
h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
  color: rgb(33, 33, 33);
}
h3 {
  font-size: 65px;
  font-weight: 600;
  line-height: 78px;
  color: rgb(248, 195, 208);
}
h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: rgb(28, 36, 75);
}
p {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: rgb(34, 34, 34);
}
ul { padding-left: 20px; margin: 0 0 16px; }
li { margin-bottom: 10px; font-size: 18px; font-weight: 500; line-height: 27px; color: rgb(34, 34, 34); }

/* ── Buttons ── */
.btn {
  display: inline-block;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.btn-primary {
  background: rgb(253, 159, 234);
  color: rgb(255, 255, 255);
  border-radius: 110px;
  padding: 16px 55px;
  font-size: 16px;
}
.btn-exaluna {
  background: rgb(253, 159, 234);
  color: rgb(0, 0, 0);
  border-radius: 50px;
  padding: 15px 65px;
  font-size: 15px;
}
.btn-diario {
  background: rgb(248, 195, 208);
  color: rgb(0, 0, 0);
  border-radius: 100px;
  padding: 16px 55px;
  font-size: 16px;
  font-weight: 400;
}
.btn-inscrever {
  background: rgb(253, 159, 234);
  color: rgb(255, 255, 255);
  border-radius: 110px;
  padding: 16px 55px;
  font-size: 15px;
}
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

/* ── Hero images grid ── */
.hero-images { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hero-images img { width: 100%; object-fit: cover; aspect-ratio: 3/4; }

/* ── Info items ── */
.info-item { font-size: 18px; font-weight: 500; line-height: 27px; color: rgb(34, 34, 34); margin-bottom: 12px; }
.info-note { font-size: 18px; margin: 18px 0; }
.info-note strong { display: block; color: rgb(34, 34, 34); }

/* ── Price ── */
.price { font-size: 36px; font-weight: 600; color: rgb(33, 33, 33); margin-bottom: 4px; }
.price-installment { font-size: 15px; color: rgb(68, 68, 68); margin-bottom: 24px; }

/* ── Feature cards ── */
.cards { display: flex; flex-direction: column; gap: 24px; margin-top: 40px; }
.cards p { font-size: 18px; }

/* ── Quote ── */
.quote-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(33, 33, 33);
  margin: 0;
}

/* ── Brinde specs ── */
.specs { font-size: 15px; border-top: 1px solid rgb(68, 68, 68); padding-top: 12px; margin-top: 12px; }
.specs p { font-size: 15px; margin-bottom: 4px; color: rgb(68, 68, 68); }

/* ── Photo carousel ── */
.photo-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}
.carousel-slide {
  flex: 0 0 100%;
  width: 100%;
}
.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.85);
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }
.carousel-btn:hover { background: #fff; }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0 4px;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(33,33,33,0.25);
  cursor: pointer;
  transition: background 0.2s;
}
.carousel-dot.active { background: rgb(253, 159, 234); }

/* ── Lesson list ── */
.lesson-list { display: flex; flex-direction: column; gap: 24px; }
.lesson { border-bottom: 1px solid rgba(28, 36, 75, 0.15); padding-bottom: 20px; }
.lesson:last-child { border-bottom: none; }
.lesson p { font-size: 16px; color: rgb(68, 68, 68); margin-top: 6px; }

.section-processo {
  padding-bottom: 32px;
}
.section-processo h2 {
  font-size: 32px;
  line-height: 1.2;
}

/* ── Footer ── */
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  background: rgb(33, 33, 33);
  color: #fff;
  font-size: 14px;
}
.site-footer > div > a {
  color: rgb(253, 159, 234);
}
.site-footer > div > a:hover { color: #fff; }
.footer-icons {
  display: flex;
  gap: 24px;
}
.footer-icons a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgb(253, 159, 234);
  font-size: 14px;
  transition: color 0.2s;
}
.footer-icons a:hover { color: #fff; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .two-col { flex-direction: column; }
  h1, h3 { font-size: 42px; line-height: 1.2; }
  h2 { font-size: 36px; line-height: 1.2; }
  .quote-text { font-size: 32px; }
  .section { padding: 60px 0; }
  .section-hero-header { min-height: 60vh; }
  .hero-header-content { padding: 40px 24px; max-width: 100%; }
  .hero-header-title { font-size: 42px; }
  .hero-header-subtitle { font-size: 28px; }
  .section-hero .container { padding-top: 60px; padding-bottom: 60px; min-height: auto; }
  .container { padding: 0 24px; }
}