/* ==========================================================================
   Mobile Enhancements — ≤768px ONLY
   Loaded AFTER responsive.css. Every rule is inside the media query.
   Uses `body` prefix selectors to beat inline <style> specificity.
   ========================================================================== */

@media (max-width: 768px) {

  /* ------------------------------------------------------------------
     1. TYPOGRAPHY BOOST
     ------------------------------------------------------------------ */

  /* Anti-aliased rendering */
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* Body text */
  body p {
    font-size: 1.125rem !important;
    line-height: 1.8 !important;
    color: #3d4654;
  }

  /* Section body text — common content wrappers */
  body .section-text,
  body .section-description,
  body .section-content p,
  body .content-text,
  body .exec-content p,
  body .td-content p,
  body .fb-content p,
  body .se-content p,
  body .lp-content p,
  body .tw-content p,
  body .about-text p,
  body .why-section__text,
  body .beliefs-section p,
  body .values-text,
  body .process-text {
    font-size: 1.1rem;
    line-height: 1.85;
  }

  /* Quote sections */
  body .quote-text,
  body .exec-quote__text,
  body .td-quote__text,
  body .fb-quote__text,
  body .se-quote__text,
  body .lp-quote__text,
  body .tw-quote__text,
  body blockquote,
  body .quote-section p,
  body .exec-quote-section p,
  body .fb-quote-section p,
  body .lp-quote-section p,
  body .tw-quote-section p {
    font-size: 1.3rem;
  }

  /* Testimonials */
  body .testimonial-text,
  body .testimonial__text,
  body .testimonial-card__text,
  body .client-testimonial p {
    font-size: 1.05rem;
    line-height: 1.75;
  }

  /* List items */
  body li,
  body .section-list li,
  body ul li,
  body ol li {
    font-size: 1.125rem !important;
    line-height: 1.8 !important;
  }

  /* Card content */
  body .card p,
  body .card__text,
  body .card__description,
  body .service-card p,
  body .service-card__description,
  body .value-card p,
  body .exec-card p,
  body .td-card p,
  body .fb-card p,
  body .se-card p,
  body .lp-card p,
  body .tw-card p {
    font-size: 1.05rem;
    line-height: 1.75;
  }

  /* Buttons */
  body .btn,
  body .cta-button,
  body .hero__cta,
  body button,
  body a.btn {
    font-size: 1.05rem;
  }

  /* ------------------------------------------------------------------
     2. CENTER ALL TITLES
     ------------------------------------------------------------------ */

  body h1,
  body h2,
  body h3 {
    text-align: center;
  }

  /* Flex-based title wrappers with animated lines */
  body .animate-title,
  body .section-title,
  body .exec-section__title,
  body .td-section__title,
  body .fb-section__title,
  body .se-section__title,
  body .lp-section__title,
  body .tw-section__title,
  body .why-section__title,
  body .blog-section__title,
  body .team-section__title,
  body .middle-section__title,
  body .coaching-section__title,
  body .peer-section__title,
  body .se-concept-section__title,
  body .se-sales-section__title,
  body .section-banner__title {
    justify-content: center;
  }

  /* Subtitles and attributions */
  body .section-subtitle,
  body .subtitle,
  body .author,
  body .attribution,
  body .quote-author,
  body .exec-quote__author,
  body .td-quote__author,
  body .fb-quote__author,
  body .se-quote__author,
  body .lp-quote__author,
  body .tw-quote__author {
    text-align: center;
  }

  /* Decorative title underlines — center them */
  body .title-underline,
  body .section-title::after,
  body h2::after {
    margin-left: auto;
    margin-right: auto;
  }

  /* ------------------------------------------------------------------
     3. CENTER IMAGES & CONTENT
     ------------------------------------------------------------------ */

  /* Images in collapsed grids */
  body .grid img,
  body .two-column img,
  body .content-image,
  body .section-image,
  body .about-image,
  body .exec-image,
  body .td-image,
  body .fb-image,
  body .se-image,
  body .lp-image,
  body .tw-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* CTA buttons — full width, capped */
  body .cta-button,
  body .cta-section .btn,
  body .cta-section a,
  body .exec-cta .btn,
  body .td-cta .btn,
  body .fb-cta .btn,
  body .se-cta .btn,
  body .lp-cta .btn,
  body .tw-cta .btn,
  body .hero__cta {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* Container horizontal padding for thumb comfort */
  body .container,
  body .section-container,
  body section > .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  /* ------------------------------------------------------------------
     3b. ABOUT PAGE — Core Values section centering fix
     ------------------------------------------------------------------ */

  /* Remove desktop translateX offset on collapsed single-column grid */
  body .values-section__content {
    transform: none;
    align-items: center;
    text-align: center;
  }

  body .values-section__grid {
    direction: rtl;
  }

  body .values-list {
    align-items: center;
  }

  body .values-list__item {
    text-align: center;
  }

  body .values-list__text {
    text-align: center;
  }

  /* ------------------------------------------------------------------
     3c. ALL SERVICE DETAIL PAGES — Full mobile layout fix
     (executive-development, service-excellence, family-business,
      learning-processes, theme-workshops)
     ------------------------------------------------------------------ */

  /* ── Hide ALL decorative title-lines on mobile ── */
  body .exec-title-line,
  body .fb-title-line,
  body .se-title-line,
  body .lp-title-line,
  body .tw-title-line,
  body .blog-title-line,
  body .why-section__title-line,
  body .beliefs-section__line,
  body .values-section__line {
    display: none;
  }
  /* Guy Asulin & "אני מאמין" titles — keep the side lines visible on mobile so they animate like desktop */
  body .guy-section__name-line,
  body .section-banner__line {
    display: block !important;
  }

  /* ── ALL section titles: block + centered ── */
  /* executive-development */
  body .team-section__title,
  body .coaching-section__title,
  body .middle-section__title,
  body .peer-section__title,
  /* service-excellence */
  body .se-concept-section__title,
  body .se-sales-section__title,
  body .se-cta-section__title,
  body .se-highlights-bar__title,
  /* family-business */
  body .fb-content-section__title,
  body .fb-gradient-section__title,
  body .fb-activities-section__title,
  /* learning-processes */
  body .lp-impact-section__title,
  body .lp-programs-section__title,
  body .lp-routines-section__title,
  /* theme-workshops */
  body .tw-trainer-section__title,
  body .tw-comm-section__title,
  body .tw-interfaces-section__title,
  body .tw-leadership-section__title {
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }

  /* ── ALL grids: single-column, tighter gap ── */
  /* executive-development */
  body .team-section__grid,
  body .coaching-section__grid,
  body .middle-section__grid,
  body .peer-section__grid,
  /* service-excellence */
  body .se-concept-section__grid,
  body .se-sales-section__grid,
  /* family-business */
  body .fb-content-section__grid,
  body .fb-gradient-section__grid,
  /* theme-workshops */
  body .tw-trainer-section__grid,
  body .tw-comm-section__grid,
  body .tw-interfaces-section__grid,
  body .tw-leadership-section__grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  /* ── Content always first, image second ── */
  /* executive-development */
  body .team-section__content,
  body .coaching-section__content,
  body .middle-section__content,
  body .peer-section__content,
  /* service-excellence */
  body .se-concept-section__content,
  body .se-sales-section__content,
  /* family-business */
  body .fb-content-section__content,
  body .fb-gradient-section__content,
  /* theme-workshops */
  body .tw-trainer-section__content,
  body .tw-comm-section__content,
  body .tw-interfaces-section__content,
  body .tw-leadership-section__content {
    order: 1;
  }

  /* ── Image containers: full-width, centered, no sticky ── */
  /* executive-development */
  body .team-section__image,
  body .coaching-section__image,
  body .middle-section__image,
  body .peer-section__image,
  /* service-excellence */
  body .se-concept-section__image,
  body .fb-content-section__image,
  body .tw-trainer-section__image,
  body .tw-comm-section__image,
  body .tw-interfaces-section__image,
  body .tw-leadership-section__image {
    margin-top: var(--space-2xl) !important;
  }
  body .se-concept-section__image,
  body .se-sales-section__image,
  /* family-business */
  body .fb-content-section__image,
  body .fb-gradient-section__image,
  /* theme-workshops */
  body .tw-trainer-section__image,
  body .tw-comm-section__image,
  body .tw-interfaces-section__image,
  body .tw-leadership-section__image {
    order: 2;
    max-width: 100%;
    margin: 0 auto;
    position: static;
  }

  /* ── All images inside containers: responsive ── */
  body .team-section__image img,
  body .coaching-section__image img,
  body .middle-section__image img,
  body .peer-section__image img,
  body .se-concept-section__image img,
  body .se-sales-section__image img,
  body .fb-content-section__image img,
  body .fb-gradient-section__image img,
  body .tw-trainer-section__image img,
  body .tw-comm-section__image img,
  body .tw-interfaces-section__image img,
  body .tw-leadership-section__image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    transform: scale(1.25) !important;
  }

  /* ── Paragraph text: centered (matches desktop) ── */
  body .team-section__text,
  body .coaching-section__text,
  body .middle-section__text,
  body .peer-section__text,
  body .se-concept-section__text,
  body .se-sales-section__text,
  body .fb-content-section__text,
  body .fb-gradient-section__text,
  body .tw-trainer-section__text,
  body .tw-comm-section__text,
  body .tw-interfaces-section__text,
  body .tw-leadership-section__text,
  body .intro-section__text {
    text-align: center;
  }

  /* ── Quote sections — centered ── */
  body .quote-section__content,
  body .se-quote-section__content {
    text-align: center;
  }
  body .quote-section__author,
  body .se-quote-section__author {
    text-align: center;
  }

  /* ── Section padding: tighter on mobile ── */
  body .team-section,
  body .coaching-section,
  body .middle-section,
  body .peer-section,
  body .se-concept-section,
  body .se-sales-section,
  body .fb-content-section,
  body .fb-gradient-section,
  body .fb-activities-section,
  body .tw-trainer-section,
  body .tw-comm-section,
  body .tw-interfaces-section,
  body .tw-leadership-section,
  body .lp-impact-section,
  body .lp-programs-section,
  body .lp-routines-section {
    padding: var(--space-2xl) 0;
  }

  /* ── CTA sections ── */
  body .cta-section,
  body .se-cta-section,
  body .fb-cta-section,
  body .td-cta-section,
  body .lp-cta-section,
  body .tw-cta-section {
    padding: var(--space-3xl) 0;
  }
  body .cta-section__btn,
  body .se-cta-section__btn,
  body .fb-cta-section__btn,
  body .td-cta-section__btn,
  body .lp-cta-section__btn,
  body .tw-cta-section__btn {
    display: inline-flex;
    width: auto;
    max-width: 100%;
  }

  /* ── Highlights bar: 2 columns on mobile ── */
  body .se-highlights-bar__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
  }

  /* ------------------------------------------------------------------
     4. IMPRESSIVE ENTRANCE ANIMATIONS
     Expo easing: cubic-bezier(0.16, 1, 0.3, 1)
     Snappier 1s duration for mobile scroll speed
     ------------------------------------------------------------------ */

  /* Fade Up — more dramatic offset
     Exclude .service-card which uses its own @keyframes animation */
  body .animate-fade-up:not(.service-card) {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
                transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  body .animate-fade-up.is-visible:not(.service-card) {
    opacity: 1;
    transform: translateY(0);
  }

  /* Service cards — override keyframes approach with transition-based
     animation to avoid specificity conflicts with inline styles */
  body .service-card.animate-fade-up {
    opacity: 0 !important;
    transform: translateY(50px) !important;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
    animation: none !important;
  }
  body .service-card.animate-fade-up.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    animation: none !important;
  }
  /* Staggered entrance for service cards */
  body .service-card.stagger-1 { transition-delay: 0s !important; }
  body .service-card.stagger-2 { transition-delay: 100ms !important; }
  body .service-card.stagger-3 { transition-delay: 200ms !important; }
  body .service-card.stagger-4 { transition-delay: 300ms !important; }
  body .service-card.stagger-5 { transition-delay: 400ms !important; }
  body .service-card.stagger-6 { transition-delay: 500ms !important; }

  /* Title — larger slide */
  body .animate-title {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
                transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  body .animate-title.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* Rise — powerful lift */
  body .animate-rise {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
                transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  body .animate-rise.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* Scale — more dramatic shrink-in */
  body .animate-scale {
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
                transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  body .animate-scale.is-visible {
    opacity: 1;
    transform: scale(1);
  }

  /* Card Lift — combined translate + scale */
  body .animate-card-lift {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
                transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  body .animate-card-lift.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  /* Float Up — combined translate + scale */
  body .animate-float-up {
    opacity: 0;
    transform: translateY(70px) scale(0.95);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
                transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  body .animate-float-up.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  /* Tighter stagger intervals — 80ms instead of 100ms */
  body .stagger-1 { transition-delay: 80ms; }
  body .stagger-2 { transition-delay: 160ms; }
  body .stagger-3 { transition-delay: 240ms; }
  body .stagger-4 { transition-delay: 320ms; }
  body .stagger-5 { transition-delay: 400ms; }
  body .stagger-6 { transition-delay: 480ms; }
  body .stagger-7 { transition-delay: 560ms; }
  body .stagger-8 { transition-delay: 640ms; }
  body .stagger-9 { transition-delay: 720ms; }
  body .stagger-10 { transition-delay: 800ms; }

  /* ------------------------------------------------------------------
     5. VISIBILITY & SPACING
     ------------------------------------------------------------------ */

  /* Cards — stronger shadows */
  body .card,
  body .service-card,
  body .value-card,
  body .testimonial-card,
  body .exec-card,
  body .td-card,
  body .fb-card,
  body .se-card,
  body .lp-card,
  body .tw-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  }

  /* Buttons — full-width touch targets */
  body .btn,
  body .cta-button,
  body button[type="submit"] {
    width: 100%;
    max-width: 320px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  /* ------------------------------------------------------------------
     6. MOBILE VIEW COMPREHENSIVE FIXES (March 2026)
     ------------------------------------------------------------------ */

  /* ── Fix hero title text wrapping ── */
  body .hero__title,
  body .title-text-wrapper {
    white-space: normal !important;
    word-wrap: break-word;
  }

  /* ── Bigger, bolder section titles on mobile ── */
  body .section-header__title,
  body .section-header__title.title-with-dot {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  /* ── Service page hero titles ── */
  body .exec-hero__title,
  body .td-hero__title,
  body .fb-hero__title,
  body .se-hero__title,
  body .lp-hero__title,
  body .tw-hero__title,
  body .cs-hero__title,
  body .contact-hero__title,
  body .blog-hero__title {
    font-size: clamp(2rem, 8vw, 3rem) !important;
    white-space: normal !important;
  }

  /* ── Quote sections — bigger text ── */
  body .exec-quote-section__text,
  body .td-quote-section__text,
  body .fb-quote-section__text,
  body .se-quote-section__text,
  body .lp-quote-section__text,
  body .tw-quote-section__text,
  body .cs-title-section__subtitle {
    font-size: 1.15rem;
    line-height: 1.8;
  }

  /* ── Intro section text — bigger on mobile ── */
  body .exec-intro-section__text,
  body .fb-intro-section__text,
  body .lp-intro-section__text,
  body .tw-intro-section__text,
  body .cs-title-section__title {
    font-size: 1.1rem;
    line-height: 1.75;
  }

  /* ── Content text in gradient/dark sections ── */
  body .fb-content-section__text,
  body .fb-gradient-section__text,
  body .lp-impact-section__text,
  body .lp-programs-section__text,
  body .lp-routines-section__text {
    font-size: 1.05rem;
    line-height: 1.75;
  }

  /* ── Customers Say page ── */
  body .cs-letters-grid {
    max-width: 100% !important;
    padding: 0 var(--space-md);
  }

  body .cs-letter-card__label {
    font-size: 0.85rem;
    padding: var(--space-sm);
  }

  body .cs-guy-section {
    height: 250px;
  }

  body .cs-testimonials-section {
    padding: var(--space-3xl) 0;
  }

  body .cs-cta-section {
    padding: var(--space-3xl) 0;
  }

  /* ── Logo carousel — wider on mobile ── */
  body .cs-clients-section .cs-marquee-row,
  body #clients .marquee-row,
  body #clients .client-marquee-row {
    padding: 10px 0;
  }

  /* ── Wix testimonials slider — better mobile height ── */
  body .wix-slider__track {
    min-height: 400px;
  }

  body .wix-testimonial {
    padding: 15px 20px 30px;
  }

  body .wix-testimonial__text {
    font-size: 1rem;
    line-height: 1.8;
  }

  body .wix-testimonial__quotes svg {
    width: 70px;
    height: 50px;
  }

  /* ── Blog cards — single column, bigger ── */
  body .blog-posts__grid {
    grid-template-columns: 1fr !important;
    gap: var(--space-xl);
  }

  body .blog-card__title {
    font-size: 1.1rem;
  }

  body .blog-card__excerpt {
    font-size: 1rem;
    line-height: 1.7;
  }

  /* ── Contact page form ── */
  body .contact-grid {
    gap: var(--space-xl) !important;
  }

  body .form-input,
  body .form-textarea,
  body .form-select {
    font-size: 1rem;
    padding: var(--space-md);
  }

  body .contact-info-item__value {
    font-size: 1rem;
  }

  /* ── Reduce section padding on mobile for less scrolling ── */
  body .about-section,
  body .story-section,
  body .beliefs-section,
  body .values-section,
  body .why-section,
  body .guy-section {
    padding: var(--space-2xl) 0;
  }

  /* Beliefs section — extra bottom gap so the last belief card breathes before the diagonal transition */
  body .beliefs-section {
    padding-bottom: calc(var(--space-4xl) + 40px) !important;
  }

  /* ── Header: taller on mobile ── */
  body .header {
    padding: var(--space-lg) var(--space-lg) !important;
    min-height: 60px !important;
  }

  body .header__inner {
    min-height: 44px !important;
  }

  body .header__logo img {
    height: clamp(28px, 8vw, 42px) !important;
    width: auto !important;
  }

  /* ── Header: swap logo and hamburger on mobile/tablet ── */
  body .header .header__inner .header__logo,
  body .header .header__inner .header__logo.visible,
  body .header.header--scrolled .header__inner .header__logo,
  body .header.header--scrolled .header__inner .header__logo.visible {
    position: absolute !important;
    right: auto !important;
    left: 0 !important;
    opacity: 0 !important;
    transform: translateY(-10px) !important;
    transition: opacity 1.2s ease, transform 1.2s ease !important;
    pointer-events: none !important;
  }

  /* Show logo ONLY when user has scrolled (data attribute set by JS) */
  body .header.header--user-scrolled .header__inner .header__logo,
  body .header.header--user-scrolled .header__inner .header__logo.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  body .header .header__inner .hamburger {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
  }

  body .header__cta-buttons {
    display: none !important;
  }

  /* ── Homepage hero — image as section background on mobile ── */
  body .hero-parallax-bg {
    display: none !important;
  }

  body .hero {
    position: relative !important;
    z-index: 1 !important;
    background-image: url('../images/hero/hero-main-mobile.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* Section after hero overlays with rounded top */
  body .hero + section,
  body .services-section--diagonal,
  body #about {
    position: relative !important;
    z-index: 1 !important;
    border-radius: 25px 25px 0 0 !important;
    margin-top: -30px !important;
    box-shadow: 0 -8px 30px rgba(0,0,0,0.08) !important;
  }

  body .services-section--diagonal {
    margin-top: -120px !important;
  }

  body .hero {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-top: 15vh !important;
    min-height: 110vh !important;
  }

  body .hero__content {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    padding: var(--space-md) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  body .hero__logo-wrapper {
    width: min(300px, 78vw) !important;
    margin: 0 auto !important;
  }

  body .hero__text-container {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: min(250px, 65vw) !important;
    justify-content: center !important;
    margin-top: -85px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    opacity: 0;
    transform: translateX(100vw);
  }

  /* ── Homepage hero animations — match desktop sequence ── */
  body .hero__logo {
    animation: hero-logo-slide-down 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards !important;
  }
  body .hero__dot {
    animation: dot-fly-in 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.0s forwards !important;
  }
  body .hero__text-container {
    animation: textSlideIn 2.2s ease-out 3.0s forwards !important;
  }
  body .hero__subtitle-dot {
    animation: subtitle-dot-fly-in 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4.7s forwards !important;
    width: clamp(5.6px, 0.49vw, 7.7px) !important;
    height: clamp(5.6px, 0.49vw, 7.7px) !important;
    margin-bottom: calc(0.25em + 2px) !important;
  }

  body .hero__title {
    font-size: clamp(0.95rem, 3.5vw, 1.3rem) !important;
    white-space: normal !important;
  }

  /* ── Animated "?" marks (CTAs + about story / why-section / contact) —
        hide the original dot remnant via tighter mask and lift the animated dot 5px ── */
  body [class$="qmark-text"] {
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 55%) !important;
    mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 55%) !important;
  }
  body [class$="qmark"]::after {
    bottom: calc(0.12em + 5px) !important;
  }
  /* About CTA — animated dot 1px lower than the others */
  body .about-cta-qmark::after {
    bottom: calc(0.12em + 3px) !important;
  }
  /* Story title (סיפורם של MIRRORG.. – למה ואיך...?) — animated dot lowered & nudged right */
  body .story-qmark::after {
    bottom: 0.12em !important;
    left: calc(50% + 1px) !important;
  }

  /* ── Services section diagonal — smaller on mobile ── */
  body .services-section--diagonal {
    margin-top: -40px;
  }

  /* ── Methodology/Process section — fix scrolling issues ── */
  body .methodology-section-home,
  body .process-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  /* ── Scroll indicator — hide on mobile (saves space) ── */
  body .hero__scroll {
    display: none;
  }

  /* ── Blog particles — disable on mobile ── */
  body .blog-hero-particles {
    display: none !important;
  }

  /* ── CTA buttons — consistent sizing ── */
  body .cs-cta-section__btn,
  body .blog-cta-section__btn,
  body .lp-cta-section__btn,
  body .tw-cta-section__btn,
  body .cta-section__btn {
    font-size: 1rem;
    padding: var(--space-md) var(--space-xl);
    width: auto;
    max-width: 280px;
  }

  /* ── Fix headphones image on mobile ── */
  body .quick-cta-card__headphones {
    display: none;
  }

  /* ── WhatsApp card — stack on mobile ── */
  body .quick-cta-card__title {
    font-size: 1rem;
    line-height: 1.6;
  }

  /* ------------------------------------------------------------------
     7. MOBILE TITLES WITH ANIMATED DOT — COMPREHENSIVE FIX
     ------------------------------------------------------------------ */

  /* ── Allow ALL titles with dot to wrap on mobile ── */
  body .title-with-dot {
    white-space: normal !important;
    display: inline !important;
    text-align: center !important;
    line-height: 1.4 !important;
  }

  /* ── Title dot — shorter fly-in distance on mobile ── */
  body .title-dot {
    white-space: nowrap !important;
    margin-inline-start: 2px !important;
    font-size: 1.2em !important;
  }

  /* ── About page dots — keep closer to text ── */
  body .about-hero .title-dot,
  body .about-story__title .title-dot,
  body .about-text .title-dot,
  body .why-section .title-dot,
  body .beliefs-section .title-dot,
  body .faq-section .title-dot,
  body .about-cta .title-dot {
    margin-inline-start: -0.15em !important;
  }

  /* ── Shorter dot fly-in animation for mobile (no horizontal overflow) ── */
  body .section-header.is-visible .title-dot,
  body .animate-title.is-visible .title-dot,
  body .is-visible .title-dot {
    animation: mobile-dot-fly-in 1.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards !important;
  }

  @keyframes mobile-dot-fly-in {
    0%   { transform: translateX(20vw); opacity: 0; }
    30%  { opacity: 1; }
    100% { transform: translateX(0); opacity: 1; }
  }

  /* ── Section header titles — much bigger on mobile ── */
  body .section-header__title,
  body .section-header__title.title-with-dot {
    font-size: 2rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  /* ── Service detail page section titles — bigger, wrappable ── */
  body .team-section__title,
  body .coaching-section__title,
  body .middle-section__title,
  body .peer-section__title,
  body .se-concept-section__title,
  body .se-sales-section__title,
  body .fb-content-section__title,
  body .fb-gradient-section__title,
  body .fb-activities-section__title,
  body .lp-impact-section__title,
  body .lp-programs-section__title,
  body .lp-routines-section__title,
  body .tw-trainer-section__title,
  body .tw-comm-section__title,
  body .tw-interfaces-section__title,
  body .tw-leadership-section__title,
  body .blog-posts__title {
    font-size: 1.75rem !important;
    line-height: 1.4 !important;
    display: block !important;
    text-align: center !important;
    white-space: normal !important;
  }
  /* "אני מאמין" title — keep flex layout so the side lines flank the text & animate like Guy Asulin */
  body .section-banner__title {
    font-size: 1.75rem !important;
    line-height: 1.4 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: var(--space-md) !important;
    white-space: normal !important;
    width: 100% !important;
  }

  /* ── Title dot when title is display:block — sits inline at end of text ── */
  body .team-section__title .title-dot,
  body .coaching-section__title .title-dot,
  body .middle-section__title .title-dot,
  body .peer-section__title .title-dot,
  body .se-concept-section__title .title-dot,
  body .se-sales-section__title .title-dot,
  body .fb-content-section__title .title-dot,
  body .fb-gradient-section__title .title-dot,
  body .fb-activities-section__title .title-dot,
  body .lp-impact-section__title .title-dot,
  body .lp-programs-section__title .title-dot,
  body .lp-routines-section__title .title-dot,
  body .tw-trainer-section__title .title-dot,
  body .tw-comm-section__title .title-dot,
  body .tw-interfaces-section__title .title-dot,
  body .tw-leadership-section__title .title-dot,
  body .blog-posts__title .title-dot {
    display: inline-block !important;
    vertical-align: baseline !important;
    margin-inline-start: 2px !important;
  }

  #media .section-header__title .title-dot {
    vertical-align: baseline !important;
    position: relative !important;
    bottom: auto !important;
    top: auto !important;
    margin-inline-start: 2px !important;
  }

  /* ── CTA section titles — bigger ── */
  body .cta-section__title,
  body .cs-cta-section__title,
  body .blog-cta-section__title,
  body .lp-cta-section__title,
  body .tw-cta-section__title,
  body .fb-cta-section__title,
  body .se-cta-section__title,
  body .td-cta-section__title {
    font-size: 1.6rem !important;
    white-space: normal !important;
    line-height: 1.4 !important;
  }

  /* ── About page titles ── */
  body .story-section__title,
  body .beliefs-section__title,
  body .values-section__title,
  body .why-section__title {
    font-size: 1.75rem !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
  }
  /* Guy Asulin title — keep flex layout so the side lines flank the text & animate like desktop */
  body .guy-section__name {
    font-size: 1.75rem !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: var(--space-md) !important;
    width: 100% !important;
  }

  /* ── Hero page titles on service pages — even bigger ── */
  body .exec-hero__title,
  body .td-hero__title,
  body .fb-hero__title,
  body .se-hero__title,
  body .lp-hero__title,
  body .tw-hero__title,
  body .cs-hero__title,
  body .contact-hero__title,
  body .blog-hero__title {
    font-size: clamp(2.2rem, 9vw, 3.2rem) !important;
    white-space: normal !important;
    text-align: center !important;
  }

  /* ── Service page hero dots — shorter fly-in ── */
  body .exec-hero__header.is-visible .exec-hero__dot,
  body .td-hero__header.is-visible .td-hero__dot,
  body .fb-hero__header.is-visible .fb-hero__dot,
  body .se-hero__header.is-visible .se-hero__dot,
  body .lp-hero__header.is-visible .lp-hero__dot,
  body .tw-hero__header.is-visible .tw-hero__dot,
  body .cs-hero__header.is-visible .cs-hero__dot,
  body .contact-hero__header.is-visible .contact-hero__dot,
  body .blog-hero__header.is-visible .blog-hero__dot {
    animation-duration: 1.8s !important;
  }

  /* ── Contact hero title — push down to match service page hero title positions.
       Uses transform instead of margin so it doesn't affect layout or push the image. ── */
  body .contact-hero__header {
    transform: translateY(50px) !important;
  }

  /* ── Homepage hero subtitle ── */
  body .hero__subtitle-word {
    font-size: 1.1rem !important;
  }

  body .hero__subtitle-sep {
    font-size: 1rem !important;
  }

  /* ------------------------------------------------------------------
     8. SERVICE EXCELLENCE PAGE — MOBILE FIXES
     ------------------------------------------------------------------ */

  /* ── Activities grid — no side offsets, no horizontal shift ── */
  body .se-activity {
    grid-template-columns: 1fr !important;
    gap: var(--space-xl) !important;
    padding: 0 !important;
    margin-bottom: var(--space-2xl) !important;
  }

  body .se-activity:nth-child(2),
  body .se-activity:nth-child(3) {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }

  body .se-activity--reverse {
    direction: rtl !important;
  }

  /* ── Activity images — no horizontal translateX on mobile ── */
  body .se-activity__image,
  body .se-activity--reverse .se-activity__image,
  body .se-activity:not(.se-activity--reverse) .se-activity__image {
    transform: translateY(40px) scale(0.95) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  body .se-activity__image.is-visible,
  body .se-activity--reverse .se-activity__image.is-visible,
  body .se-activity:not(.se-activity--reverse) .se-activity__image.is-visible {
    transform: translateY(0) scale(1) !important;
  }

  /* ── Activity titles — centered, bigger ── */
  body .se-activity__title {
    font-size: 1.4rem !important;
    text-align: center !important;
  }

  body .se-activity__text {
    text-align: center !important;
    font-size: 1.05rem !important;
  }

  /* ── Highlights bar — wrap on mobile ── */
  body .se-highlights-bar__grid {
    flex-wrap: wrap !important;
    gap: var(--space-md) !important;
  }

  body .se-highlights-bar__arrow {
    display: none !important;
  }

  body .se-highlights-bar__item {
    flex: 0 0 calc(50% - var(--space-md)) !important;
    padding: var(--space-md) !important;
  }

  body .se-highlights-bar__icon {
    width: 48px !important;
    height: 48px !important;
  }

  body .se-highlights-bar__title {
    font-size: 0.95rem !important;
  }

  /* ── Concept & Sales section titles — dot alignment ── */
  body .se-concept-section__title .title-dot,
  body .se-sales-section__title .title-dot {
    display: inline-block !important;
    vertical-align: baseline !important;
    margin-inline-start: 2px !important;
  }

  /* ── Prevent horizontal overflow from animations ── */
  body .se-activities-section,
  body .se-sales-activities-section {
    overflow-x: hidden !important;
  }

  /* ── Sections padding ── */
  body .se-activities-section,
  body .se-sales-activities-section {
    padding: var(--space-2xl) 0 !important;
  }

  /* ------------------------------------------------------------------
     9. ABOUT PAGE — MOBILE FIXES
     ------------------------------------------------------------------ */

  /* ── Title text wrapper — allow wrapping ── */
  body .title-text-wrapper {
    white-space: normal !important;
    display: inline !important;
  }

  body .title-text-wrapper .title-dot {
    display: inline-block !important;
    margin-inline-start: 2px !important;
  }

  /* ── Inline logo — allow wrapping ── */
  body .inline-logo-wrapper {
    white-space: normal !important;
  }

  /* ── About hero title — bigger ── */
  body .about-hero .about-title-text {
    font-size: clamp(2rem, 8vw, 2.8rem) !important;
  }

  /* ── Inline logo in headings — match heading font-size + 15% for PNG whitespace ── */
  body .about-logo-animated {
    height: clamp(2.8rem, 11.2vw, 3.92rem) !important;
  }

  body .about-hero .about-logo-animated {
    height: clamp(2.8rem, 9vw, 3.5rem) !important;
    vertical-align: middle !important;
    margin-bottom: 8px !important;
    margin-right: 8px !important;
  }

  body .about-story__title .about-logo-dot {
    font-size: 0 !important;
    text-shadow: none !important;
    overflow: hidden !important;
    bottom: calc(25% + 2px) !important;
  }

  body .about-story__title .about-logo-animated {
    height: 46px !important;
    vertical-align: middle !important;
    margin-bottom: 8px !important;
    margin-left: 6px !important;
    margin-right: 8px !important;
    position: relative !important;
    top: 1px !important;
  }

  body .about-video-bg .about-title-text {
    margin-bottom: 4px !important;
  }

  body .about-video-bg .about-logo-animated {
    height: 48px !important;
    vertical-align: middle !important;
    margin-bottom: 8px !important;
    margin-right: -15px !important;
  }

  body .about-video-bg .about-logo-dot {
    text-shadow: none !important;
    filter: none !important;
    overflow: hidden !important;
    font-size: 0 !important;
  }

  body .about-logo-dot::before,
  body .about-logo-dot::after,
  body .inline-logo-dot::before,
  body .inline-logo-dot::after {
    display: none !important;
  }

  body .about-header {
    display: flex !important;
    align-items: center !important;
  }

  /* ── Story section — bigger text, centered ── */
  body .about-text__content p {
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
    text-align: center !important;
  }

  body .about-text::before {
    font-size: 6rem !important;
    opacity: 0.06 !important;
  }

  /* ── Read more button — bigger touch target ── */
  body .about-text__read-more-btn {
    font-size: 1.05rem !important;
    padding: var(--space-sm) var(--space-xl) !important;
    min-height: 48px !important;
  }

  /* ── Guy section — centered, clean layout ── */
  body .guy-section__image {
    width: 180px !important;
    height: 180px !important;
  }

  body .guy-section__title {
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    text-align: center !important;
  }

  body .guy-section__name {
    font-size: 1.6rem !important;
    white-space: normal !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  body .guy-section__list {
    padding: 0 !important;
  }

  body .guy-section__list li {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    padding-right: var(--space-md) !important;
  }
  /* Anchor dot to first line of text instead of LI vertical center */
  body .guy-section__list li::before {
    top: 1.5em !important;
  }

  /* ── Beliefs section — single column, bigger ── */
  body .beliefs-list {
    grid-template-columns: 1fr !important;
    gap: var(--space-lg) !important;
    max-width: 100% !important;
  }

  /* Belief items — slow staggered "rise from below" entrance on mobile (book-unfurl feel) */
  body .belief-item.animate-fade-up {
    opacity: 0 !important;
    transform: translateY(40px) !important;
    transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    animation: none !important;
  }
  body .belief-item.animate-fade-up.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  body .belief-item.stagger-1 { transition-delay: 0s !important; }
  body .belief-item.stagger-2 { transition-delay: 0.15s !important; }
  body .belief-item.stagger-3 { transition-delay: 0.3s !important; }
  body .belief-item.stagger-4 { transition-delay: 0.45s !important; }
  body .belief-item.stagger-5 { transition-delay: 0.6s !important; }
  body .belief-item.stagger-6 { transition-delay: 0.75s !important; }
  body .belief-item.stagger-7 { transition-delay: 0.9s !important; }
  body .belief-item.stagger-8 { transition-delay: 1.05s !important; }

  /* Belief items — accordion behavior on mobile (collapsed by default, click to expand) */
  body .belief-item {
    padding: var(--space-md) var(--space-md) !important;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 137, 188, 0.18);
  }

  body .belief-item__title {
    font-size: 1.15rem !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-sm);
    margin-bottom: 0 !important;
  }

  body .belief-item__title::after {
    content: '\f078'; /* Font Awesome chevron-down */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--color-primary);
    font-size: 0.85em;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }

  body .belief-item.active .belief-item__title::after {
    transform: rotate(180deg);
  }

  body .belief-item__text {
    font-size: 1.05rem !important;
    line-height: 1.75 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    transition: opacity 0.3s ease !important;
  }

  body .belief-item.active .belief-item__text {
    max-height: 2000px !important;
    opacity: 1 !important;
    margin-top: var(--space-sm) !important;
  }

  /* ── Values section — tighter, centered ── */
  body .values-section__content {
    padding: var(--space-xl) var(--space-md) !important;
  }

  body .values-section__image {
    min-height: 250px !important;
  }

  body .values-list__text {
    font-size: 1.1rem !important;
  }

  /* ── FAQ/Why section — bigger text, better spacing ── */
  body .why-section__question {
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
  }

  body .why-section__answer {
    font-size: 1.05rem !important;
    line-height: 1.75 !important;
  }

  body .why-section__qa-item {
    padding: var(--space-lg) !important;
  }

  body .why-section::before {
    font-size: 7rem !important;
    opacity: 0.04 !important;
  }

  /* ── About CTA — bigger title ── */
  body .about-cta__title {
    font-size: 1.6rem !important;
    white-space: normal !important;
  }

  body .about-cta__text {
    font-size: 1.1rem !important;
  }

  /* ── Section banner (parallax hero intro) ── */
  body .section-banner__title {
    font-size: 1.6rem !important;
    white-space: normal !important;
  }

  body .section-banner__title .title-dot {
    display: inline-block !important;
    margin-inline-start: 2px !important;
  }

  /* ── Prevent any horizontal overflow on about ── */
  body .story-section,
  body .guy-section,
  body .values-section,
  body .why-section,
  body .about-cta {
    overflow-x: hidden !important;
  }

  /* ------------------------------------------------------------------
     10. LEARNING PROCESSES & FAMILY BUSINESS — MOBILE DIAGONAL FIXES
     ------------------------------------------------------------------ */

  /* ── Learning Processes: Impact section — more space for content ── */
  body .lp-impact-section {
    min-height: 300px !important;
    padding-top: var(--space-2xl) !important;
    padding-bottom: var(--space-2xl) !important;
  }

  body .lp-impact-section__content {
    padding-bottom: var(--space-2xl) !important;
  }

  /* ── Learning Processes: Routines section — more space ── */
  body .lp-routines-section {
    min-height: 300px !important;
    padding-top: var(--space-2xl) !important;
    padding-bottom: var(--space-2xl) !important;
  }

  body .lp-routines-section__content {
    padding-bottom: var(--space-2xl) !important;
  }

  /* ── Learning Processes: Programs section — more space ── */
  body .lp-programs-section {
    padding: var(--space-3xl) 0 !important;
  }

  /* ── Learning Processes: Intro section ── */
  body .lp-intro-section {
    padding: var(--space-3xl) 0 !important;
  }

  body .lp-intro-section__text,
  body .lp-impact-section__text,
  body .lp-routines-section__text,
  body .lp-programs-section__text {
    font-size: 1.05rem !important;
    line-height: 1.75 !important;
  }

  /* ── Family Business: Content section (gradient with diagonal) ── */
  body .fb-content-section {
    padding: var(--space-2xl) 0 !important;
  }

  /* ── Family Business: Gradient section ── */
  body .fb-gradient-section {
    padding: var(--space-2xl) 0 !important;
  }

  /* ── Family Business: Activities section ── */
  body .fb-activities-section {
    padding: var(--space-2xl) 0 !important;
  }

  /* ── Family Business: Intro section ── */
  body .fb-intro-section {
    padding: var(--space-3xl) 0 !important;
  }

  /* ── Family Business: reduce diagonal heights on mobile ── */
  body .fb-content-section::before,
  body .fb-content-section::after,
  body .fb-gradient-section::before,
  body .fb-gradient-section::after,
  body .fb-activities-section::before,
  body .fb-activities-section::after {
    height: 35px !important;
  }

  /* ── Family Business: text sizes ── */
  body .fb-intro-section__text,
  body .fb-content-section__text,
  body .fb-gradient-section__text,
  body .fb-activities-section__text {
    font-size: 1.05rem !important;
    line-height: 1.75 !important;
  }

  body .fb-activities-section__list li {
    font-size: 1.05rem !important;
    line-height: 1.75 !important;
  }

  /* ── Family Business: CTA ── */
  body .fb-cta-section {
    padding: var(--space-3xl) 0 !important;
  }

  /* ── Both pages: prevent overflow ── */
  body .lp-impact-section,
  body .lp-routines-section,
  body .lp-programs-section,
  body .fb-content-section,
  body .fb-gradient-section,
  body .fb-activities-section {
    overflow-x: hidden !important;
  }

  /* ------------------------------------------------------------------
     11. LEARNING PROCESSES — PARALLAX & BACKGROUND IMAGE MOBILE FIXES
     ------------------------------------------------------------------ */

  /* ── Impact section (sky image) — fix parallax on mobile ── */
  body .lp-impact-section {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  /* ── Routines section (team planning image) — fix parallax on mobile ── */
  body .lp-routines-section {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  /* ── Both sections: smaller diagonal clips on mobile ── */
  body .lp-impact-section {
    clip-path: polygon(0 25px, 100% 0, 100% 100%, 0 calc(100% - 25px)) !important;
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  body .lp-routines-section {
    clip-path: polygon(0 0, 100% 25px, 100% calc(100% - 25px), 0 100%) !important;
    margin-bottom: -25px !important;
  }

  /* ── Overlay adjustments for readability on mobile ── */
  body .lp-impact-section::after {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.50) 0%,
      rgba(255, 255, 255, 0.40) 30%,
      rgba(255, 255, 255, 0.25) 55%,
      rgba(255, 255, 255, 0.10) 75%,
      transparent 100%
    ) !important;
  }

  body .lp-routines-section::after {
    background: linear-gradient(
      to bottom,
      rgba(0, 100, 140, 0.88) 0%,
      rgba(0, 120, 160, 0.78) 30%,
      rgba(0, 137, 188, 0.55) 55%,
      rgba(0, 137, 188, 0.20) 75%,
      transparent 100%
    ) !important;
  }

  /* ── Learning Processes: CTA section ── */
  body .lp-cta-section {
    padding: var(--space-3xl) 0 !important;
  }

  body .lp-cta-section__title {
    font-size: 1.5rem !important;
    white-space: normal !important;
  }

  body .lp-cta-section__text {
    font-size: 1.05rem !important;
  }

  /* ══════════════════════════════════════════
     MOBILE PERFORMANCE OPTIMIZATIONS
     ══════════════════════════════════════════ */

  /* Disable non-essential infinite animations */
  .orb-float,
  .symbol-glow,
  [class*="ring"],
  .cta-shimmer,
  [class*="pulse"]:not(.about-cta__btn),
  [class*="glow"]:not(.hero__dot) {
    animation: none !important;
  }

  /* Disable hover pseudo-element animations on cards */
  .svc-card::before,
  .svc-card::after,
  .belief-item::before,
  .belief-item::after,
  .service-card::before,
  .service-card::after {
    display: none !important;
    animation: none !important;
  }

  .svc-card,
  .belief-item {
    transition: box-shadow 0.2s ease !important;
  }

  .services-section--diagonal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .services-section--diagonal .service-card,
  .services-section--diagonal .svc-card {
    animation: none !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  /* Remove will-change from non-critical elements */
  .service-card,
  .service-card__img {
    will-change: auto !important;
  }

  /* Nuclear option: restrict all transitions to GPU-safe properties only */
  * {
    transition-property: opacity, transform !important;
  }

  /* ── Performance: remove section blur pseudo-elements ── */
  .section--blur-top::before,
  .section--blur-bottom::after {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* ── Performance: remove clip-path on sections that cause repaints ── */
  .services-section--diagonal,
  .methodology-section-home,
  .lp-impact-section,
  .lp-routines-section {
    clip-path: none !important;
  }

} /* end @media (max-width: 768px) */
