body {
    font-family: 'Nunito', sans-serif;
}

:root {
    --primary-gradient: linear-gradient(135deg, #bf8d4b 0%, #c58d1e 50%, #99631c 100%);
    --secondary-gradient: linear-gradient(135deg, #FFDA6B 0%, #FFA94D 100%);
    --text-light: #F0F0F0;
    --text-dark: #1A1A1A;
    --overlay-dark: rgba(10, 10, 10, 0.85);
    --overlay-light: rgba(250, 250, 250, 0.85);
    --accent-color: #f0a636;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    --transition: all 0.3s ease;

    --privacy-primary: #FF9F1C;
    --privacy-secondary: #FF6F59;
    --privacy-accent: #2EC4B6;
    --bg-light: #FAF0E6;

    --cookie-primary: #6A4C93;
    --cookie-secondary: #B76BA3;
    --cookie-accent: #ffc526;
    --bg-light: #F0FFF0;

    --terms-primary: #008080;
    --terms-secondary: #20B2AA;
    --terms-accent: #FFD700;
    --bg-light: #F0F8FF;
}


body {
    font-family: 'Nunito', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

.ryrbHzE {
    background: var(--primary-gradient);
    padding: 1rem 2rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow);
}

.OrxNLPyS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.PVSBRYfZgF {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mVBaXzQIcBa {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.nAvkGkOSuIh {
    font-family: 'Kotta One', serif;
    font-size: 1.5rem;
    color: var(--text-light);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.iSOPKEffzA {
    display: flex;
    align-items: center;
    gap: 2rem;
    transition: all 0.4s ease;
}

.iSOPKEffzA.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: var(--primary-gradient);
    z-index: 999;
    padding: 2rem;
    overflow-y: auto;
}

.YQOGzyeu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    list-style: none;
}

.QflMWoIAjiOCB {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
    position: relative;
}

.QflMWoIAjiOCB:hover {
    transform: translateY(-2px);
}

.QflMWoIAjiOCB i {
    font-size: 1.2rem;
}

.enZbC {
    background: var(--text-light);
    color: var(--accent-color);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.enZbC:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.LQfwFXXM {
    display: none;
}

.VaOFEVPiWRTh {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0.5rem;
}

.VaOFEVPiWRTh span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--text-light);
    transition: var(--transition);
}

.MUyPKqGlGQ {
    min-height: 100vh;
    background: url('../pfs-imgs/nn-bg1.webp') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding: 6rem 2rem 4rem;
    margin-top: 70px;
}

.lcSSCgvkRQKWp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-dark);
    z-index: 1;
}

.VibUXqbgpQQU {
    position: relative;
    z-index: 2;
    color: var(--text-light);
    text-align: center;
    margin: 0 auto;
    padding: 2rem;
}

.cJmLjNav {
    font-family: 'Kotta One', serif;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    animation: fadeInUp 1s ease;
}

.fFSKOVL {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.8;
    animation: fadeInUp 1s ease 0.2s forwards;
    opacity: 0;
}

