@charset "UTF-8";
:root {
  --grid-gap: clamp(20px, 4vw, 30px);
  --font-primary: 'Poppins', 'Segoe UI', Tahoma, sans-serif; }

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

body {
  font-family: var(--font-primary);
  overflow-x: hidden;
  color: #004B87;
  background-color: #fff;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

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

.hero-section {
  background: linear-gradient(180deg, #F5E6D3 0%, #FFF4E6 100%);
  padding: 60px 0 0 0;
  position: relative;
  overflow: hidden; }

.logo-header {
  text-align: center;
  margin-bottom: 30px; }

.logo-header img {
  width: 200px;
  height: auto;
  margin: 0 auto; }

.hero-title {
  text-align: center;
  margin-bottom: 30px; }

.hero-title img {
  margin: 0 auto; }

.hero-title h1 {
  font-size: clamp(2.5rem, 8vw, 3.5rem);
  font-weight: 800;
  color: #FF9933;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 0.8); }

.hero-title .subtitle {
  font-size: 1.3rem;
  color: #004B87;
  font-weight: 600;
  text-transform: uppercase; }

.hero-description {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0 20px; }

.hero-description p {
  color: #004B87;
  font-size: 1rem;
  line-height: 1.6; }

.hero-description strong {
  font-weight: 700; }

.btn-cta {
  background: linear-gradient(135deg, #FF6B9D 0%, #FF8BA7 100%);
  color: white;
  border: none;
  padding: 18px 50px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(255, 107, 157, 0.4);
  transition: transform 0.3s, box-shadow 0.3s;
  display: inline-block;
  text-decoration: none; }

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 107, 157, 0.5);
  color: white; }

.hero-decor {
  position: absolute;
  left: clamp(10px, 6vw, 60px);
  top: 20px;
  width: 100px;
  height: 150px; }

.hero-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.honey-drip {
  width: 100%;
  height: 80px;
  background: url("../img/detalhemel.png") repeat-x #004B87;
  background-size: auto 100%;
  margin-top: -1px; }

.problem-section {
  background: linear-gradient(180deg, #004B87 0%, #003D6E 100%);
  padding: 80px 0;
  position: relative;
  color: white; }

.problem-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3; }

.problem-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 40px; }

.workshop-info {
  background: linear-gradient(180deg, #FFF4E6 0%, #FFE8CC 100%);
  padding: 80px 0; }

.section-title {
  text-align: center;
  margin-bottom: 30px; }

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #004B87; }

.section-title .highlight {
  color: #FF9933; }

.workshop-subtitle {
  text-align: center;
  color: #004B87;
  margin-bottom: 60px;
  font-size: 1.1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.aulas-card {
  background: linear-gradient(135deg, #FFE6B3 0%, #FFD699 100%);
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s; }

.aulas-card:hover {
  transform: translateY(-10px); }

.aulas-badge {
  background: white;
  color: #FF9933;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 15px; }

.aulas-card h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #004B87;
  margin-bottom: 25px;
  text-transform: uppercase; }

.aulas-card ul {
  list-style: none;
  padding: 0; }

.aulas-card ul li {
  color: #004B87;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  font-size: 0.95rem; }

.aulas-card ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #FF9933;
  font-weight: bold;
  font-size: 1.5rem; }

.benefits-section {
  background: linear-gradient(180deg, #FFE8CC 0%, #FFF4E6 100%);
  padding: 80px 0; }

.benefits-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  color: #004B87;
  font-size: 1.1rem; }

.benefit-item {
  text-align: center; }

.benefit-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #4FC3F7 0%, #29B6F6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2.5rem;
  box-shadow: 0 8px 20px rgba(79, 195, 247, 0.3); }

.benefit-item h4 {
  color: #004B87;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4; }

.value-offer-banner {
  background: #243e74;
  padding: 80px 0;
  color: white; }

.value-offer-card {
  background: #002F54;
  border-radius: 30px;
  border: 2px solid rgba(255, 209, 92, 0.6);
  padding: clamp(30px, 5vw, 60px);
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  text-align: center; }

.value-offer-head h3 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 15px; }

.value-offer-head p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9); }

.value-offer-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  margin-bottom: 20px;
  color: #FFD15C; }

.value-offer-list {
  list-style: none;
  padding: 0;
  margin: clamp(25px, 4vw, 40px) 0;
  display: grid;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92); }

.value-offer-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 500; }

