/* =========================================================
   THE KINGS MART — Homepage Theme
   Premium Hero Slider
   ========================================================= */

.tkm-home-slider {
    --tkm-blue: #0874f9;
    --tkm-blue-dark: #0355bd;
    --tkm-dark: #020913;
    --tkm-panel: #07182c;
    --tkm-white: #ffffff;
    --tkm-muted: #c5d5e8;

    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--tkm-dark);
    font-family: Arial, Helvetica, sans-serif;
}

.tkm-home-slider,
.tkm-home-slider *,
.tkm-home-slider *::before,
.tkm-home-slider *::after {
    box-sizing: border-box;
}

.tkm-home-slider [x-cloak] {
    display: none !important;
}

/* Slide */

.tkm-home-slide {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 78% 35%,
            rgba(0, 119, 255, 0.32),
            transparent 32%
        ),
        linear-gradient(
            115deg,
            #020912 0%,
            #061424 50%,
            #082d5e 100%
        );
}

/* Background image */

.tkm-home-slide-bg {
    position: absolute;
    inset: 0;
    z-index: -4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.03);
}

.tkm-home-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(
            90deg,
            rgba(1, 7, 15, 0.97) 0%,
            rgba(3, 14, 27, 0.90) 42%,
            rgba(3, 18, 37, 0.48) 70%,
            rgba(2, 10, 20, 0.68) 100%
        );
}

/* Decorative lights */

.tkm-home-slide::before {
    content: "";
    position: absolute;
    z-index: -2;
    width: 580px;
    height: 580px;
    right: -130px;
    top: -190px;
    border-radius: 50%;
    border: 1px solid rgba(63, 151, 255, 0.25);
    box-shadow:
        0 0 80px rgba(14, 116, 255, 0.13),
        inset 0 0 80px rgba(14, 116, 255, 0.07);
}

.tkm-home-slide::after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 330px;
    height: 330px;
    right: 15%;
    bottom: -210px;
    border-radius: 50%;
    background: rgba(0, 111, 255, 0.18);
    filter: blur(20px);
}

/* Main container */

.tkm-home-slide-container {
    width: min(1320px, calc(100% - 80px));
    min-height: 580px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 55px;
    align-items: center;
    margin: 0 auto;
    padding: 70px 0 85px;
}

/* Text */

.tkm-home-slide-content {
    position: relative;
    z-index: 4;
    max-width: 720px;
}

.tkm-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #71b5ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tkm-home-eyebrow::before {
    content: "";
    width: 33px;
    height: 2px;
    border-radius: 5px;
    background: var(--tkm-blue);
}

.tkm-home-slide-title {
    max-width: 760px;
    margin: 0;
    color: var(--tkm-white);
    font-size: clamp(38px, 5.2vw, 70px);
    font-weight: 900;
    letter-spacing: -2.2px;
    line-height: 1.04;
    text-wrap: balance;
}

.tkm-home-slide-title strong,
.tkm-home-slide-title span {
    color: #2d91ff;
}

.tkm-home-slide-description {
    max-width: 670px;
    margin: 24px 0 0;
    color: var(--tkm-muted);
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.75;
}

/* Buttons */

.tkm-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 32px;
}

.tkm-home-primary-button {
    min-width: 155px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border: 1px solid var(--tkm-blue);
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        #1086ff,
        #055fd4
    );
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow:
        0 14px 34px rgba(0, 105, 240, 0.33),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.tkm-home-primary-button:hover {
    transform: translateY(-3px);
    background: linear-gradient(
        135deg,
        #2594ff,
        #064fae
    );
    box-shadow:
        0 19px 40px rgba(0, 105, 240, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.tkm-home-primary-button::after {
    content: "→";
    font-size: 18px;
    line-height: 1;
}

/* Trust badges */

.tkm-home-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 19px;
    margin-top: 31px;
}

.tkm-home-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #dceafa;
    font-size: 13px;
    font-weight: 700;
}

.tkm-home-trust-item::before {
    content: "✓";
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(29, 139, 255, 0.17);
    color: #55aaff;
    font-size: 12px;
}

/* Product image */

