/* ============================================================
   TRAINOTRACK SOLUTIONS
   PRIVACY POLICY PAGE
   Modern Graphics + Animation + Responsive
   ============================================================ */


/* ============================================================
   VARIABLES
   ============================================================ */

:root {
    --tt-navy: #102747;
    --tt-navy-dark: #081a35;
    --tt-navy-soft: #18385f;
    --tt-orange: #ff9418;
    --tt-orange-dark: #f47f00;
    --tt-orange-light: #ffb84d;
    --tt-white: #ffffff;
    --tt-bg: #ffffff;
    --tt-bg-soft: #f8fafc;
    --tt-bg-orange: #fff8ef;
    --tt-text: #193253;
    --tt-muted: #65758b;
    --tt-border: #e8edf3;
    --tt-radius: 18px;
    --tt-radius-lg: 26px;
    --tt-shadow: 0 10px 35px rgba(16, 39, 71, .08);
    --tt-shadow-hover: 0 18px 45px rgba(16, 39, 71, .14);
    --tt-transition: all .4s cubic-bezier(.2, .8, .2, 1);
}


/* ============================================================
   GLOBAL
   ============================================================ */

.tt-privacy-page {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: var(--tt-text);
}


    .tt-privacy-page *,
    .tt-privacy-page *::before,
    .tt-privacy-page *::after {
        box-sizing: border-box;
    }


    .tt-privacy-page img {
        max-width: 100%;
    }


/* ============================================================
   HERO
   ============================================================ */

.tt-privacy-hero {
    position: relative;
    min-height: 410px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: radial-gradient( circle at 80% 25%, rgba(255,148,24,.12), transparent 30% ), linear-gradient( 115deg, #fff8eb 0%, #f7f8fa 55%, #fff8ed 100% );
}
.include-bg{
    padding:70px 0px;
}
/* ============================================================
   HERO DECORATION
   ============================================================ */
.tt-privacy-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}


.tt-circle-one {
    width: 300px;
    height: 300px;
    left: 30%;
    top: 20px;
    border: 1px solid rgba(255,148,24,.08);
    animation: ttCircleFloat 8s ease-in-out infinite;
}


.tt-circle-two {
    width: 450px;
    height: 450px;
    right: 5%;
    top: -180px;
    border: 1px solid rgba(255,148,24,.10);
    animation: ttCircleFloatReverse 10s ease-in-out infinite;
}


/* Orange shapes */

.tt-privacy-orange-shape {
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    pointer-events: none;
    background: linear-gradient( 135deg, rgba(255,148,24,.78), rgba(255,184,77,.22) );
    animation: ttShapeFloat 7s ease-in-out infinite;
}


.tt-orange-top {
    right: -90px;
    top: -110px;
}


.tt-orange-bottom {
    left: -120px;
    bottom: -130px;
    animation-delay: 1.5s;
}


/* ============================================================
   DOTS
   ============================================================ */

.tt-privacy-dots {
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: .65;
    background-image: radial-gradient( rgba(255,148,24,.65) 1.4px, transparent 1.4px );
    background-size: 12px 12px;
    animation: ttDotsFloat 5s ease-in-out infinite;
}


.tt-dots-left {
    left: 25px;
    bottom: 70px;
}


.tt-dots-right {
    right: 50px;
    top: 55px;
    background-image: radial-gradient( rgba(16,39,71,.35) 1.4px, transparent 1.4px );
    animation-delay: 1s;
}


/* ============================================================
   FLOATING ICONS
   ============================================================ */

.tt-floating-icon {
    position: absolute;
    z-index: 2;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: var(--tt-orange);
    background: rgba(255,255,255,.8);
    border: 1px solid rgba(255,148,24,.15);
    box-shadow: 0 12px 30px rgba(16,39,71,.08);
    backdrop-filter: blur(8px);
    animation: ttFloatingIcon 4s ease-in-out infinite;
}


.tt-floating-lock {
    right: 39%;
    top: 55px;
    animation-delay: .8s;
}


.tt-floating-shield {
    right: 8%;
    bottom: 55px;
    animation-delay: 1.5s;
}


/* ============================================================
   HERO CONTENT
   ============================================================ */

.tt-privacy-hero-content {
    position: relative;
    z-index: 4;
    padding: 70px 0;
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1);
}


    .tt-privacy-hero-content.tt-visible {
        opacity: 1;
        transform: translateY(0);
    }


