.elementor-3 .elementor-element.elementor-element-780900d6{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-8382e51 */html,
body{
    margin:0 !important;
    padding:0 !important;
    background:#060b16 !important;
    overflow-x:hidden;
}

body{
    font-family:Inter,sans-serif;
}

/* Elementor / Theme wrappers */

.site,
#page,
#content,
.site-content,
.content-area,
.entry-content,
.elementor,
.elementor-location-single,
.elementor-section-wrap,
.elementor-widget-wrap,
.elementor-widget-container{
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
}

/* MAIN SECTION */

.tc-privacy-policy{
    position:relative;

    width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    margin-top:0 !important;
    margin-bottom:0 !important;

    padding:100px 20px;

    overflow:hidden;

    min-height:100vh;

    background:
        radial-gradient(circle at top right, rgba(37,99,235,.18), transparent 30%),
        radial-gradient(circle at bottom left, rgba(14,165,233,.12), transparent 35%),
        linear-gradient(180deg,#050816 0%,#081120 100%);

    color:#d7e3ff;
}

/* subtle glow */

.tc-privacy-policy::before{
    content:"";

    position:absolute;

    width:700px;
    height:700px;

    top:-250px;
    right:-200px;

    background:radial-gradient(circle, rgba(37,99,235,.18), transparent 70%);

    pointer-events:none;
}

.tc-privacy-policy::after{
    content:"";

    position:absolute;

    width:600px;
    height:600px;

    bottom:-250px;
    left:-200px;

    background:radial-gradient(circle, rgba(14,165,233,.12), transparent 70%);

    pointer-events:none;
}

/* CONTENT */

.tc-container{
    position:relative;
    z-index:2;

    max-width:1200px;
    margin:0 auto;
}

/* HEADER */

.tc-header{
    text-align:center;
    margin-bottom:70px;
}

.tc-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:8px 18px;

    border-radius:999px;

    border:1px solid rgba(59,130,246,.35);

    background:rgba(37,99,235,.10);

    backdrop-filter:blur(12px);

    color:#60a5fa;

    font-size:13px;
    font-weight:600;
    letter-spacing:.5px;

    margin-bottom:24px;
}

.tc-header h1{
    color:#ffffff;

    font-size:58px;
    line-height:1.05;
    font-weight:700;

    margin-bottom:24px;
}

.tc-header p{
    max-width:780px;

    margin:0 auto;

    color:#94a3b8;

    font-size:18px;
    line-height:1.9;
}

/* CARDS */

.tc-card{
    position:relative;

    background:
        linear-gradient(
            180deg,
            rgba(15,23,42,.92) 0%,
            rgba(10,16,32,.96) 100%
        );

    border:1px solid rgba(255,255,255,.06);

    border-radius:28px;

    padding:42px;

    margin-bottom:32px;

    box-shadow:
        0 10px 40px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.03);

    backdrop-filter:blur(14px);

    overflow:hidden;
}

.tc-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(96,165,250,.35),
            transparent
        );
}

/* TITLES */

.tc-card h2{
    color:#ffffff;

    font-size:30px;
    line-height:1.2;
    font-weight:700;

    margin-bottom:24px;
}

.tc-card h3{
    color:#60a5fa;

    font-size:20px;
    font-weight:600;

    margin-bottom:18px;
}

/* TEXT */

.tc-card p{
    color:#94a3b8;

    line-height:1.9;
    font-size:17px;

    margin-bottom:18px;
}

.tc-card strong{
    color:#ffffff;
}

.tc-card ul{
    margin:0 0 18px 0;
    padding-left:22px;
}

.tc-card li{
    color:#cbd5e1;

    margin-bottom:14px;

    line-height:1.7;
    font-size:16px;
}

/* LINKS */

.tc-card a{
    color:#60a5fa;
    text-decoration:none;

    transition:.2s ease;
}

.tc-card a:hover{
    color:#93c5fd;
}

/* CODE / COOKIES */

.tc-card code{
    display:inline-block;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.05);

    padding:5px 10px;

    border-radius:10px;

    color:#93c5fd;

    font-size:14px;
    font-family:monospace;
}

/* COOKIE GRID */

.tc-cookie-grid{
    display:grid;

    grid-template-columns:
        repeat(auto-fit,minmax(280px,1fr));

    gap:22px;

    margin-top:20px;
}

.tc-cookie-box{
    background:rgba(255,255,255,.025);

    border:1px solid rgba(255,255,255,.05);

    border-radius:22px;

    padding:26px;

    transition:.25s ease;
}

.tc-cookie-box:hover{
    transform:translateY(-4px);

    border-color:rgba(96,165,250,.18);

    background:rgba(255,255,255,.04);
}

/* MOBILE */

@media(max-width:768px){

    .tc-privacy-policy{
        padding:70px 20px;
    }

    .tc-header{
        margin-bottom:50px;
    }

    .tc-header h1{
        font-size:40px;
    }

    .tc-header p{
        font-size:16px;
    }

    .tc-card{
        padding:30px;
        border-radius:24px;
    }

    .tc-card h2{
        font-size:24px;
    }

    .tc-card p{
        font-size:16px;
    }

    .tc-cookie-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */