/*
 * işin oluru — kontrollü premium görünüm katmanı
 *
 * Bu dosya yalnızca görsel stilleri iyileştirir. Mevcut HTML kimliklerine,
 * formlara, menü bağlantılarına ve JavaScript işlevlerine müdahale etmez.
 */

:root {
    --io-orange: #ff9700;
    --io-orange-deep: #ed7f00;
    --io-purple: #a742d1;
    --io-purple-deep: #6e24a6;
    --io-ink: #171329;
    --io-muted: #69647b;
    --io-surface: rgba(255, 255, 255, 0.92);
    --io-line: rgba(77, 49, 105, 0.10);
    --io-shadow-soft: 0 18px 50px rgba(54, 35, 77, 0.08);
    --io-shadow-card: 0 12px 28px rgba(54, 35, 77, 0.08);
    --io-gradient: linear-gradient(135deg, var(--io-orange) 0%, #f58220 38%, var(--io-purple) 100%);
}

html {
    background: #f8f6fb;
}

body {
    color: var(--io-ink);
    background:
        radial-gradient(circle at 8% 9%, rgba(167, 66, 209, 0.09), transparent 26rem),
        radial-gradient(circle at 94% 4%, rgba(255, 151, 0, 0.10), transparent 25rem),
        linear-gradient(180deg, #fbfaff 0%, #f7f5fa 42%, #fbfafc 100%);
}

body::before,
body::after {
    content: "";
    position: fixed;
    z-index: -1;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
}

body::before {
    width: 280px;
    height: 280px;
    left: -170px;
    top: 42%;
    border: 44px solid rgba(167, 66, 209, 0.045);
}

body::after {
    width: 220px;
    height: 220px;
    right: -150px;
    top: 17%;
    border: 38px solid rgba(255, 151, 0, 0.05);
}

/* Üst menü: aynı yerleşim, daha rafine yüzey */
.home-header {
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(77, 49, 105, 0.08);
    box-shadow: 0 8px 30px rgba(33, 24, 48, 0.06);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.header-container {
    max-width: 1480px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.logo img {
    height: 70px !important;
    filter: drop-shadow(0 5px 12px rgba(68, 37, 91, 0.08)) !important;
}

.auth-buttons-container .btn,
.header-nav > .btn {
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    background: var(--io-gradient);
    box-shadow: 0 10px 22px rgba(167, 66, 209, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.auth-buttons-container .btn:hover,
.header-nav > .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(167, 66, 209, 0.23);
}

.mobile-menu-toggle {
    border: 1px solid var(--io-line);
    background: rgba(255, 255, 255, 0.86);
    color: var(--io-purple-deep);
}

/* Hero: içerik ve banner sistemi korunur */
.hero-banner {
    position: relative;
    isolation: isolate;
    max-width: 1480px;
    margin: 26px auto;
    padding: 52px 56px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 30px;
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.20), transparent 26rem),
        radial-gradient(circle at 92% 92%, rgba(255, 151, 0, 0.30), transparent 31rem),
        linear-gradient(132deg, #5b207d 0%, #8f35ba 46%, #f28c14 100%);
    box-shadow: 0 28px 70px rgba(62, 31, 82, 0.20);
}

.hero-banner::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 310px;
    height: 310px;
    left: -150px;
    bottom: -185px;
    border: 50px solid rgba(255, 255, 255, 0.06);
    border-radius: 48%;
    transform: rotate(24deg);
}

.hero-banner::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 190px;
    height: 190px;
    right: 34%;
    top: -130px;
    border: 34px solid rgba(255, 255, 255, 0.055);
    border-radius: 44%;
    transform: rotate(-18deg);
}

.hero-content h1 {
    max-width: 560px;
    font-weight: 700;
    letter-spacing: -0.045em;
    text-wrap: balance;
    text-shadow: 0 5px 24px rgba(45, 15, 64, 0.18);
}

.hero-content p {
    max-width: 510px;
    font-weight: 400;
    line-height: 1.7;
}

.search-box {
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(43, 18, 59, 0.18);
}

.search-box input {
    color: var(--io-ink);
}

.search-box input::placeholder {
    color: #8d8798;
}

.search-box button {
    min-width: 118px;
    justify-content: center;
    background: var(--io-gradient);
    box-shadow: 0 8px 18px rgba(167, 66, 209, 0.20);
}

.search-box button:hover {
    background: linear-gradient(135deg, var(--io-orange-deep), var(--io-purple));
    box-shadow: 0 12px 24px rgba(167, 66, 209, 0.26);
}

.search-suggestions {
    border-color: var(--io-line);
    border-radius: 16px;
    box-shadow: var(--io-shadow-soft);
}

.hero-slider {
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(36, 15, 51, 0.28);
}

.slide img {
    border-radius: 24px;
}

.slider-dots {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(20, 13, 31, 0.18);
    backdrop-filter: blur(8px);
}

.dot {
    width: 9px;
    height: 9px;
}

.dot.active {
    background: var(--io-orange);
    box-shadow: 0 0 0 4px rgba(255, 151, 0, 0.18);
}

/* Canlı sayaçlar */
.stats-banner {
    max-width: 1060px;
    margin: -48px auto -45px;
    padding: 25px 30px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 48px rgba(54, 35, 77, 0.13);
    backdrop-filter: blur(16px);
}

.stat-value {
    font-size: 2.05rem;
    letter-spacing: -0.04em;
}

.stat-label {
    color: #716b7d;
    letter-spacing: 0.08em;
}

/* Dinamik hizmet listeleri: veri ve kaydırma davranışı aynıdır */
.main-content {
    max-width: 1440px;
}

.popular-title {
    color: var(--io-ink);
    font-weight: 700;
    letter-spacing: -0.035em;
}

.section-title {
    color: var(--io-ink);
    letter-spacing: -0.025em;
}

.see-all {
    color: var(--io-purple-deep);
}

.service-row {
    border: 1px solid rgba(78, 51, 103, 0.09);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.90);
    background-image: none;
    box-shadow: var(--io-shadow-card);
    backdrop-filter: blur(10px);
}

.service-card {
    border: 1px solid rgba(78, 51, 103, 0.08);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(54, 35, 77, 0.10);
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(167, 66, 209, 0.20);
    box-shadow: 0 18px 38px rgba(54, 35, 77, 0.15);
}

.service-title {
    color: var(--io-ink);
}

.scroll-btn {
    border: 1px solid var(--io-line);
    color: var(--io-purple-deep);
    box-shadow: 0 12px 26px rgba(54, 35, 77, 0.12);
}

.scroll-btn:hover {
    background: var(--io-gradient);
}

/* Nasıl çalışır */
.how-it-works {
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid rgba(78, 51, 103, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at 0% 100%, rgba(167, 66, 209, 0.08), transparent 24rem),
        radial-gradient(circle at 100% 0%, rgba(255, 151, 0, 0.08), transparent 24rem),
        rgba(255, 255, 255, 0.92);
    box-shadow: var(--io-shadow-soft);
}

.how-item {
    padding: 12px 22px;
}

.how-icon {
    border: 1px solid rgba(255, 151, 0, 0.18);
    background: linear-gradient(145deg, #fff9f0, #f9f2ff);
    box-shadow: 0 12px 28px rgba(167, 66, 209, 0.10);
}

.how-item:nth-child(2) .how-icon {
    color: var(--io-purple);
    border-color: rgba(167, 66, 209, 0.16);
}

.how-item:hover .how-icon {
    background: var(--io-gradient);
    box-shadow: 0 16px 30px rgba(167, 66, 209, 0.20);
}

/* SSS */
.faq-section {
    background: transparent;
}

.faq-container {
    max-width: 880px;
}

.faq-item {
    border: 1px solid rgba(78, 51, 103, 0.09);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 9px 24px rgba(54, 35, 77, 0.06);
}

.faq-question:hover {
    background: linear-gradient(90deg, rgba(255, 151, 0, 0.055), rgba(167, 66, 209, 0.055));
}

/* Alt bölüm */
.premium-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 13% 115%, rgba(167, 66, 209, 0.28), transparent 28rem),
        radial-gradient(circle at 92% -20%, rgba(255, 151, 0, 0.17), transparent 25rem),
        #171326;
}

