* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Arial Black", Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #0a0a0a;
    color: #fff;
    line-height: 1.6;
}

.container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

.header {
    background: #000000;
    border-bottom: 1px solid #00f0f0;
    padding: 12px 0;
}

.header-inner {
    text-align: center;
}

.header-text {
    font-size: 0.8rem;
    letter-spacing: 2px;
    opacity: 0.7;
    text-transform: uppercase;
}

.hero {
    position: relative;
    background: #000000;
    background: linear-gradient(135deg, #000000 40%, #003333 100%);
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #001818;
    background: radial-gradient(circle at top, rgba(0, 240, 240, 0.15), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-logo {
    max-width: 280px;
    margin-bottom: 25px;
    filter: drop-shadow(0 0 10px rgba(0, 240, 240, 0.3));
}

.hero h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero h1 span {
    color: #00f0f0;
}

.coverage {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.coverage p {
    margin-bottom: 5px;
}

.tyre-launch-panel {
    max-width: 760px;
    margin: 0 auto 30px;
}

.services-line {
    font-size: 1.1rem;
    margin-bottom: 14px;
    color: #00f0f0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.countdown-wrap {
    background: #000000;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid #00f0f0;
    border: 1px solid rgba(0, 240, 240, 0.35);
    border-radius: 14px;
    padding: 18px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.22);
}

.countdown-label {
    font-family: Arial, sans-serif;
    font-size: 0.98rem;
    color: #d9ffff;
    margin-bottom: 14px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.countdown-box {
    min-width: 110px;
    padding: 14px 12px;
    border-radius: 12px;
    background: #0d5054;
    background: linear-gradient(145deg, rgba(7, 44, 46, 0.95), rgba(13, 80, 84, 0.95));
    border: 1px solid #00f0f0;
    border: 1px solid rgba(0, 240, 240, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 6px 14px rgba(0, 0, 0, 0.24);
}

.countdown-number {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: #00f0f0;
    margin-bottom: 6px;
    text-shadow: 0 0 10px rgba(0, 240, 240, 0.18);
}

.countdown-text {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d6f7f7;
}

.countdown-live {
    font-size: 1rem;
    color: #00f0f0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 12px;
}

.hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.hero-call {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.btn-label {
    display: inline-block;
    font-size: 1.22rem;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #062426;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.35),
        0 -1px 0 rgba(0, 0, 0, 0.14);
}

.hero-call-quote,
.hero-call-tyre,
.cta-call {
    min-width: 230px;
    min-height: 68px;
    padding: 0 28px;
    border-radius: 10px;
    background: #11b1b7;
    background: linear-gradient(
        to bottom,
        #6ff9ff 0%,
        #34e8ef 10%,
        #1ed3da 46%,
        #15c1c8 47%,
        #11b1b7 100%
    );
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.5),
        inset 0 -3px 0 rgba(0, 0, 0, 0.16),
        0 4px 0 #0b666a,
        0 10px 18px rgba(0, 0, 0, 0.28);
}

.hero-call-quote:hover,
.hero-call-tyre:hover,
.cta-call:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.55),
        inset 0 -3px 0 rgba(0, 0, 0, 0.16),
        0 5px 0 #0b666a,
        0 12px 22px rgba(0, 0, 0, 0.32);
}

.hero-call-quote:active,
.hero-call-tyre:active,
.cta-call:active {
    transform: translateY(3px);
    box-shadow:
        inset 0 2px 3px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 1px 0 #0b666a,
        0 4px 10px rgba(0, 0, 0, 0.24);
}

.hero-call-sos {
    width: 96px;
    height: 96px;
    min-width: 96px;
    border-radius: 50%;
    background: #bf0909;
    background: linear-gradient(
        to bottom,
        #ff8d8d 0%,
        #ff5050 12%,
        #ef2d2d 48%,
        #db1717 49%,
        #bf0909 100%
    );
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.42),
        inset 0 -4px 0 rgba(0, 0, 0, 0.18),
        0 4px 0 #7b0505,
        0 10px 18px rgba(0, 0, 0, 0.30);
}

.hero-call-sos .btn-label {
    color: #ffffff;
    font-size: 1.45rem;
    letter-spacing: 0.8px;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.2),
        0 -1px 0 rgba(0, 0, 0, 0.35);
}

.hero-call-sos:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.46),
        inset 0 -4px 0 rgba(0, 0, 0, 0.18),
        0 5px 0 #7b0505,
        0 12px 20px rgba(0, 0, 0, 0.34);
}

.hero-call-sos:active {
    transform: translateY(3px);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 1px 0 #7b0505,
        0 4px 10px rgba(0, 0, 0, 0.25);
}

.hero-call:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.trust {
    background: #111111;
    border-top: 1px solid #00f0f0;
    border-bottom: 1px solid #00f0f0;
    padding: 20px 0;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    text-align: center;
    font-size: 0.9rem;
}

.info-sections {
    background: #0d0d0d;
    padding: 80px 0;
}

.info-sections h2 {
    text-align: center;
    color: #00f0f0;
    letter-spacing: 3px;
    margin-bottom: 60px;
    font-size: 2.2rem;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    max-width: 1380px;
    margin: auto;
}

