:root {
    --gna-primary: #1b9e93;
    --gna-secondary: #7425fc;
    --gna-accent: #ffdd00;
    --gna-light: #ffffff;
    --gna-dark: #2a2424;
    --gna-success: #2ac267;
    --gna-gradient: linear-gradient(135deg, var(--gna-primary) 0%, var(--gna-secondary) 100%);
    --gna-gradient-accent: linear-gradient(135deg, var(--gna-accent) 0%, #ff5ea4 100%);
    --gna-font-heading: 'Libre Baskerville', serif;
    --gna-font-body: 'PT Serif', serif;
    --gna-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    --gna-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--gna-font-body);
    line-height: 1.6;
    color: var(--gna-dark);
    background-color: #f8f9fa;
    overflow-x: hidden;
}

.bmEYAUG {
    background: var(--gna-gradient);
    color: var(--gna-light);
    padding: 1rem 0;
    box-shadow: var(--gna-shadow);
    position: relative;
    z-index: 1000;
}

.EkQPkeEsK {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.rTKwcyvWo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rTKwcyvWo h1 {
    font-family: var(--gna-font-heading);
    font-size: 2.5rem;
    background: linear-gradient(to right, #fff 0%, var(--gna-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 0.3rem;
    letter-spacing: 1px;
}

.rTKwcyvWo p {
    font-size: 1rem;
    opacity: 0.9;
    color: rgba(255,255,255,0.8);
}

.zbpcYR ul {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.zbpcYR a {
    color: var(--gna-light);
    text-decoration: none;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--gna-transition);
    padding: 0.5rem 0;
    position: relative;
}

.zbpcYR a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gna-accent);
    transition: var(--gna-transition);
}

.zbpcYR a:hover::after {
    width: 100%;
}

.zbpcYR a:hover {
    color: var(--gna-accent);
    transform: translateY(-2px);
}

.zbpcYR i {
    font-size: 1.3rem;
}

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

.EAaDU, .qzMtUVBNIY {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 50px;
    font-family: var(--gna-font-body);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--gna-transition);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.EAaDU {
    background: var(--gna-gradient-accent);
    color: white;
}

.EAaDU:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 138, 0, 0.3);
}

.qzMtUVBNIY {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.qzMtUVBNIY:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

.OnszmDfOhzP {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: var(--gna-transition);
}

.OnszmDfOhzP:hover {
    color: var(--gna-accent);
}

.bopchU {
    background: rgba(0, 0, 0, 0.2);
    padding: 1rem;
    margin-top: 1rem;
    backdrop-filter: blur(5px);
}

.TruCK {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
}

.TruCK p {
    font-size: 0.95rem;
    max-width: 90%;
    color: rgba(255,255,255,0.9);
}

.UeNhe {
    background: none;
    border: none;
    color: var(--gna-light);
    font-size: 1.2rem;
    cursor: pointer;
    transition: var(--gna-transition);
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.UeNhe:hover {
    color: var(--gna-accent);
    background: rgba(255,255,255,0.1);
    transform: rotate(90deg);
}

.URPXAyRJep {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    z-index: 2000;
    transition: left 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
}

.URPXAyRJep.active {
    left: 0;
}

.eTKkHAzhfx, .qYGBXAsJTeT {
    background: var(--gna-gradient);
    min-height: auto;
    padding: 3rem 2rem;
    border-radius: 20px;
    width: 90%;
    max-width: 800px;
    margin-bottom: 3rem;
    box-shadow: var(--gna-shadow);
    position: relative;
    overflow: hidden;
}

.eTKkHAzhfx::before, .qYGBXAsJTeT::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    z-index: 0;
}

.ftMiiMvzKZi {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.2);
    color: white;
    border: none;
    padding: 0.3rem 0.6rem;
    margin-top: 11px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    transition: var(--gna-transition);
    z-index: 1;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
}

.ftMiiMvzKZi:hover {
    background: rgba(255,255,255,0.3);
    transform: rotate(90deg);
}

.QCYWNCgEzPmOs, .ndyZQM {
    background-color: rgba(255,255,255,0.95);
    padding: 2.5rem;
    margin-top: 41px;
    border-radius: 15px;
    width: 100%;
    box-shadow: var(--gna-shadow);
    animation: fadeIn 0.5s ease-out;
    position: relative;
    z-index: 1;
}

