/* =============================================
   AUREA 31 — Landing Page Styles
   ============================================= */

/* --- CSS Custom Properties --- */
:root {
  --gold-primary: #A07820;
  --gold-light: #FFF8E7;
  --gold-medium: #F0DFA0;
  --gold-soft: #D4B870;
  --text-dark: #2C2C2C;
  --text-secondary: #666666;
  --white: #FFFFFF;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Lato', 'Helvetica Neue', Arial, sans-serif;
  --container-max: 1140px;
  --section-padding: 100px 0;
  --section-padding-mobile: 64px 0;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a {
  color: var(--gold-primary);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: var(--gold-soft);
}

/* --- Container --- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Typography --- */
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: 56px;
  font-weight: 300;
}

.section-label {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  color: var(--gold-primary);
  margin-bottom: 24px;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 16px 40px;
  border-radius: 50px;
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
  border: 2px solid transparent;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-soft));
  color: var(--white);
  border-color: var(--gold-primary);
  box-shadow: 0 4px 20px rgba(160, 120, 32, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-primary));
  color: var(--white);
  box-shadow: 0 6px 30px rgba(160, 120, 32, 0.35);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--gold-primary);
  border-color: var(--gold-primary);
}

.btn-outline:hover {
  background: var(--gold-primary);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(160, 120, 32, 0.25);
}

.btn-large {
  padding: 20px 56px;
  font-size: 1.125rem;
}

/* --- Navigation --- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: all var(--transition);
  background: transparent;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  padding: 12px 0;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
}

.nav-container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gold-primary);
  letter-spacing: 0.08em;
}

.nav-logo:hover {
  color: var(--gold-primary);
}

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

.nav-links a {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-dark);
  letter-spacing: 0.02em;
  transition: color var(--transition);
}

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

.nav-cta {
  background: var(--gold-primary) !important;
  color: var(--white) !important;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.03em;
}

.nav-cta:hover {
  background: var(--gold-soft) !important;
  color: var(--white) !important;
}

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

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: all var(--transition);
}

/* --- HERO --- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--white) 100%);
  overflow: hidden;
  text-align: center;
  padding: 120px 0 80px;
}

.hero-bg-texture {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-spiral {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  opacity: 0.15;
  pointer-events: none;
}

.hero-spiral svg {
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-badge {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-primary);
  margin-bottom: 24px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 700;
  color: var(--gold-primary);
  letter-spacing: 0.06em;
  line-height: 1.1;
  margin-bottom: 28px;
}

.hero-subtitle {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--text-secondary);
  max-width: 640px;
  margin: 0 auto 32px;
  line-height: 1.8;
  font-weight: 300;
}

.hero-verse {
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: var(--gold-soft);
  margin-bottom: 48px;
  line-height: 1.6;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-scroll-indicator span {
  display: block;
  width: 24px;
  height: 40px;
  border: 2px solid var(--gold-soft);
  border-radius: 12px;
  position: relative;
}

.hero-scroll-indicator span::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: var(--gold-primary);
  border-radius: 2px;
  animation: scrollBounce 2s infinite;
}

@keyframes scrollBounce {
  0%, 100% { top: 6px; opacity: 1; }
  50% { top: 18px; opacity: 0.3; }
}

/* --- Sections Base --- */
.section {
  padding: var(--section-padding);
}

/* --- DOR / IDENTIFICAÇÃO --- */
.section-pain {
  background: var(--white);
}

.pain-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.pain-content .section-label {
  text-align: center;
}

.pain-text p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.pain-text p:last-child {
  margin-bottom: 0;
}

.pain-text strong {
  color: var(--text-dark);
  font-weight: 700;
}

/* --- SOLUÇÃO --- */
.section-solution {
  background: var(--gold-light);
  position: relative;
}

.section-solution::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-medium), transparent);
}

.solution-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.solution-text p {
  font-size: 1.2rem;
  line-height: 1.9;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.solution-text p:last-child {
  margin-bottom: 0;
}

.solution-text strong {
  color: var(--gold-primary);
}

/* --- PILARES --- */
.section-pillars {
  background: var(--white);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pillar-card {
  background: var(--white);
  border: 1px solid var(--gold-medium);
  border-radius: 16px;
  padding: 40px 28px;
  text-align: center;
  transition: all var(--transition);
}

.pillar-card:hover {
  border-color: var(--gold-primary);
  box-shadow: 0 8px 40px rgba(160, 120, 32, 0.1);
  transform: translateY(-4px);
}

.pillar-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  color: var(--gold-primary);
}

.pillar-icon svg {
  width: 100%;
  height: 100%;
}

.pillar-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.pillar-desc {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* --- BENEFÍCIOS --- */
.section-benefits {
  background: var(--gold-light);
  position: relative;
}

.section-benefits::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-medium), transparent);
}

.benefits-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--white);
  padding: 28px 32px;
  border-radius: 12px;
  border: 1px solid var(--gold-medium);
  transition: all var(--transition);
}

.benefit-item:hover {
  border-color: var(--gold-primary);
  box-shadow: 0 4px 20px rgba(160, 120, 32, 0.08);
}

.benefit-icon {
  font-size: 1.3rem;
  color: var(--gold-primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.benefit-item h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.benefit-item p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* --- PREÇOS --- */
.section-pricing {
  background: var(--white);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}

.pricing-card {
  background: var(--white);
  border: 1px solid var(--gold-medium);
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  transition: all var(--transition);
  position: relative;
}

.pricing-card:hover {
  border-color: var(--gold-primary);
  box-shadow: 0 8px 40px rgba(160, 120, 32, 0.12);
}

.pricing-card--popular {
  border-color: var(--gold-primary);
  border-width: 2px;
  box-shadow: 0 8px 40px rgba(160, 120, 32, 0.15);
  transform: scale(1.04);
  background: linear-gradient(180deg, var(--gold-light), var(--white));
}

.pricing-card--popular:hover {
  transform: scale(1.06);
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-soft));
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 20px;
  border-radius: 50px;
  white-space: nowrap;
}