.tkm-home-product-area {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.tkm-home-product-glow {
    position: absolute;
    width: min(410px, 80%);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(25, 132, 255, 0.36) 0%,
            rgba(11, 86, 176, 0.18) 40%,
            transparent 70%
        );
    filter: blur(8px);
}

.tkm-home-product-ring {
    position: absolute;
    width: min(390px, 79%);
    aspect-ratio: 1;
    border: 1px solid rgba(97, 173, 255, 0.28);
    border-radius: 50%;
}

.tkm-home-product-ring::before,
.tkm-home-product-ring::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(74, 158, 255, 0.15);
}

.tkm-home-product-ring::before {
    inset: 30px;
}

.tkm-home-product-ring::after {
    inset: 64px;
}

.tkm-home-product-image {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tkm-home-product-image img {
    width: 100%;
    height: 100%;
    max-width: 510px;
    max-height: 430px;
    display: block;
    object-fit: contain;
    object-position: center;
    filter:
        drop-shadow(0 30px 35px rgba(0, 0, 0, 0.55))
        drop-shadow(0 0 24px rgba(25, 127, 255, 0.16));
    animation: tkmProductFloat 4.2s ease-in-out infinite;
}

@keyframes tkmProductFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Arrows */

.tkm-home-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(2, 12, 24, 0.58);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.tkm-home-slider-arrow:hover {
    background: var(--tkm-blue);
    border-color: var(--tkm-blue);
}

.tkm-home-slider-arrow-prev {
    left: 20px;
}

.tkm-home-slider-arrow-next {
    right: 20px;
}

/* Slide indicators */

.tkm-home-slider-dots {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transform: translateX(-50%);
}

.tkm-home-slider-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
    cursor: pointer;
    transition:
        width 0.25s ease,
        background 0.25s ease;
}

.tkm-home-slider-dot.is-active {
    width: 32px;
    background: #238aff;
}

/* Tablet */

@media (max-width: 1024px) {
    .tkm-home-slide {
        min-height: 540px;
    }

    .tkm-home-slide-container {
        width: min(100% - 60px, 1000px);
        min-height: 540px;
        grid-template-columns: 1fr 0.8fr;
        gap: 25px;
        padding: 60px 0 75px;
    }

    .tkm-home-product-area {
        min-height: 360px;
    }

    .tkm-home-product-image {
        height: 360px;
    }

    .tkm-home-product-image img {
        max-height: 360px;
    }

    .tkm-home-slider-arrow-prev {
        left: 10px;
    }

    .tkm-home-slider-arrow-next {
        right: 10px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .tkm-home-slide {
        min-height: auto;
    }

    .tkm-home-slide-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(1, 7, 15, 0.96) 0%,
                rgba(3, 15, 30, 0.87) 58%,
                rgba(3, 22, 45, 0.83) 100%
            );
    }

    .tkm-home-slide-container {
        width: min(100% - 32px, 680px);
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 52px 0 75px;
        text-align: center;
    }

    .tkm-home-slide-content {
        max-width: 100%;
    }

    .tkm-home-eyebrow {
        justify-content: center;
    }

    .tkm-home-slide-title {
        letter-spacing: -1.2px;
    }

    .tkm-home-slide-description {
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
    }

    .tkm-home-actions,
    .tkm-home-trust {
        justify-content: center;
    }

    .tkm-home-product-area {
        min-height: 280px;
        order: 2;
    }

    .tkm-home-product-image {
        height: 280px;
    }

    .tkm-home-product-image img {
        max-width: 90%;
        max-height: 280px;
    }

    .tkm-home-product-ring {
        width: 250px;
    }

    .tkm-home-slider-arrow {
        top: auto;
        bottom: 18px;
        width: 38px;
        height: 38px;
        font-size: 19px;
        transform: none;
    }

    .tkm-home-slider-arrow-prev {
        left: 16px;
    }

    .tkm-home-slider-arrow-next {
        right: 16px;
    }

    .tkm-home-slider-dots {
        bottom: 31px;
    }
}

@media (max-width: 480px) {
    .tkm-home-slide-container {
        width: min(100% - 24px, 460px);
        padding-top: 42px;
    }

    .tkm-home-slide-title {
        font-size: 36px;
    }

    .tkm-home-actions {
        width: 100%;
    }

    .tkm-home-primary-button {
        width: 100%;
    }

    .tkm-home-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        text-align: left;
    }

    .tkm-home-trust-item {
        font-size: 12px;
    }

    .tkm-home-product-area {
        min-height: 245px;
    }

    .tkm-home-product-image {
        height: 245px;
    }

    .tkm-home-product-image img {
        max-height: 245px;
    }
}