.QCYWNCgEzPmOs h2, .ndyZQM h2 {
    font-family: var(--gna-font-heading);
    color: var(--gna-primary);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 2rem;
    background: linear-gradient(to right, var(--gna-primary) 0%, var(--gna-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.gzNplkTDQw label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--gna-dark);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gzNplkTDQw i {
    color: var(--gna-primary);
    font-size: 1.2rem;
}

.gzNplkTDQw input, 
.gzNplkTDQw select, 
.gzNplkTDQw textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-family: var(--gna-font-body);
    font-size: 1rem;
    transition: var(--gna-transition);
    background-color: white;
}

.gzNplkTDQw input:focus, 
.gzNplkTDQw select:focus, 
.gzNplkTDQw textarea:focus {
    border-color: var(--gna-primary);
    box-shadow: 0 0 0 3px rgba(106, 17, 203, 0.1);
    outline: none;
}

.gzNplkTDQw textarea {
    min-height: 120px;
    resize: vertical;
}

.Pbsqe {
    margin: 1.5rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.Pbsqe input {
    margin-top: 0.3rem;
    min-width: 20px;
    height: 20px;
    accent-color: var(--gna-primary);
}

.Pbsqe label {
    font-size: 0.95rem;
    font-weight: normal;
    cursor: pointer;
}

.Pbsqe a {
    color: var(--gna-primary);
    text-decoration: none;
    font-weight: 600;
}

.Pbsqe a:hover {
    text-decoration: underline;
}

.SCPCyCSMI, .OpyHxKVVxazItNE {
    background: var(--gna-gradient-accent);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-family: var(--gna-font-body);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: var(--gna-transition);
    margin-top: 1rem;
    box-shadow: 0 4px 15px rgba(255, 242, 0, 0.2);
}

.SCPCyCSMI:hover, .OpyHxKVVxazItNE:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 225, 0, 0.3);
}

.NrittqSRg {
    color: #ff47a6;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: none;
}

.gnainput-error {
    border-color: #ff47a6 !important;
}

.lpMnSDyOGK {
    background-color: rgba(255,255,255,0.95);
    padding: 2.5rem;
    border-radius: 15px;
    width: 100%;
    box-shadow: var(--gna-shadow);
    display: none;
    animation: fadeIn 0.5s ease-out;
    position: relative;
    z-index: 1;
    text-align: center;
}

.lpMnSDyOGK h2 {
    color: var(--gna-success);
    margin-bottom: 1.5rem;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.PHTtDYQ {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.NshpXDWIkHksX {
    background: var(--gna-primary);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-family: var(--gna-font-body);
    font-size: 1rem;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--gna-transition);
    margin: 0 auto;
}

.NshpXDWIkHksX:hover {
    background: var(--gna-secondary);
    transform: translateY(-2px);
}

@keyframes fadeIn {
    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); }
}