.tt-privacy-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: var(--tt-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.tt-eyebrow-line {
    width: 32px;
    height: 2px;
    background: var(--tt-orange);
}


.tt-privacy-hero-title {
    margin: 0;
    color: var(--tt-navy);
    font-size: clamp(42px,5vw,68px);
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: -2px;
}


    .tt-privacy-hero-title span {
        color: var(--tt-orange);
    }


.tt-privacy-title-line {
    width: 70px;
    height: 4px;
    margin: 17px 0;
    border-radius: 20px;
    background: linear-gradient( 90deg, var(--tt-orange), var(--tt-orange-light) );
    animation: ttLinePulse 2.5s ease-in-out infinite;
}


.tt-privacy-hero-subtitle {
    margin: 0 0 10px;
    color: var(--tt-navy);
    font-size: 17px;
    font-weight: 700;
}


.tt-privacy-hero-description {
    max-width: 700px;
    margin: 0;
    color: #52657e;
    font-size: 14px;
    line-height: 1.8;
}


/* ============================================================
   HERO SECURITY ART
   ============================================================ */

.tt-privacy-hero-art {
    position: relative;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(35px) scale(.94);
    transition: opacity 1s ease .2s, transform 1s cubic-bezier(.2,.8,.2,1) .2s;
}


    .tt-privacy-hero-art.tt-visible {
        opacity: 1;
        transform: translateX(0) scale(1);
    }


/* Glow */

.tt-security-glow {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient( circle, rgba(255,148,24,.20), rgba(255,148,24,.06) 45%, transparent 70% );
    animation: ttSecurityGlow 4s ease-in-out infinite;
}


/* Rings */

.tt-security-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,148,24,.20);
}


.tt-ring-one {
    width: 285px;
    height: 285px;
    animation: ttRingPulse 4s ease-in-out infinite;
}


.tt-ring-two {
    width: 220px;
    height: 220px;
    border-style: dashed;
    animation: ttRotate 22s linear infinite;
}


/* Security card */

.tt-security-card {
    position: relative;
    z-index: 5;
    width: 155px;
    height: 185px;
    padding: 15px;
    border-radius: 18px;
    background: linear-gradient( 145deg, #ffffff, #f5f8fb );
    border: 1px solid rgba(16,39,71,.08);
    box-shadow: 0 22px 50px rgba(16,39,71,.18);
    animation: ttSecurityCardFloat 4.5s ease-in-out infinite;
}


/* Card top */

.tt-security-card-top {
    display: flex;
    gap: 5px;
    margin-bottom: 12px;
}


    .tt-security-card-top span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #dfe5ec;
    }


        .tt-security-card-top span:first-child {
            background: var(--tt-orange);
        }


/* Shield */

.tt-security-shield {
    position: relative;
    width: 78px;
    height: 88px;
    margin: 5px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tt-orange);
    font-size: 57px;
    filter: drop-shadow( 0 8px 12px rgba(255,148,24,.18) );
    animation: ttShieldPulse 3s ease-in-out infinite;
}


.tt-shield-check {
    position: absolute;
    right: 2px;
    bottom: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    background: #32bf78;
    border: 3px solid #fff;
    box-shadow: 0 5px 12px rgba(50,191,120,.25);
}


/* Security lines */

.tt-security-lines {
    display: flex;
    flex-direction: column;
    gap: 7px;
}


    .tt-security-lines span {
        height: 5px;
        border-radius: 10px;
        background: #e7ecf2;
    }


        .tt-security-lines span:nth-child(1) {
            width: 85%;
        }


        .tt-security-lines span:nth-child(2) {
            width: 65%;
        }


        .tt-security-lines span:nth-child(3) {
            width: 45%;
        }


/* Lock */

.tt-security-lock {
    position: absolute;
    z-index: 7;
    right: calc(50% - 105px);
    bottom: 58px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    font-size: 18px;
    background: var(--tt-navy);
    box-shadow: 0 12px 25px rgba(16,39,71,.20);
    animation: ttLockFloat 4s ease-in-out infinite;
}


/* Stars */

.tt-security-star {
    position: absolute;
    z-index: 4;
    color: var(--tt-orange);
    font-size: 24px;
    animation: ttStarFloat 3s ease-in-out infinite;
}


.tt-star-one {
    top: 55px;
    left: 25%;
}


.tt-star-two {
    right: 17%;
    top: 85px;
    font-size: 17px;
    animation-delay: .7s;
}


.tt-star-three {
    right: 30%;
    bottom: 50px;
    font-size: 14px;
    animation-delay: 1.3s;
}