.value-offer-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #FFD15C;
  font-size: 1.6rem;
  line-height: 1; }

.value-offer-pricing {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
  margin-bottom: 30px; }

.old-price {
  display: block;
  font-size: 1.1rem;
  text-decoration: line-through;
  opacity: 0.8;
  margin-bottom: 15px; }

.price-highlight {
  display: flex;
  flex-direction: column;
  gap: 5px; }

.price-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7); }

.new-price {
  font-size: clamp(2.5rem, 7vw, 3.8rem);
  font-weight: 800;
  color: #FFD15C; }

.price-note {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8); }

.value-offer-saving {
  margin: 20px 0 0;
  font-weight: 600; }

.value-offer-cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.value-offer-cta {
  background: linear-gradient(90deg, #FFB347 0%, #FF6B9D 100%);
  color: #002F54;
  width: 100%; }

.value-offer-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85); }

.doctor-section {
  background: linear-gradient(180deg, #FFF4E6 0%, #FFE8CC 100%);
  padding: 80px 0; }

.doctor-text h3 {
  color: #004B87;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px; }

.doctor-text p {
  color: #004B87;
  font-size: 1rem;
  line-height: 1.8; }

.doctor-photo {
  max-width: 500px;
  border-radius: 20px; }

.testimonials-section {
  background: linear-gradient(180deg, #FFE8CC 0%, #FFF4E6 100%);
  padding: 80px 0; }

.testimonials-title p {
  color: #4FC3F7;
  font-size: 4.5rem;
  font-weight: 300; }

.testimonial-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px; }

.testimonial-avatar {
  width: 50px;
  height: 50px;
  background: #4FC3F7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700; }

.testimonial-info h5 {
  margin: 0;
  color: #004B87;
  font-weight: 700;
  font-size: 0.95rem; }

.testimonial-stars {
  color: #FFD700;
  font-size: 0.9rem; }

.testimonial-text {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6; }

.cta-final-section {
  background: linear-gradient(180deg, #004B87 0%, #003D6E 100%);
  padding: 80px 0;
  color: white;
  position: relative; }

.cta-text h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 1.2; }

.cta-features {
  list-style: none;
  padding: 0;
  margin-bottom: 40px; }

.cta-features li {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
  font-size: 1.1rem;
  font-weight: 600; }

.cta-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  background: #FFD700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004B87;
  font-weight: bold; }

.cta-badge {
  background: white;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); }

.badge-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #4FC3F7 0%, #29B6F6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 3rem; }

.badge-title {
  color: #004B87;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase; }

.badge-description {
  color: #004B87;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 30px; }

.orange-splash {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 200px;
  opacity: 0.3; }

footer {
  background: #003D6E;
  color: white;
  padding: 30px 0;
  text-align: center; }

.social-links {
  margin-top: 15px; }

.social-links a {
  color: white;
  font-size: 1.5rem;
  margin: 0 10px;
  text-decoration: none; }

@media (max-width: 768px) {
  .hero-title h1 {
    font-size: 2.5rem; }

  .section-title h2 {
    font-size: 2rem; }

  .hero-decor {
    display: none; }

  .value-offer-icons {
    flex-direction: column; } }
@media (min-width: 992px) {
  .doctor-text {
    text-align: right; }

  .doctor-section .container {
    overflow: visible; }

  .doctor-image {
    display: flex;
    justify-content: flex-end;
    margin-right: calc(-1 * clamp(40px, 6vw, 140px)); } }
@media (prefers-reduced-motion: reduce) {
  .btn-cta,
  .aulas-card {
    transition: none; }

  .btn-cta:hover {
    transform: none; } }

/*# sourceMappingURL=style.css.map */
