

    .block-content[data-editing="true"] .videocomponent-iframe {
      pointer-events: none
    }


    #hero-section-tt,
    .tt-landing-hero-container,
    .tt-landing-hero-headline,
    .tt-landing-hero-subtitle,
    .tt-landing-hero-cta-container,
    .tt-landing-hero-btn-primary,
    .tt-landing-hero-btn-video,
    .tt-landing-hero-trust,
    .tt-landing-hero-trust-item,
    .tt-landing-hero-trust-icon,
    .tt-landing-hero-bg-element,
    .tt-landing-hero-video-modal,
    .tt-landing-hero-video-content,
    .tt-landing-hero-video-frame,
    .tt-landing-hero-video-close,
    .tt-landing-hero-play-icon {
      --tt-night-purple: #520E33;
      --tt-charcoal: #282828;
      --tt-teal: #26D0CE;
      --tt-green: #4CAF50;
      --tt-yellow: #FFC107;
      --tt-orange: #FF6D00;
      --tt-pink: #E91E63;
      --tt-blue: #2196F3;
      --tt-purple-light: #A27C89;
      --tt-purple-lighter: #CFC7CC;
      --tt-purple-lightest: #DFD1D6;
      --tt-font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
      --tt-font-secondary: Georgia, 'Times New Roman', serif;
      --tt-spacing-xs: 4px;
      --tt-spacing-sm: 8px;
      --tt-spacing-md: 16px;
      --tt-spacing-lg: 24px;
      --tt-spacing-xl: 32px;
      --tt-spacing-xxl: 48px;
      --tt-font-size-xs: 0.75rem;
      --tt-font-size-sm: 0.875rem;
      --tt-font-size-base: 1rem;
      --tt-font-size-lg: 1.125rem;
      --tt-font-size-xl: 1.25rem;
      --tt-font-size-2xl: 1.5rem;
      --tt-font-size-3xl: 1.875rem;
      --tt-font-size-4xl: 2.25rem;
      --tt-font-size-5xl: 3rem;
      --tt-hero-padding: 16px;
      --tt-hero-gap: 24px;
      --tt-button-padding: 8px 16px;
      --tt-button-font-size: 1rem;
      --tt-hero-min-height: 100vh;
    }

    #hero-section-tt {
      min-height: var(--tt-hero-min-height) !important;
      background: linear-gradient(135deg, rgba(82, 14, 51, 0.95) 0%, rgba(40, 40, 40, 0.9) 100%),
        url("https://learn.mtotoapp.com/pluginfile.php/1/local_edwiserpagebuilder/media/33899495/Landingpage2.jpg") !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      background-size: cover !important;
      background-attachment: scroll !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      text-align: center !important;
      padding: var(--tt-hero-padding) !important;
      color: white !important;
      font-family: var(--tt-font-primary) !important;
      position: relative !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
      margin: 0 !important;
      border: none !important;
      outline: none !important;
    }

    .tt-landing-hero-bg-element {
      display: none;
      position: absolute;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.1);
      animation: tt-landing-hero-float 6s ease-in-out infinite;
    }

    @keyframes tt-landing-hero-float {

      0%,
      100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.2;
      }

      50% {
        transform: translateY(-15px) rotate(180deg);
        opacity: 0.4;
      }
    }

    .tt-landing-hero-container {
      max-width: 100% !important;
      width: 100% !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important;
      gap: var(--tt-hero-gap) !important;
      z-index: 10 !important;
      position: relative !important;
      padding: 0 var(--tt-spacing-sm) !important;
      box-sizing: border-box !important;
      margin: 0 !important;
    }

    .tt-landing-hero-headline {
      font-family: var(--tt-font-primary);
      font-size: var(--tt-font-size-xl);
      font-weight: 700;
      line-height: 1.2;
      color: white;
      margin: 0;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
      animation: tt-landing-hero-slideIn 1s ease-out;
      letter-spacing: -0.01em;
      text-align: center;
      max-width: 100%;
    }

    .tt-landing-hero-subtitle {
      font-family: var(--tt-font-primary);
      font-size: var(--tt-font-size-sm);
      font-weight: 400;
      line-height: 1.5;
      color: var(--tt-purple-lightest);
      margin: 0;
      max-width: 100%;
      animation: tt-landing-hero-slideIn 1s ease-out 0.2s both;
      text-align: center;
      opacity: 0.9;
    }

    .tt-landing-hero-cta-container {
      display: flex;
      flex-direction: column;
      gap: var(--tt-spacing-md);
      width: 100%;
      align-items: center;
      animation: tt-landing-hero-slideIn 1s ease-out 0.4s both;
    }

    .tt-landing-hero-cta-primary-group {
      display: flex;
      flex-direction: column;
      gap: var(--tt-spacing-md);
      width: 100%;
      align-items: center;
    }

    .tt-landing-hero-cta-secondary-group {
      display: flex;
      flex-direction: column;
      gap: var(--tt-spacing-sm);
      width: 100%;
      align-items: center;
      margin-top: var(--tt-spacing-xs);
    }

    .tt-landing-hero-btn-primary {
      font-family: var(--tt-font-primary);
      font-size: var(--tt-button-font-size);
      font-weight: 600;
      background: linear-gradient(135deg, var(--tt-teal) 0%, var(--tt-blue) 100%);
      color: white;
      padding: var(--tt-button-padding);
      border: none;
      border-radius: 50px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: var(--tt-spacing-xs);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 4px 15px rgba(38, 208, 206, 0.3);
      position: relative;
      overflow: hidden;
      width: 100%;
      max-width: 280px;
      min-height: 48px;
    }

    .tt-landing-hero-btn-primary::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
      transition: left 0.5s;
    }

    .tt-landing-hero-btn-primary:hover::before {
      left: 100%;
    }

    .tt-landing-hero-btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(38, 208, 206, 0.4);
    }

    .tt-landing-hero-btn-primary:active {
      transform: translateY(0);
    }

    .tt-landing-hero-btn-video {
      font-family: var(--tt-font-primary);
      font-size: var(--tt-font-size-sm);
      font-weight: 500;
      background: rgba(255, 255, 255, 0.15);
      color: white;
      padding: var(--tt-spacing-sm) var(--tt-spacing-lg);
      border: 2px solid rgba(255, 255, 255, 0.3);
      border-radius: 50px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: var(--tt-spacing-xs);
      transition: all 0.3s ease;
      backdrop-filter: blur(10px);
      cursor: pointer;
      width: 100%;
      max-width: 280px;
      min-height: 44px;
    }

    .tt-landing-hero-btn-video:hover {
      background: rgba(255, 255, 255, 0.25);
      border-color: rgba(255, 255, 255, 0.5);
      transform: translateY(-2px);
    }

    .tt-landing-hero-btn-login {
      font-family: var(--tt-font-primary);
      font-size: var(--tt-font-size-sm);
      font-weight: 500;
      background: transparent;
      color: var(--tt-purple-lightest);
      padding: var(--tt-spacing-sm) var(--tt-spacing-md);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 30px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: var(--tt-spacing-xs);
      transition: all 0.3s ease;
      cursor: pointer;
      width: 100%;
      max-width: 200px;
      min-height: 38px;
      opacity: 0.8;
    }

    .tt-landing-hero-btn-login:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 0.4);
      transform: translateY(-1px);
      opacity: 1;
      color: white;
      text-decoration: none;
    }

    .tt-landing-hero-play-icon {
      width: 24px;
      height: 24px;
      background: var(--tt-teal);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .tt-landing-hero-play-icon::after {
      content: '';
      width: 0;
      height: 0;
      border-left: 8px solid white;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      margin-left: 2px;
    }

    .tt-landing-hero-trust {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: var(--tt-spacing-sm);
      width: 100%;
      opacity: 0.8;
      animation: tt-landing-hero-slideIn 1s ease-out 0.6s both;
      margin-top: var(--tt-spacing-md);
    }

    .tt-landing-hero-trust-item {
      display: flex;
      align-items: center;
      gap: var(--tt-spacing-xs);
      font-size: var(--tt-font-size-sm);
      color: var(--tt-purple-lightest);
      text-align: center;
    }

    .tt-landing-hero-trust-icon {
      width: 18px;
      height: 18px;
      background: var(--tt-teal);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 10px;
      flex-shrink: 0;
    }

    @keyframes tt-landing-hero-slideIn {
      from {
        opacity: 0;
        transform: translateY(30px);
      }

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

    .tt-landing-hero-video-modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.9);
      z-index: 1000;
      justify-content: center;
      align-items: center;
      backdrop-filter: blur(5px);
    }

    .tt-landing-hero-video-content {
      position: relative;
      max-width: 90%;
      max-height: 90%;
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    }

    .tt-landing-hero-video-close {
      position: absolute;
      top: -50px;
      right: 0;
      color: white;
      font-size: 30px;
      cursor: pointer;
      z-index: 1001;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      transition: all 0.3s ease;
    }

    .tt-landing-hero-video-close:hover {
      background: rgba(255, 255, 255, 0.3);
      transform: scale(1.1);
    }

    .tt-landing-hero-video-frame {
      width: 800px;
      height: 450px;
      border: none;
      border-radius: 8px;
      background: var(--tt-charcoal);
    }

    .landing-page-hero {
      max-width: 1200px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: var(--tt-spacing-xl);
    }

    .landing-page-hero h1 {
      font-size: clamp(2.5rem, 6vw, 4.5rem);
      line-height: 1.2;
      font-weight: 700;
      color: white;
      margin: 0;
      font-family: var(--tt-font-primary);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      animation: tt-landing-hero-slideIn 1s ease-out;
    }

    #home-btn-1 {
      font-size: 1.1rem;
      font-family: var(--tt-font-primary);
      font-weight: 600;
      background: linear-gradient(135deg, var(--tt-teal) 0%, var(--tt-blue) 100%);
      color: white;
      padding: var(--tt-spacing-md) var(--tt-spacing-xl);
      border: none;
      border-radius: 50px;
      text-decoration: none;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 8px 25px rgba(38, 208, 206, 0.3);
      display: inline-flex;
      align-items: center;
      gap: var(--tt-spacing-xs);
    }

    #home-btn-1:focus,
    #home-btn-1:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 35px rgba(38, 208, 206, 0.4);
      color: white;
      text-decoration: none;
    }

    #hero-section-tt>.container.landing-page-hero>.container.edw-container {
      line-height: normal;
      height: auto;
      min-height: auto;
    }


    /* Mobile-first: CTA buttons are vertical by default */
    /* Small devices - maintain vertical layout but adjust sizes */
    @media (min-width: 375px) {
      .tt-landing-hero-headline {
        font-size: var(--tt-font-size-3xl);
      }
    }

    @media (min-width: 425px) {
      .tt-landing-hero-play-icon {
        width: 22px;
        height: 22px;
      }
      
      .tt-landing-hero-play-icon::after {
        border-left: 7px solid white;
        border-top: 4.5px solid transparent;
        border-bottom: 4.5px solid transparent;
        margin-left: 1.5px;
      }
    }

    @media (min-width: 480px) {
      #hero-section-tt,
      .tt-landing-hero-container,
      .tt-landing-hero-headline,
      .tt-landing-hero-subtitle,
      .tt-landing-hero-cta-container,
      .tt-landing-hero-btn-primary,
      .tt-landing-hero-btn-video,
      .tt-landing-hero-trust,
      .tt-landing-hero-trust-item,
      .tt-landing-hero-trust-icon,
      .tt-landing-hero-bg-element,
      .tt-landing-hero-video-modal,
      .tt-landing-hero-video-content,
      .tt-landing-hero-video-frame,
      .tt-landing-hero-video-close,
      .tt-landing-hero-play-icon {
        --tt-spacing-xs: 6px;
        --tt-spacing-sm: 12px;
        --tt-spacing-md: 20px;
        --tt-spacing-lg: 28px;
        --tt-spacing-xl: 36px;
        --tt-spacing-xxl: 52px;
        --tt-hero-padding: 28px;
        --tt-hero-gap: 36px;
        --tt-button-padding: 12px 20px;
        --tt-button-font-size: 1rem;
      }

      .tt-landing-hero-headline {
        font-size: var(--tt-font-size-3xl);
      }

      .tt-landing-hero-subtitle {
        font-size: var(--tt-font-size-base);
        max-width: 400px;
      }

      .tt-landing-hero-btn-primary,
      .tt-landing-hero-btn-video {
        max-width: 300px;
        min-height: 46px;
      }

      .tt-landing-hero-play-icon {
        width: 24px;
        height: 24px;
      }
      
      .tt-landing-hero-play-icon::after {
        border-left: 8px solid white;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        margin-left: 2px;
      }

      .tt-landing-hero-video-frame {
        width: 90vw;
        height: 50vh;
        max-width: 500px;
        max-height: 280px;
      }
    }

    /* Tablet and up - Switch to horizontal CTA layout */
    @media (min-width: 768px) {
      #hero-section-tt,
      .tt-landing-hero-container,
      .tt-landing-hero-headline,
      .tt-landing-hero-subtitle,
      .tt-landing-hero-cta-container,
      .tt-landing-hero-btn-primary,
      .tt-landing-hero-btn-video,
      .tt-landing-hero-trust,
      .tt-landing-hero-trust-item,
      .tt-landing-hero-trust-icon,
      .tt-landing-hero-bg-element,
      .tt-landing-hero-video-modal,
      .tt-landing-hero-video-content,
      .tt-landing-hero-video-frame,
      .tt-landing-hero-video-close,
      .tt-landing-hero-play-icon {
        --tt-spacing-xs: 8px;
        --tt-spacing-sm: 16px;
        --tt-spacing-md: 24px;
        --tt-spacing-lg: 32px;
        --tt-spacing-xl: 48px;
        --tt-spacing-xxl: 64px;
        --tt-hero-padding: 48px;
        --tt-hero-gap: 48px;
        --tt-button-padding: 16px 32px;
        --tt-button-font-size: 1.125rem;
      }

      #hero-section-tt {
        background-attachment: fixed;
      }

      .tt-landing-hero-container {
        max-width: 720px;
        padding: 0 var(--tt-spacing-md);
      }

      .tt-landing-hero-headline {
        font-size: var(--tt-font-size-4xl);
        letter-spacing: -0.02em;
      }

      .tt-landing-hero-subtitle {
        font-size: var(--tt-font-size-lg);
        max-width: 500px;
        line-height: 1.6;
      }

      /* KEY CHANGE: Switch to horizontal layout for tablets and up */
      .tt-landing-hero-cta-container {
        flex-direction: column;
        gap: var(--tt-spacing-md);
        justify-content: center;
        align-items: center;
      }

      .tt-landing-hero-cta-primary-group {
        flex-direction: row;
        gap: var(--tt-spacing-lg);
        width: auto;
        max-width: 500px;
      }

      .tt-landing-hero-cta-secondary-group {
        margin-top: var(--tt-spacing-sm);
      }

      .tt-landing-hero-btn-primary,
      .tt-landing-hero-btn-video {
        width: auto;
        max-width: 220px;
        min-width: 160px;
        min-height: 48px;
      }

      .tt-landing-hero-btn-login {
        max-width: 180px;
        min-height: 40px;
      }

      .tt-landing-hero-trust {
        flex-direction: row;
        gap: var(--tt-spacing-xl);
        flex-wrap: wrap;
        justify-content: center;
        margin-top: var(--tt-spacing-xl);
      }

      .tt-landing-hero-trust-icon {
        width: 20px;
        height: 20px;
        font-size: 10px;
      }

      .tt-landing-hero-trust-item {
        font-size: var(--tt-font-size-base);
      }

      .tt-landing-hero-bg-element {
        display: block;
      }

      .tt-landing-hero-bg-element:nth-child(1) {
        width: 60px;
        height: 60px;
        top: 25%;
        left: 15%;
        animation-delay: 0s;
      }

      .tt-landing-hero-bg-element:nth-child(2) {
        width: 80px;
        height: 80px;
        top: 65%;
        right: 20%;
        animation-delay: 2s;
      }

      .tt-landing-hero-bg-element:nth-child(3) {
        width: 50px;
        height: 50px;
        bottom: 35%;
        left: 25%;
        animation-delay: 4s;
      }

      .tt-landing-hero-video-frame {
        width: 700px;
        height: 394px;
      }
    }

    @media (min-width: 1024px) {
      #hero-section-tt,
      .tt-landing-hero-container,
      .tt-landing-hero-headline,
      .tt-landing-hero-subtitle,
      .tt-landing-hero-cta-container,
      .tt-landing-hero-btn-primary,
      .tt-landing-hero-btn-video,
      .tt-landing-hero-trust,
      .tt-landing-hero-trust-item,
      .tt-landing-hero-trust-icon,
      .tt-landing-hero-bg-element,
      .tt-landing-hero-video-modal,
      .tt-landing-hero-video-content,
      .tt-landing-hero-video-frame,
      .tt-landing-hero-video-close,
      .tt-landing-hero-play-icon {
        --tt-spacing-xxl: 80px;
        --tt-hero-gap: 64px;
        --tt-button-padding: 20px 40px;
        --tt-button-font-size: 1.25rem;
      }

      .tt-landing-hero-container {
        max-width: 960px;
        padding: 0 var(--tt-spacing-lg);
      }

      .tt-landing-hero-headline {
        font-size: var(--tt-font-size-5xl);
      }

      .tt-landing-hero-subtitle {
        font-size: var(--tt-font-size-xl);
        max-width: 600px;
      }

      .tt-landing-hero-cta-container {
        flex-direction: row;
        gap: var(--tt-spacing-lg);
        flex-wrap: wrap;
        justify-content: center;
        max-width: 800px;
      }

      .tt-landing-hero-cta-primary-group {
        flex: 1;
        min-width: 400px;
        max-width: none;
        justify-content: center;
      }

      .tt-landing-hero-cta-secondary-group {
        margin-top: 0;
        align-self: center;
      }

      .tt-landing-hero-btn-primary,
      .tt-landing-hero-btn-video {
        max-width: 200px;
        min-width: 160px;
        min-height: 52px;
      }

      .tt-landing-hero-btn-login {
        max-width: 160px;
        min-height: 52px;
      }

      .tt-landing-hero-btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(38, 208, 206, 0.4);
      }

      .tt-landing-hero-btn-video:hover {
        transform: translateY(-2px);
      }

      .tt-landing-hero-bg-element:nth-child(1) {
        width: 80px;
        height: 80px;
        top: 20%;
        left: 10%;
      }

      .tt-landing-hero-bg-element:nth-child(2) {
        width: 120px;
        height: 120px;
        top: 60%;
        right: 15%;
      }

      .tt-landing-hero-bg-element:nth-child(3) {
        width: 60px;
        height: 60px;
        bottom: 30%;
        left: 20%;
      }

      .tt-landing-hero-video-frame {
        width: 800px;
        height: 450px;
      }
    }

    @media (min-width: 1200px) {
      .tt-landing-hero-container {
        max-width: 1140px;
      }

      .tt-landing-hero-headline {
        font-size: 3.5rem;
      }

      .tt-landing-hero-subtitle {
        font-size: var(--tt-font-size-2xl);
      }

      .tt-landing-hero-btn-primary,
      .tt-landing-hero-btn-video {
        max-width: 260px;
        min-height: 56px;
      }

      .tt-landing-hero-trust {
        gap: var(--tt-spacing-xxl);
        justify-content: center;
      }
    }

    @media (min-width: 1400px) {
      .tt-landing-hero-container {
        max-width: 1320px;
      }

      .tt-landing-hero-headline {
        font-size: 4rem;
      }

      .tt-landing-hero-btn-primary,
      .tt-landing-hero-btn-video {
        max-width: 280px;
      }
    }

    @media (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
      .tt-landing-hero-headline {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      }
    }

    @media (max-height: 500px) and (orientation: landscape) {
      #hero-section-tt {
        min-height: 100vh;
        padding: var(--tt-spacing-md);
      }

      .tt-landing-hero-container {
        gap: var(--tt-spacing-md);
      }

      .tt-landing-hero-headline {
        font-size: var(--tt-font-size-3xl);
      }

      .tt-landing-hero-trust {
        margin-top: var(--tt-spacing-sm);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .tt-landing-hero-bg-element {
        animation: none;
      }

      .tt-landing-hero-headline,
      .tt-landing-hero-subtitle,
      .tt-landing-hero-cta-container,
      .tt-landing-hero-trust {
        animation: none;
      }

      .tt-landing-hero-btn-primary:hover,
      .tt-landing-hero-btn-video:hover {
        transform: none;
      }
    }

    @media print {
      #hero-section-tt {
        background: white;
        color: black;
        min-height: auto;
      }

      .tt-landing-hero-bg-element,
      .tt-landing-hero-btn-video {
        display: none;
      }
    }
