/* ============================================================
   reSTART Profesional — CSS complet (v2)
   Locație: wp-content/themes/hello-elementor-child-restart/assets/restart.css
   ------------------------------------------------------------
   Selectori duali:
     — pentru HTML pur (h1, p, .btn-primary, .card etc.)
     — pentru markup Elementor v3/v4 (.elementor-widget-*, .elementor-button etc.)
   Deci același CSS se aplică indiferent dacă un element vine dintr-un
   template PHP curat sau dintr-un widget Elementor.
   ============================================================ */


/* ============ RESET / GLOBAL ============ */
::selection { background-color: rgba(201,162,75,.25); color: #0E1B3D; }
:focus-visible { outline: 3px solid rgba(201,162,75,.5); outline-offset: 3px; }

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

/* ============ BUTOANE ============ */
/*
   Ambele markup-uri prind stilul:
     HTML pur:      <a class="btn btn-primary btn-lg">Text</a>
     Elementor:     <div class="elementor-widget-button btn-primary btn-lg">
                      <a class="elementor-button">Text</a>
                    </div>
*/

a.btn, button.btn,
.elementor-widget-button.btn-primary .elementor-button,
.elementor-widget-button.btn-secondary .elementor-button,
.elementor-widget-button.btn-outline .elementor-button,
.elementor-widget-button.btn-outline-light .elementor-button,
.elementor-widget-button.btn-success .elementor-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 40px; padding: 16px 34px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; line-height: 1.2;
  text-decoration: none; cursor: pointer; border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease,
              background-color .18s ease, color .18s ease, border-color .18s ease;
  box-shadow: 0 8px 20px rgba(14,27,61,.10);
}

.btn-primary, .elementor-widget-button.btn-primary .elementor-button {
  background-color: #C9A24B; color: #fff; border-color: #C9A24B;
}
.btn-primary:hover, .elementor-widget-button.btn-primary .elementor-button:hover {
  background-color: #B8912F; border-color: #B8912F; color: #fff;
  transform: translateY(-2px); box-shadow: 0 12px 26px rgba(14,27,61,.18);
}

.btn-secondary, .elementor-widget-button.btn-secondary .elementor-button {
  background-color: #0E1B3D; color: #fff; border-color: #0E1B3D;
}
.btn-secondary:hover, .elementor-widget-button.btn-secondary .elementor-button:hover {
  background-color: #14244F; border-color: #14244F; color: #fff; transform: translateY(-2px);
}

.btn-outline, .elementor-widget-button.btn-outline .elementor-button {
  background-color: transparent; color: #C9A24B; border-color: #C9A24B; box-shadow: none;
}
.btn-outline:hover, .elementor-widget-button.btn-outline .elementor-button:hover {
  background-color: #C9A24B; color: #fff; border-color: #C9A24B; transform: translateY(-2px);
}

.btn-outline-light, .elementor-widget-button.btn-outline-light .elementor-button {
  background-color: transparent; color: #fff;
  border-color: rgba(255,255,255,.7); box-shadow: none;
}
.btn-outline-light:hover, .elementor-widget-button.btn-outline-light .elementor-button:hover {
  background-color: #fff; color: #0E1B3D; border-color: #fff; transform: translateY(-2px);
}

.btn-success, .elementor-widget-button.btn-success .elementor-button {
  background-color: #7BC26F; color: #fff; border-color: #7BC26F;
}
.btn-success:hover, .elementor-widget-button.btn-success .elementor-button:hover {
  background-color: #6AB05E; border-color: #6AB05E; color: #fff; transform: translateY(-2px);
}

/* Modificatori dimensiune */
.btn-sm, .elementor-widget-button.btn-sm .elementor-button {
  padding: 10px 22px; font-size: 13px;
}
.btn-lg, .elementor-widget-button.btn-lg .elementor-button {
  padding: 20px 44px; font-size: 15px;
}
.btn-block, .elementor-widget-button.btn-block .elementor-button {
  width: 100%; display: flex; justify-content: center;
}