.footer-col h4 {
    color: #ffac33;
}

.footer-links-list a:hover {
    color: #d68af0;
}

.social-icon {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.social-icon:hover {
    background: var(--io-gradient);
}

@media (max-width: 1540px) {
    .hero-banner {
        margin-left: 28px;
        margin-right: 28px;
    }
}

@media (max-width: 968px) {
    body::before,
    body::after {
        opacity: 0.7;
    }

    .header-container {
        padding: 12px 18px;
    }

    .logo img {
        height: 52px !important;
    }

    .hero-banner {
        margin: 12px;
        padding: 32px 18px;
        border-radius: 22px;
        gap: 26px;
    }

    .hero-banner::after {
        right: -100px;
    }

    .hero-content h1 {
        font-size: clamp(1.65rem, 7vw, 2.2rem);
    }

    .search-box {
        border-radius: 18px;
    }

    .search-box button {
        min-width: 0;
    }

    .hero-slider,
    .slide img {
        border-radius: 18px;
    }

    .stats-banner {
        margin: -25px 18px -38px;
        padding: 17px 10px;
        border-radius: 18px;
    }

    .service-row {
        border-radius: 18px;
    }

    .how-it-works {
        margin-left: 12px !important;
        margin-right: 12px !important;
        border-radius: 22px;
    }

    .faq-section {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-card,
    .scroll-btn,
    .how-icon,
    .auth-buttons-container .btn {
        transition: none !important;
    }
}

/* =========================================================
   PREMIUM MOBILE DRAWER
   Eski mobil menü kurallarının üzerine tek ve tutarlı bir katman.
   ========================================================= */
.mobile-drawer-brand,
.mobile-nav-backdrop {
    display: none;
}

@media (max-width: 968px) {
    body.mobile-nav-open {
        overflow: hidden !important;
        touch-action: none;
    }

    .mobile-menu-toggle {
        display: grid !important;
        place-items: center;
        width: 46px;
        height: 46px;
        padding: 0;
        border: 1px solid rgba(111, 45, 189, 0.15);
        border-radius: 15px;
        color: #fff;
        background: linear-gradient(135deg, var(--io-orange), var(--io-purple-deep));
        box-shadow: 0 11px 24px rgba(76, 31, 101, 0.2);
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-menu-toggle i {
        font-size: 1.05rem;
    }

    .header-nav {
        display: flex !important;
        position: fixed !important;
        inset: 0 0 0 auto !important;
        width: min(90vw, 390px) !important;
        max-width: none !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 18px 16px 30px !important;
        gap: 0 !important;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        color: #fff;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 28px 0 0 28px;
        background:
            radial-gradient(circle at 91% 3%, rgba(255, 151, 0, 0.35), transparent 17rem),
            radial-gradient(circle at 0 64%, rgba(150, 67, 209, 0.32), transparent 20rem),
            linear-gradient(168deg, #170b20 0%, #2a1238 52%, #190c22 100%) !important;
        box-shadow: -28px 0 70px rgba(25, 11, 33, 0.3) !important;
        transform: translate3d(104%, 0, 0) !important;
        visibility: hidden !important;
        opacity: 0;
        z-index: 1201 !important;
        transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.34s, opacity 0.22s ease !important;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 151, 0, 0.55) transparent;
    }

    .header-nav.active {
        transform: translate3d(0, 0, 0) !important;
        visibility: visible !important;
        opacity: 1;
    }

    .header-nav::-webkit-scrollbar {
        width: 5px;
    }

    .header-nav::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: linear-gradient(var(--io-orange), var(--io-purple));
    }

    .mobile-nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        padding: 0;
        border: 0;
        background: rgba(24, 10, 31, 0.53);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 1200;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .header-nav.active + .mobile-nav-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-close-btn {
        display: grid !important;
        place-items: center;
        position: absolute !important;
        top: 18px !important;
        right: 16px !important;
        width: 42px;
        height: 42px;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.13) !important;
        border-radius: 14px !important;
        color: rgba(255, 255, 255, 0.86) !important;
        background: rgba(255, 255, 255, 0.08) !important;
        backdrop-filter: blur(12px);
        z-index: 3;
    }

    .mobile-close-btn i {
        font-size: 1rem;
    }

    .mobile-drawer-brand {
        display: flex;
        min-height: 62px;
        padding: 5px 54px 16px 3px;
        margin-bottom: 13px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .mobile-drawer-brand img {
        display: block;
        width: 138px;
        height: auto;
        filter: drop-shadow(0 7px 16px rgba(0, 0, 0, 0.24));
    }

    .mobile-drawer-brand span {
        margin-top: 4px;
        color: rgba(255, 255, 255, 0.53);
        font-size: 0.64rem;
        font-weight: 500;
        letter-spacing: 0.035em;
    }

    .header-nav .auth-buttons-container {
        display: flex;
        width: 100%;
        margin: 0 0 13px !important;
        gap: 8px;
        flex-direction: column;
    }

    .header-nav .auth-buttons-container .btn,
    .header-nav .auth-buttons-container .nav-link {
        width: 100%;
        min-height: 48px;
        margin: 0 !important;
        padding: 11px 14px !important;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        border-radius: 15px !important;
        color: #fff !important;
        background: linear-gradient(110deg, var(--io-orange), #ef7914 48%, #8c38bd) !important;
        box-shadow: 0 12px 25px rgba(15, 5, 20, 0.22) !important;
        font-size: 0.83rem !important;
        font-weight: 700 !important;
    }

    .header-nav .auth-buttons-container .nav-link[onclick*="logout"] {
        color: #ffd9d9 !important;
        border-color: rgba(255, 117, 117, 0.22) !important;
        background: rgba(225, 67, 67, 0.13) !important;
        box-shadow: none !important;
    }

    .mobile-nav-content.purple-theme {
        display: flex !important;
        width: 100%;
        margin: 0 !important;
        padding: 0 0 18px !important;
        gap: 10px !important;
        flex-direction: column;
        color: #fff;
    }

    .mobile-nav-content .nav-group {
        display: flex;
        padding: 13px;
        gap: 5px !important;
        flex-direction: column;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 18px;
        background: linear-gradient(140deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.03));
        box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
        backdrop-filter: blur(13px);
    }

    .mobile-nav-content .nav-group-title {
        margin: 0 0 5px !important;
        padding: 0 5px;
        color: rgba(255, 255, 255, 0.48) !important;
        font-size: 0.59rem !important;
        font-weight: 700 !important;
        letter-spacing: 0.14em !important;
        line-height: 1.4;
    }

    .mobile-nav-content .nav-item {
        display: flex;
        width: 100%;
        min-height: 43px;
        padding: 7px 8px !important;
        gap: 11px !important;
        align-items: center;
        border: 1px solid transparent;
        border-radius: 12px;
        color: rgba(255, 255, 255, 0.76) !important;
        background: transparent;
        font-size: 0.78rem !important;
        font-weight: 550 !important;
        line-height: 1.25;
    }

    .mobile-nav-content .nav-item:hover,
    .mobile-nav-content .nav-item:focus-visible {
        color: #fff !important;
        border-color: rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.075);
        opacity: 1;
    }

    .mobile-nav-content .nav-item i {
        display: grid;
        width: 29px !important;
        height: 29px;
        flex: 0 0 29px;
        place-items: center;
        border-radius: 9px;
        color: #ffbb52;
        background: rgba(255, 151, 0, 0.1);
        font-size: 0.78rem !important;
    }

    .mobile-nav-content .nav-divider-white {
        display: none;
    }

    .mobile-nav-content .nav-contact-item {
        min-width: 0;
        padding: 7px 8px !important;
        gap: 10px !important;
        color: rgba(255, 255, 255, 0.7) !important;
        font-size: 0.73rem !important;
        font-weight: 500 !important;
        line-height: 1.45;
    }

    .mobile-nav-content .nav-contact-item i {
        width: 28px !important;
        height: 28px;
        display: grid;
        flex: 0 0 28px;
        place-items: center;
        border-radius: 9px;
        color: #c997ef !important;
        background: rgba(151, 75, 205, 0.12);
        font-size: 0.75rem !important;
    }

    .mobile-nav-content .nav-contact-item span {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .mobile-nav-content .nav-socials {
        display: flex;
        margin: 3px 0 0 !important;
        padding: 12px;
        gap: 9px !important;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 17px;
        background: rgba(255, 255, 255, 0.04);
    }

    .mobile-nav-content .nav-socials a {
        display: grid;
        width: 38px;
        height: 38px;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        color: rgba(255, 255, 255, 0.78) !important;
        background: rgba(255, 255, 255, 0.055);
        font-size: 0.9rem !important;
    }
}

@media (max-width: 430px) {
    .header-nav {
        width: 94vw !important;
        border-radius: 23px 0 0 23px;
    }

    .mobile-drawer-brand img {
        width: 124px;
    }
}

/* --------------------------------------------------------------------------
   Premium ana sayfa V2 — yerleşim, hiyerarşi ve marka deneyimi
   -------------------------------------------------------------------------- */

body {
    background:
        linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.74)),
        radial-gradient(circle at 12% 8%, rgba(167, 66, 209, 0.18), transparent 31rem),
        radial-gradient(circle at 92% 16%, rgba(255, 151, 0, 0.16), transparent 32rem),
        #f7f4fa;
}

