/* Common footer styles */
.footer-v2-logo-text strong { font-size: 14px !important; }

.apex-footer {
      margin-top: 20px;
      padding: 18px 0 14px;
      border-top: 1px solid rgba(212,175,55,.20);
      background:
        radial-gradient(ellipse 700px 280px at 12% 0%, rgba(212,175,55,.06), transparent 62%),
        #06110f;
      color: rgba(236,241,233,.76);
    }

.apex-footer-grid {
      display: grid;
      grid-template-columns: 1.35fr repeat(4, 1fr);
      gap: 24px;
      align-items: start;
    }

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

/* ════════════════════════════════
       FOOTER UPDATE - MATCH PROVIDED DESIGN
    ════════════════════════════════ */
    .apex-footer.apex-footer-v2 {
      margin-top: 0;
      padding: 40px 0 24px;
      border-top: none;
      background:
        radial-gradient(ellipse 820px 420px at 8% 0%, rgba(212,175,55,.08), transparent 58%),
        radial-gradient(ellipse 660px 360px at 90% 24%, rgba(46,204,113,.05), transparent 60%),
        linear-gradient(180deg, #071210 0%, #06110f 100%);
      color: rgba(236,241,233,.78);
      overflow: hidden;
    }

.footer-v2-container {
      width: min(100% - 60px, 1280px);
      margin: 0 auto;
    }

.footer-v2-main {
      display: grid;
      grid-template-columns: 1.08fr 1.31fr .92fr;
      gap: 16px;
      align-items: stretch;
    }

.footer-v2-panel {
      position: relative;
      overflow: hidden;
      min-height: 477px;
      padding: 29px 28px;
      border: 1px solid rgba(212,175,55,.25);
      border-radius: 10px;
      background:
        radial-gradient(ellipse 420px 220px at 50% -18%, rgba(212,175,55,.08), transparent 62%),
        linear-gradient(145deg, rgba(20,35,30,.88), rgba(6,18,16,.94));
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 18px 44px rgba(0,0,0,.24);
    }

.footer-v2-panel::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(ellipse 170px 22px at 50% 0%, rgba(255,221,91,.75), transparent 65%),
        radial-gradient(ellipse 360px 170px at 80% 70%, rgba(255,255,255,.03), transparent 72%);
      opacity: .75;
    }

.footer-v2-panel::after {
      content: '';
      position: absolute;
      left: 8%;
      right: 8%;
      bottom: -1px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(212,175,55,.75), transparent);
      pointer-events: none;
    }

.footer-v2-brand-panel {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 50px 35px 36px;
    }

.footer-v2-logo {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 18px;
      margin-bottom: 27px;
    }

.footer-v2-logo-mark {
      width: 62px;
      height: 62px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      border: 1px solid rgba(212,175,55,.42);
      background: linear-gradient(145deg, rgba(52,74,55,.72), rgba(17,33,26,.95));
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-size: 33px;
      font-weight: 900;
      box-shadow:
        0 0 25px rgba(212,175,55,.18),
        inset 0 1px 0 rgba(255,255,255,.08);
    }

.footer-v2-logo-text strong {
      display: block;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-size: 22px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: .25em;
    }

.footer-v2-logo-text span {
      display: block;
      margin-top: 7px;
      color: #fff;
      font-size: 11px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: .38em;
      text-transform: uppercase;
    }

.footer-v2-about {
      position: relative;
      z-index: 1;
      max-width: 288px;
      margin: 0 0 31px;
      color: rgba(255,255,255,.82);
      font-size: 12px;
      line-height: 1.9;
    }

.footer-v2-socials {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 18px;
      margin-bottom: 31px;
    }

.footer-v2-socials a {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 9px;
      color: #fff;
      font-size: 20px;
      box-shadow: 0 12px 24px rgba(0,0,0,.30);
      transition: transform .22s ease, filter .22s ease;
    }

.footer-v2-socials a:hover { transform: translateY(-4px); filter: brightness(1.08); }

