:root {
    --legal-brand: var(--base-skin, #2fb34a);
    --legal-brand-deep: #1f7e33;
    --legal-brand-soft: #edf8f0;
    --legal-brand-soft-strong: #dff2e4;
    --legal-ink: #102414;
    --legal-ink-soft: #4f6354;
    --legal-border: rgba(16, 36, 20, 0.10);
    --legal-shadow: 0 20px 45px rgba(12, 28, 16, 0.08);
    --legal-panel: #111916;
    --legal-panel-alt: #16231b;
    --legal-panel-border: rgba(255, 255, 255, 0.10);
    --legal-white-soft: rgba(255, 255, 255, 0.84);
}

.prt-page-title-row.style1.inner-pages {
    height: auto;
    min-height: 0;
    padding: 150px 0 56px;
}

.prt-page-title-row.style1.inner-pages .prt-page-title-row-inner {
    padding: 0;
}

.prt-page-title-row.style1.inner-pages .section-title {
    max-width: 900px;
    margin: 0 auto;
}

.prt-page-title-row.style1.inner-pages .section-title .legal-page__eyebrow {
    margin-bottom: 18px;
}

.prt-page-title-row.style1.inner-pages .page-title-heading h2,
.prt-page-title-row.style1 .prt-page-title-row-inner .page-title-heading h2 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 64px;
    line-height: 1.05;
    text-align: center;
}

.prt-page-title-row.style1.inner-pages .page-title-desc {
    margin-top: 18px;
}

.legal-page-section {
    padding: 80px 0 100px;
    background:
        radial-gradient(circle at top left, rgba(47, 179, 74, 0.12), transparent 34%),
        radial-gradient(circle at right 20%, rgba(25, 99, 41, 0.08), transparent 28%),
        linear-gradient(180deg, #f4faf5 0%, #ffffff 100%);
}

.legal-page {
    max-width: 1180px;
    margin: 0 auto;
}

.legal-page__intro {
    max-width: 760px;
    margin-bottom: 36px;
}

.legal-page__eyebrow,
.cookie-embed__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border: 1px solid rgba(47, 179, 74, 0.18);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(47, 179, 74, 0.16), rgba(47, 179, 74, 0.08));
    color: var(--legal-brand-deep);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.legal-page__intro h2 {
    margin-bottom: 18px;
    color: var(--legal-ink);
    font-size: 42px;
    line-height: 1.1;
}

.prt-page-title-row .page-title-desc p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.legal-page__intro p,
.legal-card p,
.legal-card li,
.legal-page__notice p {
    color: var(--legal-ink-soft);
    font-size: 17px;
    line-height: 1.8;
}

.legal-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.legal-card,
.legal-page__notice {
    padding: 30px;
    border: 1px solid var(--legal-border);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 248, 0.98));
    box-shadow: var(--legal-shadow);
}

.legal-card {
    position: relative;
    overflow: hidden;
}

.legal-card:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    border-radius: 24px 0 0 24px;
    background: linear-gradient(180deg, rgba(47, 179, 74, 0.88), rgba(31, 126, 51, 0.58));
}

.legal-card h3,
.legal-page__notice h3 {
    margin-bottom: 16px;
    color: var(--legal-ink);
    font-size: 24px;
}

.legal-card ul {
    margin: 0;
    padding-left: 20px;
}

.legal-card a,
.legal-page__notice a {
    color: var(--legal-brand-deep);
    text-decoration: underline;
    text-decoration-color: rgba(47, 179, 74, 0.35);
    text-underline-offset: 3px;
}