body::before {
    width: 520px;
    height: 520px;
    left: -390px;
    top: 35%;
    border: 88px solid rgba(126, 49, 164, 0.055);
    transform: rotate(22deg);
}

body::after {
    width: 390px;
    height: 390px;
    right: -300px;
    top: 12%;
    border: 68px solid rgba(255, 151, 0, 0.06);
    transform: rotate(-18deg);
}

.home-header {
    min-height: 86px;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(75, 45, 92, 0.08);
    box-shadow: 0 10px 36px rgba(45, 28, 59, 0.06);
}

.header-container {
    max-width: 1380px;
    min-height: 86px;
    padding: 11px 30px;
    gap: 34px;
}

.logo {
    flex: 0 0 auto;
    width: 164px;
    height: 62px;
    display: flex;
    align-items: center;
    overflow: visible;
}

.logo img {
    width: 164px !important;
    height: auto !important;
    display: block;
    object-fit: contain;
    filter: none !important;
}

.desktop-main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-left: auto;
}

.desktop-main-nav a {
    position: relative;
    padding: 11px 14px;
    color: #51485c;
    font-size: 0.91rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 180ms ease;
}

.desktop-main-nav a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 2px;
    border-radius: 2px;
    background: var(--io-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.desktop-main-nav a:hover,
.desktop-main-nav a.active {
    color: var(--io-purple-deep);
}

.desktop-main-nav a:hover::after,
.desktop-main-nav a.active::after {
    transform: scaleX(1);
}

.auth-buttons-container .btn,
.header-nav > .btn {
    min-height: 48px;
    padding: 12px 18px;
    border: 0;
    border-radius: 13px;
    font-size: 0.89rem;
    box-shadow: 0 12px 26px rgba(111, 36, 166, 0.20);
}

.hero-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(450px, 0.98fr);
    align-items: center;
    gap: 54px;
    max-width: 1380px;
    min-height: 610px;
    margin: 30px auto 0;
    padding: 68px 64px 86px;
    overflow: hidden;
    border: 1px solid rgba(90, 52, 108, 0.10);
    border-radius: 34px;
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.97) 0%, rgba(252, 248, 255, 0.96) 48%, rgba(246, 236, 251, 0.92) 100%);
    box-shadow: 0 32px 90px rgba(58, 36, 72, 0.15);
}