/* Hero wave */

.tt-privacy-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 25px;
    background: #fff;
    clip-path: ellipse( 65% 100% at 50% 100% );
}


/* ============================================================
   CONTENT AREA
   ============================================================ */

.tt-privacy-content-section {
    position: relative;
    padding: 70px 0 55px;
    overflow: hidden;
    background: linear-gradient( 180deg, #ffffff 0%, #fbfcfe 100% );
}


/* Content decoration */

.tt-content-decoration {
    position: absolute;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(255,148,24,.10);
    border-radius: 50%;
    pointer-events: none;
    animation: ttContentFloat 7s ease-in-out infinite;
}


    .tt-content-decoration::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--tt-orange);
        top: 20px;
        right: 10px;
        opacity: .35;
    }


.tt-content-decoration-left {
    left: -60px;
    top: 180px;
}


.tt-content-decoration-right {
    right: -60px;
    bottom: 120px;
    animation-delay: 2s;
}


/* ============================================================
   DOCUMENT
   ============================================================ */

.tt-privacy-document {
    position: relative;
    padding: 38px;
    border: 1px solid var(--tt-border);
    border-radius: var(--tt-radius-lg);
    background: rgba(255,255,255,.92);
    box-shadow: 0 15px 45px rgba(16,39,71,.06);
}


/* Intro */

.tt-policy-intro {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--tt-border);
}


.tt-policy-intro-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 16px;
    color: var(--tt-orange);
    font-size: 24px;
    background: rgba(255,148,24,.10);
    box-shadow: inset 0 0 0 7px rgba(255,148,24,.035);
    animation: ttIconPulse 3s ease-in-out infinite;
}


.tt-policy-label {
    display: block;
    margin-bottom: 3px;
    color: var(--tt-orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}


.tt-policy-intro h2 {
    margin: 0;
    color: var(--tt-navy);
    font-size: 27px;
    font-weight: 800;
}


/* Paragraph */

.tt-policy-paragraph p,
.tt-policy-section p {
    color: #5f7188;
    font-size: 14px;
    line-height: 1.85;
}


.tt-policy-paragraph {
    margin-bottom: 25px;
}


/* ============================================================
   POLICY SECTION
   ============================================================ */

.tt-policy-section {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 28px 0;
    border-top: 1px solid #edf0f4;
}


.tt-policy-section-number {
    flex: 0 0 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--tt-orange);
    font-size: 11px;
    font-weight: 800;
    background: #fff4e5;
    border: 1px solid rgba(255,148,24,.13);
    transition: var(--tt-transition);
}


.tt-policy-section:hover
.tt-policy-section-number {
    color: #fff;
    background: var(--tt-orange);
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(255,148,24,.22);
}


.tt-policy-section-content {
    flex: 1;
    min-width: 0;
}


/* Heading */

.tt-policy-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}


.tt-policy-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    color: var(--tt-orange);
    background: rgba(255,148,24,.09);
    transition: var(--tt-transition);
}


.tt-policy-section:hover
.tt-policy-icon {
    color: #fff;
    background: var(--tt-orange);
    transform: rotate(-5deg) scale(1.05);
}


.tt-policy-heading h3 {
    margin: 0;
    color: var(--tt-navy);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}


/* ============================================================
   LIST
   ============================================================ */

.tt-policy-list {
    margin: 15px 0 20px;
    padding: 0;
    list-style: none;
}


    .tt-policy-list li {
        position: relative;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 11px;
        color: #5f7188;
        font-size: 14px;
        line-height: 1.6;
    }


.tt-list-icon {
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    border-radius: 50%;
    color: var(--tt-orange);
    font-size: 9px;
    background: #fff2df;
    transition: var(--tt-transition);
}


.tt-policy-list li:hover
.tt-list-icon {
    color: #fff;
    background: var(--tt-orange);
    transform: scale(1.1);
}


/* ============================================================
   NOTE
   ============================================================ */

.tt-policy-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    color: #4f647d;
    font-size: 13px;
    line-height: 1.5;
    background: #fff8ef;
    border: 1px solid rgba(255,148,24,.13);
}


    .tt-policy-note i {
        color: var(--tt-orange);
        font-size: 19px;
        animation: ttShieldPulse 3s ease-in-out infinite;
    }


/* ============================================================
   CONTACT
   ============================================================ */

.tt-contact-box {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    margin-top: 18px;
}


