:root {
    --primary-accent: #ad8f42;
    --primary-text: #ffffff;
    --error-color: #3efff9;
    --success-color: #f1a9ff;
    --link-color: #3a6688;
    --error-border: #942b27;
    --gradient: linear-gradient(90deg, #4071c0, #ad8f42, #689703);
    --transition: all 0.3s ease;
    --azyfont-title: 'Manrope', sans-serif;
    --azyfont-body: 'Domine', serif;
    --azymax-width: 1440px;
    --azycard-gap: 2rem;
    --azycard-padding: 1.5rem;
}

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

body {
    margin: 0;
    padding: 0;
    font-family: var(--azyfont-body);
    line-height: 1.7;
    background: linear-gradient(90deg, #4071c0, #ad8f42, #689703);
    color: #000;
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

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

.OVRL {
    background: var(--gradient);
    color: var(--primary-text);
    padding: 1rem 0;
    position: relative;
}

.DrxGwAFOLgSs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

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

.PjnxNYlC h1 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.8rem;
}

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

.oBNxxOS,
.egOHtI {
    padding: 0.5rem 1.5rem;
    border: 2px solid var(--primary-text);
    border-radius: 30px;
    background: transparent;
    color: var(--primary-text);
    font-family: var(--font-heading);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.oBNxxOS:hover,
.egOHtI:hover {
    background: rgba(255, 255, 255, 0.1);
}

.egOHtI {
    background: var(--primary-accent);
    border-color: var(--primary-accent);
}

.tKAyJYVx {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}

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

.YWyLz a {
    color: var(--primary-text);
    text-decoration: none;
    font-family: var(--font-heading);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: opacity 0.3s ease;
}

.YWyLz a:hover {
    opacity: 0.8;
}

.ZvJtxuVxoglct {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.ZvJtxuVxoglct span {
    width: 25px;
    height: 3px;
    background: var(--primary-text);
    transition: all 0.3s ease;
}

.lunLhkL {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 0.9rem;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

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

.OzkJZlEZC.active {
    display: flex;
    transform: scale(1);
    opacity: 1;
}

.zDxzeuyDaq {
    background: white;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 2rem;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.OzkJZlEZC.active .zDxzeuyDaq {
    transform: scale(1);
}

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

.rjlDC {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    transition: transform 0.3s ease;
}

.rjlDC:hover {
    transform: rotate(90deg);
    color: #333;
}

.kghERTlvp {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.kghERTlvp h2 {
    font-family: var(--font-heading);
    color: var(--primary-accent);
    margin-bottom: 1rem;
    text-align: center;
}

.WPykB {
    width: 290px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.iUQpParGZoUfb {
    color: var(--error-color);
    font-size: 0.8rem;
    min-height: 1rem;
}

.kghERTlvp input {    
    width: 290px;
    padding: 0.5rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: var(--font-body);
    transition: border 0.3s ease;
}

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

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

.sdNCZNFP {
    position: relative;
}

.sdNCZNFP input {
    width: 290px;
    max-width: 100%;
    padding-right: 2.5rem;
}

.ITHS {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
}

.jLrQhZu {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    margin: 0.5rem 0;
}

.sgbAjpNRzen {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sgbAjpNRzen input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.sgbAjpNRzen input[type="checkbox"]:checked {
    background: var(--primary-accent);
    border-color: var(--primary-accent);
}

.sgbAjpNRzen input[type="checkbox"]:checked::after {
    content: '\2713';
    position: absolute;
    max-width: 18px;
    color: white;
    font-size: 0.8rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sgbAjpNRzen label {
    font-size: 0.9rem;
}

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

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

.athFDNnqaLrZue {
    width: 30%;
    max-width: 100%;
    padding: 0.8rem;
    background: var(--primary-accent);
    color: white;
    border: none;
    border-radius: 5px;
    font-family: var(--font-heading);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.athFDNnqaLrZue:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.athFDNnqaLrZue:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.RiLBIcRkkWnsep {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
}

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

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

.tbUQzSsz {
    text-align: center;
    padding: 3rem 2rem;
}

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

.qabiibOKsWZG i {
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    0% { transform: scale(0); }
    80% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.gGPeiqmVgb {
    padding: 0.8rem 2rem;
    background: var(--primary-accent);
    color: white;
    border: none;
    border-radius: 30px;
    font-family: var(--font-heading);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1.5rem;
}

.gGPeiqmVgb:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

@media (max-width: 1280px) {
    .PjnxNYlC h1 {
        font-size: 1.6rem;
    }
}

@media (max-width: 1024px) {
    .PjnxNYlC h1 {
        font-size: 1.5rem;
    }
    
    .YWyLz {
        gap: .5rem;
        padding-bottom: 8px;
    }
}

@media (max-width: 768px) {
    .YWyLz {
        display: none;
    }
    
    .ZvJtxuVxoglct {
        display: flex;
    }
    
    .NlFNB {
        gap: 0.5rem;
    }
    
    .oBNxxOS,
    .egOHtI {
        padding: 0.4rem 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .DrxGwAFOLgSs {
        flex-direction: column;
        gap: 1rem;
    }
    
    .PjnxNYlC h1 {
        font-size: 1.4rem;
    }
    
    .zDxzeuyDaq {
        padding: 1.5rem;
        max-height: 90vh;
    }
}

@media (max-width: 320px) {
    .lunLhkL {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
    
    .zDxzeuyDaq {
        padding: 1rem;
    }
}

.MenJYwUhSGoqT {
    max-width: var(--azymax-width);
    margin: 0 auto;
    padding: 4rem 2rem;
    text-align: center;
}

.JpvQojJaPg {
    max-width: 900px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    font-family: var(--azyfont-title);
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--error-color);
    padding: var(--azycard-padding);
    margin: 0 auto 3rem;
    position: relative;
    z-index: 1;
}

.FeEQzD {
    max-width: 98%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--azycard-gap);
}

.kGZyXFRo {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: var(--azycard-padding);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.kGZyXFRo:hover {
    transform: scale(1.05) skew(-2deg);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.pLbOugZaaQ {
    min-height: 68px;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--azyprimary-color);
}

.EbutPAnRn {
    min-height: 105px;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.QZFigROOSs {
    font-size: 2rem;
    color: var(--error-color);
    animation: floatIcon 3s ease-in-out infinite;
}

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

@media (max-width: 1280px) {
    .FeEQzD {
        gap: 1.5rem;
    }

    .kGZyXFRo {
        max-width: 350px;
    }
}

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

    .kGZyXFRo {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .JpvQojJaPg {
        font-size: 1.75rem;
    }

}

@media (max-width: 480px) {
    .MenJYwUhSGoqT {
        padding: 4rem 0.5rem;
    }
    .JpvQojJaPg {
        font-size: 1.5rem;
    }

    .kGZyXFRo {
        padding: 1rem;
    }

    .pLbOugZaaQ {
        font-size: 1.1rem;
    }

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

.iIgygLZgjHiqIT {
    background-color: #000;
    color: var(--primary-text);
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.VHNiYkU {
    max-width: var(--azymax-width);
    width: 98%;
    padding: 4rem 2rem;
    text-align: center;
    background: var(--gradient);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    animation: breathe 6s ease-in-out infinite;
}

@keyframes breathe {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.kFTFzhiXzGT {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    color: var(--success-color);
}

.tLcRFinNC {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: #f0f0f0;
}

.mSRwRbAiiMGbi {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.lKPUPVg {
    min-width: 127px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    transition: var(--transition), background-color 0.3s ease;
    cursor: default;
}

.lKPUPVg:hover {
    transform: rotate(-2deg) scale(1.05);
    background-color: rgba(255, 255, 255, 0.2);
}

.MsyXGntJqW {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
}

.LQDZkaDoxqM {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.EAIQnUQcmy {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
    padding: 0.8rem 1.6rem;
    font-family: var(--azyfont-title);
    font-size: 1rem;
    color: #fff;
    background-color: var(--error-color);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition), transform 0.3s ease;
}

.EAIQnUQcmy:hover {
    background-color: var(--success-color);
    transform: scale(1.05);
}

@media (max-width: 1280px) {
    .iIgygLZgjHiqIT {
        min-height: auto;
        padding: 2rem 0;
    }

    .kFTFzhiXzGT {
        font-size: 2.4rem;
    }

    .tLcRFinNC {
        font-size: 1rem;
    }

    .MsyXGntJqW {
        font-size: 2rem;
    }
}

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

    .tLcRFinNC {
        font-size: 0.95rem;
    }

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

@media (max-width: 768px) {
    .kFTFzhiXzGT {
        font-size: 1.75rem;
    }

    .tLcRFinNC {
        font-size: 0.9rem;
    }

    .MsyXGntJqW {
        font-size: 1.5rem;
    }
}

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

    .tLcRFinNC {
        font-size: 0.85rem;
    }

    .MsyXGntJqW {
        font-size: 1.2rem;
    }

    .lKPUPVg {
        padding: 1rem;
    }
}

.knWqKNNcyHzm {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.RbOHMqJtxjoFv {
    max-width: var(--azymax-width);
    width: 100%;
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.GEQtdmZFoSD {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: var(--azycard-padding);
    width: 100%;
    max-width: 920px;
    font-size: 2.8rem;
    margin:0 auto 3rem;
    color: var(--error-border);
    letter-spacing: 1px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.nRuxfZwCZlE {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--azycard-gap);
}

.dpKeDJRr {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: var(--azycard-padding);
    width: 100%;
    max-width: 320px;
    transition: var(--transition), transform 0.4s ease;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.dpKeDJRr:hover {
    transform: translateY(-10px) scale(1.03);
    border-color: var(--primary-accent);
}

.OkOlnwGh {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    display: block;
    text-align: center;
}

.LmmJpAyyMOCgXY {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-text);
}

.RaYHAdpUoW {
    font-size: 1rem;
    color: #f0f0f0;
    line-height: 1.6;
}

@media (min-width: 1455px) {
    .nRuxfZwCZlE {
        justify-content: space-around;
    }

    .dpKeDJRr:nth-child(1),
    .dpKeDJRr:nth-child(2),
    .dpKeDJRr:nth-child(3),
    .dpKeDJRr:nth-child(4) {
        width: 22%;
    }

    .dpKeDJRr:nth-child(5),
    .dpKeDJRr:nth-child(6) {
        width: 22%;
        margin-top: 1.5rem;
    }
}

@media (max-width: 1280px) {
    .GEQtdmZFoSD {
        font-size: 2.4rem;
    }
}

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

    .LmmJpAyyMOCgXY {
        font-size: 1.3rem;
    }

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

@media (max-width: 768px) {
    .GEQtdmZFoSD {
        font-size: 1.75rem;
    }

    .LmmJpAyyMOCgXY {
        font-size: 1.2rem;
    }

    .RaYHAdpUoW {
        font-size: 0.9rem;
    }
}

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

    .OkOlnwGh {
        font-size: 2rem;
    }

    .LmmJpAyyMOCgXY {
        font-size: 1.1rem;
    }

    .dpKeDJRr {
        padding: 1.2rem;
    }
}

.RxDIW {
    background-color: #000;
    color: var(--primary-text);
    padding: 6rem 2rem;
    height: auto;
}

.aZHheEBXT {
    max-width: var(--azymax-width);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.yhmXlIBgMcvz {
    font-size: 2.8rem;
    color: var(--error-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    letter-spacing: 1px;
}

.wAIIJbNoDFpB {
    font-size: 3rem;
    color: var(--error-color);
    transform: rotate(10deg);
    transition: transform 0.3s ease, color 0.3s ease;
}

.wAIIJbNoDFpB--left {
    font-size: 3rem;
    color: var(--error-color);
    transform: rotate(-10deg);
    transition: transform 0.3s ease, color 0.3s ease;
}

.Oxdpnx {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--success-color);
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out forwards;
}

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

@media (max-width: 1280px) {
    .yhmXlIBgMcvz {
        font-size: 2.4rem;
    }

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

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

    .Oxdpnx {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .yhmXlIBgMcvz {
        font-size: 1.75rem;
    }

    .Oxdpnx {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .yhmXlIBgMcvz {
        font-size: 1.5rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .wAIIJbNoDFpB {
        font-size: 1.2rem;
    }

    .Oxdpnx {
        font-size: 0.8rem;
        padding: 0 1rem;
    }
}

.AlfGORPyLcZ {
    background-color: #000;
    color: var(--primary-text);
    padding: 4rem 2rem;
}

.rFsrukjB {
    max-width: var(--azymax-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.kqbIKWcK {
    border-top: 3px solid var(--error-color);
    margin-bottom: 3rem;
}

.gwuGKI {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.KDpeqiZNGFgP {
    flex: 1;
    min-width: 280px;
}

.pdrBnRmiobLS {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--error-color);
    letter-spacing: 0.5px;
}

.nzaAgdO {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.WjqBhDk,
.UCVXLciy {
    font-size: 0.95rem;
    color: var(--success-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.WjqBhDk:hover,
.UCVXLciy:hover {
    color: var(--primary-accent);
}

.UCVXLciy {
    font-weight: 600;
    padding: 0.4rem 0;
}

.zBRIsvMjRGsZHW {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.ptRDjsZ {
    background-color: #00cc00;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    display: block;
}

.ptRDjsZ img {
    width: 120px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

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

.WXHhXhe {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.WXHhXhe img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.qzOyefhwA {
    text-align: center;
}

.BwclFcK {
    font-size: 0.9rem;
    color: var(--success-color);
    line-height: 1.5;
    
}

@media (max-width: 1024px) {
    .gwuGKI {
        flex-direction: column;
        gap: 2rem;
    }

    .KDpeqiZNGFgP {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .KDpeqiZNGFgP-title {
        font-size: 1rem;
    }

    .WjqBhDk,
    .UCVXLciy {
        font-size: 0.9rem;
    }

    .WXHhXhe img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .KDpeqiZNGFgP-title {
        font-size: 0.95rem;
    }

    .WjqBhDk,
    .UCVXLciy {
        font-size: 0.85rem;
    }

    .WXHhXhe img {
        width: 50px;
        height: 50px;
    }

    .BwclFcK {
        font-size: 0.8rem;
    }
}

.FPxkNvLlyoJB {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.99);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
}

.bLuRyaiT {
    background-color: #000;
    padding: 3rem 2.5rem;
    border-radius: 16px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.mLJnIHBrtgX {
    font-family: var(--azyfont-title);
    font-size: 1.8rem;
    color: var(--error-color);
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.kNDFFXM {
    font-family: var(--azyfont-body);
    font-size: 1rem;
    color: var(--success-color);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.NHpkonkPRZJN {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.GikUhIpPjb {
    background-color: var(--success-color);
    color: #000;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: var(--transition);
    cursor: pointer;
}

.GikUhIpPjb:hover {
    background-color: #00cc00;
}

.JEnuLH {
    background-color: transparent;
    color: var(--error-color);
    padding: 0.75rem 1.5rem;
    border: 1px solid var(--error-color);
    border-radius: 8px;
    font-weight: 600;
    transition: var(--transition);
    cursor: pointer;
}

.JEnuLH:hover {
    background-color: var(--error-color);
    color: #fff;
}

.stwLkcRFfMkIJUo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9998;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    backdrop-filter: blur(1px);
    animation: slideUp 0.5s ease-in-out;
}

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

.iqewbHLWG {
    max-width: 700px;
    width: 100%;
    text-align: left;
}

.myFgIkw {
    font-family: var(--azyfont-title);
    font-size: 1.2rem;
    color: var(--primary-text);
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}

.oSPkPtjsIyatx {
    font-family: var(--azyfont-body);
    font-size: 0.95rem;
    color: var(--success-color);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.NZgGhCwmL {
    color: var(--link-color);
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.NZgGhCwmL:hover {
    color: var(--primary-accent);
}

.RFJmQYWbOqK {
    background-color: var(--success-color);
    color: #000;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    font-weight: 600;
    transition: var(--transition);
    cursor: pointer;
    margin-left: auto;
}

.RFJmQYWbOqK:hover {
    background-color: #00cc00ac;
}

@media (max-width: 768px) {
    .bLuRyaiT {
        padding: 2rem 1.5rem;
    }

    .mLJnIHBrtgX {
        font-size: 1.5rem;
    }

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

    .iqewbHLWG {
        text-align: center;
    }

    .RFJmQYWbOqK {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
    }
}

.itTlVpGVib {
    background: var(--gradient);
    padding: 4rem 2rem;
    color: #fff;
    text-align: center;
}

.EbAyoMAYA {
    max-width: var(--azymax-width);
    width: 100%;
    margin: 0 auto;
}

.psyRa {
    font-size: 2.8rem;
    letter-spacing: 1px;
    animation: fadeInDown 0.8s ease-out;
}

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

.AMmDHTRKGXm {
    background: #fff;
    padding: 4rem 2rem;
    color: #000;
    position: relative;
    overflow: hidden;
}

.VHbNxZs {
    font-size: 2.5rem;
    display: block;
    margin: 0 auto 2rem auto;
    animation: floatIcon 3s ease-in-out infinite;
}

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

.gIThvyitnVaEja {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    text-align: justify;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.gIThvyitnVaEja::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--error-color);
    z-index: -1;
}

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

    .VHbNxZs {
        font-size: 2rem;
    }

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

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

    .VHbNxZs {
        font-size: 1.8rem;
    }

    .gIThvyitnVaEja {
        font-size: 0.9rem;
    }
}

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

    .VHbNxZs {
        font-size: 1.5rem;
    }

    .gIThvyitnVaEja {
        font-size: 0.85rem;
        padding: 0;
    }
}

.TIPKjmoJPs {
    background: var(--gradient);
    padding: 4rem 2rem;
    color: #fff;
    text-align: center;
}

.HhDYSgfXlPuop {
    max-width: var(--azymax-width);
    margin: 0 auto;
    width: 100%;
}

.LMWBApdWi {
    color: var(--error-color);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

.jseDyPs {
    font-size: 1rem;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
}

.znQvI {
    padding: 4rem 2rem;
    background: #fff;
    color: #000;
}

.QFDHuZdFHey {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: var(--primary-accent);
}

.hutakTrqFENhp {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mTVoEZIaStG {
    position: relative;
}

.VehMOxNxoE {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.thIOOfeVBukGl,
.GgpnXusHOmGR {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: inherit;
    transition: var(--transition);
}

.thIOOfeVBukGl:focus,
.GgpnXusHOmGR:focus {
    outline: none;
    border-color: var(--primary-accent);
    box-shadow: 0 0 0 2px rgba(67, 102, 43, 0.3);
}

.zyFnPcPALIIrY {
    position: absolute;
    top: -1.5rem;
    right: 0;
    font-size: 0.85rem;
    color: var(--error-color);
    transform: translateX(100%);
    white-space: nowrap;
    animation: errorSlideIn 0.3s ease-out;
}

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

.qvPsOUruDpUUk {
    align-self: center;
    padding: 0.8rem 2rem;
    background-color: var(--primary-accent);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition), transform 0.3s ease;
}

.qvPsOUruDpUUk:hover {
    background-color: #3a5f27;
    transform: scale(1.02);
}

.MIzqVxB {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

.GCOeCGODkaM {
    background-color: #fff;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

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

.tJQUqcSTCYfO {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.lGbIqIOwi {
    background-color: var(--success-color);
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.lGbIqIOwi:hover {
    background-color: #00cc00d3;
}

@media (max-width: 768px) {
    .hutakTrqFENhp {
        padding: 0 1rem;
    }

    .QFDHuZdFHey {
        font-size: 1.75rem;
    }

    .thIOOfeVBukGl,
    .GgpnXusHOmGR {
        font-size: 0.95rem;
    }

    .qvPsOUruDpUUk {
        width: 100%;
    }
}

.CTpScsrWxd {
    background: var(--gradient);
    color: #fff;
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
}

.VqzMCUYCA {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.mOzxJThyt {
    text-align: center;
}

.jqPFxCLlVHIMYF {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-text);
    font-weight: 500;
    transition: color 0.3s ease;
}

.jqPFxCLlVHIMYF:hover {
    color: var(--success-color);
}

.bMymrma {
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.gGrVEMknU {
    max-width: var(--azymax-width);
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--azycard-gap);
}

.SUCydhOYVf {
    background: #fff;
    border-radius: 12px;
    padding: var(--azycard-padding);
    width: 100%;
    max-width: 320px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: var(--transition), transform 0.4s ease;
    position: relative;
    overflow: hidden;
}

.SUCydhOYVf:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.BdnEtaJQ {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    animation: pulseIcon 2s infinite;
}

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

.InysFtucVIUUQSH {
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    text-align: center;
    font-family: var(--azyfont-body);
}

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

    .SUCydhOYVf {
        max-width: 45%;
    }
}

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

    .SUCydhOYVf {
        max-width: 100%;
    }

    .BdnEtaJQ {
        font-size: 1.5rem;
    }

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

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

    .BdnEtaJQ {
        font-size: 1.3rem;
    }

    .InysFtucVIUUQSH {
        font-size: 0.9rem;
        padding: 0 1rem;
    }

    .SUCydhOYVf {
        padding: 1.2rem;
    }
}

.QINqBqDVvgGWe {
    background: var(--gradient);
    padding: 4rem 2rem;
    color: #fff;
    text-align: center;
}

.KVXcZEPpSxkmP {
    max-width: var(--azymax-width);
    width: 100%;
    margin: 0 auto;
}

.AbBBhqYQX {
    font-size: 2.8rem;
    letter-spacing: 1px;
    animation: fadeInDown 0.8s ease-out;
}

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

.wAxiMxSsFDitShh {
    background: #fff;
    padding: 4rem 2rem;
    color: #000;
}

.JvovDLgNQHsls {
    display: flex;
    align-items: start;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    margin-bottom: 11px;
    border-left: 4px solid var(--error-color);
    transition: var(--transition), transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.yDZvAXr {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.cUzvOawpN {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 800px;
}

.JvovDLgNQHsls:hover {
    background-color: #f8f8f8;
    transform: translateX(5px);
}

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

    .yDZvAXr {
        font-size: 1.3rem;
    }

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

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

    .yDZvAXr {
        font-size: 1.2rem;
    }

    .cUzvOawpN {
        font-size: 0.9rem;
    }
}

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

    .yDZvAXr {
        font-size: 1rem;
    }

    .cUzvOawpN {
        font-size: 0.85rem;
        padding-right: 0;
    }
}

.OXkvIsJK {
    background: var(--gradient);
    padding: 4rem 2rem;
    color: #fff;
    text-align: center;
}

.RUUXvPHYpS {
    max-width: var(--azymax-width);
    width: 100%;
    margin: 0 auto;
}

.IARwkcEsdYO {
    font-size: 2.8rem;
    letter-spacing: 1px;
    animation: fadeInDown 0.8s ease-out;
}

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

.zYsVOmZlufHW {
    background: #fff;
    padding: 4rem 2rem;
    color: #000;
}

.dfYpBHuCc {
    display: flex;
    align-items: start;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    border-left: 4px solid var(--error-color);
    transition: var(--transition), transform 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
}

.ArvwbRzZRpy {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 2px;
    transform: rotate(5deg);
    transition: transform 0.3s ease;
}

.URTaSS {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 800px;
}

.dfYpBHuCc:hover {
    background-color: #f8f8f8;
    transform: translateX(5px);
}

.dfYpBHuCc:hover .ArvwbRzZRpy {
    transform: rotate(0deg) scale(1.1);
}

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

    .ArvwbRzZRpy {
        font-size: 1.3rem;
    }

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

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

    .ArvwbRzZRpy {
        font-size: 1.2rem;
    }

    .URTaSS {
        font-size: 0.9rem;
    }
}

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

    .ArvwbRzZRpy {
        font-size: 1rem;
    }

    .URTaSS {
        font-size: 0.85rem;
        padding-right: 0;
    }
}