.hero-banner::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 680px;
    height: 680px;
    left: auto;
    right: -320px;
    top: -340px;
    bottom: auto;
    border: 110px solid rgba(255, 151, 0, 0.065);
    border-radius: 50%;
    transform: rotate(0);
}

.hero-banner::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 430px;
    height: 430px;
    right: auto;
    left: -300px;
    top: auto;
    bottom: -290px;
    border: 76px solid rgba(167, 66, 209, 0.055);
    border-radius: 50%;
    transform: rotate(0);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 640px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #6d2a91;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    color: white;
    background: var(--io-gradient);
    box-shadow: 0 9px 20px rgba(115, 38, 158, 0.20);
}

.hero-content h1 {
    max-width: 630px;
    margin: 0 0 22px;
    color: #21152a;
    font-size: clamp(3.25rem, 5vw, 5.1rem);
    font-weight: 760;
    line-height: 0.98;
    letter-spacing: -0.065em;
    text-shadow: none;
}

.hero-content h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(110deg, #f28b00 5%, #b344cf 62%, #75309f 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-content p {
    max-width: 570px;
    margin: 0 0 30px;
    color: #655c6d;
    font-size: 1.08rem;
    line-height: 1.75;
}

.hero-content .search-box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px;
    max-width: 630px;
    padding: 7px;
    border: 1px solid rgba(86, 54, 103, 0.11);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(72, 45, 86, 0.12), 0 2px 0 rgba(255, 255, 255, 0.9) inset;
}

