/* ============================================
   SORAIA BRITO — DARK VERSION
   Luxury, organic, immersive
   Inspired by Vikshar + Tony Robbins
   ============================================ */

:root {
  /* --- Colors: Deep Charcoal / Gold --- */
  --c-bg: #0E0D0B;
  --c-bg-alt: #161412;
  --c-bg-card: #1C1A17;
  --c-bg-card-hover: #242119;
  --c-surface: #201E1A;
  --c-text: #F2EDE6;
  --c-text-secondary: #B5ADA2;
  --c-text-muted: #7A7268;
  --c-accent: #C9A96E;
  --c-accent-hover: #DFC08A;
  --c-accent-gold: #C9A96E;
  --c-accent-gold-light: rgba(201,169,110,0.2);
  --c-sage: #8B9E7D;
  --c-sage-light: rgba(139,158,125,0.15);
  --c-rose: #BF9B9B;
  --c-border: rgba(201,169,110,0.1);
  --c-border-hover: rgba(201,169,110,0.25);
  --c-white: #F2EDE6;
  --c-overlay: rgba(14,13,11,0.7);
  --c-stats-bg: #1C1A17;
  --c-final-bg: #161412;

  /* --- Typography --- */
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --fs-hero: clamp(3rem, 6vw, 5.5rem);
  --fs-h2: clamp(2.2rem, 4vw, 3.5rem);
  --fs-h3: clamp(1.2rem, 1.8vw, 1.5rem);
  --fs-body: clamp(0.95rem, 1.1vw, 1.05rem);
  --fs-small: 0.85rem;
  --fs-label: 0.72rem;
  --lh-heading: 1.1;
  --lh-body: 1.75;

  /* --- Border Radius (Organic) --- */
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 40px;
  --radius-2xl: 60px;
  --radius-full: 9999px;

  /* --- Shadows --- */
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.3);
  --shadow-md: 0 8px 30px rgba(0,0,0,0.4);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.5);
  --shadow-xl: 0 30px 80px rgba(0,0,0,0.6);
  --shadow-glow: 0 0 50px rgba(201,169,110,0.12);

  /* --- Spacing --- */
  --section-pad: clamp(5rem, 10vw, 10rem);
  --content-max: 1100px;

  /* --- Transitions --- */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.5s;
  --dur-fast: 0.3s;
}

/* --- Reset --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body); color: var(--c-text);
  background: var(--c-bg); line-height: var(--lh-body);
  overflow-x: hidden; cursor: none;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; cursor: none; }
button { cursor: none; }
ul { list-style: none; }

/* --- Custom Cursor --- */
.cursor {
  position: fixed; top: 0; left: 0; width: 8px; height: 8px;
  background: var(--c-accent-gold); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transition: width var(--dur) var(--ease), height var(--dur) var(--ease);
  transform: translate(-50%, -50%);
}
.cursor-follower {
  position: fixed; top: 0; left: 0; width: 36px; height: 36px;
  border: 1px solid var(--c-accent-gold); border-radius: 50%;
  pointer-events: none; z-index: 9998; opacity: 0.3;
  transition: width var(--dur) var(--ease), height var(--dur) var(--ease), opacity var(--dur-fast);
  transform: translate(-50%, -50%);
}
.cursor.active { width: 50px; height: 50px; opacity: 0.2; }
.cursor-follower.active { width: 60px; height: 60px; opacity: 0.4; }

/* --- Grain (static, no animation) --- */
.grain {
  position: fixed; inset: 0;
  pointer-events: none; z-index: 9990; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* --- Floating Shapes --- */
.floating-shapes { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.shape { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.08; will-change: transform; }
.shape--1 { width: 600px; height: 600px; background: radial-gradient(circle, var(--c-accent-gold), transparent 70%); top: 5%; right: -15%; animation: float1 28s ease-in-out infinite; }
.shape--2 { width: 500px; height: 500px; background: radial-gradient(circle, var(--c-sage), transparent 70%); top: 45%; left: -12%; animation: float2 32s ease-in-out infinite; }
.shape--3 { width: 400px; height: 400px; background: radial-gradient(circle, var(--c-rose), transparent 70%); bottom: 5%; right: 10%; animation: float3 22s ease-in-out infinite; }

@keyframes float1 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-40px,30px) scale(1.05)} }
@keyframes float2 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(30px,-40px) scale(1.08)} }
@keyframes float3 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-30px,-20px) scale(1.1)} }