.footer-v2-socials .ig { background: linear-gradient(135deg,#ffde59 0%,#ff4f79 46%,#8a3ffc 100%); }

.footer-v2-socials .tk { background: #050505; }

.footer-v2-socials .yt { background: #ff1616; }

.footer-v2-socials .fb { background: linear-gradient(135deg,#4aa3ff,#1877f2); }

.footer-v2-trust {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: rgba(255,255,255,.78);
      font-size: 12px;
      line-height: 1.4;
    }

.footer-v2-trust i { color: #2ecc71; font-size: 16px; }

.footer-v2-links-panel { padding: 32px 28px; }

.footer-v2-links-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 34px;
    }

.footer-v2-block + .footer-v2-block { margin-top: 30px; }

.footer-v2-title {
      margin: 0 0 17px;
      color: var(--gold);
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .17em;
      text-transform: uppercase;
    }

.footer-v2-list {
      list-style: none;
      margin: 0;
      padding: 0;
      border-top: 1px solid rgba(255,255,255,.10);
    }

.footer-v2-list li {
      border-bottom: 1px solid rgba(255,255,255,.07);
    }

.footer-v2-list a {
      min-height: 41px;
      display: flex;
      align-items: center;
      gap: 11px;
      color: rgba(255,255,255,.78);
      font-size: 12px;
      line-height: 1.35;
      transition: color .2s ease, transform .2s ease;
    }

.footer-v2-list a:hover { color: #fff; transform: translateX(3px); }

.footer-v2-list a::before {
      content: '\F285';
      font-family: 'bootstrap-icons';
      color: rgba(255,255,255,.55);
      font-size: 10px;
      line-height: 1;
    }

.footer-v2-platforms a::before { display: none; }

.footer-v2-platforms i {
      width: 13px;
      display: inline-flex;
      justify-content: center;
      font-size: 13px;
      line-height: 1;
    }

.footer-v2-platforms .bi-instagram { color: #e1306c; }

.footer-v2-platforms .bi-tiktok { color: rgba(255,255,255,.75); }

.footer-v2-platforms .bi-youtube { color: #ff0000; }

.footer-v2-platforms .bi-facebook { color: #1877f2; }

.footer-v2-contact-panel { padding: 28px 22px 16px; }

.footer-v2-contact-list {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px;
      margin-bottom: 22px;
      width: 100%;
    }

.footer-v2-contact-card {
      width: 100%;
      min-height: 56px;
      display: grid;
      grid-template-columns: 40px 1fr;
      align-items: center;
      gap: 11px;
      padding: 10px;
      border-radius: 6px;
      border: 1px solid rgba(255,255,255,.06);
      background: rgba(255,255,255,.045);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
      box-sizing: border-box;
    }

.footer-v2-contact-icon {
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      color: var(--gold);
      font-size: 19px;
      background: rgba(212,175,55,.10);
      border: 1px solid rgba(212,175,55,.16);
      box-shadow: 0 6px 16px rgba(0,0,0,.18);
    }

.footer-v2-contact-label {
      display: block;
      margin-bottom: 5px;
      color: rgba(255,255,255,.62);
      font-size: 10px;
      line-height: 1;
    }

.footer-v2-contact-value {
      display: block;
      color: rgba(255,255,255,.86);
      font-size: 12px;
      line-height: 1.35;
    }

.footer-v2-hours {
      position: relative;
      z-index: 1;
      padding: 18px 16px 17px;
      border-radius: 8px;
      border: 1px solid rgba(212,175,55,.48);
      background:
        radial-gradient(ellipse 250px 105px at 70% 100%, rgba(212,175,55,.18), transparent 62%),
        rgba(212,175,55,.075);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.06),
        0 0 26px rgba(212,175,55,.10);
    }

.footer-v2-hours::after {
      content: '';
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: -1px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255,220,95,.85), transparent);
    }

.footer-v2-hours-head {
      display: flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 16px;
      color: var(--gold);
      font-size: 12px;
      font-weight: 900;
    }

.footer-v2-hours-head i {
      width: 18px;
      height: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #1c1706;
      background: var(--gold);
      font-size: 10px;
    }

.footer-v2-hour-row {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      margin-top: 12px;
      color: rgba(255,255,255,.74);
      font-size: 12px;
      line-height: 1.2;
    }

.footer-v2-hour-row strong {
      color: var(--gold);
      font-weight: 900;
    }

.footer-v2-bottom {
      min-height: 64px;
      margin-top: 17px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
      align-items: center;
      gap: 16px;
      padding: 0 23px;
      border-radius: 8px;
      border: 1px solid rgba(212,175,55,.18);
      background: rgba(15,30,25,.65);
      color: rgba(255,255,255,.42);
      font-size: 12px;
      width: 100%;
      box-sizing: border-box;
    }

.footer-v2-bottom > div:first-child {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      min-width: 0;
    }

.footer-v2-policies {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      white-space: nowrap;
      flex-wrap: nowrap;
    }

.footer-v2-policies a {
      color: rgba(255,255,255,.72);
      transition: color .2s ease;
    }

.footer-v2-policies a:hover { color: #fff; }

.footer-v2-dot { color: rgba(212,175,55,.58); font-size: 10px; }

.footer-v2-business {
      justify-self: end;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: rgba(255,255,255,.42);
      white-space: nowrap;
    }

.footer-v2-business i { color: #2ecc71; }

@media (max-width: 991px) {
  .footer-v2-main { grid-template-columns: 1fr 1fr; }

  .footer-v2-contact-panel { grid-column: 1 / -1; min-height: auto; }

  .footer-v2-contact-list { grid-template-columns: 1fr; }

  .footer-v2-hours { max-width: none; }

  .footer-v2-bottom { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); }

  .footer-v2-business { justify-self: center; }

  .apex-footer.apex-footer-v2 { padding-top: 24px; }

  .footer-v2-container { width: min(100% - 24px, 1280px); }
}

@media (max-width: 767px) {
/* All panels stack full width on mobile */
      .footer-v2-main {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
      }

.footer-v2-brand-panel { grid-column: 1; grid-row: 1; padding: 20px 18px; min-height: auto; }

.footer-v2-links-panel { grid-column: 1; grid-row: 2; padding: 20px 18px; min-height: auto; }

.footer-v2-contact-panel { grid-column: 1; grid-row: 3; min-height: auto; padding: 20px 18px; }
}

/* Links: Services | Platforms+Company side by side */
      .footer-v2-links-grid { grid-template-columns: 1fr 1fr; gap: 0 20px; }

.footer-v2-block + .footer-v2-block { margin-top: 24px; }

/* Contact grid: 2×2 */
      .footer-v2-contact-list { grid-template-columns: 1fr; gap: 10px; }

.footer-v2-hours { max-width: none; margin-top: 14px; }

.footer-v2-main { gap: 10px; }

.footer-v2-brand-panel { padding: 16px 14px; }

.footer-v2-links-panel { padding: 16px 14px; }

.footer-v2-contact-panel { padding: 16px 14px; }

.footer-v2-contact-list { grid-template-columns: 1fr; gap: 8px; }

.footer-v2-logo-mark { width: 40px; height: 40px; font-size: 22px; }

.footer-v2-logo-text strong { font-size: 15px; }

.footer-v2-about { font-size: 11.5px; }

.footer-v2-socials a { width: 34px; height: 34px; font-size: 16px; }

.footer-v2-title { font-size: 10px; }

.footer-v2-list a { font-size: 11.5px; }

.footer-v2-bottom { font-size: 11px; }

@media (max-width: 767px) {
  /* Bottom bar stays one line when possible; wrap only if needed */
  .footer-v2-bottom {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
    padding: 14px 12px !important;
    gap: 8px !important;
  }

  .footer-v2-business { justify-self: center !important; }

  .footer-v2-policies {
    flex-wrap: wrap !important;
    gap: 8px 12px !important;
    white-space: normal !important;
    justify-content: center !important;
  }
}

/* ══ FULL SITE 95% SCREEN WIDTH OVERRIDE ══ */
    .site-wrap,
    .hero-section > .site-wrap,
    .wwd-container,
    .cr-container,
    .pkg-container,
    .tst-container,
    .insights-container,
    .footer-v2-container {
      width: 95% !important;
      max-width: none !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

/* professional card depth */
.wwd-card,
.cr-card,
.pkg-card,
.tst-card,
.insights-post,
.insights-cat-card,
.feature-strip,
.stats-strip,
.ab-stat,
.ab-team-pill,
.wwd-metrics,
.wwd-steps-panel,
.wwd-bottom-cta,
.cr-hero-panel,
.cr-testimonial-card,
.tst-rating-panel,
.tst-video-card,
.tst-trust-card,
.insights-featured,
.insights-newsletter,
.footer-v2-panel,
.footer-v2-brand-panel,
.footer-v2-contact-card {
  transition:
    transform .32s var(--pro-ease),
    border-color .32s var(--pro-ease),
    box-shadow .32s var(--pro-ease),
    filter .32s var(--pro-ease);
}

.wwd-card:hover,
.cr-card:hover,
.pkg-card:hover,
.tst-card:hover,
.insights-post:hover,
.insights-cat-card:hover,
.ab-stat:hover,
.cr-testimonial-card:hover,
.footer-v2-contact-card:hover {
  border-color: rgba(212,175,55,.48);
  box-shadow:
    0 26px 56px rgba(0,0,0,.34),
    0 0 32px rgba(212,175,55,.10),
    inset 0 1px 0 rgba(255,255,255,.08);
  filter: saturate(1.035);
}

.feat-icon,
  .stat-icon,
  .ab-stat-icon,
  .wwd-card-icon,
  .wwd-custom-icon,
  .wwd-metric-icon,
  .wwd-step-icon,
  .wwd-cta-icon,
  .pkg-plan-icon,
  .cr-title-icon,
  .cr-social,
  .tst-platform-icon,
  .tst-trust-icon,
  .insights-cat-icon,
  .footer-v2-contact-icon {
    animation: proIconPulse 3.8s ease-in-out infinite;
  }

/* elegant section glow without changing stacking order */
.hero-section,
.about-section,
.wwd-section,
.client-results-section,
.packages-section,
.testimonials-section,
.insights-section,
.apex-footer {
  box-shadow: inset 0 0 0 rgba(212,175,55,0);
}

.hero-section,
.about-section,
.wwd-section,
.client-results-section,
.packages-section,
.testimonials-section,
.insights-section,
.apex-footer {
  background:
    radial-gradient(ellipse 900px 560px at 82% 10%, rgba(212,175,55,.09), transparent 62%),
    radial-gradient(ellipse 720px 480px at 8% 8%, rgba(255,245,210,.045), transparent 55%),
    radial-gradient(ellipse 920px 620px at 50% 112%, rgba(0,0,0,.36), transparent 65%),
    linear-gradient(180deg, #13241b 0%, #0d1b14 52%, #08130f 100%) !important;
}

.hero-section::before,
.about-section::before,
.wwd-section::before,
.client-results-section::before,
.packages-section::before,
.testimonials-section::before,
.insights-section::before,
.apex-footer::before {
  background:
    radial-gradient(ellipse 720px 420px at 52% -10%, rgba(212,175,55,.08), transparent 62%),
    radial-gradient(ellipse 520px 420px at 96% 44%, rgba(212,175,55,.055), transparent 66%),
    radial-gradient(ellipse 700px 460px at 0% 100%, rgba(255,255,255,.03), transparent 62%) !important;
}

body,
  .hero-section,
  .about-section,
  .wwd-section,
  .client-results-section,
  .packages-section,
  .testimonials-section,
  .insights-section,
  .apex-footer {
    background:
      radial-gradient(ellipse 520px 420px at 72% 5%, rgba(212,175,55,.10), transparent 62%),
      radial-gradient(ellipse 430px 360px at 8% 16%, rgba(255,245,210,.045), transparent 58%),
      linear-gradient(180deg, #13241b 0%, #0d1b14 54%, #07120e 100%) !important;
  }

body,
  .hero-section,
  .about-section,
  .wwd-section,
  .client-results-section,
  .packages-section,
  .testimonials-section,
  .insights-section,
  .feat-icon,
  .stat-icon,
  .ab-stat-icon,
  .wwd-card-icon,
  .wwd-custom-icon,
  .wwd-metric-icon,
  .wwd-step-icon,
  .wwd-cta-icon,
  .pkg-plan-icon,
  .cr-title-icon,
  .cr-social,
  .tst-platform-icon,
  .tst-trust-icon,
  .insights-cat-icon,
  .footer-v2-contact-icon,
  .sc-chart-area span,
  .sc-ls-chart span,
  .cr-bar,
  .tst-bar-fill,
  .insights-phone-bar {
    animation: none !important;
  }

.s-box,
.btn-cta,
.btn-primary-hero,
.btn-ghost-hero,
.wwd-card,
.cr-card,
.pkg-card,
.tst-card,
.insights-post,
.insights-cat-card,
.ab-stat,
.cr-testimonial-card,
.footer-v2-contact-card {
  transition-duration: .16s !important;
}

.site-wrap,
  .hero-section > .site-wrap,
  .wwd-container,
  .cr-container,
  .pkg-container,
  .tst-container,
  .insights-container,
  .footer-v2-container,
  .results-container,
  .packages-container,
  .pricing-container,
  .footer-container,
  .about-container,
  .contact-container,
  .services-container {
    width: 95% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

.apex-nav,
  .nav-mobile-panel,
  .nav-mobile-backdrop,
  .nav-links a,
  .nav-toggle,
  .btn-cta,
  .btn-primary-hero,
  .btn-ghost-hero,
  .ab-btn-gold,
  .ab-btn-ghost,
  .wwd-btn,
  .pkg-card-btn,
  .pkg-custom-btn,
  .cr-main-cta,
  .cr-view-all,
  .insights-cta-button,
  .insights-view-btn,
  .insights-post-link,
  .footer-v2-link {
    transition:
      transform var(--smooth-site-speed) var(--smooth-site-ease),
      box-shadow var(--smooth-site-speed) var(--smooth-site-ease),
      border-color var(--smooth-site-speed) var(--smooth-site-ease),
      background var(--smooth-site-speed) var(--smooth-site-ease),
      color var(--smooth-site-speed) var(--smooth-site-ease),
      filter var(--smooth-site-speed) var(--smooth-site-ease),
      opacity var(--smooth-site-speed) var(--smooth-site-ease) !important;
  }

.s-box,
  .feature-strip,
  .stats-strip,
  .feat-item,
  .stat-item,
  .ab-stat,
  .ab-team-pill,
  .wwd-card,
  .wwd-metric,
  .wwd-steps-panel,
  .wwd-bottom-cta,
  .cr-hero-panel,
  .cr-card,
  .cr-testimonial-card,
  .pkg-card,
  .pkg-benefits-bar,
  .pkg-custom-plan,
  .tst-card,
  .tst-rating-panel,
  .tst-video-card,
  .tst-trust-card,
  .insights-post,
  .insights-cat-card,
  .insights-featured,
  .insights-newsletter,
  .footer-v2-panel,
  .footer-v2-brand-panel,
  .footer-v2-contact-card {
    backface-visibility: hidden !important;
    transition:
      transform .36s var(--smooth-site-ease),
      box-shadow .36s var(--smooth-site-ease),
      border-color .36s var(--smooth-site-ease),
      background .36s var(--smooth-site-ease),
      filter .36s var(--smooth-site-ease),
      opacity .36s var(--smooth-site-ease) !important;
  }

.feat-icon,
  .stat-icon,
  .ab-stat-icon,
  .wwd-card-icon,
  .wwd-custom-icon,
  .wwd-metric-icon,
  .wwd-step-icon,
  .wwd-cta-icon,
  .pkg-plan-icon,
  .cr-title-icon,
  .cr-social,
  .tst-platform-icon,
  .tst-trust-icon,
  .insights-cat-icon,
  .footer-v2-contact-icon {
    animation: finalIconGlow 4.2s ease-in-out infinite !important;
    transition:
      transform .34s var(--smooth-site-ease),
      box-shadow .34s var(--smooth-site-ease),
      filter .34s var(--smooth-site-ease),
      background .34s var(--smooth-site-ease) !important;
  }

html.pro-anim-ready .pro-reveal.pro-visible:is(.wwd-card, .cr-card, .cr-testimonial-card, .pkg-card, .tst-card, .insights-post, .insights-cat-card, .ab-stat, .footer-v2-contact-card):hover {
    transform: translate3d(0, -4px, 0) !important;
  }

.site-wrap,
  .hero-section > .site-wrap,
  .wwd-container,
  .cr-container,
  .pkg-container,
  .tst-container,
  .insights-container,
  .footer-v2-container,
  .results-container,
  .packages-container,
  .pricing-container,
  .footer-container,
  .about-container,
  .contact-container,
  .services-container {
    width: calc(100% - 22px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

.site-wrap,
  .hero-section > .site-wrap,
  .wwd-container,
  .cr-container,
  .pkg-container,
  .tst-container,
  .insights-container,
  .footer-v2-container,
  .results-container,
  .packages-container,
  .pricing-container,
  .footer-container,
  .about-container,
  .contact-container,
  .services-container {
    width: calc(100% - 18px) !important;
  }

.packages-section,
  .testimonials-section,
  .insights-section,
  .apex-footer.apex-footer-v2 {
    background:
      radial-gradient(ellipse 520px 245px at 50% -10%, rgba(212,175,55,.06), transparent 66%),
      linear-gradient(180deg, #07100f 0%, #050c0b 100%) !important;
  }

/* Content width = 95% centered on all viewports (do NOT cap at 520px on desktop) */
.packages-section .pkg-container,
  .pkg-container,
  .testimonials-section .tst-container,
  .tst-container,
  .insights-section .insights-container,
  .insights-container,
  .footer-v2-container,
  .wwd-container,
  .cr-container,
  .site-wrap {
    width: 95% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

@media (max-width: 767px) {
  .packages-section .pkg-container,
  .pkg-container,
  .testimonials-section .tst-container,
  .tst-container,
  .insights-section .insights-container,
  .insights-container,
  .footer-v2-container {
    width: 95% !important;
    max-width: none !important;
  }
}

/* FOOTER SCREEN micro-layout removed — mobile footer is css/footer-mobile.css */

.site-wrap,
  .hero-section > .site-wrap,
  .wwd-container,
  .cr-container,
  .pkg-container,
  .tst-container,
  .insights-container,
  .footer-v2-container {
    width: 95% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

.feat-icon,
  .stat-icon,
  .ab-stat-icon,
  .wwd-card-icon,
  .wwd-custom-icon,
  .wwd-metric-icon,
  .wwd-step-icon,
  .wwd-cta-icon,
  .pkg-plan-icon,
  .cr-title-icon,
  .cr-social,
  .tst-platform-icon,
  .tst-trust-icon,
  .insights-cat-icon,
  .footer-v2-contact-icon,
  .sc-chart-area span,
  .sc-ls-chart span,
  .cr-bar,
  .tst-bar-fill,
  .insights-phone-bar {
    animation: none !important;
  }

body.package-page-body .footer-v2-contact-panel {
    height: auto !important;
    min-height: 184px !important;
    padding-bottom: 14px !important;
    overflow: visible !important;
  }

body.package-page-body .footer-v2-hours {
    margin-bottom: 0 !important;
    padding-bottom: 7px !important;
  }

body.package-page-body .footer-v2-hour-row {
    align-items: flex-start !important;
  }

body.package-page-body .footer-v2-contact-panel {
    height: auto !important;
    min-height: 184px !important;
    padding-bottom: 14px !important;
    overflow: visible !important;
  }

.package-page-body .apex-footer.apex-footer-v2 {
    margin-top: 0 !important;
    background: linear-gradient(180deg, rgba(5,15,10,.45), rgba(3,9,6,1)) !important;
  }

/* Main page containers now use 95% of screen width */
  .package-page-body .site-wrap,
  .package-page-body .wwd-container,
  .package-page-body .cr-container,
  .package-page-body .pkg-container,
  .package-page-body .tst-container,
  .package-page-body .insights-container,
  .package-page-body .enhance-container,
  .package-page-body .exact-enhance-container,
  .package-page-body .exact-compare-container,
  .package-page-body .exact-process-container,
  .package-page-body .exact-faq-container,
  .package-page-body .footer-v2-container {
    width: 95% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

.package-page-body .site-wrap,
    .package-page-body .wwd-container,
    .package-page-body .cr-container,
    .package-page-body .pkg-container,
    .package-page-body .tst-container,
    .package-page-body .insights-container,
    .package-page-body .enhance-container,
    .package-page-body .exact-enhance-container,
    .package-page-body .exact-compare-container,
    .package-page-body .exact-process-container,
    .package-page-body .exact-faq-container,
    .package-page-body .footer-v2-container,
    .package-page-body .apex-nav .site-wrap,
    .package-page-body .apex-nav.nav-scrolled .nav-inner,
    .package-page-body .package-page-hero > .site-wrap {
      width: 95% !important;
      max-width: none !important;
    }

body.package-page-body .hero-section.package-page-hero,
  body.package-page-body .packages-section,
  body.package-page-body .exact-included-section,
  body.package-page-body .exact-compare-section,
  body.package-page-body .exact-process-section,
  body.package-page-body .exact-faq-section,
  body.package-page-body .testimonials-section,
  body.package-page-body .insights-section,
  body.package-page-body .apex-footer.apex-footer-v2 {
    background:
      radial-gradient(ellipse 520px 420px at 72% 5%, rgba(212,175,55,.10), transparent 62%),
      radial-gradient(ellipse 430px 360px at 8% 16%, rgba(255,245,210,.045), transparent 58%),
      linear-gradient(180deg, #13241b 0%, #0d1b14 54%, #07120e 100%) !important;
  }

body.package-page-body .hero-section.package-page-hero::before,
  body.package-page-body .packages-section::before,
  body.package-page-body .exact-included-section::before,
  body.package-page-body .exact-compare-section::before,
  body.package-page-body .exact-process-section::before,
  body.package-page-body .exact-faq-section::before,
  body.package-page-body .testimonials-section::before,
  body.package-page-body .insights-section::before,
  body.package-page-body .apex-footer.apex-footer-v2::before {
    background:
      radial-gradient(ellipse 720px 420px at 52% -10%, rgba(212,175,55,.08), transparent 62%),
      radial-gradient(ellipse 520px 420px at 96% 44%, rgba(212,175,55,.055), transparent 66%),
      radial-gradient(ellipse 700px 460px at 0% 100%, rgba(255,255,255,.03), transparent 62%) !important;
  }

body.package-page-body .footer-v2-title {
    font-size: clamp(10px, 2.7vw, 12px) !important;
  }

body.package-page-body .footer-v2-links-grid a,
  body.package-page-body .footer-v2-contact-list a {
    font-size: clamp(7px, 1.9vw, 9px) !important;
  }

body.package-page-body .apex-footer.apex-footer-v2 {
    margin-top: 0 !important;
    padding: 3vw 0 2vw !important;
    overflow: hidden !important;
    background:
      radial-gradient(ellipse 820px 420px at 8% 0%, rgba(212,175,55,.08), transparent 58%),
      radial-gradient(ellipse 660px 360px at 90% 24%, rgba(46,204,113,.05), transparent 60%),
      linear-gradient(180deg, #071210 0%, #06110f 100%) !important;
  }

body.package-page-body .footer-v2-container {
    width: 95% !important;
    max-width: none !important;
    margin: 0 auto !important;
  }

body.package-page-body .footer-v2-main {
    display: grid !important;
    grid-template-columns: 1.08fr 1.31fr .92fr !important;
    gap: 1.8vw !important;
    align-items: stretch !important;
  }

body.package-page-body .footer-v2-panel,
  body.package-page-body .footer-v2-brand-panel,
  body.package-page-body .footer-v2-links-panel,
  body.package-page-body .footer-v2-contact-panel {
    grid-column: auto !important;
    grid-row: auto !important;
    position: relative !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 2.8vw 2.5vw !important;
    border: 1px solid rgba(212,175,55,.25) !important;
    border-radius: 1.2vw !important;
    overflow: visible !important;
    background:
      radial-gradient(ellipse 420px 220px at 50% -18%, rgba(212,175,55,.08), transparent 62%),
      linear-gradient(145deg, rgba(20,35,30,.88), rgba(6,18,16,.94)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 1.2vw 2.8vw rgba(0,0,0,.24) !important;
  }

body.package-page-body .footer-v2-brand-panel {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 3.5vw 2.8vw !important;
  }

body.package-page-body .footer-v2-logo {
    gap: 1.8vw !important;
    margin-bottom: 2.2vw !important;
  }

body.package-page-body .footer-v2-logo-mark {
    width: 7.2vw !important;
    height: 7.2vw !important;
    border-radius: 1.2vw !important;
    font-size: 3.8vw !important;
    border: 1px solid rgba(212,175,55,.42) !important;
    box-shadow: 0 0 1.5vw rgba(212,175,55,.18), inset 0 1px 0 rgba(255,255,255,.08) !important;
  }

body.package-page-body .footer-v2-logo-text strong {
    font-size: 2.3vw !important;
    line-height: 1 !important;
    letter-spacing: .2em !important;
    color: #fff !important;
  }

body.package-page-body .footer-v2-logo-text span {
    margin-top: .5vw !important;
    font-size: 1vw !important;
    letter-spacing: .27em !important;
    color: #fff !important;
  }

body.package-page-body .footer-v2-about {
    max-width: 100% !important;
    margin: 0 0 2.2vw !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 1.23vw !important;
    line-height: 1.55 !important;
  }

body.package-page-body .footer-v2-socials {
    gap: 1.2vw !important;
    margin-bottom: 2.2vw !important;
  }

body.package-page-body .footer-v2-socials a {
    width: 3.8vw !important;
    height: 3.8vw !important;
    border-radius: .9vw !important;
    font-size: 1.9vw !important;
    box-shadow: 0 .8vw 1.6vw rgba(0,0,0,.30) !important;
  }

body.package-page-body .footer-v2-trust {
    gap: .7vw !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 1.15vw !important;
    line-height: 1.2 !important;
  }

body.package-page-body .footer-v2-trust i {
    color: #2ecc71 !important;
    font-size: 1.3vw !important;
  }

body.package-page-body .footer-v2-links-grid {
    display: grid !important;
    grid-template-columns: 1.05fr .95fr !important;
    gap: 2.5vw !important;
  }

body.package-page-body .footer-v2-block + .footer-v2-block {
    margin-top: 2vw !important;
  }

body.package-page-body .footer-v2-title {
    margin: 0 0 1.2vw !important;
    color: var(--gold) !important;
    font-size: 1.36vw !important;
    line-height: 1 !important;
    letter-spacing: .17em !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
  }

body.package-page-body .footer-v2-list a {
    min-height: 2.8vw !important;
    gap: .8vw !important;
    color: rgba(255,255,255,.72) !important;
    font-size: 1.23vw !important;
    line-height: 1.15 !important;
  }

body.package-page-body .footer-v2-list a::before {
    font-size: 1vw !important;
  }

body.package-page-body .footer-v2-platforms i {
    width: 1.3vw !important;
    font-size: 1.15vw !important;
  }

body.package-page-body .footer-v2-contact-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .8vw !important;
    margin-bottom: 1.2vw !important;
  }

body.package-page-body .footer-v2-contact-card {
    min-height: 0 !important;
    height: auto !important;
    grid-template-columns: 3.5vw minmax(0, 1fr) !important;
    gap: .9vw !important;
    padding: .9vw !important;
    border-radius: .8vw !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    background: rgba(255,255,255,.045) !important;
  }

body.package-page-body .footer-v2-contact-icon {
    width: 3.2vw !important;
    height: 3.2vw !important;
    border-radius: .8vw !important;
    font-size: 1.5vw !important;
    color: var(--gold) !important;
    background: rgba(212,175,55,.10) !important;
    border: 1px solid rgba(212,175,55,.16) !important;
  }

body.package-page-body .footer-v2-contact-label {
    margin-bottom: .3vw !important;
    color: rgba(255,255,255,.62) !important;
    font-size: .95vw !important;
    line-height: 1 !important;
  }

body.package-page-body .footer-v2-contact-value {
    color: rgba(255,255,255,.86) !important;
    font-size: 1.08vw !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-break: break-word !important;
  }

body.package-page-body .footer-v2-hours {
    margin-top: 0 !important;
    padding: 1.5vw 1.4vw !important;
    border-radius: 1vw !important;
    border: 1px solid rgba(212,175,55,.48) !important;
    background:
      radial-gradient(ellipse 250px 105px at 70% 100%, rgba(212,175,55,.18), transparent 62%),
      rgba(212,175,55,.075) !important;
    max-width: none !important;
  }

body.package-page-body .footer-v2-hours-head {
    gap: .7vw !important;
    margin-bottom: 1.2vw !important;
    color: var(--gold) !important;
    font-size: 1.15vw !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

body.package-page-body .footer-v2-hours-head i {
    width: 1.6vw !important;
    height: 1.6vw !important;
    font-size: 1vw !important;
  }

body.package-page-body .footer-v2-hour-row {
    gap: .8vw !important;
    margin-top: .7vw !important;
    color: rgba(255,255,255,.72) !important;
    font-size: 1vw !important;
    line-height: 1.1 !important;
  }

body.package-page-body .footer-v2-hour-row strong {
    color: var(--gold) !important;
  }

body.package-page-body .footer-v2-bottom {
    min-height: 5vw !important;
    height: auto !important;
    margin-top: 1.8vw !important;
    padding: 0 1.8vw !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    gap: 1.5vw !important;
    align-items: center !important;
    justify-items: stretch !important;
    text-align: left !important;
    border-radius: 1vw !important;
    border: 1px solid rgba(212,175,55,.18) !important;
    background: rgba(15,30,25,.65) !important;
    color: rgba(255,255,255,.42) !important;
    font-size: 1.08vw !important;
    line-height: 1.2 !important;
  }

body.package-page-body .footer-v2-policies {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1vw !important;
    white-space: nowrap !important;
  }

body.package-page-body .footer-v2-policies a {
    color: rgba(255,255,255,.72) !important;
  }

body.package-page-body .footer-v2-dot {
    color: rgba(212,175,55,.58) !important;
    font-size: .9vw !important;
  }

body.package-page-body .footer-v2-business {
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: .6vw !important;
    color: rgba(255,255,255,.42) !important;
    white-space: nowrap !important;
  }

body.package-page-body .footer-v2-business i {
    color: #2ecc71 !important;
    font-size: 1vw !important;
  }

body.package-page-body .footer-v2-main {
    gap: 1.5vw !important;
  }

body.package-page-body .footer-v2-logo-text strong {
    font-size: 2.1vw !important;
  }

body.package-page-body .footer-v2-bottom {
    font-size: 1vw !important;
    gap: 1.2vw !important;
  }

/* package-page micro footer disabled — see footer-home-lock.css + footer-mobile.css */


.apex-nav,
.nav-mobile-panel,
.nav-mobile-backdrop,
.nav-links a,
.nav-toggle,
.btn-cta,
.btn-primary-hero,
.btn-ghost-hero,
.wwd-card,
.cr-card,
.pkg-card,
.tst-card,
.insights-post,
.footer-v2-contact-card,
.pkg-slider-btn,
.pkg-dot {
  transition-timing-function: cubic-bezier(.22, 1, .36, 1) !important;
}

body.package-page-body .apex-footer,
  body.package-page-body .apex-footer.apex-footer-v2 {
    background:
      radial-gradient(ellipse 700px 280px at 12% 0%, rgba(212,175,55,.06), transparent 62%),
      #06110f !important;
    color: rgba(236,241,233,.76) !important;
  }

body.package-page-body .site-wrap,
  body.package-page-body .hero-section.package-page-hero > .site-wrap,
  body.package-page-body .post-hero-stats-strip,
  body.package-page-body .wwd-container,
  body.package-page-body .cr-container,
  body.package-page-body .pkg-container,
  body.package-page-body .pkg-image-story-container,
  body.package-page-body .enhance-container,
  body.package-page-body .exact-compare-container,
  body.package-page-body .exact-process-container,
  body.package-page-body .exact-faq-container,
  body.package-page-body .tst-container,
  body.package-page-body .insights-container,
  body.package-page-body .footer-v2-container {
    width: 95% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

body.package-page-body .site-wrap,
    body.package-page-body .hero-section.package-page-hero > .site-wrap,
    body.package-page-body .post-hero-stats-strip,
    body.package-page-body .wwd-container,
    body.package-page-body .cr-container,
    body.package-page-body .pkg-container,
    body.package-page-body .pkg-image-story-container,
    body.package-page-body .enhance-container,
    body.package-page-body .exact-compare-container,
    body.package-page-body .exact-process-container,
    body.package-page-body .exact-faq-container,
    body.package-page-body .tst-container,
    body.package-page-body .insights-container,
    body.package-page-body .footer-v2-container {
      width: 95% !important;
      max-width: none !important;
      margin-left: auto !important;
      margin-right: auto !important;
      box-sizing: border-box !important;
    }

/* Sections = 100% full-bleed; inner text/cards = 95% */
body.package-page-body section,
body.package-page-body header,
body.package-page-body footer,
body.package-page-body .hero-section.package-page-hero,
body.package-page-body .packages-section,
body.package-page-body .post-hero-stats-section,
body.package-page-body .apex-footer,
body.package-page-body .apex-footer.apex-footer-v2 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

body.package-page-body section > .site-wrap,
body.package-page-body .hero-section.package-page-hero > .site-wrap,
body.package-page-body .post-hero-stats-strip,
body.package-page-body .wwd-container,
body.package-page-body .cr-container,
body.package-page-body .pkg-container,
body.package-page-body .pkg-image-story-container,
body.package-page-body .enhance-container,
body.package-page-body .exact-compare-container,
body.package-page-body .exact-process-container,
body.package-page-body .exact-faq-container,
body.package-page-body .tst-container,
body.package-page-body .insights-container,
body.package-page-body .footer-v2-container {
  width: 95% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Background full width rahega. Hero aur Our Growth Packages ko touch nahi kiya. */
  body.package-page-body .about-section > *,
  body.package-page-body .wwd-section > *,
  body.package-page-body .client-results-section > *,
  body.package-page-body .testimonials-section > *,
  body.package-page-body .insights-section > *,
  body.package-page-body .pkg-image-story-section > *,
  body.package-page-body .enhance-section > *,
  body.package-page-body .exact-compare-section > *,
  body.package-page-body .exact-process-section > *,
  body.package-page-body .exact-faq-section > *,
  body.package-page-body .post-hero-stats-section > *,
  body.package-page-body .apex-footer > * {
    width: 95% !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

/* Common containers 95%, but hero-section and packages-section excluded */
  body.package-page-body .about-section .site-wrap,
  body.package-page-body .wwd-container,
  body.package-page-body .cr-container,
  body.package-page-body .tst-container,
  body.package-page-body .insights-container,
  body.package-page-body .pkg-image-story-container,
  body.package-page-body .enhance-container,
  body.package-page-body .exact-compare-container,
  body.package-page-body .exact-process-container,
  body.package-page-body .exact-faq-container,
  body.package-page-body .post-hero-stats-strip,
  body.package-page-body .footer-v2-container {
    width: 95% !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