.legal-page__notice {
    margin-top: 24px;
    background:
        radial-gradient(circle at top right, rgba(47, 179, 74, 0.09), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

.legal-inline-button {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--legal-brand-deep);
    text-decoration: underline;
    text-decoration-color: rgba(47, 179, 74, 0.35);
    text-underline-offset: 3px;
    font-weight: 600;
}

.cookie-banner[hidden],
.cookie-preferences[hidden] {
    display: none !important;
}

.cookie-banner {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 9998;
}

.cookie-banner__dialog {
    max-width: 1160px;
    margin: 0 auto;
    padding: 24px 24px 22px;
    border: 1px solid var(--legal-panel-border);
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(47, 179, 74, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(17, 25, 22, 0.98) 0%, rgba(20, 35, 26, 0.98) 100%);
    color: #ffffff;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
}

.cookie-banner__top {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.cookie-banner__copy h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 28px;
}

.cookie-banner__copy p,
.cookie-banner__copy a,
.cookie-preferences__panel p,
.cookie-preferences__panel label,
.cookie-preferences__panel span {
    color: var(--legal-white-soft);
}

.cookie-banner__copy a,
.cookie-preferences__panel a {
    color: #89de99;
    text-decoration: underline;
}

.cookie-banner__close,
.cookie-preferences__close {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
}

.cookie-banner__actions,
.cookie-preferences__actions,
.cookie-embed__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cookie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

a.cookie-btn {
    text-decoration: none;
}

.cookie-btn:hover,
.cookie-banner__close:hover,
.cookie-preferences__close:hover,
.legal-inline-button:hover {
    opacity: 0.95;
}

.cookie-btn:hover {
    transform: translateY(-1px);
}

.cookie-btn--primary {
    border-color: rgba(47, 179, 74, 0.7);
    background: linear-gradient(135deg, #41c95f 0%, var(--legal-brand) 50%, #24903a 100%);
    color: #07140a;
    box-shadow: 0 12px 24px rgba(47, 179, 74, 0.22);
}

.cookie-btn--secondary {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
}

.cookie-btn--ghost {
    border-color: rgba(47, 179, 74, 0.28);
    background: rgba(47, 179, 74, 0.10);
    color: #b4efbe;
}

a.cookie-btn--secondary,
a.cookie-btn--ghost,
.cookie-embed__actions .cookie-btn {
    text-decoration: none;
}

.cookie-embed__actions .cookie-btn--secondary {
    color: #ffffff;
}

.cookie-embed__actions .cookie-btn--ghost {
    color: #b4efbe;
}

.cookie-panel-open {
    overflow: hidden;
}

.cookie-preferences {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 24px;
    background: rgba(6, 10, 8, 0.70);
    backdrop-filter: blur(8px);
}

.cookie-preferences__panel {
    max-width: 760px;
    margin: 5vh auto 0;
    padding: 28px;
    border: 1px solid var(--legal-panel-border);
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(47, 179, 74, 0.16), transparent 32%),
        linear-gradient(145deg, var(--legal-panel) 0%, var(--legal-panel-alt) 100%);
    color: #ffffff;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.4);
}

.cookie-preferences__header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 22px;
}

.cookie-preferences__header h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 30px;
}

.cookie-preferences__list {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
}

.cookie-preferences__item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(47, 179, 74, 0.06));
}

.cookie-preferences__item h4 {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 20px;
}

.cookie-toggle {
    position: relative;
    width: 56px;
    height: 32px;
    margin-top: 4px;
    flex: 0 0 auto;
}

.cookie-toggle input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.cookie-toggle span {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.cookie-toggle span:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    transition: transform 0.2s ease;
}

.cookie-toggle input:checked + span {
    background: linear-gradient(135deg, #40c95e 0%, var(--legal-brand) 100%);
}

.cookie-toggle input:checked + span:after {
    transform: translateX(24px);
}

.cookie-toggle input:disabled + span {
    background: linear-gradient(135deg, rgba(47, 179, 74, 0.55), rgba(31, 126, 51, 0.55));
}

.legal-embed-section {
    padding: 20px 0 0;
    background: #ffffff;
}

.cookie-embed {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    border: 1px solid rgba(47, 179, 74, 0.10);
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(47, 179, 74, 0.24), transparent 30%),
        radial-gradient(circle at right center, rgba(128, 214, 145, 0.10), transparent 25%),
        linear-gradient(135deg, #0f1713 0%, #17251d 55%, #203128 100%);
    box-shadow: 0 20px 55px rgba(15, 24, 18, 0.18);
}

.cookie-embed__placeholder {
    display: flex;
    min-height: 320px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #ffffff;
}

.cookie-embed__placeholder h2 {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.1;
}

.cookie-embed__placeholder p {
    max-width: 760px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.75;
}

.cookie-embed__frame {
    display: block;
    width: 100%;
    border: 0;
    background: #ffffff;
}

.pricing-access-note {
    max-width: 460px;
    padding: 18px 22px;
    border: 1px solid rgba(47, 179, 74, 0.18);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 241, 0.96));
    box-shadow: 0 14px 30px rgba(12, 28, 16, 0.08);
}