.hero-content .search-box:focus-within {
    border-color: rgba(167, 66, 209, 0.38);
    box-shadow: 0 20px 48px rgba(93, 42, 117, 0.16), 0 0 0 4px rgba(167, 66, 209, 0.07);
}

.hero-content .search-box input {
    min-width: 0;
    padding: 15px 18px;
    border-radius: 11px;
    color: #2c2332;
    font-size: 0.96rem;
}

.hero-content .search-box button {
    min-width: 112px;
    padding: 14px 23px;
    border-radius: 11px;
    font-size: 0.92rem;
}

.hero-content .search-suggestions {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 40;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    color: #73697a;
    font-size: 0.82rem;
    font-weight: 600;
}

.hero-actions > span i {
    margin-right: 6px;
    color: var(--io-purple);
}

.hero-link-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #602883;
    font-weight: 700;
    text-decoration: none;
}

.hero-link-primary i {
    transition: transform 180ms ease;
}

.hero-link-primary:hover i {
    transform: translateX(4px);
}

.hero-visual {
    position: relative;
    z-index: 1;
    min-height: 455px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 30px 30px 84px 30px;
    background:
        radial-gradient(circle at 90% 12%, rgba(255, 166, 29, 0.85), transparent 19rem),
        radial-gradient(circle at 12% 86%, rgba(171, 61, 214, 0.95), transparent 23rem),
        linear-gradient(142deg, #261130 0%, #4b1b61 50%, #2c1736 100%);
    box-shadow: 0 28px 60px rgba(58, 27, 74, 0.27);
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 22px 22px 70px 22px;
    pointer-events: none;
}

.hero-brand-orbit {
    position: absolute;
    top: 26px;
    right: 32px;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 38px rgba(22, 8, 30, 0.28);
    transform: rotate(5deg);
}

.hero-brand-orbit img {
    width: 42px;
    height: auto;
}

.request-preview-card {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: min(84%, 430px);
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 30px 70px rgba(19, 8, 25, 0.34);
    transform: translate(-50%, -47%) rotate(-2deg);
    backdrop-filter: blur(18px);
}

.preview-card-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee7f1;
}

.preview-icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 14px;
    color: white;
    background: linear-gradient(145deg, #ffae35, #f18400);
    box-shadow: 0 10px 22px rgba(240, 129, 0, 0.24);
}

.preview-card-head small,
.preview-card-head strong,
.preview-offer div small,
.preview-offer div strong {
    display: block;
}

.preview-card-head small {
    margin-bottom: 2px;
    color: #92889a;
    font-size: 0.67rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.preview-card-head strong {
    color: #2a1f30;
    font-size: 1rem;
}

.preview-status {
    padding: 7px 10px;
    border-radius: 8px;
    color: #6a268d;
    background: #f3e7f8;
    font-size: 0.68rem;
    font-weight: 700;
}

.preview-offers {
    display: grid;
    gap: 10px;
    padding: 16px 0;
}

.preview-offer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 11px;
    padding: 12px;
    border: 1px solid #eee8f1;
    border-radius: 15px;
    background: #fff;
}

.preview-offer.featured {
    border-color: rgba(255, 151, 0, 0.30);
    background: linear-gradient(100deg, #fffaf2, #fff);
    box-shadow: 0 10px 24px rgba(119, 76, 29, 0.07);
}

.offer-avatar {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: #fff;
    background: #f39109;
    font-size: 0.69rem;
    font-weight: 750;
}

.offer-avatar.purple {
    background: #9c42c0;
}

.preview-offer div strong {
    color: #322638;
    font-size: 0.82rem;
}

.preview-offer div small {
    margin-top: 3px;
    color: #8d8492;
    font-size: 0.65rem;
}

.preview-offer div small i {
    color: #ff9700;
}

.preview-offer b {
    color: #54216e;
    font-size: 0.83rem;
}

.preview-card-foot {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-top: 14px;
    color: #817687;
    font-size: 0.68rem;
}

.preview-card-foot i {
    margin-right: 5px;
    color: #8b3cad;
}

.preview-card-foot strong {
    color: #f08b00;
}

.floating-proof {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 160px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 16px 34px rgba(20, 7, 29, 0.20);
}

.floating-proof > i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    color: white;
    background: var(--io-gradient);
}

.floating-proof span,
.floating-proof strong {
    display: block;
}

.floating-proof span {
    color: #8c8191;
    font-size: 0.62rem;
}

.floating-proof strong {
    margin-bottom: 2px;
    color: #312438;
    font-size: 0.72rem;
}

.proof-top {
    top: 91px;
    left: -18px;
}

.proof-bottom {
    right: -16px;
    bottom: 38px;
}