/* --- Typography --- */
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 400; line-height: var(--lh-heading); color: var(--c-text); }
h1 { font-size: var(--fs-hero); letter-spacing: -0.03em; }
h2 { font-size: var(--fs-h2); letter-spacing: -0.02em; }
h3 { font-size: var(--fs-h3); }
p { font-size: var(--fs-body); color: var(--c-text-secondary); }

.section-label {
  font-family: var(--font-body); font-size: var(--fs-label);
  font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--c-accent-gold); margin-bottom: 1rem;
  display: inline-flex; align-items: center; gap: 0.75rem;
}
.section-label::before, .section-label::after { content: ''; width: 30px; height: 1px; background: var(--c-accent-gold-light); }
.section-title { margin-bottom: 1.5rem; }
.section-subtitle { max-width: 580px; margin: 0 auto; color: var(--c-text-muted); font-size: 1.05rem; line-height: 1.85; }

/* --- Layout --- */
.container { width: 100%; max-width: var(--content-max); margin: 0 auto; padding: 0 clamp(1.5rem, 4vw, 3rem); position: relative; z-index: 1; }
section { padding: var(--section-pad) 0; position: relative; }
.text-center { text-align: center; }
.divider { width: 50px; height: 2px; background: linear-gradient(90deg, var(--c-accent-gold), var(--c-sage)); margin: 2rem auto; border-radius: var(--radius-full); }

/* --- Buttons --- */
.btn {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-family: var(--font-body); font-size: var(--fs-label);
  font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 1.1rem 2.8rem; border: none;
  border-radius: var(--radius-full);
  cursor: none; position: relative; overflow: hidden;
  transition: all var(--dur) var(--ease); z-index: 1;
}
.btn::before {
  content: ''; position: absolute; inset: 0;
  border-radius: var(--radius-full); z-index: -1;
  transition: transform var(--dur) var(--ease), background var(--dur);
}
.btn--primary { background: transparent; color: var(--c-bg); }
.btn--primary::before { background: var(--c-accent-gold); }
.btn--primary:hover::before { background: var(--c-text); }
.btn--primary:hover { color: var(--c-bg); box-shadow: var(--shadow-glow); transform: translateY(-2px); }
.btn__arrow { transition: transform var(--dur) var(--ease); font-size: 1.1rem; }
.btn:hover .btn__arrow { transform: translateX(6px); }
.magnetic-wrap { display: inline-block; }

/* --- Navigation --- */
.nav { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 1.5rem 0; transition: all var(--dur) var(--ease); }
.nav.scrolled { background: rgba(14,13,11,0.9); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: 0 1px 0 var(--c-border); padding: 0.75rem 0; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; }
.nav__logo { display: flex; flex-direction: column; transition: opacity var(--dur-fast); }
.nav__logo:hover { opacity: 0.7; }
.nav__logo-name { font-family: var(--font-heading); font-size: 1.6rem; letter-spacing: 0.04em; color: var(--c-text); line-height: 1; }
.nav__logo-tagline { font-family: var(--font-body); font-size: 0.55rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-text-muted); margin-top: 2px; }
.nav__links { display: flex; align-items: center; gap: 2.5rem; }
.nav__link { font-size: 0.75rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-text-muted); transition: color var(--dur-fast); position: relative; padding: 0.25rem 0; }
.nav__link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--c-accent-gold); transition: width var(--dur) var(--ease); }
.nav__link:hover, .nav__link.active { color: var(--c-accent-gold); }
.nav__link:hover::after, .nav__link.active::after { width: 100%; }
.nav__lang { display: flex; gap: 0.5rem; font-size: 0.7rem; letter-spacing: 0.08em; color: var(--c-text-muted); }
.nav__lang a { padding: 0.25rem 0.5rem; transition: color var(--dur-fast); }
.nav__lang a.active { color: var(--c-accent-gold); font-weight: 600; }
.nav__lang-sep { opacity: 0.3; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 0.5rem; }
.nav__toggle span { width: 24px; height: 1.5px; background: var(--c-text); transition: all var(--dur-fast); }