.fFSKOVL i {
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

.hVrBpzoQSM {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.4s forwards;
    opacity: 0;
}

.pGClNQre {
    background: var(--overlay-light);
    color: var(--text-dark);
    padding: 1.5rem;
    border-radius: 10px;
    min-width: 180px;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.pGClNQre:hover {
    transform: translateY(-10px);
    background: var(--text-light);
}

.pGClNQre i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.pGClNQre p {
    font-weight: 700;
    font-size: 1.1rem;
}

.tUGUslnbykX {
    padding: 6rem 2rem;
    margin: 0 auto;
}

.cqBBvdg {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.tAfdHIYNU {
    flex: 1;
    padding: 3rem 0;
    align-self: flex-start;
}

.hiGGdfTYAeQxQ {
    flex: 1;
    align-self: flex-end;
    position: relative;
}

.hiGGdfTYAeQxQ img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.hiGGdfTYAeQxQ img:hover {
    transform: rotate(-2deg) scale(1.02);
}

.kNbHtOhgQ {
    font-family: 'Kotta One', serif;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--accent-color);
    position: relative;
}

.kNbHtOhgQ::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 4px;
    background: var(--primary-gradient);
}

.PNCdfnMXt {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.ujAAQyAzlzfh {
    min-height: 70vh;
    background: url('../pfs-imgs/nn-bg3.webp') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
}

.deBSxGBSE {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-dark);
    z-index: 1;
}

.wHhIWudJWf {
    position: relative;
    z-index: 2;
    color: var(--text-light);
    text-align: center;
    margin: 0 auto;
    padding: 2rem;
}

.AokdiCjMgzQjE {
    font-family: 'Kotta One', serif;
    font-size: 3rem;
    margin-bottom: 2rem;
    animation: pulse 2s infinite;
}

.fxfCM {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.fxfCM i {
    margin-right: 0.5rem;
    font-size: 1.5rem;
    color: var(--accent-color);
}

.gOBLgbvhurxK {
    padding: 6rem 2rem;
    margin: 0 auto;
    text-align: center;
}

.bKfy {
    font-family: 'Kotta One', serif;
    font-size: 2.5rem;
    margin-bottom: 4rem;
    color: var(--accent-color);
    position: relative;
    display: inline-block;
}

.bKfy::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--secondary-gradient);
}

.FjOtNG {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.movOvlGTKMc {
    background: var(--text-light);
    border-radius: 15px;
    padding: 2rem;
    width: calc(33.333% - 2rem);
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.movOvlGTKMc:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.movOvlGTKMc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--primary-gradient);
}

.movOvlGTKMc i {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--accent-color);
}

