/**
 * Veeru Tech - Privacy Policy Dedicated Module Styles
 */

.vt-privacy-page-wrapper {
    width: 100%;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    color: #334155;
    background-color: #ffffff;
}

.vt-privacy-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 1. HERO BANNER */
.vt-privacy-hero {
    position: relative;
    background-color: #06172e;
    background-size: cover;
    background-position: center;
    padding: 70px 0 80px 0;
    overflow: hidden;
}

.vt-privacy-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #06172e 0%, #030a14 100%);
    opacity: 0.85;
    z-index: 1;
}

.vt-privacy-hero .vt-privacy-container {
    position: relative;
    z-index: 2;
}

.vt-privacy-hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.vt-privacy-hero-text {
    max-width: 650px;
}

.vt-privacy-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.vt-privacy-breadcrumb {
    font-size: 14px;
    font-weight: 600;
    color: #f17a28;
    margin: 0 0 15px 0;
}

.vt-privacy-hero-desc {
    font-size: 16px;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0;
}

.vt-privacy-hero-img img {
    max-width: 440px;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.4));
}

/* 2. MAIN LAYOUT GRID */
.vt-privacy-main-section {
    padding: 60px 0 80px 0;
    background-color: #ffffff;
}

.vt-privacy-layout-grid {
    display: flex;
    gap: 40px;
}

.vt-privacy-layout-grid.position-right {
    flex-direction: row;
}

.vt-privacy-layout-grid.position-left {
    flex-direction: row-reverse;
}

.vt-privacy-layout-grid.position-none .vt-privacy-content-col {
    width: 100%;
    max-width: 100%;
}

.vt-privacy-content-col {
    flex: 1;
    min-width: 0;
}

.vt-privacy-sidebar-col {
    width: 340px;
    flex-shrink: 0;
}

.vt-privacy-sticky-wrapper {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* LAST UPDATED BADGE */
.vt-privacy-updated-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 25px;
}

.vt-privacy-updated-badge i {
    color: #f17a28;
    font-size: 16px;
}

.vt-privacy-intro p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 35px;
}

/* PRIVACY ITEM LIST */
.vt-privacy-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vt-privacy-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f5f9;
    scroll-margin-top: 100px;
}

.vt-privacy-item:last-child {
    border-bottom: none;
}

.vt-privacy-icon-box {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background-color: #f1f5f9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vt-privacy-icon-box i {
    font-size: 22px;
    color: #0f172a;
}

.vt-privacy-icon-mask {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #0f172a;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.vt-img-fallback {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}

.vt-privacy-info {
    flex: 1;
}

.vt-privacy-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vt-privacy-item-desc p {
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
    margin: 0;
}

/* 3. SIDEBAR CARDS */
/* "ON THIS PAGE" CARD */
.vt-toc-card {
    background-color: #091e3e;
    border-radius: 14px;
    padding: 28px 24px;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(6, 23, 46, 0.1);
}

.vt-toc-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.vt-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vt-toc-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.vt-toc-list a:hover,
.vt-toc-list a.active {
    color: #ffffff !important;
    transform: translateX(4px);
}

.vt-toc-list a.active .vt-toc-num {
    background-color: #f17a28;
    color: #ffffff;
    border-color: #f17a28;
}

.vt-toc-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    transition: all 0.25s ease;
}

/* "QUESTIONS ABOUT PRIVACY?" CARD */
.vt-help-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 24px;
}

.vt-help-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.vt-help-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.vt-help-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vt-help-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.vt-help-icon {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.vt-help-icon i {
    font-size: 18px;
    color: #f17a28;
}

.vt-help-icon .vt-icon-mask {
    display: block;
    width: 22px;
    height: 22px;
    background-color: #f17a28;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.vt-help-icon img.vt-help-img-fallback {
    max-width: 22px;
    max-height: 22px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

@supports (-webkit-mask-image: url('')) or (mask-image: url('')) {
    .vt-help-icon:has(.vt-icon-mask) img.vt-help-img-fallback,
    .vt-privacy-icon-box:has(.vt-privacy-icon-mask) img.vt-img-fallback,
    .vt-cta-feat-icon:has(.vt-icon-mask) img.vt-cta-img-fallback {
        display: none;
    }
}

.vt-help-contact-text strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.vt-help-contact-text span {
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
}

.vt-help-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background-color: #f17a28;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.vt-help-btn:hover {
    background-color: #d96414;
    color: #ffffff;
}

/* 4. BOTTOM CTA BANNER */
.vt-privacy-cta-section {
    padding: 0 0 80px 0;
    background-color: #ffffff;
}

.vt-privacy-cta-banner {
    background-color: #031226;
    border-radius: 16px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #ffffff;
}

.vt-privacy-cta-left {
    max-width: 380px;
}

.vt-privacy-cta-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.vt-privacy-cta-sub {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

.vt-privacy-cta-center {
    display: flex;
    align-items: center;
    gap: 25px;
}

.vt-cta-feat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vt-cta-feat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vt-cta-feat-item i {
    font-size: 24px;
    color: #f17a28;
}

.vt-cta-feat-item .vt-icon-mask {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #f17a28;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.vt-cta-feat-item img.vt-cta-img-fallback {
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.vt-cta-feat-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.vt-cta-feat-item span {
    font-size: 12px;
    color: #94a3b8;
}

.vt-privacy-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #f17a28;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.vt-privacy-cta-btn:hover {
    background-color: #d96414;
    color: #ffffff;
}

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .vt-privacy-layout-grid {
        flex-direction: column !important;
    }
    .vt-privacy-sidebar-col {
        width: 100%;
    }
    .vt-privacy-sticky-wrapper {
        position: static;
    }
    .vt-privacy-cta-banner {
        flex-direction: column;
        align-items: flex-start;
    }
    .vt-privacy-cta-center {
        flex-wrap: wrap;
    }
    .vt-privacy-hero-img {
        display: none;
    }
}

@media (max-width: 575px) {
    .vt-privacy-hero-title {
        font-size: 28px;
    }
    .vt-privacy-item {
        flex-direction: column;
    }
}