.pricing-access-note span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--legal-brand-deep);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-access-note p {
    margin-bottom: 0;
    color: var(--legal-ink);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}

.featured-imagebox-event.style1 .featured-thumbnail,
.featured-imagebox-blog.style1 .featured-thumbnail {
    overflow: hidden;
}

.featured-imagebox-event.style1 .featured-thumbnail img,
.featured-imagebox-event.style1.content .featured-thumbnail img,
.featured-imagebox-blog.style1 .featured-thumbnail img {
    width: 100%;
    height: auto;
    margin-left: 0 !important;
    object-fit: contain;
    object-position: center;
}

.featured-imagebox-blog.style1 .featured-thumbnail {
    border-radius: 18px;
    background: #f4faf5;
}

.featured-imagebox-blog.style1 .featured-thumbnail img {
    display: block;
}

.banner_slider .slide {
    background-position: center center;
    background-size: cover;
}

.prt-page-title-row.style1.inner-pages {
    background-image:
        linear-gradient(180deg, rgba(10, 16, 12, 0.62), rgba(10, 16, 12, 0.62)),
        url("/assets/images/daCliente/greenkart-track-columns-wide.jpg") !important;
    background-position: center;
    background-size: cover;
}

.footer.prt-bgimage-yes {
    background-image:
        linear-gradient(180deg, rgba(10, 16, 12, 0.78), rgba(10, 16, 12, 0.86)),
        url("/assets/images/daCliente/greenkart-track-green-barrier-wide.jpg") !important;
    background-position: center;
    background-size: cover;
}

.bg-img1 {
    background-image:
        linear-gradient(180deg, rgba(10, 16, 12, 0.56), rgba(10, 16, 12, 0.70)),
        url("/assets/images/daCliente/greenkart-track-corner-wide.jpg") !important;
    background-position: center;
    background-size: cover;
}

.bg-img1.prt-bg.prt-bgimage-yes > .prt-bg-layer {
    background: transparent;
    background-image: none !important;
    opacity: 1;
}

.col-bg-img-one.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image:
        linear-gradient(180deg, rgba(16, 28, 18, 0.38), rgba(16, 28, 18, 0.58)),
        url("/assets/images/daCliente/greenkart-track-start-line-wide.jpg");
    background-position: center;
    background-size: cover;
}

.col-bg-img-two.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image:
        linear-gradient(180deg, rgba(8, 13, 10, 0.42), rgba(8, 13, 10, 0.62)),
        url("/assets/images/daCliente/greenkart-indoor-track-overview-wide.jpg");
    background-position: center;
    background-size: cover;
}

.col-bg-img-three.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image:
        linear-gradient(180deg, rgba(8, 13, 10, 0.68), rgba(8, 13, 10, 0.82)),
        url("/assets/images/daCliente/greenkart-track-finish-line-wide.jpg");
    background-position: center;
    background-size: cover;
}

.first-section .prt_single_image-wrapper {
    height: 100%;
}

.first-section .prt_single_image-wrapper img {
    display: block;
    width: 100%;
    max-height: 430px;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    box-shadow: none;
}

.client-box .prt-client-logo-tooltip-inner {
    overflow: hidden;
    border-radius: 22px;
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.14);
}

.client-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding-top: 0;
}

.featured-imagebox-service.style1 .featured-thumbnail {
    overflow: hidden;
    border-radius: 50px;
    background: #101814;
}