.movOvlGTKMc h3 {
    font-family: 'Kotta One', serif;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.movOvlGTKMc p {
    color: #666;
    font-size: 1rem;
}

.TAkzMo {
    padding: 6rem 2rem;
    margin: 0 auto;
    background: #f9f9f9;
}

.GhEucyEmfEnC {
    font-family: 'Kotta One', serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 4rem;
    color: var(--accent-color);
}

.bccEiCvR {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.lxehEPws {
    background: var(--text-light);
    border-radius: 15px;
    padding: 2rem;
    width: calc(50% - 1rem);
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.lxehEPws:hover {
    transform: scale(1.02);
}

.ZJUhEZJlsoe {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.qeDfevOGpzT {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent-color);
}

.EHMbTlRodD {
    flex: 1;
}

.EHMbTlRodD h3 {
    font-family: 'Kotta One', serif;
    margin-bottom: 0.5rem;
}

.hoWgOlPdn {
    color: #FFD700;
}

.PIqAwIKFBIK {
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.pBwcjLOrgPom {
    display: block;
    text-align: right;
    color: #888;
    font-size: 0.9rem;
}

.BsFOaAUsN {
    min-height: 100vh;
    background: url('../pfs-imgs/nn-bg2.webp') center/cover no-repeat;
    position: relative;
    padding: 6rem 2rem;
}

.UbavP {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-dark);
    z-index: 1;
}

.brUgdzIS {
    position: relative;
    z-index: 2;
    color: var(--text-light);
    margin: 0 auto;
}

.RlBLxOxGzdg {
    font-family: 'Kotta One', serif;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
}

.IZwsOxPAD {
    max-width: 800px;
    margin: 0 auto;
}

.qwtGBqPkrElon {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.JBUDtBET {
    width: 100%;
    background: rgba(255,255,255,0.1);
    border: none;
    color: var(--text-light);
    padding: 1.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.JBUDtBET:hover {
    background: rgba(255,255,255,0.2);
}

.JBUDtBET i {
    transition: var(--transition);
}

.JBUDtBET.active i {
    transform: rotate(45deg);
}

.wwBbDFRkwFPxI {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background: rgba(0,0,0,0.3);
}

.wwBbDFRkwFPxI p {
    padding: 0 1.5rem 1.5rem;
    margin-top: 2rem;
}

.BqzlKBn {
    display: block;
    margin: 3rem auto 0;
    background: var(--accent-color);
    color: var(--text-light);
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.BqzlKBn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.ebSUyEDUJ {
    background: var(--secondary-gradient);
    color: var(--text-light);
    padding: 3rem 2rem 1.5rem;
}

.IiNaMJqMm {
    margin: 0 auto;
}

.MpVMRO {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.HIexCKQotgCwOfc {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
}

.HIexCKQotgCwOfc:hover {
    color: var(--accent-color);
    text-decoration: underline;
}

.noVWUvEN {
    background: transparent;
    border: 2px solid var(--text-light);
    color: var(--text-light);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.noVWUvEN:hover {
    background: var(--text-light);
    color: var(--accent-color);
}

.SVAEzZFbQevFl {
    text-align: center;
    margin-top: 2rem;
}

.UXezYaLThhsy {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.tNwGBqdA {
    font-size: 0.9rem;
    opacity: 0.8;
}

.xyAFtnWwFOdwQD {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--text-dark);
    color: var(--text-light);
    padding: 1rem 2rem;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.xyAFtnWwFOdwQD.active {
    transform: translateY(0);
}

.yLzv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1464px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 1rem;
}

.HdZjKGtZ {
    flex: 1;
    min-width: 300px;
}

.sNKvRBzRJpE {
    color: var(--accent-color);
    text-decoration: none;
    margin-left: 0.5rem;
}

.sNKvRBzRJpE:hover {
    text-decoration: underline;
}

.EWWGWZRSyUd {
    background: var(--accent-color);
    color: var(--text-light);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.EWWGWZRSyUd:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.lBMvhOL {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.lBMvhOL.active {
    opacity: 1;
    visibility: visible;
}

.nXcZsky {
    background: var(--text-light);
    border-radius: 15px;
    padding: 2rem;
    width: 100%;
    max-width: 600px;
    position: relative;
    transform: translateY(20px);
    transition: var(--transition);
}

.lBMvhOL.active .nXcZsky {
    transform: translateY(0);
}

.GUYwrxxN {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #888;
    transition: var(--transition);
}

.GUYwrxxN:hover {
    color: var(--accent-color);
    transform: rotate(90deg);
}

.qgJmIRfkjEbWo {
    font-family: 'Kotta One', serif;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--accent-color);
    text-align: center;
}

.ukYHOppTyNUo {
    margin-bottom: 1.5rem;
}

.IIKewfwJVq {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.PiqVEw, .clIqJUbUYl {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    transition: var(--transition);
}

.PiqVEw:focus, .clIqJUbUYl:focus {
    border-color: var(--accent-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(71, 200, 255, 0.2);
}

.clIqJUbUYl {
    min-height: 150px;
    resize: vertical;
}

.xdtIZoafECaRS {
    display: block;
    color: #e82b3b;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    min-height: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.xdtIZoafECaRS.show {
    opacity: 1;
}

.ukYHOppTyNUo {
    position: relative;
    margin-bottom: 1.5rem;
}

.bSSVBkPkzxtar {
    display: block;
    font-size: 0.8rem;
    color: #888;
    margin-top: 0.3rem;
    min-height: 1rem;
}

.xvKJKKvj {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.coPVrgjf {
    margin-right: 0.5rem;
}

.HmnlyLdQm {
    font-size: 0.9rem;
}

.QziIYq {
    background: var(--accent-color);
    color: var(--text-light);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
    transition: var(--transition);
}

.QziIYq:hover {
    background: #da2a3c;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(223, 64, 78, 0.3);
}

.hnpsuccess_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.hnpsuccess_content {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    position: relative;
    animation: slideUp 0.4s ease;
}

.hnpsuccess_close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #888;
}

.hnpsuccess_content h3 {
    color: var(--accent-color);
    margin-bottom: 1rem;
    font-family: 'Kotta One', serif;
}

.hnpsuccess_content p {
    margin-bottom: 1.5rem;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

@media (max-width: 1024px) {
    .cJmLjNav {
        font-size: 3rem;
    }
    
    .movOvlGTKMc {
        width: calc(50% - 1rem);
    }
    
    .lxehEPws {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .LQfwFXXM {
        display: none;
    }
    .iSOPKEffzA {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .iSOPKEffzA {
        display: none;
    }

    .YQOGzyeu {
        flex-direction: column;
    }
    
    .LQfwFXXM {
        display: block;
    }
    
    .OrxNLPyS {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 1rem;
    }
    
    .PVSBRYfZgF {
        order: 2;
        width: 100%;
        justify-content: center;
        margin-top: 1rem;
    }
    
    .LQfwFXXM {
        order: 1;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .movOvlGTKMc {
        width: 100%;
    }
    
    .cqBBvdg {
        flex-direction: column;
    }
    
    .tAfdHIYNU {
        padding: 0;
    }
    
    .hiGGdfTYAeQxQ {
        margin-top: 2rem;
    }
    
    .hVrBpzoQSM {
        flex-direction: column;
        align-items: center;
    }
    
    .pGClNQre {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .iSOPKEffzA.active {
        top: 70px;
        height: calc(100vh - 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cJmLjNav {
        font-size: 2.2rem;
    }
    
    .fFSKOVL {
        font-size: 1rem;
    }
    
    .kNbHtOhgQ, .bKfy, .GhEucyEmfEnC, .RlBLxOxGzdg {
        font-size: 2rem;
    }
    
    .MpVMRO {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .nXcZsky {
        padding: 1.5rem;
        margin: 0 1rem;
    }
}

@media (max-width: 320px) {
    .cJmLjNav {
        font-size: 1.8rem;
    }
    
    .nAvkGkOSuIh {
        font-size: 1.2rem;
    }
    
    .kNbHtOhgQ, .bKfy, .GhEucyEmfEnC, .RlBLxOxGzdg {
        font-size: 1.6rem;
    }
    
    .yLzv {
        flex-direction: column;
        text-align: center;
    }
    
    .EWWGWZRSyUd {
        width: 100%;
    }
}

.BVFwpscuVeTp {
    padding-top: 70px;
    background-color: var(--bg-light);
    min-height: 100vh;
}

.QWuFaaGNysQbeJd {
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, var(--privacy-primary), var(--privacy-secondary));
    color: var(--text-light);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 30px rgba(108, 99, 255, 0.2);
}

.ubsaPqyK {
    font-family: 'Kotta One', serif;
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: fadeInDown 1s ease;
}

.QPpNqsU {
    font-size: 1.2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease 0.3s forwards;
    opacity: 0;
}

.BndzjXHvjgk {
    margin: 3rem auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.UERLsXvAXuNRRAS {
    background: var(--text-light);
    border-radius: 15px;
    padding: 2rem;
    width: calc(33.333% - 2rem);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.UERLsXvAXuNRRAS:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(108, 99, 255, 0.1);
}

.UERLsXvAXuNRRAS i {
    font-size: 2.5rem;
    color: var(--privacy-primary);
    margin-bottom: 1.5rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.UERLsXvAXuNRRAS:hover i {
    transform: scale(1.2);
    color: var(--privacy-accent);
}

.sjGqCdT {
    font-family: 'Kotta One', serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--privacy-secondary);
}

.xxfwgjmsewP {
    font-family: 'Nunito', sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .UERLsXvAXuNRRAS {
        width: calc(50% - 1.5rem);
    }
}

@media (max-width: 768px) {
    .ubsaPqyK {
        font-size: 2.5rem;
    }
    
    .UERLsXvAXuNRRAS {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 480px) {
    .BVFwpscuVeTp {
        padding-top: 130px;
    }

    .ubsaPqyK {
        font-size: 2rem;
    }
    
    .QPpNqsU {
        font-size: 1rem;
    }
    
    .BndzjXHvjgk {
        padding: 0 1rem;
    }
}

@media (max-width: 320px) {
    .ubsaPqyK {
        font-size: 1.8rem;
    }
    
    .UERLsXvAXuNRRAS {
        padding: 1.5rem;
    }
}

.tQOeSTAdE {
    padding-top: 70px;
    background-color: var(--bg-light);
    min-height: 100vh;
}

.mIJlOvxuEsYGY {
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, var(--cookie-primary), var(--cookie-secondary));
    color: var(--text-light);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 30px rgba(255, 125, 125, 0.2);
}

.kwpcgGeZjdEB {
    font-family: 'Kotta One', serif;
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: bounceIn 1s ease;
}

.iqeejUcR {
    font-size: 1.2rem;
    opacity: 0.9;
    animation: fadeIn 1s ease 0.3s forwards;
    opacity: 0;
}

.hUiDcvPuV {
    margin: 3rem auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.XYHpTlxumyIQb {
    background: var(--text-light);
    border-radius: 15px;
    padding: 2rem;
    width: calc(33.333% - 2rem);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.XYHpTlxumyIQb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--cookie-primary);
    transition: all 0.3s ease;
}

.XYHpTlxumyIQb:hover::before {
    width: 10px;
    background: var(--cookie-accent);
}

.XYHpTlxumyIQb:hover {
    transform: translateY(-5px) rotate(1deg);
    box-shadow: 0 15px 30px rgba(255, 125, 125, 0.1);
}

.XYHpTlxumyIQb i {
    font-size: 2.5rem;
    color: var(--cookie-primary);
    margin-bottom: 1.5rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.XYHpTlxumyIQb:hover i {
    transform: rotate(15deg) scale(1.1);
    color: var(--cookie-accent);
}

.BsZJ {
    font-family: 'Kotta One', serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--cookie-secondary);
}

.XhDanHxW {
    font-family: 'Nunito', sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .XYHpTlxumyIQb {
        width: calc(50% - 1.5rem);
    }
}

@media (max-width: 768px) {
    .kwpcgGeZjdEB {
        font-size: 2.5rem;
    }
    
    .XYHpTlxumyIQb {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 480px) {
    .tQOeSTAdE {
        padding-top: 130px;
    }

    .kwpcgGeZjdEB {
        font-size: 2rem;
    }
    
    .iqeejUcR {
        font-size: 1rem;
    }
    
    .hUiDcvPuV {
        padding: 0 1rem;
    }
}

@media (max-width: 320px) {
    .kwpcgGeZjdEB {
        font-size: 1.8rem;
    }
    
    .XYHpTlxumyIQb {
        padding: 1.5rem;
    }
}

.cVndse {
    padding-top: 70px;
    background-color: var(--bg-light);
    min-height: 100vh;
}

.oPXCkVN {
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, var(--terms-primary), var(--terms-secondary));
    color: var(--text-light);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 30px rgba(77, 150, 255, 0.2);
}

.snyNsQc {
    font-family: 'Kotta One', serif;
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: slideInLeft 1s ease;
}

.CTbISjhyBXe {
    font-size: 1.2rem;
    opacity: 0.9;
    animation: slideInRight 1s ease 0.3s forwards;
    opacity: 0;
}

.wHHhOMYO {
    margin: 3rem auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.IuwkehBx {
    background: var(--text-light);
    border-radius: 15px;
    padding: 2rem;
    width: calc(33.333% - 2rem);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.IuwkehBx:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(77, 150, 255, 0.1);
}

.IuwkehBx i {
    font-size: 2.5rem;
    color: var(--terms-primary);
    margin-bottom: 1.5rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.IuwkehBx:hover i {
    color: var(--terms-accent);
    transform: rotateY(180deg);
}

.jmVWNLqpDNySsco {
    font-family: 'Kotta One', serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--terms-secondary);
    position: relative;
}

.jmVWNLqpDNySsco::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--terms-primary);
    transition: all 0.3s ease;
}

.IuwkehBx:hover .jmVWNLqpDNySsco::after {
    width: 100%;
    background: var(--terms-accent);
}

.HneDWbYNzH {
    font-family: 'Nunito', sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {
    .IuwkehBx {
        width: calc(50% - 1.5rem);
    }
}

@media (max-width: 768px) {
    .snyNsQc {
        font-size: 2.5rem;
    }
    
    .IuwkehBx {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 480px) {
    .cVndse {
        padding-top: 130px;
    }

    .snyNsQc {
        font-size: 2rem;
    }
    
    .CTbISjhyBXe {
        font-size: 1rem;
    }
    
    .wHHhOMYO {
        padding: 0 1rem;
    }
}

@media (max-width: 320px) {
    .snyNsQc {
        font-size: 1.8rem;
    }
    
    .IuwkehBx {
        padding: 1.5rem;
    }
}