.tt-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #edf0f4;
    border-radius: 13px;
    background: #fbfcfe;
    transition: var(--tt-transition);
}


    .tt-contact-item:hover {
        transform: translateY(-4px);
        border-color: rgba(255,148,24,.25);
        background: #fffaf4;
        box-shadow: 0 10px 25px rgba(16,39,71,.06);
    }


.tt-contact-icon {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 10px;
    color: var(--tt-orange);
    background: #fff0da;
}


.tt-contact-item strong {
    display: block;
    margin-bottom: 2px;
    color: var(--tt-navy);
    font-size: 12px;
}


.tt-contact-item span {
    color: #65758b;
    font-size: 14px;
    word-break: break-word;
}


/* ============================================================
   SIDEBAR
   ============================================================ */

.tt-privacy-sidebar {
    position: sticky;
    top: 110px;
}


/* Sidebar card */

.tt-sidebar-card {
    position: relative;
    overflow: hidden;
    padding: 25px 22px;
    margin-bottom: 18px;
    text-align: center;
    border: 1px solid rgba(255,148,24,.16);
    border-radius: var(--tt-radius);
    background: linear-gradient( 145deg, #fffaf3, #fff );
    box-shadow: 0 12px 35px rgba(16,39,71,.07);
}


    .tt-sidebar-card::before {
        content: "";
        position: absolute;
        width: 140px;
        height: 140px;
        top: -75px;
        right: -70px;
        border-radius: 50%;
        border: 20px solid rgba(255,148,24,.07);
        animation: ttSidebarCircle 7s linear infinite;
    }


/* Sidebar graphic */

.tt-sidebar-graphic {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tt-sidebar-circle {
    position: absolute;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px dashed rgba(255,148,24,.25);
    animation: ttRotate 18s linear infinite;
}


.tt-sidebar-shield {
    position: relative;
    z-index: 2;
    width: 78px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tt-orange);
    font-size: 65px;
    filter: drop-shadow( 0 8px 12px rgba(255,148,24,.18) );
    animation: ttShieldFloat 4s ease-in-out infinite;
}


.tt-sidebar-lock {
    position: absolute;
    z-index: 4;
    right: 16px;
    bottom: 20px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: var(--tt-navy);
    box-shadow: 0 8px 18px rgba(16,39,71,.18);
    animation: ttLockFloat 3.5s ease-in-out infinite;
}


.tt-sidebar-check {
    position: absolute;
    z-index: 4;
    left: 20px;
    bottom: 22px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    background: #32bf78;
    border: 3px solid #fff;
    animation: ttCheckBounce 2.5s ease-in-out infinite;
}


.tt-sidebar-label {
    display: block;
    margin-bottom: 6px;
    color: var(--tt-orange);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
}


.tt-sidebar-card h3 {
    margin: 0 0 10px;
    color: var(--tt-navy);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}


    .tt-sidebar-card h3 span {
        display: block;
        color: var(--tt-orange);
    }


.tt-sidebar-card p {
    margin: 0;
    color: #6a7b91;
    font-size: 12px;
    line-height: 1.65;
}


/* ============================================================
   SECURITY FEATURES
   ============================================================ */

.tt-security-features {
    padding: 7px;
    border: 1px solid var(--tt-border);
    border-radius: var(--tt-radius);
    background: #fff;
    box-shadow: 0 10px 30px rgba(16,39,71,.05);
}


.tt-feature-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px;
    border-radius: 11px;
    transition: var(--tt-transition);
}


    .tt-feature-item:hover {
        background: #fff8ef;
        transform: translateX(4px);
    }


.tt-feature-icon {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 11px;
    color: var(--tt-orange);
    background: #fff1dc;
}


.tt-feature-item strong,
.tt-feature-item span {
    display: block;
}


.tt-feature-item strong {
    color: var(--tt-navy);
    font-size: 13px;
    line-height: 1.2;
}


.tt-feature-item span {
    margin-top: 2px;
    color: #75859a;
    font-size: 10px;
}


/* ============================================================
   BOTTOM AREA
   ============================================================ */

.tt-privacy-bottom {
    padding: 0 0 65px;
    background: #fbfcfe;
}


.tt-privacy-bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    overflow: hidden;
    padding: 22px 28px;
    border-radius: var(--tt-radius);
    background: linear-gradient( 105deg, #102747, #17365c );
    box-shadow: 0 15px 40px rgba(16,39,71,.14);
}


.tt-bottom-decoration {
    position: absolute;
    width: 230px;
    height: 230px;
    right: -70px;
    top: -110px;
    border-radius: 50%;
    border: 30px solid rgba(255,148,24,.09);
    animation: ttRotate 18s linear infinite;
}


