:root {
   --primary-accent: #6366f1;
--primary-gradient: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
--text-light: #f4f4f5;
--text-dark: #1e293b;
--error-color: #f43f5e;
--success-color: #22c55e;
--link-color: #0ea5e9;
--border-highlight: #7dd3fc;
--bg-dark: #0f172a;
--bg-light: #f1f5f9;
--shadow: 0 4px 20px rgba(15, 23, 42, 0.1);
--transition: all 0.3s ease;

}

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

body {
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-light);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: normal;
}

a {
    color: var(--link-color);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    opacity: 0.8;
}

button {
    cursor: pointer;
    transition: var(--transition);
    border: none;
    background: none;
    font-family: inherit;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

img {
    max-width: 100%;
}

.XgHajEyrErFA {
    position: relative;
    background: url('../images/fb1.webp') no-repeat center center / cover;   
    color: var(--text-light);
    padding: 2rem 0;
    overflow: hidden;
}

.WOVCPEhSY {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.iVrkOFhNmIPo {
    position: relative;
    max-width: 1490px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.DzfsHg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.FYpGPwe {
    display: flex;
    gap: 1rem;
}

.mjrcAPI {
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: var(--text-light);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.mjrcAPI:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

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

.rDfey {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
}

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

.yBMMHceJauoS {
    text-align: center;
    padding: 2rem 0;
}

.HPaKfE {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.uQYzulKmGya {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 3rem;
    opacity: 0.9;
}

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

.QfpNbUMTkqvXh {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 1.5rem;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition);
}

.QfpNbUMTkqvXh:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: var(--shadow);
}

.QfpNbUMTkqvXh i {
    font-size: 2rem;
    color: var(--text-light);
}

.QfpNbUMTkqvXh p {
    font-size: 1rem;
    font-weight: bold;
}

.zMQlYmaI {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}

.zbAPBaLZkrlKsz {
    background: var(--bg-light);
    border-radius: 15px;
    width: 100%;
    max-width: 800px;
    padding: 2rem;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    display: flex;
    box-shadow: var(--shadow);
}

.nAdjlv {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
    color: var(--text-dark);
    background: none;
    border: none;
    transition: var(--transition);
}

.nAdjlv:hover {
    transform: scaleY(1.3);
    color: var(--primary-accent);
}

.fgwiHQBrTgq {
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2rem;
}

.tczAIi {
    flex: 1;
}

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

.hOUsrEiZtLzb {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: var(--transition);
}

.hOUsrEiZtLzb:focus {
    border-color: var(--primary-accent);
    outline: none;
    box-shadow: 0 0 0 3px rgba(58, 134, 255, 0.2);
}

.hOUsrEiZtLzb.error {
    border-color: var(--error-color);
}

.kYBXym {
    position: absolute;
    left: 1rem;
    top: 65%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #777;
}

.lkzMpIPvNO {
    position: absolute;
    right: 1rem;
    top: 65%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #777;
    cursor: pointer;
}

.EMIUXkzk {
    color: var(--error-color);
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    min-height: 1rem;
}

.CDSQwQcMGQXh {
    margin-bottom: 1.5rem;
}

.NffGxxKQYoRFS {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
}

.plNJnatAK {
    position: relative;
    top: 0;
    left: -30px;
    width: 15px;
    height: 15px;
    z-index: 1;
}

.QKREdFoxXwY {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color:#ccc;
    border-radius: 5px;
    transition: var(--transition);
}

.NffGxxKQYoRFS:hover .plNJnatAK ~ .QKREdFoxXwY {
    background-color: #ddd;
}

.plNJnatAK:checked ~ .QKREdFoxXwY {
    background-color: var(--error-color);
}

.QKREdFoxXwY:after {
    content: "";
    position: absolute;
    display: none;
}

.plNJnatAK:checked ~ .QKREdFoxXwY:after {
    display: block;
}

.NffGxxKQYoRFS.QKREdFoxXwY:after {
    position: relative;
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg);
}

.cgaUFhdSg {
    font-size: 0.95rem;
}

.gHzpdpo {
    color: var(--link-color);
    font-weight: bold;
}

.sWfBScJVePvvIT {
    width: 100%;
    padding: 1rem;
    background: var(--primary-gradient);
    color: var(--text-light);
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 8px;
    margin: 1rem 0;
    transition: var(--transition);
    border: none;
}

.sWfBScJVePvvIT:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.sWfBScJVePvvIT:disabled {
    background: #ddd;
    color: #999;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.otPjWakqvoTV {
    text-align: center;
    font-size: 0.95rem;
    margin-top: 1rem;
}

.qvAeJyLky {
    font-weight: bold;
}

.OQCMqqlzTeV {
    text-align: center;
    width: 100%;
    padding: 2rem 0;
}

.jsSzAHt {
    font-size: 4rem;
    color: var(--success-color);
    margin-bottom: 1.5rem;
}

.rpPweiP {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.MgshIQvG {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: var(--text-dark);
}

.YTLJfCZtcz {
    padding: 0.75rem 2rem;
    background: var(--primary-accent);
    color: var(--text-light);
    border-radius: 50px;
    font-weight: bold;
    transition: var(--transition);
}

.YTLJfCZtcz:hover {
    background: var(--primary-gradient);
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

@media (max-width: 1280px) {
    .HPaKfE {
        font-size: 3rem;
    }
    
    .QfpNbUMTkqvXh {
        width: 160px;
        padding: 1.2rem;
    }
}

@media (max-width: 1024px) {
    .DzfsHg {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    
    .HPaKfE {
        font-size: 2.5rem;
    }
    
    .uQYzulKmGya {
        font-size: 1.1rem;
    }
    
    .zbAPBaLZkrlKsz {
        flex-direction: column;
    }
    
    .fgwiHQBrTgq {
        padding-right: 0;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #eee;
    }
}

@media (max-width: 768px) {
    .HPaKfE {
        font-size: 2.2rem;
    }
    
    .NLrcWp {
        gap: 1rem;
    }
    
    .QfpNbUMTkqvXh {
        width: calc(50% - 1rem);
        padding: 1rem;
    }
    
    .zbAPBaLZkrlKsz {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .HPaKfE {
        font-size: 1.8rem;
    }
    
    .uQYzulKmGya {
        font-size: 1rem;
    }
    
    .FYpGPwe {
        width: 100%;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .mjrcAPI {
        width: 100%;
        justify-content: center;
    }
    
    .QfpNbUMTkqvXh {
        width: 100%;
    }
    
    .hOUsrEiZtLzb {
        padding-left: 2.5rem;
    }
    
    .kYBXym {
        left: 0.8rem;
    }
}

@media (max-width: 320px) {
    .HPaKfE {
        font-size: 1.5rem;
    }
    
    .zbAPBaLZkrlKsz {
        padding: 1rem;
    }
}

.AyrLlZyJcw {
    padding: 100px 20px;
    background: var(--primary-gradient);
    color: var(--text-light);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.AyrLlZyJcw::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('../images/fb4.webp')  no-repeat center center / cover;
    opacity: 0.1;
    z-index: 0;
    animation: floatBg 20s ease-in-out infinite;
}

.OjODeDogyAW {
    position: relative;
    z-index: 1;
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
}

.BjpSWZVrvostJtm h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.wrNROuxqvMO h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    animation: fadeInUp 1.2s ease-out forwards;
}

.wrNROuxqvMO p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 1.4s ease-out forwards;
}

.NfOVFemyKoV {
    padding: 15px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    background: var(--primary-accent);
    color: var(--text-light);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, background-color 0.3s ease;
    animation: bounceIn 1.6s ease-out forwards;
}

.NfOVFemyKoV:hover {
    transform: scale(1.05);
    background-color: #2a7fd6;
}

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

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes floatBg {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1280px) {
    .AyrLlZyJcw {
        padding: 80px 15px;
    }
}

@media (max-width: 1024px) {
    .BjpSWZVrvostJtm h2 {
        font-size: 2.2rem;
    }

    .wrNROuxqvMO h3 {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .BjpSWZVrvostJtm h2,
    .wrNROuxqvMO h3 {
        font-size: 1.8rem;
    }

    .NfOVFemyKoV {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .AyrLlZyJcw {
        padding: 60px 10px;
    }

    .BjpSWZVrvostJtm h2 {
        font-size: 1.6rem;
    }

    .wrNROuxqvMO h3 {
        font-size: 1.3rem;
    }

    .NfOVFemyKoV {
        font-size: 1rem;
    }
}

.xDwwqizWSe {
    padding: 100px 20px;
    background-color: var(--bg-dark);
    color: var(--text-light);
    position: relative;
    overflow: hidden;
}

.xDwwqizWSe::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at center, rgba(58, 134, 255, 0.1) 0%, transparent 70%);
    z-index: 0;
    animation: pulseBg 8s ease-in-out infinite;
}

.KsPTTrhY {
    position: relative;
    z-index: 1;
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
}

.KsPTTrhY h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.GBKsmp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}

.OjxFWALAWFL {
    flex: 1 1 45%;
    min-width: 300px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transform: translateY(0);
    transition: transform 0.5s ease;
}

.OjxFWALAWFL img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.OjxFWALAWFL:hover .OjxFWALAWFL img {
    transform: scale(1.05);
}

.ZozTYTVUEN {
    flex: 1 1 45%;
    width: 260px;
    animation: slideInRight 1.2s ease-out forwards;
}

.ZozTYTVUEN h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.ZozTYTVUEN p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.YJUrzDdCXr {
    padding: 14px 28px;
    font-size: 1.05rem;
    border-radius: 40px;
    background: var(--primary-accent);
    color: var(--text-light);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.YJUrzDdCXr:hover {
    transform: scale(1.05);
    background-color: #2a7fd6;
}

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

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

@keyframes pulseBg {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@media (max-width: 1280px) {
    .xDwwqizWSe {
        padding: 80px 15px;
    }

    .GBKsmp {
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .KsPTTrhY h2 {
        font-size: 2.2rem;
    }

    .ZozTYTVUEN h3 {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .GBKsmp {
        flex-direction: column;
        align-items: center;
    }

    .OjxFWALAWFL,
    .ZozTYTVUEN {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .xDwwqizWSe {
        padding: 60px 10px;
    }

    .KsPTTrhY {
        padding: 0 3px;
    }

    .KsPTTrhY h2 {
        font-size: 1.8rem;
    }

    .ZozTYTVUEN h3 {
        font-size: 1.4rem;
    }

    .YJUrzDdCXr {
        width: 100%;
        justify-content: center;
    }
}

.CznlwA {
    padding: 80px 20px;
    background-color: var(--bg-dark);
    color: var(--text-light);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mrIhnAomojJAp {
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.HWpybcLOZERzt h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.HWpybcLOZERzt p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
    animation: fadeInUp 1.2s ease-out forwards;
}

.dYiRJdXS {
    animation: fadeInUp 1.4s ease-out forwards;
}

.PbuJFOShoR {
    background: var(--primary-gradient);
    border-radius: 15px;
    padding: 30px 20px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: var(--shadow);
}

.cqKU {
    flex: 1 1 100px;
    min-width: 90px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    backdrop-filter: blur(5px);
}

.cqKU span {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    line-height: 1.2;
}

.cqKU small {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    opacity: 0.9;
}

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

@media (max-width: 1280px) {
    .HWpybcLOZERzt h2 {
        font-size: 2.2rem;
    }

    .HWpybcLOZERzt p {
        font-size: 1rem;
    }

    .cqKU span {
        font-size: 2rem;
    }
}

@media (max-width: 1024px) {
    .umqnZWWOS {
        flex-wrap: wrap;
    }

    .cqKU {
        flex: 1 1 45%;
    }
}

@media (max-width: 768px) {
    .HWpybcLOZERzt h2 {
        font-size: 2rem;
    }

    .cqKU span {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .HWpybcLOZERzt h2 {
        font-size: 1.6rem;
    }

    .cqKU {
        flex: 1 1 100%;
    }

    .cqKU span {
        font-size: 1.6rem;
    }
}

.oYbCLPUfd {
    padding: 120px 20px 100px;
    background: url('../images/fb3.webp')  no-repeat center center / cover;
    color: var(--text-light);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.oYbCLPUfd::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(26, 26, 46, 0.85);
    z-index: 0;
}

.fDMbANNTiOTZ {
    position: relative;
    z-index: 1;
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
}

.fDMbANNTiOTZ h2 {
    font-size: 2.8rem;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.LhlFWFYZVcZ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    animation: fadeInUp 1.2s ease-out forwards;
}

.OKBYHDaDrz {
    flex: 1 1 30%;
    min-width: 280px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px 20px;
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.OKBYHDaDrz:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.15);
}

.OKBYHDaDrz i {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--primary-accent);
    transition: color 0.3s ease;
}

.OKBYHDaDrz:hover i {
    color: #2a7fd6;
}

.OKBYHDaDrz h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.OKBYHDaDrz p {
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.ohTzsNDoGn {
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 50px;
    background: var(--primary-gradient);
    color: var(--text-light);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.ohTzsNDoGn:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #2a7fd6 0%, #6f2ad6 100%);
}

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

@media (max-width: 1280px) {
    .fDMbANNTiOTZ h2 {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

    .OKBYHDaDrz {
        padding: 25px 15px;
    }
}

@media (max-width: 1024px) {
    .LhlFWFYZVcZ {
        flex-direction: column;
        align-items: center;
    }

    .OKBYHDaDrz {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .fDMbANNTiOTZ h2 {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }

    .OKBYHDaDrz i {
        font-size: 2.5rem;
    }

    .OKBYHDaDrz h3 {
        font-size: 1.3rem;
    }

    .ohTzsNDoGn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .oYbCLPUfd {
        padding: 120px 3px 100px;
    }

    .fDMbANNTiOTZ {
        padding: 0 3px;
    }

    .fDMbANNTiOTZ h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .OKBYHDaDrz {
        padding: 20px 10px;
    }

    .OKBYHDaDrz i {
        font-size: 2rem;
    }

    .OKBYHDaDrz h3 {
        font-size: 1.1rem;
    }

    .OKBYHDaDrz p {
        font-size: 0.95rem;
    }

    .ohTzsNDoGn {
        font-size: 0.95rem;
    }
}

.nKztXpR {
    padding: 100px 20px;
    background-color: var(--bg-light);
    color: var(--text-dark);
    text-align: center;
    position: relative;
}

.FTlDaMV {
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
    position: relative;
}

.FTlDaMV h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.ArOKdi {
    font-size: 1.1rem;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
    color: var(--text-dark);
    animation: fadeInUp 1.2s ease-out forwards;
}

.IoVsqEv {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    animation: fadeInUp 1.4s ease-out forwards;
}

.SrxzJtQzIADK-block {
    flex: 1 1 45%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.SrxzJtQzIADK-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.SrxzJtQzIADK label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--text-dark);
}

.SrxzJtQzIADK input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.SrxzJtQzIADK input:focus {
    border-color: var(--primary-accent);
    outline: none;
}

.gxJFwWFmF {
    padding: 14px 28px;
    font-size: 1.05rem;
    border-radius: 50px;
    background: var(--primary-gradient);
    color: var(--text-light);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.gxJFwWFmF:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #2a7fd6 0%, #6f2ad6 100%);
}

.vWlctqPcL {
    margin-top: 20px;
    font-size: 1rem;
    color: var(--success-color);
    min-height: 24px;
}

.fXxSxNNaeOwtr h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.ZSFqwLT {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    background: var(--error-color);
    border-radius: 8px;
    padding: 7px 14px;
}

.vrKiKFwJJSUL {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--bg-dark);
    color: var(--text-light);
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.vrKiKFwJJSUL:hover {
    transform: rotate(15deg);
}

.VMDzRnEuBj {
    background-color: var(--success-color);
    color: var(--text-light);
}

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

@media (max-width: 1280px) {
    .FTlDaMV h2 {
        font-size: 2.2rem;
    }

    .IoVsqEv {
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .IoVsqEv {
        flex-direction: column;
        align-items: center;
    }

    .SrxzJtQzIADK-block {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .FTlDaMV h2 {
        font-size: 2rem;
    }

    .vrKiKFwJJSUL {
        width: 35px;
        height: 35px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .nKztXpR {
        padding: 100px 3px;
    }

    .FTlDaMV {
        padding:  0 3px;
    }

    .FTlDaMV h2 {
        font-size: 1.6rem;
    }

    .ArOKdi {
        font-size: 1rem;
    }

    .SrxzJtQzIADK input,
    .gxJFwWFmF {
        font-size: 0.95rem;
    }

    .vrKiKFwJJSUL {
        width: 30px;
        height: 30px;
    }
}

.phrwywxeKHda {
    position: relative;
    padding: 100px 20px;
    background: url('../images/fb2.webp')  no-repeat center center / cover;
    color: var(--text-light);
    text-align: center;
}

.phrwywxeKHda::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.8) 0%, rgba(58, 134, 255, 0.7) 100%);
    z-index: 0;
}

.esSzZSU {
    position: relative;
    z-index: 1;
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
}

.esSzZSU h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.mUolFLxOVOk {
    font-size: 1.1rem;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
    opacity: 0.9;
    animation: fadeInUp 1.2s ease-out forwards;
}

.bjVyMhLAacTTAg {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.HbbDcyLfQfHE {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(5px);
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

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

.eojlTXpBdpBY {
    width: 100%;
    padding: 18px 24px;
    text-align: left;
    background-color: transparent;
    color: var(--text-light);
    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.eojlTXpBdpBY::after {
    content: '+';
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.eojlTXpBdpBY[aria-expanded="true"]::after {
    content: '-';
    transform: rotate(180deg);
}

.cpcTe {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.7;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.HbbDcyLfQfHE.open .cpcTe {
    padding: 20px 24px;
    max-height: 400px;
}

.rHQZYcNi {
    margin-top: 50px;
    padding: 16px 32px;
    font-size: 1.1rem;
    border-radius: 50px;
    background: var(--primary-gradient);
    color: var(--text-light);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.rHQZYcNi:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #2a7fd6 0%, #6f2ad6 100%);
}

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

@media (max-width: 1280px) {
    .esSzZSU h2 {
        font-size: 2.2rem;
    }

    .mUolFLxOVOk {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .eojlTXpBdpBY {
        font-size: 1rem;
    }

    .cpcTe {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .bjVyMhLAacTTAg {
        gap: 15px;
    }

    .eojlTXpBdpBY {
        padding: 16px 20px;
    }

    .eojlTXpBdpBY::after {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .esSzZSU h2 {
        font-size: 1.8rem;
    }

    .mUolFLxOVOk {
        font-size: 0.95rem;
    }

    .eojlTXpBdpBY {
        font-size: 0.95rem;
    }

    .cpcTe {
        font-size: 0.9rem;
    }

    .rHQZYcNi {
        width: 100%;
        justify-content: center;
    }
}

.iXquNcIo {
    padding: 100px 20px;
    background-color: var(--bg-light);
    color: var(--text-dark);
    text-align: center;
    position: relative;
}

.mdlFURbNDqI {
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
    position: relative;
}

.mdlFURbNDqI h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.eMGBMglkdoHbrw {
    font-size: 1.1rem;
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
    color: var(--text-dark);
    animation: fadeInUp 1.2s ease-out forwards;
}

.dvRFtjiftH {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    animation: fadeInUp 1.4s ease-out forwards;
}

.vCQXmAoR {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.vCQXmAoR:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.ZponYoyWx h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-accent);
}

.LncZODqkiYtV {
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-dark);
    opacity: 0.8;
}

.KmsEPVNqFnHW {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 100px;
}

.YWvfpAmyF {
    font-style: italic;
    color: var(--text-dark);
    opacity: 0.8;
}

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

@media (max-width: 1024px) {
    .dvRFtjiftH {
        grid-template-columns: repeat(2, 1fr);
    }

    .mdlFURbNDqI h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .dvRFtjiftH {
        grid-template-columns: repeat(2, 1fr);
    }

    .vCQXmAoR {
        padding: 20px;
    }

    .ZponYoyWx h3 {
        font-size: 1.2rem;
    }

    .KmsEPVNqFnHW {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .dvRFtjiftH {
        grid-template-columns: 1fr;
    }

    .mdlFURbNDqI h2 {
        font-size: 1.8rem;
    }

    .eMGBMglkdoHbrw {
        font-size: 0.95rem;
    }

    .ZponYoyWx h3 {
        font-size: 1.1rem;
    }

    .KmsEPVNqFnHW {
        font-size: 0.95rem;
    }
}

.VEoilNfPxHyD {
    padding: 100px 20px;
    background: linear-gradient(90deg, #000000, #0d1521, #070e18);
    color: var(--text-light);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.VEoilNfPxHyD::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
    z-index: 0;
}

.ZvLszGG {
    max-width: 1490px;
    margin: auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.EOzqRXJUpDg {
    font-size: 2.8rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #00ff75;
    animation: floatTitle 2s ease-in-out infinite alternate;
    position: relative;
    z-index: 3;
}

.idnvcTaFcb,
.gwNzeTxypxymfw {
    font-size: 2rem;
    color: #fb139b;
    animation: pulseIcon 1.5s ease-in-out infinite;
}

.AfycSpWI {
    max-width: 800px;
    margin: auto;
    background-color: rgba(26, 26, 46, 0.95);
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: var(--shadow);
    margin-bottom: 50px;
    animation: fadeInUp 1.2s ease-out forwards;
}

.PcfqDS {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-light);
}

.qXTbedXblVgC {
    color: #80d9ff;
    font-weight: bold;
    transition: color 0.3s ease;
}

.qXTbedXblVgC:hover {
    color: #00d8eb;
    text-shadow: 0 0 5px rgba(0, 216, 235, 0.6);
}

.CPueWjoypJR {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    margin: auto;
    animation: fadeInUp 1.4s ease-out forwards;
}

.BNvihJrhJqfpSwC img {
    background: rgba(224, 224, 224, 0.7);
    padding: 5px 10px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.BNvihJrhJqfpSwC img:hover {
    transform: scale(1.05);
}

.VqYYWJuAYXHC {
    order: 1;
    flex: 1 1 100%;
    margin-top: -40px;
}

.VqYYWJuAYXHC img {
    transform: rotate(12deg);
    transition: transform 0.3s ease;
}

.VqYYWJuAYXHC img:hover {
    transform: rotate(-12deg) scale(1.1);
}

@keyframes floatTitle {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-5px);
    }
}

@keyframes pulseIcon {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

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

@media (max-width: 1024px) {
    .EOzqRXJUpDg {
        font-size: 2.4rem;
        flex-direction: column;
        gap: 15px;
    }

    .VqYYWJuAYXHC {
        order: initial;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .AfycSpWI {
        padding: 30px 20px;
    }

    .EOzqRXJUpDg {
        font-size: 2.1rem;
    }
}

@media (max-width: 480px) {
    .EOzqRXJUpDg {
        font-size: 1.8rem;
    }

    .AfycSpWI {
        padding: 25px 15px;
    }

    .CPueWjoypJR {
        flex-direction: column;
        gap: 30px;
    }

    .VqYYWJuAYXHC {
        order: initial;
        margin-top: 0;
    }
}

.ZeQNeoT {
    background-color: var(--bg-dark);
    color: var(--text-light);
    padding: 60px 20px;
    font-family: 'Raleway', sans-serif;
}

.eeYIrtjjaQWN {
    max-width: 1490px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.rqDXfJBfQuzzOS {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    animation: fadeInUp 1s ease-out forwards;
}

.hdtvI {
    text-decoration: none;
    color: var(--link-color);
    font-size: 1rem;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}

.hdtvI:hover {
    color: var(--primary-accent);
    transform: translateY(-3px);
}

.hdtvI::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: var(--primary-accent);
    transition: width 0.3s ease;
}

.hdtvI:hover::after {
    width: 100%;
}

.czDBohqx {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeInUp 1.2s ease-out forwards;
}

.FMJdSdZIF {
    font-size: 0.95rem;
    margin: 0;
    color: var(--text-light);
    opacity: 0.7;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

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

@media (max-width: 768px) {
    .rqDXfJBfQuzzOS {
        justify-content: center;
        gap: 20px;
    }

    .hdtvI {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .hdtvI {
        font-size: 0.9rem;
    }

    .FMJdSdZIF {
        font-size: 0.9rem;
        gap: 5px;
    }
}

.TCylepcqS {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.99);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.6s ease-out forwards;
}

.jlitiuE {
    background: var(--bg-dark);
    padding: 40px 30px;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    color: var(--text-light);
    text-align: center;
    box-shadow: var(--shadow);
    animation: zoomIn 0.7s ease-out forwards;
}

.jlitiuE h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.jlitiuE p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.WqKAaTs {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pcpkaN,
.hoipyiShNy {
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
}

.pcpkaN {
    background: var(--primary-gradient);
    color: var(--text-light);
}

.hoipyiShNy {
    background: var(--error-color);
    color: var(--text-light);
}

.pcpkaN:hover {
    transform: scale(1.05);
}

.hoipyiShNy:hover {
    background: #e63946;
    transform: scale(1.05);
}

.iCarCOGxO {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bg-dark);
    color: var(--text-light);
    padding: 20px;
    display: none;
    z-index: 9998;
    animation: slideUp 0.6s ease-out forwards;
}

.FUcqyGzVci {
    max-width: 1490px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.FUcqyGzVci p {
    margin: 0;
    font-size: 1rem;
    text-align: left;
}

.GOMkUHsqCYHlZ {
    color: var(--link-color);
    text-decoration: underline;
    font-weight: bold;
}

.GOMkUHsqCYHlZ:hover {
    opacity: 0.8;
}

.vGhsKpfGMOC {
    padding: 10px 24px;
    font-size: 1rem;
    border-radius: 50px;
    background: var(--success-color);
    color: var(--text-light);
    transition: all 0.3s ease;
    font-weight: bold;
}

.vGhsKpfGMOC:hover {
    background: #2fa3b2;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .jlitiuE {
        padding: 30px 20px;
    }

    .WqKAaTs {
        flex-direction: column;
        gap: 15px;
    }

    .FUcqyGzVci {
        flex-direction: column;
        text-align: center;
    }

    .FUcqyGzVci p {
        text-align: center;
    }
}

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

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

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

.jkksTqHimc {
    padding: 100px 20px;
    background: url('../images/fb2.webp')  no-repeat center center / cover;
    color: var(--text-light);
    text-align: center;
    position: relative;
}

.jkksTqHimc::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(26, 26, 46, 0.85);
    z-index: 1;
}

.wUtMKPvD {
    position: relative;
    z-index: 2;
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
}

.wUtMKPvD h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.sbooYsAdjNDkuz {
    font-size: 1.1rem;
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
    opacity: 0.9;
    animation: fadeInUp 1.2s ease-out forwards;
}

.GgZkGof {
    padding: 80px 20px;
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.LWHpRkltd {
    max-width: 700px;
    margin: auto;
    padding: 0 20px;
    text-align: left;
}

.akGyxQZzCS h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.akGyxQZzCS .gPfHzQxexyTRu {
    margin-bottom: 25px;
}

.akGyxQZzCS label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--text-dark);
}

.akGyxQZzCS input,
.akGyxQZzCS textarea {
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.akGyxQZzCS input:focus,
.akGyxQZzCS textarea:focus {
    border-color: var(--primary-accent);
    outline: none;
}

.akGyxQZzCS .xQKKwknDlk {
    color: var(--error-color);
    font-size: 0.9rem;
    margin-top: 5px;
    min-height: 18px;
    text-align: left;
}

.hcnMeJKGZdVxT {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hcnMeJKGZdVxT input[type="checkbox"] {
    transform: scale(1.2);
}

.hcnMeJKGZdVxT label {
    font-size: 0.95rem;
}

.VHxJfENHbEC {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
    font-size: 1.1rem;
    border-radius: 50px;
    background: var(--primary-gradient);
    color: var(--text-light);
    font-weight: bold;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    opacity: 0.6;
    pointer-events: none;
}

.VHxJfENHbEC.active {
    opacity: 1;
    pointer-events: auto;
}

.VHxJfENHbEC:hover {
    background: linear-gradient(135deg, #2a7fd6 0%, #6f2ad6 100%);
}

.fFgIYiPcFTbH {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26, 26, 46, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.GTwANYNZYHqyr {
    background: var(--bg-dark);
    padding: 40px 30px;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    color: var(--text-light);
    text-align: center;
    box-shadow: var(--shadow);
    position: relative;
    animation: zoomIn 0.5s ease-out forwards;
}

.JoShWoyCJ {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-light);
}

.DPpiRZExK {
    font-size: 3rem;
    color: var(--success-color);
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .wUtMKPvD h2 {
        font-size: 2.2rem;
    }

    .sbooYsAdjNDkuz {
        font-size: 1rem;
    }

    .akGyxQZzCS h3 {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .wUtMKPvD h2 {
        font-size: 1.8rem;
    }

    .sbooYsAdjNDkuz {
        font-size: 0.95rem;
    }

    .akGyxQZzCS h3 {
        font-size: 1.4rem;
    }
}

.GXhLsoinCG {
    padding: 100px 20px;
    background: url('../images/fb3.webp')  no-repeat center center / cover;
    color: var(--text-light);
    text-align: center;
    position: relative;
}

.GXhLsoinCG::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(26, 26, 46, 0.85);
    z-index: 1;
}

.dMdSyXPtGpTU {
    position: relative;
    z-index: 2;
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
}

.dMdSyXPtGpTU h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.IHim {
    font-size: 1.1rem;
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
    opacity: 0.9;
    animation: fadeInUp 1.2s ease-out forwards;
}

.HBHTTNNBhj {
    padding: 80px 20px;
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.dMXqOFxs {
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    animation: fadeInUp 1.4s ease-out forwards;
}

.kwgPaNEp {
    background-color: var(--bg-light);
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.3s ease;
}

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

.ygxfBo {
    font-size: 2rem;
    color: var(--primary-accent);
    margin-bottom: 10px;
}

.kwgPaNEp h3 {
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.kwgPaNEp p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-dark);
    opacity: 0.85;
}

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

@media (max-width: 1024px) {
    .dMdSyXPtGpTU h2 {
        font-size: 2.2rem;
    }

    .IHim {
        font-size: 1rem;
    }
}

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

    .kwgPaNEp p {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .dMdSyXPtGpTU h2 {
        font-size: 1.8rem;
    }

    .IHim {
        font-size: 0.95rem;
    }

    .kwgPaNEp {
        padding: 20px 20px;
    }

    .ygxfBo {
        font-size: 1.8rem;
    }
}

.xYsYYGvNyIE {
    padding: 100px 20px;
    background: url('../images/fb1.webp')  no-repeat center center / cover;
    color: var(--text-light);
    text-align: center;
    position: relative;
}

.xYsYYGvNyIE::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(26, 26, 46, 0.85);
    z-index: 1;
}

.yqQtsfYvST {
    position: relative;
    z-index: 2;
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
}

.yqQtsfYvST h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.iAzdWVxRm {
    font-size: 1.1rem;
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
    opacity: 0.9;
    animation: fadeInUp 1.2s ease-out forwards;
}

.dYFuedzhzEVxOm {
    padding: 80px 20px;
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.LZVWWsKIMo {
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    animation: fadeInUp 1.4s ease-out forwards;
}

.iWTStXgrsF {
    background-color: var(--bg-light);
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.3s ease;
}

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

.cKJCrhibVlYh {
    font-size: 2rem;
    color: var(--primary-accent);
    margin-bottom: 10px;
}

.iWTStXgrsF h3 {
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.iWTStXgrsF p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-dark);
    opacity: 0.85;
}

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

@media (max-width: 1024px) {
    .yqQtsfYvST h2 {
        font-size: 2.2rem;
    }

    .iAzdWVxRm {
        font-size: 1rem;
    }
}

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

    .iWTStXgrsF p {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .yqQtsfYvST h2 {
        font-size: 1.8rem;
    }

    .iAzdWVxRm {
        font-size: 0.95rem;
    }

    .iWTStXgrsF {
        padding: 20px 20px;
    }

    .cKJCrhibVlYh {
        font-size: 1.8rem;
    }
}

.WkIejRLBSon {
    padding: 100px 20px;
    background: url('../images/fb4.webp')  no-repeat center center / cover;
    color: var(--text-light);
    text-align: center;
    position: relative;
}

.WkIejRLBSon::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(26, 26, 46, 0.85);
    z-index: 1;
}

.xGGfyWqD {
    position: relative;
    z-index: 2;
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
}

.xGGfyWqD h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    animation: fadeInUp 1s ease-out forwards;
}

.jyOZPcjmW {
    font-size: 1.1rem;
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
    opacity: 0.9;
    animation: fadeInUp 1.2s ease-out forwards;
}

.cvMtG {
    padding: 80px 20px;
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.kXgTJIM {
    max-width: 1490px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    animation: fadeInUp 1.4s ease-out forwards;
}

.yyeAo {
    background-color: var(--bg-light);
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.3s ease;
}

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

.KIJTJDQjB {
    font-size: 2rem;
    color: var(--primary-accent);
    margin-bottom: 10px;
}

.yyeAo h3 {
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.yyeAo p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-dark);
    opacity: 0.85;
}

.yyeAo a {
    color: var(--link-color);
    font-weight: bold;
    text-decoration: underline;
}

.yyeAo a:hover {
    opacity: 0.8;
}

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

@media (max-width: 1024px) {
    .xGGfyWqD h2 {
        font-size: 2.2rem;
    }

    .jyOZPcjmW {
        font-size: 1rem;
    }
}

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

    .yyeAo p {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .xGGfyWqD h2 {
        font-size: 1.8rem;
    }

    .jyOZPcjmW {
        font-size: 0.95rem;
    }

    .yyeAo {
        padding: 20px 20px;
    }

    .KIJTJDQjB {
        font-size: 1.8rem;
    }
}