.featured-imagebox-service.style1 .featured-thumbnail img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.sticky-section #frame_1,
.sticky-section #frame_2,
.sticky-section #frame_3,
.sticky-section #frame_4,
.sticky-section #frame_5 {
    position: relative;
    top: auto;
}

.sticky-section .featured-imagebox-service.style1 .featured-content {
    margin-top: 0;
}

.sticky-section .featured-imagebox-service.style1 .featured-btn {
    margin-top: 26px;
}

.sticky-section #frame_3 .featured-thumbnail img {
    object-position: center 35%;
}

.event-section .featured-imagebox-event.style1:not(.content) .featured-thumbnail {
    border-radius: 26px;
    background: #101814;
}

.event-section .featured-imagebox-event.style1:not(.content) .featured-thumbnail img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.event-section .featured-imagebox-event.style1.content .featured-thumbnail {
    border-radius: 28px;
    background: #101814;
}

.event-section .featured-imagebox-event.style1.content .featured-thumbnail img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    object-fit: cover;
    object-position: center;
}

.featured-imagebox-blog.style1 .featured-thumbnail img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial-img--logo {
    background: #ffffff;
    padding: 14px;
}

.testimonial-img--logo img {
    object-fit: contain;
}

@media (min-width: 992px) {
    .sticky-section #frame_1,
    .sticky-section #frame_2,
    .sticky-section #frame_3,
    .sticky-section #frame_4,
    .sticky-section #frame_5 {
        position: sticky;
    }

    .sticky-section #frame_1 {
        top: 100px;
    }

    .sticky-section #frame_2 {
        top: 180px;
    }

    .sticky-section #frame_3 {
        top: 260px;
    }

    .sticky-section #frame_4 {
        top: 340px;
    }

    .sticky-section #frame_5 {
        top: 420px;
    }
}

@media (max-width: 991px) {
    .first-section .prt_single_image-wrapper img {
        max-height: 360px;
    }

    .featured-imagebox-service.style1 .featured-thumbnail img,
    .event-section .featured-imagebox-event.style1.content .featured-thumbnail img {
        height: 250px;
        min-height: 250px;
    }

    .sticky-section #frame_1,
    .sticky-section #frame_2,
    .sticky-section #frame_3,
    .sticky-section #frame_4,
    .sticky-section #frame_5 {
        position: relative;
        top: auto;
    }

    .prt-page-title-row.style1.inner-pages {
        padding: 125px 0 42px;
    }

    .prt-page-title-row.style1.inner-pages .page-title-heading h2,
    .prt-page-title-row.style1 .prt-page-title-row-inner .page-title-heading h2 {
        font-size: 48px;
    }

    .legal-page__grid {
        grid-template-columns: 1fr;
    }

    .legal-page__intro h2,
    .cookie-embed__placeholder h2 {
        font-size: 32px;
    }

    .pricing-access-note {
        max-width: 100%;
    }

    .cookie-preferences__item,
    .cookie-banner__top {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .first-section .prt_single_image-wrapper img {
        max-height: 300px;
    }

    .featured-imagebox-service.style1 .featured-thumbnail img,
    .event-section .featured-imagebox-event.style1.content .featured-thumbnail img {
        height: 220px;
        min-height: 220px;
    }

    .prt-page-title-row.style1.inner-pages {
        padding: 108px 0 34px;
    }

    .prt-page-title-row.style1.inner-pages .section-title {
        max-width: 100%;
    }

    .prt-page-title-row.style1.inner-pages .page-title-heading h2,
    .prt-page-title-row.style1 .prt-page-title-row-inner .page-title-heading h2 {
        font-size: 34px;
        line-height: 1.1;
    }

    .prt-page-title-row .page-title-desc p {
        font-size: 17px;
        line-height: 1.65;
    }

    .pricing-access-note {
        padding: 16px 18px;
    }

    .pricing-access-note p {
        font-size: 16px;
    }

    .legal-page-section {
        padding: 60px 0 80px;
    }

    .legal-card,
    .legal-page__notice,
    .cookie-preferences__panel {
        padding: 22px;
    }

    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cookie-banner__dialog,
    .cookie-embed__placeholder {
        padding: 20px;
    }
}