.tt-bottom-icon {
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: var(--tt-orange);
    font-size: 20px;
    background: rgba(255,255,255,.08);
    animation: ttIconPulse 3s ease-in-out infinite;
}


.tt-bottom-content {
    position: relative;
    z-index: 2;
    flex: 1;
}


    .tt-bottom-content span {
        display: block;
        margin-bottom: 3px;
        color: var(--tt-orange-light);
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 1.5px;
    }


    .tt-bottom-content h3 {
        margin: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }


.tt-bottom-lock {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--tt-orange);
    background: rgba(255,255,255,.08);
    animation: ttLockFloat 3s ease-in-out infinite;
}


/* ============================================================
   SCROLL REVEAL
   ============================================================ */

.tt-reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1);
}


    .tt-reveal.tt-visible {
        opacity: 1;
        transform: translateY(0);
    }


.tt-policy-section:nth-child(2) {
    transition-delay: .05s;
}


.tt-policy-section:nth-child(3) {
    transition-delay: .10s;
}


.tt-policy-section:nth-child(4) {
    transition-delay: .15s;
}


.tt-policy-section:nth-child(5) {
    transition-delay: .20s;
}


.tt-policy-section:nth-child(6) {
    transition-delay: .25s;
}


.tt-policy-section:nth-child(7) {
    transition-delay: .30s;
}


.tt-policy-section:nth-child(8) {
    transition-delay: .35s;
}


/* ============================================================
   ANIMATIONS
   ============================================================ */

@keyframes ttCircleFloat {

    0%,100% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(15px,-12px);
    }
}


@keyframes ttCircleFloatReverse {

    0%,100% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(-12px,15px);
    }
}


@keyframes ttShapeFloat {

    0%,100% {
        transform: translate(0,0) rotate(0deg);
    }

    50% {
        transform: translate(12px,-14px) rotate(8deg);
    }
}


@keyframes ttDotsFloat {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}


@keyframes ttFloatingIcon {

    0%,100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(4deg);
    }
}


@keyframes ttSecurityGlow {

    0%,100% {
        transform: scale(.94);
        opacity: .65;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}


@keyframes ttRingPulse {

    0%,100% {
        transform: scale(.96);
        opacity: .5;
    }

    50% {
        transform: scale(1.04);
        opacity: 1;
    }
}


@keyframes ttRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@keyframes ttSecurityCardFloat {

    0%,100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-11px) rotate(1deg);
    }
}


@keyframes ttShieldPulse {

    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }
}


@keyframes ttLockFloat {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}


@keyframes ttStarFloat {

    0%,100% {
        transform: translateY(0) scale(1);
        opacity: .65;
    }

    50% {
        transform: translateY(-8px) scale(1.18);
        opacity: 1;
    }
}


@keyframes ttLinePulse {

    0%,100% {
        width: 70px;
    }

    50% {
        width: 92px;
    }
}


@keyframes ttIconPulse {

    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.07);
    }
}


@keyframes ttContentFloat {

    0%,100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(5deg);
    }
}


@keyframes ttSidebarCircle {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@keyframes ttShieldFloat {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}


@keyframes ttCheckBounce {

    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.12);
    }
}


/* ============================================================
   LARGE TABLET
   ============================================================ */