/* --- Hero --- */
.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 5rem; overflow: hidden; position: relative; }
.hero__bg-gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 65% 40%, rgba(201,169,110,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 15% 80%, rgba(139,158,125,0.04) 0%, transparent 50%),
    linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-alt) 100%);
  z-index: 0;
}
.hero__content { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }
.hero__text { max-width: 540px; }
.hero__eyebrow { font-size: var(--fs-label); font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--c-accent-gold); margin-bottom: 2rem; }
.hero__title { margin-bottom: 2rem; }
.hero__title em { font-style: italic; color: var(--c-accent-gold); }
.hero__title .word { display: inline-block; overflow: hidden; margin-right: 0.3em; vertical-align: top; }
.hero__title .word-inner { display: inline-block; transform: translateY(120%); will-change: transform; }
.hero__description { font-size: 1.08rem; line-height: 1.9; margin-bottom: 2.5rem; color: var(--c-text-secondary); opacity: 0; transform: translateY(20px); }
.hero__cta-group { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2rem; opacity: 0; transform: translateY(20px); }
.hero__cta-note { font-size: 0.78rem; color: var(--c-text-muted); opacity: 0; transform: translateY(20px); }

.hero__image { position: relative; display: flex; justify-content: center; }
.hero__image-wrapper { position: relative; overflow: hidden; width: 100%; max-width: 460px; border-radius: var(--radius-xl); }
.hero__image-wrapper img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; transform: scale(1.15); will-change: transform; }
.hero__image-reveal { position: absolute; inset: 0; background: var(--c-bg); transform-origin: top; z-index: 2; border-radius: var(--radius-xl); }
.hero__image-border { position: absolute; top: -12px; right: -12px; width: 100%; height: 100%; border: 1px solid var(--c-accent-gold-light); opacity: 0; z-index: -1; border-radius: var(--radius-xl); }

/* --- Problems --- */
.problems { background: var(--c-bg-alt); }
.problems__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.problem-card {
  padding: 2.25rem; background: var(--c-bg-card);
  border: 1px solid var(--c-border); border-radius: var(--radius-lg);
  transition: all var(--dur) var(--ease); position: relative; overflow: hidden;
}
.problem-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--c-accent-gold), var(--c-sage));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.6s var(--ease);
}
.problem-card:hover { border-color: var(--c-border-hover); transform: translateY(-6px); box-shadow: var(--shadow-md), var(--shadow-glow); background: var(--c-bg-card-hover); }
.problem-card:hover::before { transform: scaleX(1); }
.problem-card__icon { font-size: 1.2rem; margin-bottom: 1rem; color: var(--c-accent-gold); opacity: 0.4; }
.problem-card__text { font-family: var(--font-heading); font-size: 1.15rem; line-height: 1.55; color: var(--c-text); font-style: italic; }