/* Reduced-motion accessibility */

@media (prefers-reduced-motion: reduce) {
    .tkm-home-product-image img {
        animation: none;
    }
}

/* =========================================================
   TKM Homepage — Brands and Categories
   ========================================================= */

.tkm-discovery {
    --tkm-blue: #0874f9;
    --tkm-dark: #06111f;
    --tkm-text: #263548;
    --tkm-muted: #64748b;
    --tkm-border: #e3eaf3;
    --tkm-light: #f4f8fd;

    position: relative;
    overflow: hidden;
    padding: 95px 0;
    background:
        radial-gradient(circle at 92% 8%, rgba(8, 116, 249, 0.11), transparent 26%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%);
    color: var(--tkm-text);
}

.dark .tkm-discovery {
    background:
        radial-gradient(circle at 92% 8%, rgba(8, 116, 249, 0.17), transparent 27%),
        linear-gradient(180deg, #07111e 0%, #0a1728 100%);
    color: #ffffff;
}

.tkm-discovery *,
.tkm-discovery *::before,
.tkm-discovery *::after {
    box-sizing: border-box;
}

.tkm-discovery-container {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.tkm-discovery-heading {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.tkm-discovery-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--tkm-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tkm-discovery-label::before,
.tkm-discovery-label::after {
    content: "";
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background: var(--tkm-blue);
}

.tkm-discovery-heading h2 {
    margin: 0;
    color: var(--tkm-dark);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.15;
}

.dark .tkm-discovery-heading h2 {
    color: #ffffff;
}

.tkm-discovery-heading p {
    max-width: 720px;
    margin: 17px auto 0;
    color: var(--tkm-muted);
    font-size: 17px;
    line-height: 1.7;
}

.dark .tkm-discovery-heading p {
    color: #aebfd2;
}

/* Statistics */

.tkm-discovery-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 820px;
    margin: 0 auto 65px;
}

.tkm-discovery-stat {
    padding: 22px 18px;
    border: 1px solid rgba(8, 116, 249, 0.13);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    box-shadow: 0 12px 35px rgba(33, 72, 116, 0.07);
    backdrop-filter: blur(10px);
}

.dark .tkm-discovery-stat {
    border-color: rgba(79, 160, 255, 0.18);
    background: rgba(10, 29, 51, 0.82);
}

.tkm-discovery-stat strong {
    display: block;
    color: var(--tkm-blue);
    font-size: 29px;
    font-weight: 900;
    line-height: 1.1;
}

.tkm-discovery-stat span {
    display: block;
    margin-top: 7px;
    color: var(--tkm-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.dark .tkm-discovery-stat span {
    color: #b6c5d7;
}

/* Section headers */

.tkm-discovery-block + .tkm-discovery-block {
    margin-top: 80px;
}

.tkm-discovery-block-header {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: end;
    margin-bottom: 28px;
}

.tkm-discovery-block-title span {
    display: block;
    margin-bottom: 5px;
    color: var(--tkm-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.tkm-discovery-block-title h3 {
    margin: 0;
    color: var(--tkm-dark);
    font-size: clamp(26px, 3vw, 35px);
    font-weight: 900;
    line-height: 1.2;
}

.dark .tkm-discovery-block-title h3 {
    color: #ffffff;
}

.tkm-discovery-view-all {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 12px 19px;
    border: 1px solid rgba(8, 116, 249, 0.25);
    border-radius: 10px;
    background: #ffffff;
    color: var(--tkm-blue) !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 8px 25px rgba(22, 78, 139, 0.07);
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}

.dark .tkm-discovery-view-all {
    background: #0e223a;
}

.tkm-discovery-view-all:hover {
    transform: translateY(-2px);
    background: var(--tkm-blue);
    color: #ffffff !important;
}

.tkm-discovery-view-all::after {
    content: "→";
    font-size: 17px;
}

/* Brands */

.tkm-brand-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.tkm-brand-card {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 22px 16px;
    border: 1px solid var(--tkm-border);
    border-radius: 16px;
    background: #ffffff;
    color: var(--tkm-dark) !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 12px 34px rgba(30, 66, 107, 0.07);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.dark .tkm-brand-card {
    border-color: rgba(255, 255, 255, 0.1);
    background: #0b1c30;
    color: #ffffff !important;
}

.tkm-brand-card:hover {
    transform: translateY(-7px);
    border-color: rgba(8, 116, 249, 0.5);
    box-shadow:
        0 22px 45px rgba(28, 75, 132, 0.14),
        0 0 0 4px rgba(8, 116, 249, 0.05);
}

.tkm-brand-image {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tkm-brand-image img {
    max-width: 125px;
    max-height: 70px;
    object-fit: contain;
}

.tkm-brand-fallback {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #eaf3ff;
    color: var(--tkm-blue);
    font-size: 25px;
    font-weight: 900;
}

.dark .tkm-brand-fallback {
    background: rgba(8, 116, 249, 0.15);
}

.tkm-brand-card strong {
    font-size: 14px;
    line-height: 1.35;
}

/* Categories */

.tkm-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.tkm-category-card {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border: 1px solid var(--tkm-border);
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 25%, rgba(31, 136, 255, 0.17), transparent 38%),
        linear-gradient(145deg, #ffffff, #edf4fc);
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 15px 38px rgba(27, 67, 114, 0.1);
    isolation: isolate;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.dark .tkm-category-card {
    border-color: rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at 50% 25%, rgba(31, 136, 255, 0.2), transparent 38%),
        linear-gradient(145deg, #0d2036, #071422);
}

.tkm-category-card:hover {
    transform: translateY(-8px);
    border-color: rgba(8, 116, 249, 0.55);
    box-shadow:
        0 25px 55px rgba(26, 73, 132, 0.18),
        0 0 0 4px rgba(8, 116, 249, 0.05);
}

.tkm-category-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.tkm-category-media img {
    width: 100%;
    height: 100%;
    max-height: 190px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s ease;
}

.tkm-category-card:hover .tkm-category-media img {
    transform: scale(1.08);
}

.tkm-category-fallback {
    width: 95px;
    height: 95px;
    display: grid;
    place-items: center;
    border-radius: 27px;
    background: rgba(8, 116, 249, 0.12);
    color: var(--tkm-blue);
    font-size: 42px;
    font-weight: 900;
}

.tkm-category-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            180deg,
            transparent 25%,
            rgba(2, 10, 20, 0.2) 55%,
            rgba(2, 10, 20, 0.94) 100%
        );
}

.tkm-category-content {
    width: 100%;
    padding: 26px 21px 20px;
}

.tkm-category-content strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.tkm-category-content span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    color: #95c8ff;
    font-size: 12px;
    font-weight: 800;
}

.tkm-category-content span::after {
    content: "→";
    transition: transform 0.2s ease;
}

.tkm-category-card:hover .tkm-category-content span::after {
    transform: translateX(4px);
}

/* Responsive */

@media (max-width: 1100px) {
    .tkm-brand-grid,
    .tkm-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .tkm-discovery {
        padding: 65px 0;
    }

    .tkm-discovery-container {
        width: min(100% - 26px, 680px);
    }

    .tkm-discovery-heading {
        margin-bottom: 35px;
    }

    .tkm-discovery-stats {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 50px;
    }

    .tkm-discovery-stat {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 19px;
        text-align: left;
    }

    .tkm-discovery-stat strong {
        font-size: 24px;
    }

    .tkm-discovery-stat span {
        margin-top: 0;
    }

    .tkm-discovery-block + .tkm-discovery-block {
        margin-top: 60px;
    }

    .tkm-discovery-block-header {
        align-items: start;
        flex-direction: column;
        margin-bottom: 22px;
    }

    .tkm-discovery-view-all {
        width: 100%;
        justify-content: center;
    }

    .tkm-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .tkm-brand-card {
        min-height: 135px;
    }

    .tkm-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 13px;
    }

    .tkm-category-card {
        min-height: 205px;
    }
}

@media (max-width: 430px) {
    .tkm-category-grid {
        grid-template-columns: 1fr;
    }

    .tkm-category-card {
        min-height: 235px;
    }
}

/* =========================================================
   TKM Homepage — Why Choose Us
   ========================================================= */

.tkm-why {
    --tkm-blue: #0874f9;
    --tkm-blue-dark: #0458bd;
    --tkm-dark: #06111f;
    --tkm-text: #263548;
    --tkm-muted: #64748b;
    --tkm-border: #e4ebf3;

    position: relative;
    overflow: hidden;
    padding: 95px 0;
    background: #ffffff;
}

.dark .tkm-why {
    background: #06111f;
}

.tkm-why *,
.tkm-why *::before,
.tkm-why *::after {
    box-sizing: border-box;
}

.tkm-why::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -220px;
    left: -180px;
    border-radius: 50%;
    background: rgba(8, 116, 249, 0.08);
    filter: blur(8px);
}

.tkm-why-container {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.tkm-why-heading {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.tkm-why-label {
    display: inline-block;
    margin-bottom: 11px;
    color: var(--tkm-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tkm-why-heading h2 {
    margin: 0;
    color: var(--tkm-dark);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    letter-spacing: -1.4px;
    line-height: 1.15;
}

.dark .tkm-why-heading h2 {
    color: #ffffff;
}

.tkm-why-heading p {
    max-width: 690px;
    margin: 16px auto 0;
    color: var(--tkm-muted);
    font-size: 17px;
    line-height: 1.7;
}

.dark .tkm-why-heading p {
    color: #aebfd2;
}

.tkm-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.tkm-why-card {
    position: relative;
    overflow: hidden;
    min-height: 285px;
    padding: 31px 25px;
    border: 1px solid var(--tkm-border);
    border-radius: 18px;
    background:
        radial-gradient(circle at top right, rgba(8, 116, 249, 0.09), transparent 35%),
        #ffffff;
    box-shadow: 0 14px 38px rgba(27, 65, 109, 0.08);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.dark .tkm-why-card {
    border-color: rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top right, rgba(8, 116, 249, 0.13), transparent 36%),
        #0b1b2e;
}

.tkm-why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(8, 116, 249, 0.45);
    box-shadow:
        0 26px 52px rgba(25, 75, 137, 0.15),
        0 0 0 4px rgba(8, 116, 249, 0.05);
}

.tkm-why-icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 19px;
    background: linear-gradient(145deg, #eaf4ff, #dcecff);
    color: var(--tkm-blue);
    font-size: 30px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.dark .tkm-why-icon {
    background: rgba(8, 116, 249, 0.16);
}

.tkm-why-card h3 {
    margin: 0 0 11px;
    color: var(--tkm-dark);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
}

.dark .tkm-why-card h3 {
    color: #ffffff;
}

.tkm-why-card p {
    margin: 0;
    color: var(--tkm-muted);
    font-size: 14px;
    line-height: 1.75;
}

.dark .tkm-why-card p {
    color: #aebfd2;
}

.tkm-why-card-number {
    position: absolute;
    right: 18px;
    bottom: 5px;
    color: rgba(8, 116, 249, 0.06);
    font-size: 78px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.dark .tkm-why-card-number {
    color: rgba(90, 167, 255, 0.06);
}

.tkm-why-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    margin-top: 40px;
    padding: 30px 34px;
    border-radius: 17px;
    background:
        radial-gradient(circle at right center, rgba(38, 142, 255, 0.35), transparent 30%),
        linear-gradient(120deg, #020b15, #0a2d59);
    color: #ffffff;
}

.tkm-why-bottom h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
}

.tkm-why-bottom p {
    margin: 0;
    color: #c9d9ea;
    font-size: 15px;
}

.tkm-why-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 14px 24px;
    border-radius: 10px;
    background: var(--tkm-blue);
    color: #ffffff !important;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(0, 105, 240, 0.3);
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.tkm-why-button:hover {
    transform: translateY(-2px);
    background: var(--tkm-blue-dark);
}

@media (max-width: 1050px) {
    .tkm-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .tkm-why {
        padding: 65px 0;
    }

    .tkm-why-container {
        width: min(100% - 26px, 680px);
    }

    .tkm-why-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .tkm-why-card {
        min-height: auto;
    }

    .tkm-why-bottom {
        grid-template-columns: 1fr;
        padding: 28px 23px;
        text-align: center;
    }

    .tkm-why-button {
        width: 100%;
    }
}

/* =========================================================
   TKM Homepage — Premium CTA
   ========================================================= */

.tkm-home-cta {
    position: relative;
    overflow: hidden;
    width: min(1320px, calc(100% - 40px));
    min-height: 420px;
    display: flex;
    align-items: center;
    margin: 35px auto 30px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 82% 35%, rgba(17, 129, 255, 0.4), transparent 30%),
        linear-gradient(115deg, #020a14 0%, #07182b 52%, #073b7c 100%);
    color: #ffffff;
    box-shadow: 0 25px 65px rgba(12, 47, 89, 0.2);
    isolation: isolate;
}

.tkm-home-cta *,
.tkm-home-cta *::before,
.tkm-home-cta *::after {
    box-sizing: border-box;
}

.tkm-home-cta-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
}

.tkm-home-cta-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tkm-home-cta-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(
            90deg,
            rgba(2, 9, 18, 0.97) 0%,
            rgba(4, 18, 35, 0.9) 45%,
            rgba(4, 24, 48, 0.58) 72%,
            rgba(3, 15, 31, 0.72) 100%
        );
}

.tkm-home-cta::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 460px;
    height: 460px;
    right: -120px;
    top: -210px;
    border: 1px solid rgba(87, 168, 255, 0.3);
    border-radius: 50%;
}

.tkm-home-cta::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 280px;
    height: 280px;
    right: 14%;
    bottom: -190px;
    border-radius: 50%;
    background: rgba(8, 116, 249, 0.2);
    filter: blur(18px);
}

.tkm-home-cta-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 760px;
    padding: 70px 65px;
}

.tkm-home-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #6db3ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tkm-home-cta-label::before {
    content: "";
    width: 32px;
    height: 2px;
    border-radius: 10px;
    background: #1989ff;
}

.tkm-home-cta h2 {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 900;
    letter-spacing: -1.7px;
    line-height: 1.08;
}

.tkm-home-cta p {
    max-width: 660px;
    margin: 20px 0 0;
    color: #c7d9ec;
    font-size: 17px;
    line-height: 1.75;
}

.tkm-home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.tkm-home-cta-primary,
.tkm-home-cta-secondary {
    min-width: 155px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.tkm-home-cta-primary {
    border: 1px solid #0874f9;
    background: linear-gradient(135deg, #1086ff, #055fcf);
    color: #ffffff !important;
    box-shadow: 0 13px 30px rgba(8, 116, 249, 0.32);
}

.tkm-home-cta-primary:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #2494ff, #044da8);
}

.tkm-home-cta-secondary {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff !important;
    backdrop-filter: blur(8px);
}

.tkm-home-cta-secondary:hover {
    transform: translateY(-3px);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
}

.tkm-home-cta-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 28px;
}

.tkm-home-cta-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #dceafa;
    font-size: 13px;
    font-weight: 700;
}

.tkm-home-cta-trust span::before {
    content: "✓";
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(33, 143, 255, 0.18);
    color: #64afff;
    font-size: 11px;
}

@media (max-width: 720px) {
    .tkm-home-cta {
        width: min(100% - 26px, 680px);
        min-height: auto;
        margin: 30px auto 20px;
        border-radius: 18px;
    }

    .tkm-home-cta-content {
        padding: 52px 27px;
        text-align: center;
    }

    .tkm-home-cta-label,
    .tkm-home-cta-actions,
    .tkm-home-cta-trust {
        justify-content: center;
    }

    .tkm-home-cta-primary,
    .tkm-home-cta-secondary {
        width: 100%;
    }
}



/* ===========================
   TKM PREMIUM FOOTER
=========================== */

footer[aria-labelledby="footer-heading"] {
    margin-top: 0;
    padding-top: 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(8, 116, 249, 0.08),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #ffffff,
            #f5f8fc
        );
}