.stats-banner {
    max-width: 1040px;
    margin: -44px auto 0;
    padding: 0;
    border: 1px solid rgba(100, 62, 119, 0.11);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 58px rgba(58, 36, 72, 0.14);
}

.stats-grid {
    max-width: none;
    gap: 0;
}

.stat-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 13px;
    align-items: center;
    padding: 24px 28px;
    text-align: left;
}

.stat-icon {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(145deg, #8c36b1, #b552d8);
    box-shadow: 0 10px 22px rgba(139, 54, 177, 0.18);
}

.stat-item:nth-child(2) .stat-icon {
    background: linear-gradient(145deg, #ffad31, #f18600);
    box-shadow: 0 10px 22px rgba(241, 134, 0, 0.20);
}

.stat-item:nth-child(3) .stat-icon {
    background: linear-gradient(145deg, #6e2893, #923ab7);
}

.stat-value {
    grid-column: 2;
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.1;
}

.stat-label {
    grid-column: 2;
    color: #84798a;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.stat-item:not(:last-child)::after {
    right: 0;
    top: 22%;
    height: 56%;
    background: rgba(87, 54, 103, 0.10);
}

.stats-spacer {
    height: 62px;
}

.home-ad-zone {
    max-width: 1280px;
    margin: 12px auto 30px;
    padding: 0 18px;
}

.ad-zone-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 3px 10px;
    color: #84798b;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ad-zone-heading span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #6b2b8a;
    font-weight: 750;
}

.home-ad-zone .hero-slider {
    position: relative;
    display: block;
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    border: 1px solid rgba(91, 46, 114, 0.14);
    border-radius: 25px;
    background: #291334;
    box-shadow: 0 24px 58px rgba(53, 28, 66, 0.18);
    height: auto;
    padding-bottom: 0;
}

.home-ad-zone .slide {
    position: absolute;
    inset: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.home-ad-zone .slide.active {
    display: block;
}

.home-ad-zone .slide > img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.home-ad-zone .slide-text {
    position: absolute;
    left: 26px;
    bottom: 24px;
    max-width: min(560px, 74%);
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    color: white;
    background: rgba(28, 13, 36, 0.68);
    font-weight: 650;
    backdrop-filter: blur(12px);
}

.home-ad-zone .slider-dots {
    left: auto;
    right: 20px;
    bottom: 18px;
    transform: none;
}

.fallback-banner {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 5%, rgba(255, 160, 17, 0.72), transparent 22rem),
        radial-gradient(circle at 28% 125%, rgba(176, 65, 217, 0.58), transparent 28rem),
        linear-gradient(122deg, #25112f 0%, #552067 58%, #341640 100%);
}

.fallback-banner::before {
    content: "";
    position: absolute;
    inset: 13px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 17px;
    pointer-events: none;
}

.fallback-banner-copy {
    position: relative;
    z-index: 2;
    padding: 34px 46px;
}

.fallback-kicker {
    color: #ffc36b;
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.14em;
}

.fallback-banner-copy h2 {
    max-width: 680px;
    margin: 8px 0 9px;
    color: white;
    font-size: clamp(1.75rem, 3vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.fallback-banner-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    line-height: 1.6;
}

.fallback-banner-copy a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 11px 15px;
    border-radius: 10px;
    color: #32133e;
    background: #fff;
    font-size: 0.78rem;
    font-weight: 750;
    text-decoration: none;
}

.fallback-banner-art {
    position: relative;
    align-self: stretch;
    overflow: hidden;
}

.fallback-banner-art img {
    position: absolute;
    z-index: 2;
    width: 96px;
    height: auto;
    left: 50%;
    top: 50%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    filter: drop-shadow(0 20px 28px rgba(21, 7, 28, 0.32));
    transform: translate(-50%, -50%) rotate(6deg);
}

.banner-ring {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.ring-one {
    width: 220px;
    height: 220px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ring-two {
    width: 340px;
    height: 340px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#dynamicServicesContainer {
    position: relative;
    margin-top: 40px !important;
    padding-top: 52px;
}

#dynamicServicesContainer::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 420px;
    border-top: 1px solid rgba(96, 57, 114, 0.07);
    border-bottom: 1px solid rgba(96, 57, 114, 0.07);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(249, 246, 251, 0));
}

#dynamicServicesContainer > .popular-title {
    margin-bottom: 46px;
    font-size: clamp(2rem, 4vw, 3.1rem);
}

.main-content {
    max-width: 1320px;
    padding-left: 30px;
    padding-right: 30px;
}

.section-header {
    margin-bottom: 17px;
}

.section-title {
    color: #281c2f;
    font-size: 1.45rem;
    font-weight: 720;
}

.section-title > span {
    display: grid;
    place-items: center;
    min-width: 42px;
    height: 42px;
    padding: 7px;
    border: 1px solid rgba(153, 60, 191, 0.12);
    border-radius: 13px;
    color: #8d36b2;
    background: linear-gradient(145deg, #fbf3ff, #fffaf1);
}

.see-all {
    padding: 8px 11px;
    border-bottom: 1px solid rgba(106, 41, 139, 0.20);
    color: #6d298e;
}

.service-row {
    margin-bottom: 48px;
    padding: 0 58px;
    border: 1px solid rgba(86, 49, 103, 0.09);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    background-image: none;
    box-shadow: 0 18px 50px rgba(61, 38, 73, 0.08);
}

.service-card {
    width: 216px !important;
    min-width: 216px !important;
    max-width: 216px !important;
    height: 228px !important;
    border: 1px solid rgba(78, 45, 94, 0.09);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(61, 38, 73, 0.10);
}

.service-card .service-image {
    height: 168px !important;
    border-bottom: 1px solid rgba(82, 50, 96, 0.06);
}

.service-card .service-image::after {
    height: 44%;
    background: linear-gradient(to top, rgba(37, 20, 43, 0.38), transparent);
}

.service-card .service-title {
    padding: 15px 12px !important;
    color: #34253b;
    font-size: 0.88rem;
    font-weight: 650;
}

.service-card:hover {
    transform: translateY(-7px) scale(1.01);
    border-color: rgba(167, 66, 209, 0.24);
    box-shadow: 0 22px 42px rgba(65, 34, 80, 0.17);
}

.scroll-btn {
    width: 45px;
    height: 45px;
    border-radius: 13px;
}

.how-it-works {
    max-width: 1280px;
    margin-top: 90px;
    padding: 72px 58px 64px;
    border: 1px solid rgba(85, 48, 101, 0.10);
    border-radius: 30px;
    background:
        radial-gradient(circle at 8% 112%, rgba(168, 66, 209, 0.13), transparent 24rem),
        radial-gradient(circle at 95% -10%, rgba(255, 151, 0, 0.13), transparent 23rem),
        rgba(255, 255, 255, 0.95);
    box-shadow: 0 28px 75px rgba(62, 37, 75, 0.10);
}

.section-heading-premium {
    max-width: 740px;
    margin: 0 auto 50px;
    text-align: center;
}

.section-heading-premium > span {
    display: inline-block;
    margin-bottom: 12px;
    color: #8a35ae;
    font-size: 0.73rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.section-heading-premium .popular-title {
    margin: 0;
    color: #271a2e;
    font-size: clamp(2.05rem, 4vw, 3.35rem);
    line-height: 1.08;
}

.section-heading-premium p {
    max-width: 650px;
    margin: 16px auto 0;
    color: #7c7182;
    font-size: 0.96rem;
    line-height: 1.7;
}

.how-grid {
    position: relative;
    gap: 28px;
}

.how-grid::before {
    content: "";
    position: absolute;
    left: 17%;
    right: 17%;
    top: 46px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 151, 0, 0.26), rgba(167, 66, 209, 0.32));
}

.how-item {
    position: relative;
    z-index: 1;
    padding: 0 22px;
}

.how-icon {
    width: 92px;
    height: 92px;
    border: 8px solid #fff;
    border-radius: 27px;
    color: #fff;
    background: linear-gradient(145deg, #ffab2d, #ef8200);
    box-shadow: 0 16px 32px rgba(215, 118, 0, 0.20);
}

.how-item:nth-child(2) .how-icon {
    color: #fff;
    border-color: #fff;
    background: linear-gradient(145deg, #ad4bd2, #7d2ca0);
}

.how-item:nth-child(3) .how-icon {
    background: linear-gradient(145deg, #7a2e9d, #a947cd);
}

.how-item h4 {
    margin-top: 22px;
    color: #302136;
    font-size: 1.13rem;
}

.how-item p {
    max-width: 290px;
    margin: 10px auto 0;
    color: #7f7485;
    line-height: 1.65;
}

.faq-section {
    padding-top: 96px;
    padding-bottom: 78px;
}

.section-heading-premium.compact {
    margin-bottom: 36px;
}

.section-heading-premium.compact .popular-title {
    font-size: clamp(2rem, 4vw, 3rem);
}

.faq-container {
    max-width: 920px;
}

.faq-item {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid rgba(81, 47, 96, 0.10);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 28px rgba(62, 40, 73, 0.06);
}

.faq-question {
    padding: 20px 22px;
    color: #34243b;
    font-weight: 650;
}

.premium-footer {
    margin-top: 0;
    padding-top: 74px;
    background:
        radial-gradient(circle at 8% 110%, rgba(177, 66, 216, 0.34), transparent 30rem),
        radial-gradient(circle at 92% -25%, rgba(255, 151, 0, 0.25), transparent 29rem),
        linear-gradient(135deg, #1d1024, #2c1536 58%, #201128);
}

.footer-grid {
    max-width: 1280px;
}

.footer-logo-wrap {
    display: inline-flex;
    width: 210px;
    height: 92px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.footer-logo-wrap img {
    width: 200px;
    height: auto;
    margin: 0 !important;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.24));
}

.footer-col h4 {
    color: #ffc05f;
}

.footer-bottom {
    max-width: 1280px;
}

@media (max-width: 1420px) {
    .hero-banner {
        margin-left: 24px;
        margin-right: 24px;
    }

    .desktop-main-nav {
        gap: 0;
    }

    .desktop-main-nav a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1100px) {
    .desktop-main-nav {
        display: none;
    }

    .header-nav {
        margin-left: auto;
    }

    .hero-banner {
        grid-template-columns: minmax(0, 1fr) minmax(370px, 0.88fr);
        gap: 36px;
        padding: 56px 38px 78px;
    }

    .hero-content h1 {
        font-size: clamp(2.65rem, 5.7vw, 4rem);
    }

    .hero-visual {
        min-height: 410px;
    }

    .floating-proof {
        display: none;
    }
}

@media (max-width: 860px) {
    .header-container {
        min-height: 72px;
        padding: 7px 18px;
    }

    .logo {
        width: 138px;
        height: 54px;
    }

    .logo img {
        width: 138px !important;
        height: auto !important;
    }

    .hero-banner {
        grid-template-columns: 1fr;
        min-height: 0;
        margin: 12px;
        padding: 42px 22px 70px;
        border-radius: 25px;
    }

    .hero-content {
        max-width: none;
    }

    .hero-content h1 {
        max-width: 680px;
        font-size: clamp(2.55rem, 10.5vw, 4.2rem);
    }

    .hero-content p {
        font-size: 0.98rem;
    }

    .hero-visual {
        width: 100%;
        min-height: 410px;
        max-width: 560px;
        margin: 8px auto 0;
    }

    .stats-banner {
        margin: -38px 24px 0;
    }

    .stat-item {
        padding: 20px 15px;
    }

    .stat-icon {
        width: 42px;
        height: 42px;
    }

    .stat-value {
        font-size: 1.45rem !important;
    }

    .stat-label {
        font-size: 0.68rem !important;
    }

    .fallback-banner {
        grid-template-columns: 1fr 200px;
    }

    .fallback-banner-copy {
        padding: 28px 30px;
    }

    .fallback-banner-copy p {
        display: none;
    }

    .how-it-works {
        padding: 56px 24px 48px;
    }

    .how-grid::before {
        display: none;
    }
}

@media (max-width: 620px) {
    .hero-eyebrow {
        font-size: 0.67rem;
    }

    .hero-content h1 {
        font-size: clamp(2.35rem, 12vw, 3.35rem);
        line-height: 1.02;
    }

    .hero-content .search-box {
        grid-template-columns: 1fr 52px;
    }

    .hero-content .search-box input {
        padding-left: 13px;
        font-size: 0.83rem;
    }

    .hero-content .search-box button {
        min-width: 0;
        width: 52px;
        padding: 0;
        justify-content: center;
        font-size: 0;
    }

    .hero-content .search-box button i {
        font-size: 0.95rem;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
    }

    .hero-visual {
        min-height: 350px;
        border-radius: 24px 24px 58px 24px;
    }

    .hero-brand-orbit {
        width: 68px;
        height: 68px;
        right: 18px;
    }

    .hero-brand-orbit img {
        width: 33px;
    }

    .request-preview-card {
        width: 88%;
        padding: 16px;
        border-radius: 19px;
    }

    .preview-offer {
        padding: 9px;
    }

    .preview-card-foot {
        flex-direction: column;
    }

    .stats-banner {
        margin-left: 18px;
        margin-right: 18px;
        border-radius: 18px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-item {
        grid-template-columns: 45px 1fr;
        padding: 15px 18px;
    }

    .stat-item:not(:last-child)::after {
        left: 18px;
        right: 18px;
        top: auto;
        bottom: 0;
        width: auto;
        height: 1px;
    }

    .stats-spacer {
        height: 42px;
    }

    .home-ad-zone {
        padding: 0 12px;
    }

    .home-ad-zone .hero-slider {
        min-height: 310px;
        border-radius: 20px;
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .fallback-banner {
        grid-template-columns: 1fr;
    }

    .fallback-banner-copy {
        padding: 31px 25px 118px;
    }

    .fallback-banner-copy h2 {
        font-size: 1.72rem;
    }

    .fallback-banner-art {
        position: absolute;
        right: 16px;
        bottom: 12px;
        width: 120px;
        height: 120px;
    }

    .fallback-banner-art img {
        width: 54px;
        padding: 0;
        border-radius: 0;
    }

    .ring-one {
        width: 110px;
        height: 110px;
    }

    .ring-two {
        display: none;
    }

    .home-ad-zone .slide-text {
        left: 14px;
        bottom: 14px;
        max-width: calc(100% - 28px);
    }

    .home-ad-zone .slider-dots {
        right: 14px;
        bottom: 14px;
    }

    #dynamicServicesContainer {
        padding-top: 38px;
    }

    .main-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-header {
        align-items: flex-end;
        gap: 10px;
    }

    .section-title {
        font-size: 1.1rem;
    }

    .section-title > span {
        min-width: 36px;
        height: 36px;
    }

    .service-row {
        padding: 0 42px;
    }

    .service-track .service-card {
        width: 190px !important;
        min-width: 190px !important;
        max-width: 190px !important;
        flex: 0 0 190px !important;
        height: 210px !important;
    }

    .service-track .service-card .service-image {
        height: 151px !important;
    }

    .footer-logo-wrap img {
        width: 190px !important;
        height: auto !important;
        max-width: 190px !important;
        max-height: none !important;
    }

    .how-it-works {
        margin-top: 60px;
        padding: 48px 18px 38px;
    }

    .section-heading-premium {
        margin-bottom: 36px;
    }

    .how-item {
        padding: 8px 12px;
    }

    .faq-section {
        padding-top: 66px;
    }

    .footer-logo-wrap {
        margin-left: auto;
        margin-right: auto;
    }
}