/* --- Method --- */
.method { background: var(--c-bg); overflow: hidden; }
.method__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; margin-top: 4rem; position: relative; }
.method__path { position: absolute; top: 28px; left: 10%; right: 10%; height: 2px; z-index: 0; overflow: visible; }
.method__path svg { width: 100%; height: 56px; position: absolute; top: -27px; }
.method__path-line { fill: none; stroke: var(--c-accent-gold-light); stroke-width: 1.5; stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.method-step { text-align: center; position: relative; z-index: 1; }
.method-step__number {
  width: 56px; height: 56px; border-radius: 50%;
  border: 1px solid var(--c-accent-gold-light);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem; font-family: var(--font-heading);
  font-size: 1.2rem; color: var(--c-accent-gold); background: var(--c-bg);
  transition: all var(--dur) var(--ease);
}
.method-step__number::after {
  content: ''; position: absolute; inset: -5px; border-radius: 50%;
  border: 1px solid var(--c-accent-gold); opacity: 0; transform: scale(0.8);
  transition: all var(--dur) var(--ease);
}
.method-step:hover .method-step__number { background: var(--c-accent-gold); color: var(--c-bg); border-color: var(--c-accent-gold); transform: scale(1.1); box-shadow: var(--shadow-glow); }
.method-step:hover .method-step__number::after { opacity: 0.3; transform: scale(1); }
.method-step__title { font-family: var(--font-heading); font-size: 1.2rem; margin-bottom: 0.75rem; }
.method-step__desc { font-size: var(--fs-small); color: var(--c-text-muted); line-height: 1.6; }

/* --- About --- */
.about { background: var(--c-bg-alt); overflow: hidden; }
.about__content { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: center; }
.about__image-wrapper { position: relative; overflow: hidden; border-radius: var(--radius-xl); }
.about__image-wrapper img { width: 100%; max-width: 420px; aspect-ratio: 4/5; object-fit: cover; object-position: center top; transform: scale(1.1); will-change: transform; }
.about__image-reveal { position: absolute; inset: 0; background: var(--c-bg-alt); transform-origin: top; z-index: 2; }
.about__text h2 { margin-bottom: 1.5rem; }
.about__text p { margin-bottom: 1.25rem; }
.about__credentials { display: flex; gap: 2.5rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--c-border); }
.credential { text-align: center; }
.credential__number { font-family: var(--font-heading); font-size: 2.2rem; color: var(--c-accent-gold); display: block; line-height: 1; margin-bottom: 0.3rem; }
.credential__label { font-size: var(--fs-label); letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-text-muted); }

/* --- Testimonials --- */
.testimonials { background: var(--c-bg); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.testimonial-card {
  padding: 2.5rem; background: var(--c-bg-card);
  border: 1px solid var(--c-border); border-radius: var(--radius-lg);
  transition: all var(--dur) var(--ease);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--c-border-hover); }
.testimonial-card__quote { font-family: var(--font-heading); font-size: 4rem; color: var(--c-accent-gold); opacity: 0.15; line-height: 1; margin-bottom: 0.5rem; }
.testimonial-card__text { font-size: var(--fs-body); line-height: 1.85; color: var(--c-text-secondary); font-style: italic; margin-bottom: 1.5rem; }
.testimonial-card__author { font-size: var(--fs-small); font-weight: 600; color: var(--c-text); }
.testimonial-card__role { font-size: var(--fs-label); color: var(--c-text-muted); margin-top: 0.25rem; }

/* --- Stats --- */
.stats { background: var(--c-stats-bg); padding: 3.5rem 0; position: relative; overflow: hidden; border: 1px solid var(--c-border); border-radius: var(--radius-xl); margin: 0 clamp(1rem, 3vw, 2rem); }
.stats::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(201,169,110,0.06) 0%, transparent 50%); }
.stats__inner { display: flex; justify-content: center; gap: 5rem; position: relative; z-index: 1; }
.stat { text-align: center; }
.stat__number { font-family: var(--font-heading); font-size: 2.8rem; color: var(--c-accent-gold); display: block; line-height: 1; margin-bottom: 0.5rem; }
.stat__label { font-size: var(--fs-label); letter-spacing: 0.15em; text-transform: uppercase; color: var(--c-text-muted); }

/* --- CTA Section --- */
.cta-section { background: linear-gradient(180deg, var(--c-bg-alt) 0%, var(--c-surface) 100%); text-align: center; }
.cta-section__card {
  max-width: 680px; margin: 0 auto; padding: 4rem;
  background: var(--c-bg-card); border: 1px solid var(--c-border);
  border-radius: var(--radius-xl); position: relative; overflow: hidden;
}
.cta-section__card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--c-accent-gold), var(--c-sage), var(--c-accent-gold)); border-radius: var(--radius-xl) var(--radius-xl) 0 0; }
.cta-section__benefits { display: flex; justify-content: center; gap: 2rem; margin: 2rem 0; flex-wrap: wrap; }
.cta-benefit { display: flex; align-items: center; gap: 0.5rem; font-size: var(--fs-small); color: var(--c-text-secondary); }
.cta-benefit__icon { color: var(--c-sage); }
.cta-section__note { font-size: 0.78rem; color: var(--c-text-muted); margin-top: 1.5rem; font-style: italic; }