.dark footer[aria-labelledby="footer-heading"] {
    background:
        radial-gradient(
            circle at top right,
            rgba(8, 116, 249, 0.12),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #07111e,
            #06101c
        );
}

.tkm-footer-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 65px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7edf6;
    text-align: center;
}

.dark .tkm-footer-hero {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.tkm-footer-hero-left {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    max-width:900px;
    margin:0 auto;
    text-align:center;
    gap:22px;
}

.tkm-footer-logo {
    display:block;

    width:160px;

    height:auto;

    margin:0 auto 20px;
    transition: transform 0.3s ease;
}

.tkm-footer-logo:hover {
    transform: scale(1.05);
}

.tkm-footer-hero h2 {
    
    text-align:center;

    width:100%;
    margin: 0 0 15px;
    color: #071c3d;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.15;
}

.dark .tkm-footer-hero h2 {
    color: #ffffff;
}

.tkm-footer-hero p {
    max-width:700px;

    margin:auto;

    text-align:center;
    max-width: 760px;
    margin:auto;
    color: #65768a;
    font-size: 17px;
    line-height: 1.8;
}

.dark .tkm-footer-hero p {
    color: #aebfd2;
}

.tkm-footer-contact {
    display:flex;

flex-direction:row;

justify-content:center;

flex-wrap:wrap;

gap:35px;

margin-top:28px;

font-size:15px;

font-weight:700;

color:#314155;
}

.dark .tkm-footer-contact {
    color: #d8e5f3;
}

.tkm-footer-contact div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border: 1px solid #e3ebf5;
    border-radius: 12px;
    background: #f7faff;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}

.dark .tkm-footer-contact div {
    border-color: rgba(255, 255, 255, 0.1);
    background: #0d2036;
}

.tkm-footer-contact div:hover {
    transform: translateY(-3px);
    border-color: #0874f9;
    background: #0874f9;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(8, 116, 249, 0.18);
}

/* Footer menus, newsletter, and copyright */

footer[aria-labelledby="footer-heading"] > div {
    width: min(1280px, calc(100% - 48px));
    max-width: none;
}

footer[aria-labelledby="footer-heading"] h3 {
    color: #0b1b35;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.2px;
}

.dark footer[aria-labelledby="footer-heading"] h3 {
    color: #ffffff;
}

footer[aria-labelledby="footer-heading"] ul {
    margin-top: 18px;
}

footer[aria-labelledby="footer-heading"] li a {
    color: #68788b;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}

footer[aria-labelledby="footer-heading"] li a:hover {
    color: #0874f9;
}

.dark footer[aria-labelledby="footer-heading"] li a {
    color: #a9b8ca;
}

footer[aria-labelledby="footer-heading"] input {
    min-height: 44px;
    border: 1px solid #dce5ef;
    border-radius: 9px;
    background: #ffffff;
}

.dark footer[aria-labelledby="footer-heading"] input {
    border-color: rgba(255, 255, 255, 0.12);
    background: #0d2036;
}

footer[aria-labelledby="footer-heading"] button {
    min-height: 42px;
    border-radius: 9px;
}

footer[aria-labelledby="footer-heading"] .mt-12.border-t {
    border-color: #dde6f0;
}

.dark footer[aria-labelledby="footer-heading"] .mt-12.border-t {
    border-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 900px) {
    footer[aria-labelledby="footer-heading"] > div {
        width: min(100% - 28px, 760px);
    }
}

@media (max-width: 768px) {
    .tkm-footer-hero {
        padding: 45px 20px;
    }

    .tkm-footer-logo {
        width: 120px;
    }

    .tkm-footer-hero h2 {
        font-size: 32px;
    }

    .tkm-footer-contact {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .tkm-footer-contact div {
        width: 100%;
        justify-content: center;
    }
}

/* Full-width centred footer brand section */

.tkm-footer-brand-wrap {
    width: 100%;
    border-bottom: 1px solid #e7edf6;
}

.dark .tkm-footer-brand-wrap {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.tkm-footer-brand-wrap .tkm-footer-hero{

    width:100%;

    max-width:1280px;

    margin:0 auto;

    padding:70px 40px 50px;
    
    border-bottom: 0;
}

.tkm-footer-hero-left {
    width:100%;

    max-width:1280px;

    margin:0 auto;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;
}

.tkm-footer-contact {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.tkm-footer-hero::after{

    content:"";

    width:220px;

    height:2px;

    background:#0874f9;

    margin:35px auto 0;

    border-radius:20px;

    display:block;

}