/* ============ SECȚIUNE NAVY ============ */
.section-navy { background-color: #0E1B3D; color: #B9C3DA; }

.section-navy h1, .section-navy h2, .section-navy h3,
.section-navy h4, .section-navy h5, .section-navy h6,
.section-navy .elementor-widget-heading .elementor-heading-title { color: #E3C878; }

.section-navy p,
.section-navy .elementor-widget-text-editor,
.section-navy .elementor-widget-text-editor p,
.section-navy .elementor-widget-text-editor li { color: #B9C3DA; }

.section-navy a:not(.btn):not(.elementor-button):not(.elementor-icon):not(.elementor-social-icon) {
  color: #E3C878; text-decoration: none;
  border-bottom: 1px solid rgba(227,200,120,.35);
  transition: border-color .2s ease, color .2s ease;
}
.section-navy a:not(.btn):not(.elementor-button):not(.elementor-icon):not(.elementor-social-icon):hover {
  color: #fff; border-bottom-color: #fff;
}

/* Butoane secondary pe navy: chenar alb transparent */
.section-navy .btn-secondary,
.section-navy .elementor-widget-button.btn-secondary .elementor-button {
  background-color: transparent; color: #fff; border-color: rgba(255,255,255,.7);
}
.section-navy .btn-secondary:hover,
.section-navy .elementor-widget-button.btn-secondary .elementor-button:hover {
  background-color: #fff; color: #0E1B3D; border-color: #fff;
}

/* Butoane outline pe navy: auriu deschis */
.section-navy .btn-outline,
.section-navy .elementor-widget-button.btn-outline .elementor-button {
  color: #E3C878; border-color: #E3C878;
}
.section-navy .btn-outline:hover,
.section-navy .elementor-widget-button.btn-outline .elementor-button:hover {
  background-color: #E3C878; color: #0E1B3D; border-color: #E3C878;
}

/* Icon-box pe navy */
.section-navy .icon-box-title,
.section-navy .elementor-widget-icon-box .elementor-icon-box-title,
.section-navy .elementor-widget-icon-box .elementor-icon-box-title * { color: #E3C878; }
.section-navy .icon-box-desc,
.section-navy .elementor-widget-icon-box .elementor-icon-box-description { color: #B9C3DA; }
.section-navy .elementor-widget-icon-box .elementor-icon,
.section-navy .elementor-widget-icon-box .elementor-icon svg,
.section-navy .elementor-widget-icon-box .elementor-icon i { color: #E3C878; fill: #E3C878; }

/* Meniu de navigare pe navy */
.section-navy .elementor-widget-nav-menu a,
.section-navy .elementor-nav-menu a { color: #C9D2E6; }
.section-navy .elementor-widget-nav-menu a:hover,
.section-navy .elementor-widget-nav-menu li.current-menu-item > a,
.section-navy .elementor-nav-menu a:hover { color: #E3C878; }

.section-navy ul li::marker, .section-navy ol li::marker { color: #C9A24B; }


/* ============ SECȚIUNE CREAM ============ */
.section-cream { background-color: #FAF6EF; color: #1C2540; }
.section-cream.section-cream--warm { background-color: #D8B18D; }

.section-cream h1, .section-cream h2, .section-cream h3,
.section-cream h4, .section-cream h5, .section-cream h6,
.section-cream .elementor-widget-heading .elementor-heading-title { color: #0E1B3D; }

.section-cream p,
.section-cream .elementor-widget-text-editor,
.section-cream .elementor-widget-text-editor p,
.section-cream .elementor-widget-text-editor li { color: #1C2540; }

.section-cream a:not(.btn):not(.elementor-button):not(.elementor-icon):not(.elementor-social-icon) {
  color: #C9A24B; text-decoration: none;
  border-bottom: 1px solid rgba(201,162,75,.4);
}
.section-cream a:not(.btn):not(.elementor-button):not(.elementor-icon):not(.elementor-social-icon):hover {
  color: #0E1B3D; border-bottom-color: #0E1B3D;
}

.section-cream .icon-box-title,
.section-cream .elementor-widget-icon-box .elementor-icon-box-title,
.section-cream .elementor-widget-icon-box .elementor-icon-box-title * { color: #0E1B3D; }
.section-cream .icon-box-desc,
.section-cream .elementor-widget-icon-box .elementor-icon-box-description { color: #5B6478; }
.section-cream .elementor-widget-icon-box .elementor-icon,
.section-cream .elementor-widget-icon-box .elementor-icon svg,
.section-cream .elementor-widget-icon-box .elementor-icon i { color: #C9A24B; fill: #C9A24B; }


/* ============ SECȚIUNE WHITE ============ */
.section-white { background-color: #fff; color: #1C2540; }

.section-white h1, .section-white h2, .section-white h3,
.section-white h4, .section-white h5, .section-white h6,
.section-white .elementor-widget-heading .elementor-heading-title { color: #0E1B3D; }

.section-white p,
.section-white .elementor-widget-text-editor,
.section-white .elementor-widget-text-editor p,
.section-white .elementor-widget-text-editor li { color: #1C2540; }

.section-white a:not(.btn):not(.elementor-button):not(.elementor-icon):not(.elementor-social-icon) {
  color: #C9A24B; text-decoration: none; border-bottom: 1px solid rgba(201,162,75,.4);
}
.section-white a:not(.btn):not(.elementor-button):not(.elementor-icon):not(.elementor-social-icon):hover {
  color: #0E1B3D; border-bottom-color: #0E1B3D;
}


/* ============ SECȚIUNE GRAY (hero XD) ============ */
.section-gray { background-color: #D0D1D6; color: #1C2540; }

.section-gray h1, .section-gray h2, .section-gray h3,
.section-gray h4, .section-gray h5, .section-gray h6,
.section-gray .elementor-widget-heading .elementor-heading-title { color: #0E1B3D; }

.section-gray p,
.section-gray .elementor-widget-text-editor p { color: #1C2540; }

/* ============ ELEMENTE DECORATIVE ============ */
.eyebrow,
.eyebrow .elementor-heading-title {
  font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: #C9A24B;
  margin-bottom: 14px; display: inline-block;
}
.section-navy .eyebrow, .section-navy .eyebrow .elementor-heading-title { color: #E3C878; }

.tagline,
.tagline .elementor-heading-title {
  font-family: 'Playfair Display', Georgia, serif; font-style: italic;
  font-weight: 500; font-size: 22px; color: #C9A24B;
  text-align: center; line-height: 1.5;
}
.section-navy .tagline, .section-navy .tagline .elementor-heading-title { color: #E3C878; }

.divider-gold {
  display: block; width: 60px; height: 2px;
  background-color: #C9A24B; border: none; margin: 20px 0 24px;
}
.section-navy .divider-gold { background-color: #E3C878; }


/* ============ CARDURI GENERICE ============ */
.card {
  background-color: #fff; border: 1px solid #E7E2D6; border-radius: 14px;
  padding: 28px; box-shadow: 0 10px 28px rgba(14,27,61,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(14,27,61,.12); }

.card-navy {
  background-color: #0E1B3D; border: 1px solid #14244F; border-radius: 14px;
  padding: 28px; color: #B9C3DA; box-shadow: 0 10px 28px rgba(14,27,61,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card-navy:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(14,27,61,.35); }
.card-navy h1, .card-navy h2, .card-navy h3, .card-navy h4, .card-navy h5, .card-navy h6 { color: #E3C878; }
.card-navy p { color: #B9C3DA; }

/* ============================================================
   SECȚIUNI HOMEPAGE — specifice
   ============================================================ */


/* ============ 1. HERO ============ */
/* Container principal cu 2 coloane text+imagine. Se combină cu .section-gray */
.hero {
  display: flex; align-items: center; justify-content: space-between;
  gap: 48px; max-width: 1180px; margin: 0 auto;
  padding: 80px 24px 100px; min-height: 560px;
}
.hero-content { flex: 1 1 55%; max-width: 620px; }
.hero-visual { flex: 1 1 45%; display: flex; justify-content: center; position: relative; }

.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 4vw, 40px); font-weight: 700; line-height: 1.15;
  color: #0E1B3D; margin: 0 0 16px;
}
.hero-subtitle {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic; font-weight: 500;
  font-size: clamp(17px, 2vw, 20px); color: #C9A24B; line-height: 1.5;
  margin: 0 0 20px;
}
.hero-description {
  font-size: 15px; line-height: 1.7; color: #1C2540;
  max-width: 520px; margin: 0 0 34px;
}
.hero-visual img {
  border-radius: 200px 200px 18px 18px;
  border: 1.5px solid rgba(201,162,75,.5);
  max-width: 380px; width: 100%;
}

/* ============ 2. SECȚIUNE GHID (book-scene) ============ */
/* Layout 2 coloane: coperta ghid stânga + text/beneficii dreapta */
.section-guide {
  padding: 88px 24px; background-color: #FAF6EF; border-bottom: 1px solid #E7E2D6;
}
.section-guide-inner {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px;
  align-items: center; max-width: 1180px; margin: 0 auto;
}
.book-scene {
  position: relative; display: flex; justify-content: center; padding: 30px 0;
}
.book-scene img { max-width: 380px; width: 100%; }

.check-list { list-style: none; padding: 0; margin: 0 0 22px; }
.check-list li {
  display: flex; gap: 14px; margin-bottom: 14px;
  color: #1C2540; font-size: 15px; line-height: 1.5;
}
.check-list li::before {
  content: "✓"; flex-shrink: 0;
  width: 22px; height: 22px; border-radius: 50%;
  background: #F3E7C9; color: #C9A24B;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; margin-top: 2px;
}


/* ============ 3. BANDA STATISTICI ============ */
/* Layout 2 coloane pe navy: titlu+text stânga + 4 carduri stat dreapta */
.stats-band {
  padding: 64px 24px; background-color: #0E1B3D;
}
.stats-band-inner {
  display: grid; grid-template-columns: 1fr 1.35fr; gap: 56px;
  align-items: center; max-width: 1180px; margin: 0 auto;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}

/* Card statistic — funcționează pe HTML pur ȘI pe Elementor icon-box */
.stat-card {
  background-color: #14244F;
  border: 1px solid rgba(201,162,75,.28);
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
}
.stat-card .stat-icon {
  width: 42px; height: 42px; margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(201,162,75,.14);
  color: #E3C878;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.stat-card .stat-num,
.stat-card h3,
.stat-card .elementor-widget-heading .elementor-heading-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px; font-weight: 600;
  color: #E3C878; line-height: 1.1;
  margin: 0 0 8px;
}
.stat-card .stat-label,
.stat-card p,
.stat-card .elementor-widget-text-editor p {
  font-size: 11.5px; color: #AEB9D6;
  margin: 8px 0 0; line-height: 1.45;
}


/* ============ 4. METODA reSTART (4 pași) ============ */
/* Layout 2 coloane: text stânga + card metodă cu 4 pași dreapta */
.section-method { padding: 92px 24px; background-color: #fff; }
.section-method-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: start; max-width: 1180px; margin: 0 auto;
}

.method-card {
  background-color: #FAF6EF; border: 1px solid #E7E2D6;
  border-radius: 18px; padding: 34px;
  box-shadow: 0 18px 45px rgba(14,27,61,.10);
}
.method-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px; color: #0E1B3D; text-align: center;
  margin: 0 0 6px;
}
.method-card-sub {
  text-align: center; color: #5B6478;
  font-size: 13.5px; margin: 0 0 26px;
}
.method-steps {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.method-step {
  background-color: #fff; border: 1px solid #E7E2D6;
  border-radius: 12px; padding: 20px;
}
.method-step-num {
  width: 34px; height: 34px; border-radius: 50%;
  background: #0E1B3D; color: #E3C878;
  font-family: 'Playfair Display', Georgia, serif; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 0 12px;
}
.method-step h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px; color: #0E1B3D; margin: 0 0 6px;
}
.method-step p {
  font-size: 12.5px; color: #5B6478; margin: 0; line-height: 1.55;
}

/* Mini-citate în coloana stânga a metodei (2 mini-cards navy) */
.mini-quotes {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px;
}
.mini-quote {
  background: #0E1B3D; color: #D6DDEE;
  font-size: 12.5px; line-height: 1.55;
  border-radius: 10px; padding: 16px 18px;
  border-left: 3px solid #C9A24B;
}


/* ============ 5. RÂNDURI „AI AJUNS AICI PENTRU CĂ..." ============ */
.reasons { padding: 88px 24px; background-color: #FAF6EF; border-top: 1px solid #E7E2D6; }
.reasons-inner { max-width: 1180px; margin: 0 auto; }
.reasons h2 {
  text-align: center;
  font-size: clamp(26px, 3vw, 34px);
  color: #0E1B3D; margin: 0 0 44px;
}
.reason-row {
  display: flex; align-items: stretch; gap: 0;
  max-width: 860px; margin: 0 auto 18px;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 10px 28px rgba(14,27,61,.08);
}
.reason-row.flip { flex-direction: row-reverse; }
.reason-row .reason-photo {
  width: 150px; flex: none;
  background: linear-gradient(145deg,#243660,#101F45);
}
.reason-row .reason-quote {
  flex: 1; background: #0E1B3D; color: #E4E9F5;
  display: flex; align-items: center;
  padding: 22px 28px; font-size: 14.5px; line-height: 1.6;
}
.reason-row .reason-quote em { color: #E3C878; font-style: italic; }

.reasons-tagline {
  text-align: center; font-family: 'Playfair Display', Georgia, serif;
  font-style: italic; font-size: 20px; color: #C9A24B; margin: 38px 0 0;
}

/* ============ 6. ALEGE PROGRAMUL ============ */
/* Layout 2 coloane: text intro stânga + grid 4 programe dreapta */
.section-programs { padding: 92px 24px; background-color: #fff; }
.section-programs-inner {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px;
  align-items: center; max-width: 1180px; margin: 0 auto;
}
.programs-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.program-card {
  background: #fff; border: 1px solid #E7E2D6;
  border-radius: 14px; padding: 26px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.program-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(14,27,61,.10); }
.program-card .program-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: #F3E7C9; color: #C9A24B;
  display: flex; align-items: center; justify-content: center;
  font-size: 19px; margin: 0 0 14px;
}
.program-card h3 {
  font-size: 17px; color: #0E1B3D; margin: 0 0 8px;
}
.program-card p {
  font-size: 13px; color: #5B6478; margin: 0 0 14px; line-height: 1.55;
}
.program-card a.program-link {
  font-size: 12.5px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: #C9A24B; text-decoration: none;
}
.program-card.featured { background: #0E1B3D; border-color: #0E1B3D; color: #B9C3DA; }
.program-card.featured h3 { color: #fff; }
.program-card.featured p { color: #AEB9D6; }
.program-card.featured .program-icon { background: rgba(201,162,75,.16); color: #E3C878; }
.program-card.featured a.program-link { color: #E3C878; }

/* ============ 7. ÎNAINTE / DUPĂ ============ */
.section-before-after { padding: 88px 24px; background-color: #FAF6EF; border-top: 1px solid #E7E2D6; }
.section-before-after-inner { max-width: 940px; margin: 0 auto; }
.section-before-after h2 {
  text-align: center;
  font-size: clamp(26px, 3vw, 34px);
  color: #0E1B3D; margin: 0 0 44px;
}
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.ba-card { border-radius: 16px; padding: 34px; }
.ba-card h3 {
  font-size: 14px; letter-spacing: .14em;
  text-transform: uppercase; margin: 0 0 22px;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
}
.ba-card ul { list-style: none; padding: 0; margin: 0; }
.ba-card li {
  display: flex; gap: 12px; margin-bottom: 14px;
  font-size: 14.5px; line-height: 1.55;
}
.ba-card li::before {
  content: ""; flex: none;
  width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; margin-top: 2px;
}
.ba-before {
  background: #fff; border: 1px solid #E7E2D6; color: #5B6478;
}
.ba-before h3 { color: #98A0B3; }
.ba-before li::before { content: "✕"; background: #F1EFEA; color: #A8AEBE; }

.ba-after {
  background: #0E1B3D; color: #E4E9F5;
  box-shadow: 0 18px 45px rgba(14,27,61,.10);
}
.ba-after h3 { color: #E3C878; }
.ba-after li::before { content: "✓"; background: rgba(201,162,75,.18); color: #E3C878; }

/* ============ 8. PROMISIUNE + BLOG ============ */
/* Layout 2 coloane: card promisiune stânga + lista articole blog dreapta */
.section-promise-blog { padding: 92px 24px; background-color: #fff; }
.section-promise-blog-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 44px;
  align-items: start; max-width: 1180px; margin: 0 auto;
}
.promise-card {
  background: #0E1B3D; color: #E4E9F5;
  border-radius: 18px; padding: 38px;
  position: relative; overflow: hidden;
}
.promise-card::after {
  content: ""; position: absolute;
  width: 220px; height: 220px;
  border: 1px solid rgba(201,162,75,.3);
  border-radius: 50%;
  right: -70px; bottom: -70px;
}
.promise-card h2 { color: #fff; font-size: 26px; margin: 0 0 20px; }
.promise-card ul { list-style: none; padding: 0; margin: 0; }
.promise-card li {
  display: flex; gap: 12px; margin-bottom: 14px;
  font-size: 14px; line-height: 1.55;
}
.promise-card li::before {
  content: "✓"; flex: none;
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(201,162,75,.18); color: #E3C878;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; margin-top: 2px;
}

.blog-list h2 { color: #0E1B3D; font-size: 26px; margin: 0 0 26px; }
.blog-article {
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px; padding: 18px 0; border-bottom: 1px solid #E7E2D6;
}
.blog-article:first-of-type { border-top: 1px solid #E7E2D6; }
.blog-article h3 { font-size: 16px; color: #0E1B3D; margin: 0 0 4px; }
.blog-article .blog-meta { font-size: 12px; color: #5B6478; margin: 0; }
.blog-article a.blog-link {
  flex: none; font-size: 12.5px; font-weight: 700;
  color: #C9A24B; letter-spacing: .05em;
  text-transform: uppercase; white-space: nowrap; text-decoration: none;
}


/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .hero, .section-guide-inner, .stats-band-inner,
  .section-method-inner, .section-programs-inner,
  .section-promise-blog-inner {
    grid-template-columns: 1fr;
    display: grid; gap: 44px;
  }
  .hero { display: grid; }
  .hero-visual { order: -1; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .ba-grid, .method-steps, .programs-grid, .mini-quotes {
    grid-template-columns: 1fr;
  }
  .reason-row, .reason-row.flip { flex-direction: column; }
  .reason-row .reason-photo { width: 100%; height: 120px; }
}

@media (max-width: 767px) {
  .btn, a.btn, button.btn,
  .elementor-widget-button.btn-primary .elementor-button,
  .elementor-widget-button.btn-secondary .elementor-button,
  .elementor-widget-button.btn-outline .elementor-button,
  .elementor-widget-button.btn-outline-light .elementor-button,
  .elementor-widget-button.btn-success .elementor-button {
    padding: 14px 26px; font-size: 13px;
  }
  .btn-lg, .elementor-widget-button.btn-lg .elementor-button {
    padding: 16px 32px; font-size: 14px;
  }
  .eyebrow, .eyebrow .elementor-heading-title { font-size: 11px; }
  .tagline, .tagline .elementor-heading-title { font-size: 18px; }
  .card, .card-navy { padding: 22px; }
  .stat-card { padding: 20px 14px; }
  .stat-card .stat-num, .stat-card h3 { font-size: 26px; }
  .hero { padding: 60px 20px 70px; }
  .section-guide, .stats-band, .section-method, .reasons,
  .section-programs, .section-before-after, .section-promise-blog {
    padding: 60px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