@media (max-width: 992px) {
    .EkQPkeEsK {
        flex-direction: column;
        text-align: center;
    }
    
    .rTKwcyvWo {
        align-items: center;
    }
    
    .zbpcYR ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .QezGX {
        flex-direction: column;
        width: 100%;
    }
    
    .EAaDU, .qzMtUVBNIY {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .rTKwcyvWo h1 {
        font-size: 2rem;
    }
    
    .zbpcYR ul {
        gap: 1rem;
    }
    
    .eTKkHAzhfx, .qYGBXAsJTeT {
        padding: 2rem 1rem;
        width: 95%;
    }
    
    .QCYWNCgEzPmOs, .ndyZQM, .lpMnSDyOGK {
        padding: 1.5rem;
        margin-top: 57px;
    }
}

@media (max-width: 576px) {
    .rTKwcyvWo h1 {
        font-size: 1.8rem;
    }
    
    .zbpcYR ul {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .TruCK {
        flex-direction: column;
    }
    
    .TruCK p {
        max-width: 100%;
        margin-bottom: 1rem;
    }
    
    .QCYWNCgEzPmOs h2, .ndyZQM h2 {
        font-size: 1.5rem;
    }
}

.hPuzEeK {
    min-height: 90vh;
    position: relative;
    display: flex;
    align-items: center;
    background: url('../pkl-art/cvp-bg1.webp') center/cover no-repeat;
    padding: 4rem 2rem;
}

.txXLvNmLqi {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.lISWBeZHJmEm {
    background: rgba(51, 9, 22, 0.85);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
}

.sCVARmirBA {
    font-family: 'Libre Baskerville', serif;
    color: #ffbf00;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.MFYajqcwy {
    font-family: 'PT Serif', serif;
    color: #ffffff;
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    min-height: 60px;
}

.cvpjAJscSxNSMr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.lXjyZhVCmSGVqz {
    background: rgba(53, 15, 29, 0.3);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    width: 180px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 191, 0, 0.2);
}

.lXjyZhVCmSGVqz:hover {
    transform: translateY(-8px) scale(1.05);
    background: rgba(53, 15, 29, 0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.lXjyZhVCmSGVqz i {
    font-size: 2.5rem;
    color: #ffbf00;
    margin-bottom: 1rem;
    display: block;
}

.TikfwKHprWV {
    font-family: 'PT Serif', serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.2rem;
}

.VeAxNziNd {
    background: linear-gradient(135deg, #ffbf00 0%, #d64b8e 100%);
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-family: 'PT Serif', serif;
    font-size: 1.2rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 217, 0, 0.3);
    animation: pulse 2s infinite;
}

.VeAxNziNd:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 187, 0, 0.4);
}

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

@media (max-width: 768px) {
    .hPuzEeK {
        min-height: auto;
        padding: 3rem 1.5rem;
    }
    
    .lISWBeZHJmEm {
        padding: 2rem;
    }
    
    .sCVARmirBA {
        font-size: 2.2rem;
    }
    
    .lXjyZhVCmSGVqz {
        width: 150px;
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .sCVARmirBA {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .cvpjAJscSxNSMr {
        flex-direction: column;
        gap: 1rem;
    }
    
    .lXjyZhVCmSGVqz {
        width: 100%;
        padding: 1.2rem 0.5rem;
    }
    
    .lXjyZhVCmSGVqz i {
        font-size: 2rem;
    }
    
    .VeAxNziNd {
        padding: 0.8rem 1.8rem;
        font-size: 1rem;
    }
}

.PUbHLdAECIgqZA {
    background: linear-gradient(135deg, #f5faf9 0%, #e4eaeb 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}

.qpcIYfMPdmVJt {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    position: relative;
}

.XUpBggcuc {
    width: 60%;
    background: rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: auto;
    display: flex;
    flex-direction: column;
}

.nsoXUnxOGfZEFXw {
    font-family: 'Libre Baskerville', serif;
    color: #2c3e50;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ZbJOoEOq {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex-grow: 1;
    justify-content: space-between;
}

.TpOht {
    background: rgba(203, 17, 141, 0.05);
    border-radius: 15px;
    padding: 1.5rem;
    border: 1px solid rgba(203, 17, 175, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.TpOht:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(203, 17, 132, 0.1);
    background: rgba(203, 17, 172, 0.08);
}

.lYTLgkzOg {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #843097a3 0%, #1bbba3 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.lYTLgkzOg i {
    color: white;
    font-size: 1.5rem;
}

.ovRGDImn {
    font-family: 'Libre Baskerville', serif;
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.lHfoBsdrDnyBu {
    font-family: 'PT Serif', serif;
    color: #4a5568;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    min-height: 60px;
}

.ikNrxh {
    background: linear-gradient(135deg, #ffbf00 0%, #d64b8e 100%);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    font-family: 'PT Serif', serif;
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.ikNrxh:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 213, 0, 0.3);
}

.RTavslGKo {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.kQcMjZrEV {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.FGyWzeAW {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kQcMjZrEV:hover .FGyWzeAW {
    transform: scale(1.05);
}

.FltSPmhsWR {
    background: rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: auto;
}

.IkkqBCocCXWl {
    font-family: 'Libre Baskerville', serif;
    color: #2c3e50;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.fsVOgaruPUnoQ {
    font-family: 'PT Serif', serif;
    color: #4a5568;
    font-size: 1.1rem;
    line-height: 1.8;
    column-count: 2;
    column-gap: 2rem;
}

.fsVOgaruPUnoQ p,
.fsVOgaruPUnoQ a {
    margin-bottom: 1rem;
    break-inside: avoid;
}

@media (max-width: 768px) {
    .qpcIYfMPdmVJt {
        flex-direction: column;
    }
    
    .XUpBggcuc, 
    .RTavslGKo {
        width: 100%;
        height: auto;
    }
    
    .fsVOgaruPUnoQ {
        column-count: 1;
    }
    
    .ZbJOoEOq {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .PUbHLdAECIgqZA {
        padding: 2rem 1rem;
    }
    
    .XUpBggcuc, 
    .FltSPmhsWR {
        padding: 1.5rem;
    }
    
    .nsoXUnxOGfZEFXw,
    .IkkqBCocCXWl {
        font-size: 1.8rem;
    }
    
    .TpOht {
        padding: 1.2rem;
    }
}

@media (max-width: 320px) {
    .ikNrxh {
        width: 100%;
        justify-content: center;
    }
}

.wAhr {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url('../pkl-art/cvp-bg4.webp') center/cover no-repeat fixed;
    position: relative;
    padding: 4rem 2rem;
}

.wAhr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 51, 45, 0.85);
}

.bvvLWSsrMEcOee {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    color: var(--gna-light);
}

.AEetbzXBnVLLOQ {
    font-family: var(--gna-font-heading);
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.AJkvMHIkzswm {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.LpbRBTkqm {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 2rem;
    width: calc(25% - 1.5rem);
    transition: var(--gna-transition);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
    min-height: 300px;
}

.LpbRBTkqm:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.15);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

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

.NNVS {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gna-accent);
}

.gIVHjtDOI {
    flex-grow: 1;
}

.oBWjSJC {
    font-family: var(--gna-font-heading);
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.iEiVOVPmVcjhV {
    font-family: var(--gna-font-body);
    font-size: 0.9rem;
    opacity: 0.8;
}

.BNuUshKmHMGm {
    color: var(--gna-accent);
    font-size: 1.2rem;
}

.pnFhrk {
    font-family: var(--gna-font-body);
    font-size: 1rem;
    line-height: 1.7;
    position: relative;
    min-height: 120px;
}

.qANbmLmXA {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 3rem;
    opacity: 0.1;
    color: var(--gna-accent);
}

@media (max-width: 768px) {
    .LpbRBTkqm {
        width: calc(50% - 1.5rem);
    }
    
    .AEetbzXBnVLLOQ {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .LpbRBTkqm {
        width: 100%;
        max-width: 400px;
    }
    
    .AEetbzXBnVLLOQ {
        font-size: 1.8rem;
    }
    
    .wAhr {
        padding: 3rem 1rem;
    }
}

@media (max-width: 320px) {
    .ebrBgNp {
        flex-direction: column;
        text-align: center;
    }
    
    .gIVHjtDOI {
        text-align: center;
    }
}

.AyqDwgcgoSRCYV {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
    padding: 4rem 2rem;
}

.BnzpsCjVCTRk {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}

.xzvlFEaeuazxFR {
    font-family: var(--gna-font-heading);
    color: var(--gna-primary);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.sUIpcd {
    font-family: var(--gna-font-body);
    color: var(--gna-dark);
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.LwoIVS {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: var(--gna-shadow);
}

.HhXDLsgIzx {
    margin-bottom: 1.5rem;
    text-align: left;
}

.MQHSNOGuZCb {
    font-family: var(--gna-font-body);
    color: var(--gna-dark);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.oTOwhGNWTpxsg {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-family: var(--gna-font-body);
    font-size: 1rem;
    transition: var(--gna-transition);
}

.oTOwhGNWTpxsg:focus {
    border-color: var(--gna-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(106, 17, 203, 0.1);
}

.slUHXHePqX {
    color: #ff47a6;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: none;
}

.SqtdFaVRvrGcgY {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin: 2rem 0;
}

.JExEVXHvND {
    margin-top: 0.3rem;
}

.qjVBDUHpkfIrlDN {
    font-family: var(--gna-font-body);
    font-size: 0.95rem;
    text-align: left;
}

.dEhCHHi {
    color: var(--gna-primary);
    font-weight: 600;
    text-decoration: none;
}

.sjDqKGjcW {
    background: var(--gna-gradient-accent);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-family: var(--gna-font-body);
    font-size: 1.1rem;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: var(--gna-transition);
}

.sjDqKGjcW:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 204, 0, 0.3);
}

.jXtZxoUg {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    max-width: 600px;
    margin: 2rem auto 0;
    box-shadow: var(--gna-shadow);
    display: none;
    text-align: center;
}

.ezdZqknLPtQ {
    font-family: var(--gna-font-heading);
    color: var(--gna-success);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.zfDRUTxrCRmnOe {
    font-family: var(--gna-font-body);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.eaKQYn {
    background: var(--gna-primary);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    font-family: var(--gna-font-body);
    font-size: 1rem;
    cursor: pointer;
    transition: var(--gna-transition);
}

.eaKQYn:hover {
    background: var(--gna-secondary);
}

.cbkMKXEQNwoqN {
    background: var(--gna-gradient);
    padding: 4rem 2rem;
    color: white;
}

.YkkzbXX {
    max-width: 1320px;
    margin: 0 auto;
}

.bThZmfWrP {
    font-family: var(--gna-font-heading);
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.TYhNnp {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.curRPv {
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 1.5rem;
    width: calc(33.333% - 1.5rem);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: var(--gna-transition);
}

.curRPv:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.15);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.UNFzSXcBgV {
    font-family: var(--gna-font-heading);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--gna-accent);
    text-align: center;
}

.IUGqWpegyZjO {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
}

.afMtvSyqUr {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    font-family: var(--gna-font-body);
    font-weight: 600;
    transition: var(--gna-transition);
}

.qHvuFlctJhv {
    background: var(--gna-accent);
    color: var(--gna-dark);
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .curRPv {
        width: calc(50% - 1.5rem);
    }
    
    .xzvlFEaeuazxFR,
    .bThZmfWrP {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .curRPv {
        width: 100%;
        max-width: 350px;
    }
    
    .LwoIVS,
    .jXtZxoUg {
        padding: 1.5rem;
    }
    
    .xzvlFEaeuazxFR,
    .bThZmfWrP {
        font-size: 1.8rem;
    }
    
    .AyqDwgcgoSRCYV,
    .cbkMKXEQNwoqN {
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 320px) {
    .xzvlFEaeuazxFR,
    .bThZmfWrP {
        font-size: 1.6rem;
    }
    
    .oTOwhGNWTpxsg {
        padding: 0.8rem;
    }
}

.YDDtiDtAoTq {
    position: relative;
    min-height: 100vh;
    padding: 4rem 2rem;
    background: url('../pkl-art/cvp-bg3.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.HynydWXPINcK {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 46, 51, 0.85);
    z-index: 0;
}

.QuODvWmadkhgWE {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
}

.PzajCpDHeZCmJ {
    font-family: var(--gna-font-heading);
    color: var(--gna-light);
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

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

.enuzclcfj {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    border-radius: 15px;
    padding: 2rem;
    width: calc(50% - 1rem);
    border: 1px solid rgba(255,255,255,0.2);
    transition: var(--gna-transition);
    position: relative;
    overflow: hidden;
}

.enuzclcfj:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    background: rgba(255,255,255,0.15);
}

.ZrKDMwpdES {
    width: 60px;
    height: 60px;
    background: var(--gna-gradient-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: var(--gna-light);
}

.CVlxkMvczSPmb {
    font-family: var(--gna-font-heading);
    color: var(--gna-accent);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.pxcetYoOU {
    font-family: var(--gna-font-body);
    color: var(--gna-light);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    min-height: 60px;
}

.qooas {
    font-family: var(--gna-font-body);
    color: var(--gna-light);
    font-size: 1rem;
    margin-bottom: 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: var(--gna-transition);
    opacity: 0;
}

.qooas.active {
    max-height: 500px;
    opacity: 1;
    margin-bottom: 2rem;
}

.pDcPNmoDOrhUYgn {
    background: transparent;
    border: none;
    color: var(--gna-accent);
    font-family: var(--gna-font-body);
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0;
    transition: var(--gna-transition);
}

.pDcPNmoDOrhUYgn:hover {
    color: var(--gna-light);
}

.seSeknRYjInky {
    background: var(--gna-gradient);
    color: var(--gna-light);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    font-family: var(--gna-font-body);
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--gna-transition);
    width: 100%;
    justify-content: center;
}

.seSeknRYjInky:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(53, 15, 29, 0.4);
}

@media (max-width: 768px) {
    .enuzclcfj {
        width: 100%;
        max-width: 500px;
    }
    
    .PzajCpDHeZCmJ {
        font-size: 2.3rem;
    }
}

@media (max-width: 480px) {
    .YDDtiDtAoTq {
        padding: 3rem 1.5rem;
    }
    
    .PzajCpDHeZCmJ {
        font-size: 2rem;
    }
    
    .enuzclcfj {
        padding: 1.5rem;
    }
}

@media (max-width: 320px) {
    .PzajCpDHeZCmJ {
        font-size: 1.8rem;
    }
    
    .CVlxkMvczSPmb {
        font-size: 1.5rem;
    }
}

.sBNEmlXIj {
    position: relative;
    min-height: 100vh;
    padding: 4rem 2rem;
    background: url('../pkl-art/cvp-bg2.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.yKfHGvrcZ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 46, 51, 0.85);
    z-index: 0;
}

.qfYNfof {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
}

.kakZDksd {
    font-family: var(--gna-font-heading);
    color: var(--gna-light);
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

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

.GUGQQyby {
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
    transition: var(--gna-transition);
}

.GUGQQyby:hover {
    background: rgba(255,255,255,0.15);
}

.ekPAnCtIBCe {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ekPAnCtIBCe h3 {
    font-family: var(--gna-font-heading);
    color: var(--gna-light);
    font-size: 1.3rem;
    margin: 0;
    flex: 1;
}

.ekPAnCtIBCe i {
    font-size: 1.5rem;
    color: var(--gna-accent);
    transition: var(--gna-transition);
}

.XumjcVdKWW {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    background: rgba(0,0,0,0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.XumjcVdKWW p {
    color: var(--gna-light);
    font-size: 1.1rem;
    padding: 1rem 0;
    margin: 0;
}

.qrycqxUi {
    background: var(--gna-gradient-accent);
    color: var(--gna-light);
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    font-family: var(--gna-font-body);
    font-size: 0.9rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    transition: var(--gna-transition);
}

.qrycqxUi:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 138, 0, 0.3);
}

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

.GUGQQyby.active .XumjcVdKWW {
    max-height: 500px;
    padding: 0 1.5rem 1.5rem;
}

.hfIIYaNi {
    text-align: center;
    margin-top: 3rem;
}

.hfIIYaNi p {
    color: var(--gna-light);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.ZuZQRbimp {
    background: transparent;
    color: var(--gna-accent);
    border: 2px solid var(--gna-accent);
    padding: 0.8rem 2rem;
    border-radius: 8px;
    font-family: var(--gna-font-body);
    font-size: 1.1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--gna-transition);
}

.ZuZQRbimp:hover {
    background: var(--gna-accent);
    color: var(--gna-dark);
    transform: translateY(-3px);
}

@keyframes gnashake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

@media (max-width: 768px) {
    .kakZDksd {
        font-size: 2.3rem;
    }
    
    .ekPAnCtIBCe h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .sBNEmlXIj {
        padding: 3rem 1.5rem;
    }
    
    .kakZDksd {
        font-size: 2rem;
    }
    
    .ekPAnCtIBCe {
        padding: 1.2rem;
    }
}

@media (max-width: 320px) {
    .kakZDksd {
        font-size: 1.8rem;
    }
    
    .ekPAnCtIBCe h3 {
        font-size: 1.1rem;
    }
}

.mWWwdPEd {
    background: var(--gna-gradient);
    padding: 4rem 2rem;
    color: var(--gna-light);
}

.hoaVWAr {
    max-width: 1320px;
    margin: 0 auto;
}

.cBpkrtXTalbe {
    font-family: var(--gna-font-heading);
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.xOFYmEgBLySA {
    display: flex;
    gap: 3rem;
}

.kWBSDUsjgmTa {
    flex: 1;
}

.ugjtFxlYqtSDl {
    font-family: var(--gna-font-body);
    font-size: 1.1rem;
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    min-height: 60px;
}

.ugjtFxlYqtSDl i {
    font-size: 1.5rem;
    color: var(--gna-accent);
    margin-top: 0.3rem;
}

.lmwVCBim {
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 2rem;
    margin: 3rem 0;
}

.FntMpDvQ {
    font-family: var(--gna-font-heading);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.eriWexsEMaBO {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.YjIkGpF {
    transition: var(--gna-transition);
    border-radius: 8px;
    overflow: hidden;
}

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

.jZVziEmWCJQcFc {
    text-align: center;
    margin-top: 1.5rem;
}

.SLrwZNM {
    background: var(--gna-accent);
    color: var(--gna-dark);
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-family: var(--gna-font-heading);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin: 2rem auto 0;
    transition: var(--gna-transition);
}

.SLrwZNM:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255,138,0,0.4);
}

.lwcknYgfivUQ {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.RerRrzJ {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--gna-shadow);
    transition: var(--gna-transition);
}

.RerRrzJ:hover {
    transform: translateY(-5px);
}

.OnTjcBUhuU {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .xOFYmEgBLySA {
        flex-direction: column;
    }
    
    .lwcknYgfivUQ {
        width: 100%;
        flex-direction: row;
    }
    
    .cBpkrtXTalbe {
        font-size: 2.3rem;
    }
}

@media (max-width: 480px) {
    .mWWwdPEd {
        padding: 3rem 1.5rem;
    }
    
    .lwcknYgfivUQ {
        flex-direction: column;
    }
    
    .cBpkrtXTalbe {
        font-size: 2rem;
    }
    
    .ugjtFxlYqtSDl {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 320px) {
    .cBpkrtXTalbe {
        font-size: 1.8rem;
    }
    
    .eriWexsEMaBO {
        flex-direction: column;
        align-items: center;
    }
}

.jYXnBvvzvPTX {
    background: var(--gna-dark);
    color: var(--gna-light);
    padding: 3rem 2rem;
    font-family: var(--gna-font-body);
}

.yHhxxpVmS {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.gDLmFpqcv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.ggSTVw {
    color: var(--gna-light);
    text-decoration: none;
    font-size: 1.1rem;
    transition: var(--gna-transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ggSTVw:hover {
    color: var(--gna-accent);
}

.CQuRuE {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 1rem 0;
}

.MAiNfPwcUijY {
    background: var(--gna-gradient-accent);
    color: var(--gna-dark);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    font-family: var(--gna-font-body);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--gna-transition);
}

.yievRMbbrXNX {
    background: transparent;
    color: var(--gna-light);
    border: 2px solid var(--gna-light);
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    font-family: var(--gna-font-body);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--gna-transition);
}

.MAiNfPwcUijY:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255,138,0,0.3);
}

.yievRMbbrXNX:hover {
    background: var(--gna-light);
    color: var(--gna-dark);
    transform: translateY(-3px);
}

.aIBGZolI {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.8;
}

.nKJLBfeycdi {
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.6;
    margin-top: 2rem;
}

.jQOEAwxcZzIV {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(9, 46, 51, 0.95);
    padding: 1rem;
    z-index: 1000;
    display: none;
}

.WtMeeHVZRNq {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

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

.mJPK {
    color: var(--gna-light);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mJPK i {
    font-size: 1.2rem;
    color: var(--gna-accent);
}

.YLlvkaQ {
    color: var(--gna-accent);
    text-decoration: none;
    font-weight: 600;
    margin-left: 0.5rem;
    white-space: nowrap;
}

.oSlVCoHU {
    background: var(--gna-accent);
    color: var(--gna-dark);
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    font-family: var(--gna-font-body);
    font-weight: 600;
    cursor: pointer;
    transition: var(--gna-transition);
    white-space: nowrap;
}

.oSlVCoHU:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(255, 170, 0, 0.3);
}

.axvFd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.99);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.uKZUXTAIozkg {
    background: var(--gna-dark);
    padding: 3rem;
    border-radius: 15px;
    max-width: 600px;
    text-align: center;
    border: 2px solid var(--gna-accent);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.dDYnVRQXg {
    font-family: var(--gna-font-heading);
    color: var(--gna-accent);
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.xAKwH {
    font-family: var(--gna-font-body);
    color: var(--gna-light);
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.CFuXMLx {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.SXvPOfckLKto {
    background: var(--gna-success);
    color: var(--gna-light);
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-family: var(--gna-font-body);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--gna-transition);
}

.oWOmbdZkdX {
    background: transparent;
    color: var(--gna-light);
    border: 2px solid var(--gna-light);
    padding: 1rem 2rem;
    border-radius: 8px;
    font-family: var(--gna-font-body);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--gna-transition);
}

.SXvPOfckLKto:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,200,81,0.3);
}

.oWOmbdZkdX:hover {
    background: var(--gna-light);
    color: var(--gna-dark);
    transform: translateY(-3px);
}

.uKnBpzQVGxvbYm {
    position: fixed;
    bottom: 200px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--gna-gradient);
    color: var(--gna-light);
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--gna-transition);
    z-index: 999;
    box-shadow: var(--gna-shadow);
}

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

.uKnBpzQVGxvbYm:hover {
    transform: translateY(-5px);
    background: var(--gna-gradient-accent);
}

@media (max-width: 768px) {
    .WtMeeHVZRNq {
        flex-direction: column;
        text-align: center;
    }
    
    .lClgzwKOizZkE {
        flex-direction: column;
    }
    
    .YLlvkaQ {
        margin-left: 0;
        margin-top: 0.5rem;
    }
    
    .uKZUXTAIozkg {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }
    
    .dDYnVRQXg {
        font-size: 1.8rem;
    }
    
    .xAKwH {
        font-size: 1rem;
    }
    
    .CFuXMLx {
        flex-direction: column;
        gap: 1rem;
    }
    
    .gDLmFpqcv {
        flex-direction: column;
        align-items: center;
    }
    
    .CQuRuE {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .uKnBpzQVGxvbYm {
        bottom: 150px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .jYXnBvvzvPTX {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 320px) {
    .uKnBpzQVGxvbYm {
        bottom: 242px;
    }
}

.mOrgdNWTBmA {
    max-width: 1320px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.wrLoIvgYJAwImrR {
    text-align: center;
    margin-bottom: 4rem;
}

.hOBohSIT {
    font-family: var(--gna-font-heading);
    color: var(--gna-primary);
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.JYtTWuRS {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.EeuvDlUNVuVR {
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: var(--gna-shadow);
    transition: var(--gna-transition);
}

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

.BTwatCmNQWq {
    font-family: var(--gna-font-heading);
    color: var(--gna-dark);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.EeuvDlUNVuVR p {
    font-family: var(--gna-font-body);
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--gna-dark);
    min-height: 80px;
}

@media (max-width: 768px) {
    .hOBohSIT {
        font-size: 2.3rem;
    }
    
    .BTwatCmNQWq {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .mOrgdNWTBmA {
        padding: 2rem 1.5rem;
    }
    
    .hOBohSIT {
        font-size: 2rem;
    }
    
    .EeuvDlUNVuVR {
        padding: 1.5rem;
    }
}

@media (max-width: 320px) {
    .hOBohSIT {
        font-size: 1.8rem;
    }
    
    .BTwatCmNQWq {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

.uHmfDrt {
    max-width: 1320px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.mJols {
    text-align: center;
    margin-bottom: 4rem;
}

.HfMVbmy {
    font-family: var(--gna-font-heading);
    color: var(--gna-primary);
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.yPrhOqt {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.NSdOOYAcyfEte {
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: var(--gna-shadow);
    transition: var(--gna-transition);
}

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

.npAqF {
    font-family: var(--gna-font-heading);
    color: var(--gna-dark);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.NSdOOYAcyfEte p {
    font-family: var(--gna-font-body);
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--gna-dark);
    min-height: 80px;
}

@media (max-width: 768px) {
    .HfMVbmy {
        font-size: 2.3rem;
    }
    
    .npAqF {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .uHmfDrt {
        padding: 2rem 1.5rem;
    }
    
    .HfMVbmy {
        font-size: 2rem;
    }
    
    .NSdOOYAcyfEte {
        padding: 1.5rem;
    }
}

@media (max-width: 320px) {
    .HfMVbmy {
        font-size: 1.8rem;
    }
    
    .npAqF {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

.ebNUeaq {
    max-width: 1320px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.cAMyWdNuhf {
    text-align: center;
    margin-bottom: 4rem;
}

.rJQOuXpAI {
    font-family: var(--gna-font-heading);
    color: var(--gna-primary);
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.osZSefcBQ {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.VIiIDYAnxxdR {
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: var(--gna-shadow);
    transition: var(--gna-transition);
}

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

.BYNdllBi {
    font-family: var(--gna-font-heading);
    color: var(--gna-dark);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.VIiIDYAnxxdR p {
    font-family: var(--gna-font-body);
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--gna-dark);
    min-height: 80px;
}

.qcdfrKF {
    color: var(--gna-primary);
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 768px) {
    .rJQOuXpAI {
        font-size: 2.3rem;
    }
    
    .BYNdllBi {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .ebNUeaq {
        padding: 2rem 1.5rem;
    }
    
    .rJQOuXpAI {
        font-size: 2rem;
    }
    
    .VIiIDYAnxxdR {
        padding: 1.5rem;
    }
}

@media (max-width: 320px) {
    .rJQOuXpAI {
        font-size: 1.8rem;
    }
    
    .BYNdllBi {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

.XGwWfLJtonUpG {
    max-width: 1320px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.LQGrF {
    text-align: center;
    margin-bottom: 4rem;
}

.VjoEaMTV {
    font-family: var(--gna-font-heading);
    color: var(--gna-primary);
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.OFDArZZfVWWjVh {
    background: rgba(255,255,255,0.8);
    border-radius: 15px;
    padding: 3rem;
    box-shadow: var(--gna-shadow);
}

.JCmdlYFspv {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.iRxuisZP {
    font-family: var(--gna-font-heading);
    color: var(--gna-dark);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.JCmdlYFspv p {
    font-family: var(--gna-font-body);
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--gna-dark);
    margin-bottom: 1.5rem;
}

.FwMGUNbpZdGu {
    text-align: center;
    margin-top: 3rem;
}

.ijDrdqHwSdB {
    background: var(--gna-gradient-accent);
    color: var(--gna-dark);
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    font-family: var(--gna-font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    transition: var(--gna-transition);
}

.ijDrdqHwSdB:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 208, 0, 0.3);
}

@media (max-width: 768px) {
    .VjoEaMTV {
        font-size: 2.3rem;
    }
    
    .OFDArZZfVWWjVh {
        padding: 2rem;
    }
    
    .iRxuisZP {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .XGwWfLJtonUpG {
        padding: 2rem 1.5rem;
    }
    
    .VjoEaMTV {
        font-size: 2rem;
    }
    
    .OFDArZZfVWWjVh {
        padding: 1.5rem;
    }
}

@media (max-width: 320px) {
    .VjoEaMTV {
        font-size: 1.8rem;
    }
    
    .iRxuisZP {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}