.pricing-plan-name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.pricing-price {
  margin-bottom: 8px;
  line-height: 1;
}

.pricing-currency {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold-primary);
  vertical-align: top;
  position: relative;
  top: 8px;
}

.pricing-amount {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold-primary);
}

.pricing-cents {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold-primary);
  vertical-align: top;
  position: relative;
  top: 8px;
}

.pricing-period {
  font-size: 0.85rem;
  color: var(--text-secondary);
  display: block;
  margin-top: 4px;
}

.pricing-detail {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 24px;
  padding-top: 8px;
}

.pricing-card .btn {
  width: 100%;
  padding: 14px 20px;
}

.pricing-founders {
  text-align: center;
  margin-top: 40px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--gold-primary);
}

/* --- SOBRE --- */
.section-about {
  background: var(--gold-light);
  position: relative;
}

.section-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-medium), transparent);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}

.about-photo-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, var(--gold-medium), var(--gold-soft));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
}

.about-name {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 24px;
}

.about-bio p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.about-bio strong {
  color: var(--gold-primary);
}

.about-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.credential {
  background: var(--white);
  border: 1px solid var(--gold-medium);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  color: var(--text-dark);
  font-weight: 400;
}

/* --- DEPOIMENTOS --- */
.section-testimonials {
  background: var(--white);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.testimonial-card {
  background: var(--gold-light);
  border: 1px solid var(--gold-medium);
  border-radius: 16px;
  padding: 36px 28px;
  transition: all var(--transition);
}

.testimonial-card:hover {
  box-shadow: 0 8px 40px rgba(160, 120, 32, 0.1);
}

.testimonial-quote {
  font-family: var(--font-display);
  font-size: 3.5rem;
  color: var(--gold-primary);
  line-height: 1;
  margin-bottom: 8px;
}

.testimonial-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-dark);
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-dark);
}

.testimonial-location {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

/* --- FAQ --- */
.section-faq {
  background: var(--gold-light);
  position: relative;
}

.section-faq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-medium), transparent);
}

.faq-list {
  max-width: 720px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--gold-medium);
  border-radius: 12px;
  overflow: hidden;
  transition: all var(--transition);
}

.faq-item:hover {
  border-color: var(--gold-primary);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: left;
  gap: 16px;
}

.faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--gold-primary);
  transition: transform var(--transition);
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 0 24px 20px;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* --- CTA FINAL --- */
.section-cta-final {
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-soft));
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section-cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
}

.cta-final-content {
  position: relative;
  z-index: 1;
}

.cta-final-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.3;
}

.cta-final-text {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  line-height: 1.8;
}

.section-cta-final .btn-primary {
  background: var(--white);
  color: var(--gold-primary);
  border-color: var(--white);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.section-cta-final .btn-primary:hover {
  background: var(--gold-light);
  color: var(--gold-primary);
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.2);
}

.cta-final-verse {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
}

/* --- FOOTER --- */
.footer {
  background: var(--text-dark);
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 32px;
}

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

.footer-logo {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gold-soft);
  letter-spacing: 0.08em;
}

.footer-tagline {
  margin-top: 12px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-links h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 16px;
  font-weight: 600;
}

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

.footer-links a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  transition: color var(--transition);
}

.footer-links a:hover {
  color: var(--gold-soft);
}

.footer-bottom {
  padding-top: 24px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

/* --- Animations --- */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}

.fade-in-delay-1 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease 0.2s forwards;
}

.fade-in-delay-2 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease 0.4s forwards;
}

.fade-in-delay-3 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease 0.6s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- RESPONSIVE --- */

/* Tablet */
@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .pricing-card--popular {
    transform: scale(1.02);
  }

  .pricing-card--popular:hover {
    transform: scale(1.03);
  }

  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid {
    gap: 40px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  :root {
    --section-padding: var(--section-padding-mobile);
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    z-index: 999;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: flex;
    z-index: 1001;
  }

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

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

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

  .nav-links a {
    font-size: 1.1rem;
  }

  .hero {
    padding: 100px 0 60px;
    min-height: auto;
  }

  .hero-title {
    font-size: clamp(2.5rem, 10vw, 3.5rem);
  }

  .hero-spiral {
    width: 300px;
    height: 300px;
  }

  .hero-scroll-indicator {
    display: none;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pillar-card {
    padding: 28px 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .pricing-card--popular {
    transform: none;
    order: -1;
  }

  .pricing-card--popular:hover {
    transform: translateY(-2px);
  }

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

  .about-photo-placeholder {
    max-width: 300px;
    margin: 0 auto;
  }

  .about-text .section-label {
    text-align: center;
  }

  .about-credentials {
    justify-content: center;
  }

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

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

  .footer-links ul {
    align-items: center;
  }

  .benefit-item {
    padding: 20px 24px;
  }

  .section-cta-final {
    padding: 80px 0;
  }

  .btn-large {
    padding: 16px 36px;
    font-size: 1rem;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .hero-title {
    letter-spacing: 0.03em;
  }

  .pillar-card {
    padding: 24px 20px;
  }

  .faq-question {
    padding: 16px 20px;
    font-size: 0.95rem;
  }

  .faq-answer p {
    padding: 0 20px 16px;
  }
}
