
       @font-face {
    font-family: 'Toyota Type';
    src: url('./fonts/fonttype/ToyotaType-Regular.eot');
    src: url('./fonts/fonttype/ToyotaType-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/fonttype/ToyotaType-Regular.woff2') format('woff2'),
        url('./fonts/fonttype/ToyotaType-Regular.woff') format('woff'),
        url('./fonts/fonttype/ToyotaType-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('./fonts/fonttype/ToyotaType-LightIt.eot');
    src: url('./fonts/fonttype/ToyotaType-LightIt.eot?#iefix') format('embedded-opentype'),
        url('./fonts/fonttype/ToyotaType-LightIt.woff2') format('woff2'),
        url('./fonts/fonttype/ToyotaType-LightIt.woff') format('woff'),
        url('./fonts/fonttype/ToyotaType-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type Book';
    src: url('./fonts/fonttype/ToyotaType-BookIt.eot');
    src: url('./fonts/fonttype/ToyotaType-BookIt.eot?#iefix') format('embedded-opentype'),
        url('./fonts/fonttype/ToyotaType-BookIt.woff2') format('woff2'),
        url('./fonts/fonttype/ToyotaType-BookIt.woff') format('woff'),
        url('./fonts/fonttype/ToyotaType-BookIt.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('./fonts/fonttype/ToyotaType-Light.eot');
    src: url('./fonts/fonttype/ToyotaType-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/fonttype/ToyotaType-Light.woff2') format('woff2'),
        url('./fonts/fonttype/ToyotaType-Light.woff') format('woff'),
        url('./fonts/fonttype/ToyotaType-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('./fonts/fonttype/ToyotaType-Semibold.eot');
    src: url('./fonts/fonttype/ToyotaType-Semibold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/fonttype/ToyotaType-Semibold.woff2') format('woff2'),
        url('./fonts/fonttype/ToyotaType-Semibold.woff') format('woff'),
        url('./fonts/fonttype/ToyotaType-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('./fonts/fonttype/ToyotaType-Italic.eot');
    src: url('./fonts/fonttype/ToyotaType-Italic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/fonttype/ToyotaType-Italic.woff2') format('woff2'),
        url('./fonts/fonttype/ToyotaType-Italic.woff') format('woff'),
        url('./fonts/fonttype/ToyotaType-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type Book';
    src: url('./fonts/fonttype/ToyotaType-Book.eot');
    src: url('./fonts/fonttype/ToyotaType-Book.eot?#iefix') format('embedded-opentype'),
        url('./fonts/fonttype/ToyotaType-Book.woff2') format('woff2'),
        url('./fonts/fonttype/ToyotaType-Book.woff') format('woff'),
        url('./fonts/fonttype/ToyotaType-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('./fonts/fonttype/ToyotaType-SemiboldIt.eot');
    src: url('./fonts/fonttype/ToyotaType-SemiboldIt.eot?#iefix') format('embedded-opentype'),
        url('./fonts/fonttype/ToyotaType-SemiboldIt.woff2') format('woff2'),
        url('./fonts/fonttype/ToyotaType-SemiboldIt.woff') format('woff'),
        url('./fonts/fonttype/ToyotaType-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

       
       
       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
            overflow-x: hidden;
        }

        /* Hero Section */
        .hero-section {
            position: relative;
            height: 100vh;
            overflow: hidden;
        }

        .video-background{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
           /* background-image: url('../images/lp-teaser/chr.png');*/
            background-size: cover;
            background-position: center;
            z-index: 2;
            transition: opacity 1s ease-out;
            background-color: #000000;
        }
        /* Video Background */
        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
        }

        .video-background video {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100% !important;
            max-height: 100% !important;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            object-fit: cover;
        }

        /* Dark overlay for better text readability */
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
           /* background: rgba(0, 0, 0, 0.4);*/
            z-index: 1;
        }

        /* Diagonal overlay */
        .hero-section::after {
             /* content: '';
            position: absolute; */
            /* top: 0;
            right: 0;
            width: 60%;
            height: 100%;
            background: linear-gradient(135deg, rgba(61, 45, 36, 0.6) 0%, rgba(45, 55, 72, 0.4) 100%);
            clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
            z-index: 1; */ 
                /* background-color: #000; */
        }

        /* Navigation */
        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            padding: 24px 32px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo-left {
            width: 120px;
        }

        .logo-center {
            width: 197px;
        }
        .logo-center img{
          filter: brightness(0) invert(1);
        }

        .contact-icon {
            width: 40px;
            height: 40px;
            background: transparent;
            background-color: #ffffff1a;
            padding: 12px;
            /* border: 2px solid white; */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .contact-icon:hover svg{
               fill: transparent !important;
              color: red !important;
        }

        /* Hero Content */
        .hero-content {
            position: relative;
            z-index: 10;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: end;
            align-items: center;
            text-align: center;
            padding-bottom: 90px;
           /* background: #0000004d;*/          
        }
         .via-transparent {
        --tw-gradient-via: transparent;
        --tw-gradient-via-stops: var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops);
    }

        .main-title {
            font-size: 5rem;
            font-weight: 300;
            letter-spacing: 30px;
            color: white;
            margin-bottom: 60px;
            animation: fadeInDown 1s ease-out;
        }

        .tagline {
                font-size: 20px;
                color: white;
                margin-bottom: 30px;
                animation: fadeInUp 1s ease-out 0.3s both;
                word-spacing: 9px;
                letter-spacing: 7px;
                font-weight: 100;
                width: 672px;
                border-bottom: 1px solid #fff3;
                margin-bottom: 20px;
                padding-bottom: 30px;
                font-family: 'Toyota Type';
            }

        .tagline .highlight {
           color: oklch(57.7% .245 27.325);
            font-weight: 100;
            font-family: 'Toyota Type';
        }

        .subtitle {
            font-size: 13px;
            text-transform: uppercase;
            color: #d1d5dc9c;
            letter-spacing :.025em;
            max-width: 640px;
            margin: 0 auto 50px;
            line-height: 1.625;
            font-weight: 300;
            letter-spacing: .3rem;
            animation: fadeInUp 1s ease-out 0.5s both;
            font-family: 'Toyota Type';
        }

        .cta-button {
            background: white;
            display: flex;
            align-items: center;
            color: #1a2332;
            padding: 20px 48px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 900;
            letter-spacing: .2em;
            text-transform: uppercase;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            display: inline-block;
            animation: fadeInUp 1s ease-out 0.7s both;
            margin-top: 50px;
font-family: 'Toyota Type';       
 }

        .cta-button:hover {
            background: #e7000b;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(230, 57, 70, 0.3);
            scale: 105%;
        }

        .two-btn{
            display: flex;
            gap: 20px;
        }
        .two-btn .pre-cmnd{
            background: transparent;
            color: #fff;
            border: 2px solid #fff;
            padding: 20px 56px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 900;
            letter-spacing: .2em;
            text-transform: uppercase;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            display: inline-block;
            animation: fadeInUp 1s ease-out 0.7s both;
            margin-top: 50px;
font-family: 'Toyota Type';       
 }
          .two-btn .pre-cmnd:hover {
            background: #fff;
            color: #000;
            transform: translateY(-3px);
            /* box-shadow: 0 10px 30px rgba(230, 57, 70, 0.3); */
            scale: 105%;
                transition-duration: .5s;
        }
        /* Footer */
        .footer {
            position: absolute;
            bottom: 45px;
            left: 0;
            right: 0;
            z-index: 10;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 50px;
            color: #6a7282;
            font-size: 0.85rem;
            width: 87%;
            margin: auto;
        }

        .footer-left {
            animation: fadeIn 1s ease-out 1s both;
            letter-spacing: .1em;
            font-weight: 700;
            font-size: 10px;
            font-family: 'Toyota Type';
        }

        .footer-right {
            display: flex;
            gap: 30px;
            animation: fadeIn 1s ease-out 1s both;
            font-family: 'Toyota Type';
        }

        .footer-link {
            color: #6a7282;
            letter-spacing: .1em;
            font-weight: 700;
            font-size: 10px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-link:hover {
            color: white;
        }

        /* Animations */
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .main-title {
                font-size: 3.5rem;
                letter-spacing: 20px;
            }

            .tagline {
                font-size: 1.2rem;
            }

            .navbar {
                padding: 20px 30px;
            }

            .footer {
                padding: 0 30px;
            }
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 2.5rem;
                letter-spacing: 15px;
            }

            .tagline {
                font-size: 1rem;
            }

            .subtitle {
                font-size: 0.95rem;
            }

            .navbar {
                padding: 15px 20px;
            }

            .logo-left {
                width: 90px;
            }

            .logo-center {
                width: 120px;
            }

            .footer {
                /* flex-direction: column; */
                gap: 15px;
                text-align: center;
                padding: 0 20px;
                width: 100%;
            }

            .footer-right {
                /* flex-direction: column; */
                gap: 10px;
            }

            .cta-button {
                padding: 15px 40px;
                font-size: 0.8rem;
            }

            .two-btn .pre-cmnd {
                padding: 15px 40px;
                font-size: 0.8rem;
            }
        }

        @media (max-width: 480px) {
            .main-title {
                font-size: 2rem;
                letter-spacing: 10px;
            }

            .hero-section::after {
                width: 80%;
                clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
            }

               .footer {
                flex-direction: column;
               
            }
            .footer-right{
                gap: 40px;
            }

           .tagline{
            font-size: 14px;
            word-spacing: 0px;
            letter-spacing: 5px;
            border-bottom :0;
           }
           .two-btn{
            display: flex;
            flex-direction: column;
           }

           
            .two-btn .pre-cmnd{
               margin-top: 10px;
            }
            .hero-content{
                padding-bottom: 125px;
            }
            .tagline{
                padding-bottom: 10px;
            }
            .subtitle{
                margin: 0 auto 0;
            }

            .two-btn{
                gap: 1px;
            }

        }

        /* Additional styles for video optimization */
        @media (max-width: 768px) {
            .video-background video {
                /* On mobile, you might want to show a poster image instead */
                min-width: 100%;
                min-height: 100%;
            }
        }

        /* Modal Styles */
        #brochureModal.modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        #brochureModal.modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        #brochureModal .modal-content {
            background: #0b0809;
            border-radius: 20px;
            padding: 30px 30px;
            padding-top: 20px;
            max-width: 500px;
            width: 90%;
            position: relative;
            transform: translate(-100vw, -100vh);
            transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
            border: 1px solid #2a2627;
        }

        #brochureModal.modal-overlay.active .modal-content {
            transform: translate(0, 0);
        }

        #brochureModal .modal-close {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            background: transparent;
            border: none;
            color: rgba(255, 255, 255, 0.6);
            font-size: 24px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #brochureModal .modal-close:hover {
            color: white;
            transform: rotate(90deg);
        }
        #brochureModal .modal-close:focus{
            outline: none;
        }

        #brochureModal .modal-header {
            margin-bottom: 20px;
            display: inherit;
            padding-left: 0;
            border-bottom: 0;
        }

        #brochureModal .modal-title {
               font-size: 20px;
                font-weight: 500;
                color: white;
                margin-bottom: 2px;
                font-family: 'Toyota Type';
        }

        #brochureModal .modal-description {
            font-size: 14px;
            color: #9f9fa9;
            line-height: calc(1.25 / .875);
        }

        #brochureModal .form-group {
            margin-bottom: 20px;
        }

        #brochureModal .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        #brochureModal .form-label {
           display: block;
            color: #d8d3d4;
            font-size: 14px;
            /* margin-bottom: 5px; */
            font-weight: 500;
            line-height: calc(1.25 / .875);
             font-family: 'Toyota Type';
        }

        #brochureModal .form-input,#brochureModal select {
            width: 100%;
            padding: 8px 20px;
            background: #000;
            border: 2px solid #2a2627;
            border-radius: 8px;
            color: white;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            height: 40px;
        }
        #brochureModal select {
            appearance: none;
             color: rgba(255, 255, 255, 0.4);
            
        }

        #brochureModal .form-input:focus,#brochureModal select:focus {
            outline: none;
            border:2px solid #e7000b;
        }

        #brochureModal .form-input::placeholder,#brochureModal select::placeholder  {
            color: rgba(255, 255, 255, 0.4);
            font-family: 'Toyota Type';
        }

        #brochureModal .form-input.error {
            border-color: #e7000b;
        }

        #brochureModal .submit-button {
            width: 100%;
            padding: 18px;
            background: white;
            color: #000;
            border: none;
            border-radius: 50px;
            font-weight: 900;
            font-size: 12px;
            letter-spacing: .2em;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
             font-family: 'Toyota Type';
        }

        #brochureModal .submit-button:hover {
            background: #e7000b;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(230, 57, 70, 0.3);
        }

        #brochureModal .submit-button:active {
            transform: translateY(0);
        }

        .button-son{
            position: absolute;
    right: 15px;
    top: 120px;
   /* height: 40px;
    width: 40px;
    background-color: #ffffff66;
    border: none;
    border-radius: 50%;*/
    z-index: 11;
        }

        svg{
                filter: brightness(0) invert(1);
                    width: 20px;
        }

        .button-son:focus{
                border: none;
                outline: none;
        }


        .icon-sound-off {
  display: none;
}

button[aria-pressed="false"] .icon-sound-on {
  display: none;
}

button[aria-pressed="false"] .icon-sound-off {
  display: inline-flex;
}


        /* Modal Responsive */
        @media (max-width: 768px) {
            .modal-content {
                padding: 30px 25px;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .modal-title {
                font-size: 1.5rem;
            }
               .cta-button {
            background: white;
            display: flex;
            align-items: center;}

        }