.grid-item {
    display: flex;
    flex-direction: column;
}

.card-title {
    color: #00f0f0;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.info-card {
    background: #161616;
    background: linear-gradient(145deg, #111111, #161616);
    border: 1px solid #00f0f0;
    border: 1px solid rgba(0, 240, 240, 0.4);
    padding: 40px 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 1 / 1;
    min-height: 320px;
    transition: transform 0.3s ease, border 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    border: 1px solid #00f0f0;
}

.info-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.9;
    font-family: Arial, sans-serif;
}

.info-card-gallery {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

.info-card-gallery .mini-slider {
    border: 1px solid #00f0f0;
    border: 1px solid rgba(0, 240, 240, 0.4);
    border-radius: 12px;
    width: 100%;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.mini-slider .slides {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.mini-slider .slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.mini-prev,
.mini-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    color: #00f0f0;
    border: 1px solid #00f0f0;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 1rem;
    z-index: 5;
}

.mini-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}

.mini-next {
    right: 0;
    border-radius: 4px 0 0 4px;
}

.info-card-list {
    padding: 0 !important;
    overflow: hidden;
}

.scroll-content {
    padding: 20px 20px 15px 20px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #00f0f0 #1b1b1b;
}

.scroll-content::-webkit-scrollbar {
    width: 6px;
}

.scroll-content::-webkit-scrollbar-track {
    background: #1b1b1b;
    border-radius: 4px;
}

.scroll-content::-webkit-scrollbar-thumb {
    background: #00f0f0;
    border-radius: 4px;
}

.service-group {
    margin-bottom: 20px;
}

.service-group h4 {
    color: #00f0f0;
    font-size: 1rem;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #333333;
    padding-bottom: 4px;
    font-family: "Arial Black", Arial, sans-serif;
}

.service-group ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.service-group li {
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    padding: 5px 0 5px 20px;
    position: relative;
    color: #dddddd;
    line-height: 1.4;
}

.service-group li::before {
    content: "•";
    color: #00f0f0;
    font-weight: bold;
    position: absolute;
    left: 4px;
}

.cta {
    background: #000000;
    padding: 100px 0;
    text-align: center;
    border-top: 2px solid #00f0f0;
}

.cta-call {
    margin-top: 20px;
    color: #062426;
}

.footer {
    padding: 40px 0;
    text-align: center;
    font-size: 0.8rem;
    opacity: 0.6;
    border-top: 1px solid #222222;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-box {
    background: #1a1a1a;
    background: linear-gradient(145deg, #111111, #1a1a1a);
    border: 1px solid #00f0f0;
    border-radius: 16px;
    padding: 40px 35px;
    width: 100%;
    max-width: 480px;
    box-shadow:
        0 20px 40px rgba(0, 240, 240, 0.2),
        inset 0 0 0 2px rgba(0, 240, 240, 0.1);
    position: relative;
    transform: scale(0.9);
    animation: scaleUp 0.3s ease forwards;
}

@keyframes scaleUp {
    to {
        transform: scale(1);
    }
}

.modal-box h2 {
    color: #00f0f0;
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 240, 240, 0.5);
}

.modal-box input,
.modal-box textarea {
    width: 100%;
    padding: 16px 18px;
    margin-bottom: 20px;
    background: #222222;
    border: 1px solid #333333;
    border-radius: 8px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    transition: border 0.2s, box-shadow 0.2s;
}

.modal-box input:focus,
.modal-box textarea:focus {
    outline: none;
    border-color: #00f0f0;
    box-shadow: 0 0 0 3px rgba(0, 240, 240, 0.2);
}

.modal-box textarea {
    height: 120px;
    resize: vertical;
}

#sendQuoteWhatsapp,
#sendTyreWhatsapp {
    background: #00f0f0;
    color: #000000;
    width: 100%;
    padding: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s, box-shadow 0.2s;
}

#sendQuoteWhatsapp:hover,
#sendTyreWhatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 240, 240, 0.3);
}

.close-modal {
    display: block;
    width: 100%;
    background: transparent;
    color: #aaaaaa;
    border: 1px solid #333333;
    margin-top: 15px;
    padding: 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.close-modal:hover {
    background: #222222;
    color: #00f0f0;
    border-color: #00f0f0;
}

@media (max-width: 1200px) {
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .info-card {
        aspect-ratio: auto;
        padding: 30px 20px;
    }

    .hero-actions {
        flex-direction: column;
        gap: 16px;
    }

    .hero-call-quote,
    .hero-call-tyre,
    .cta-call {
        width: 100%;
        max-width: 320px;
        min-width: unset;
    }

    .hero-call-sos {
        width: 92px;
        height: 92px;
    }

    .btn-label {
        font-size: 1.1rem;
    }

    .hero-call-sos .btn-label {
        font-size: 1.3rem;
    }

    .countdown {
        gap: 10px;
    }

    .countdown-box {
        min-width: 90px;
        padding: 12px 10px;
    }

    .countdown-number {
        font-size: 1.6rem;
    }

    .countdown-text {
        font-size: 0.76rem;
    }

    .hero h1 {
        font-size: 2.4rem;
    }
}