/* --- FAQ --- */
.faq { background: var(--c-bg); }
.faq__list { max-width: 680px; margin: 3rem auto 0; }
.faq-item { border-bottom: 1px solid var(--c-border); }
.faq-item__question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 1.75rem 0; background: none; border: none;
  font-family: var(--font-heading); font-size: 1.15rem;
  color: var(--c-text); text-align: left;
  transition: color var(--dur-fast);
}
.faq-item__question:hover { color: var(--c-accent-gold); }
.faq-item__icon { font-size: 1.5rem; font-weight: 300; color: var(--c-accent-gold); transition: transform var(--dur) var(--ease); flex-shrink: 0; margin-left: 1rem; }
.faq-item.active .faq-item__icon { transform: rotate(45deg); }
.faq-item__answer { max-height: 0; overflow: hidden; transition: max-height var(--dur) var(--ease); }
.faq-item__answer p { padding-bottom: 1.75rem; font-size: var(--fs-body); line-height: 1.85; }
.faq-item.active .faq-item__answer { max-height: 300px; }

/* --- Final CTA --- */
.final-cta {
  background: var(--c-final-bg); text-align: center;
  padding: var(--section-pad) 0; position: relative; overflow: hidden;
  border: 1px solid var(--c-border); border-radius: var(--radius-xl);
  margin: 0 clamp(1rem, 3vw, 2rem);
}
.final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 80%, rgba(201,169,110,0.06) 0%, transparent 50%); }
.final-cta .ornament { color: var(--c-accent-gold); opacity: 0.4; font-size: 1.5rem; }
.final-cta h2 { color: var(--c-text); margin-bottom: 1rem; position: relative; }
.final-cta p { color: var(--c-text-muted); max-width: 480px; margin: 0 auto 3rem; position: relative; }

/* --- Footer --- */
.footer { background: var(--c-bg); padding: 3rem 0; border-top: 1px solid var(--c-border); }
.footer__inner { display: flex; justify-content: space-between; align-items: center; }
.footer__copy { font-size: var(--fs-label); color: var(--c-text-muted); }
.footer__links { display: flex; gap: 1.5rem; }
.footer__link { font-size: var(--fs-label); color: var(--c-text-muted); transition: color var(--dur-fast); }
.footer__link:hover { color: var(--c-accent-gold); }

/* --- Responsive --- */
@media (max-width: 968px) {
  .cursor, .cursor-follower { display: none; }
  body, a, button, .btn { cursor: auto; }
  .btn { cursor: pointer; }
  .hero__content { grid-template-columns: 1fr; text-align: center; gap: 3rem; }
  .hero__text { max-width: 100%; order: 2; }
  .hero__image { order: 1; }
  .hero__image-wrapper { max-width: 300px; margin: 0 auto; }
  .hero__image-border { display: none; }
  .hero__cta-group { justify-content: center; flex-direction: column; }
  .problems__grid, .testimonials__grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .method__steps { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; gap: 2.5rem; }
  .method__path { display: none; }
  .about__content { grid-template-columns: 1fr; text-align: center; gap: 3rem; }
  .about__image-wrapper { max-width: 280px; margin: 0 auto; }
  .about__credentials { justify-content: center; }
  .about__text .divider { margin-left: auto; }
  .stats { border-radius: var(--radius-md); }
  .stats__inner { flex-wrap: wrap; gap: 2.5rem; }
  .final-cta { border-radius: var(--radius-md); }
  .nav__links { display: none; position: absolute; top: 100%; left: 0; width: 100%; flex-direction: column; background: rgba(14,13,11,0.98); backdrop-filter: blur(20px); padding: 2rem; gap: 1.5rem; border-bottom: 1px solid var(--c-border); border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  .nav__links.open { display: flex; }
  .nav__toggle { display: flex; }
  .footer__inner { flex-direction: column; gap: 1rem; text-align: center; }
  .cta-section__card { padding: 2.5rem; }
  .cta-section__benefits { flex-direction: column; align-items: center; }
  .floating-shapes .shape { opacity: 0.04; }
}
@media (max-width: 480px) {
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.8rem; }
  .btn { padding: 0.95rem 2rem; font-size: 0.7rem; width: 100%; justify-content: center; }
  .cta-section__card { padding: 1.5rem; border-radius: var(--radius-md); }
  .section-label::before, .section-label::after { width: 18px; }
}