@media (max-width: 1199.98px) {

    .tt-privacy-document {
        padding: 30px;
    }

    .tt-privacy-sidebar {
        top: 95px;
    }

    .tt-security-card {
        transform: scale(.94);
    }
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991.98px) {

    .tt-privacy-hero {
        min-height: auto;
    }


    .tt-privacy-hero-content {
        padding: 60px 0 20px;
    }


    .tt-privacy-hero-art {
        height: 300px;
        margin-top: -5px;
    }


    .tt-floating-lock {
        right: 25%;
        top: 40px;
    }


    .tt-privacy-content-section {
        padding-top: 55px;
    }


    .tt-privacy-sidebar {
        position: relative;
        top: auto;
        margin-top: 5px;
    }


    .tt-sidebar-card {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }


    .tt-security-features {
        max-width: 520px;
        margin: 0 auto;
    }


    .tt-policy-heading h3 {
        font-size: 19px;
    }
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767.98px) {

    .tt-privacy-hero {
        overflow: hidden;
    }


    .tt-privacy-hero-content {
        padding: 45px 0 5px;
    }


    .tt-privacy-eyebrow {
        font-size: 10px;
        letter-spacing: 1.4px;
    }


    .tt-privacy-hero-title {
        font-size: 42px;
        letter-spacing: -1.5px;
    }


    .tt-privacy-hero-subtitle {
        font-size: 15px;
    }


    .tt-privacy-hero-description {
        font-size: 13px;
        line-height: 1.7;
    }


    .tt-privacy-hero-art {
        height: 270px;
    }


    .tt-security-card {
        transform: scale(.88);
    }


    .tt-ring-one {
        width: 250px;
        height: 250px;
    }


    .tt-ring-two {
        width: 190px;
        height: 190px;
    }


    .tt-security-glow {
        width: 240px;
        height: 240px;
    }


    .tt-floating-lock {
        right: 15%;
        top: 25px;
        transform: scale(.82);
    }


    .tt-floating-shield {
        right: 7%;
        bottom: 30px;
        transform: scale(.82);
    }


    .tt-dots-left {
        left: 5px;
        bottom: 30px;
    }


    .tt-dots-right {
        right: 5px;
        top: 25px;
    }


    .tt-privacy-content-section {
        padding: 42px 0 35px;
    }


    .tt-privacy-document {
        padding: 24px 18px;
        border-radius: 18px;
    }


    .tt-policy-intro {
        align-items: flex-start;
        gap: 12px;
        padding-bottom: 20px;
    }


    .tt-policy-intro-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        border-radius: 13px;
    }


    .tt-policy-intro h2 {
        font-size: 23px;
    }


    .tt-policy-section {
        gap: 12px;
        padding: 24px 0;
    }


    .tt-policy-section-number {
        flex: 0 0 34px;
        height: 34px;
        border-radius: 9px;
        font-size: 9px;
    }


    .tt-policy-heading {
        align-items: flex-start;
        gap: 9px;
    }


    .tt-policy-icon {
        width: 37px;
        height: 37px;
        border-radius: 10px;
        font-size: 13px;
    }


    .tt-policy-heading h3 {
        font-size: 17px;
        padding-top: 4px;
    }


    .tt-policy-paragraph p,
    .tt-policy-section p {
        font-size: 13px;
        line-height: 1.75;
    }


    .tt-policy-list li {
        font-size: 13px;
        line-height: 1.55;
    }


    .tt-contact-box {
        grid-template-columns: 1fr;
        gap: 10px;
    }


    .tt-contact-item {
        padding: 13px;
    }


    .tt-privacy-bottom {
        padding-bottom: 40px;
    }


    .tt-privacy-bottom-box {
        display: flex;
        align-items: flex-start;
        padding: 22px 18px;
        gap: 12px;
    }


    .tt-bottom-icon {
        width: 45px;
        height: 45px;
        font-size: 17px;
    }


    .tt-bottom-content h3 {
        font-size: 15px;
    }


    .tt-bottom-lock {
        width: 38px;
        height: 38px;
    }
}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 479.98px) {

    .tt-privacy-hero-title {
        font-size: 36px;
    }


    .tt-privacy-hero-description {
        font-size: 12px;
    }


    .tt-privacy-hero-art {
        height: 240px;
    }


    .tt-security-card {
        transform: scale(.78);
    }


    .tt-ring-one {
        width: 215px;
        height: 215px;
    }


    .tt-ring-two {
        width: 170px;
        height: 170px;
    }


    .tt-security-glow {
        width: 210px;
        height: 210px;
    }


    .tt-privacy-document {
        padding: 20px 14px;
    }


    .tt-policy-section {
        gap: 9px;
    }


    .tt-policy-section-number {
        flex: 0 0 30px;
        height: 30px;
        font-size: 8px;
    }


    .tt-policy-heading h3 {
        font-size: 15px;
    }


    .tt-policy-icon {
        width: 34px;
        height: 34px;
    }


    .tt-policy-paragraph p,
    .tt-policy-section p {
        font-size: 12px;
    }


    .tt-policy-list li {
        font-size: 12px;
    }


    .tt-policy-note {
        align-items: flex-start;
        font-size: 11px;
    }


    .tt-sidebar-card {
        padding: 20px 16px;
    }


        .tt-sidebar-card h3 {
            font-size: 18px;
        }


    .tt-bottom-content span {
        font-size: 8px;
    }


    .tt-bottom-content h3 {
        font-size: 14px;
    }
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .tt-privacy-page *,
    .tt-privacy-page *::before,
    .tt-privacy-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
