:root {
    --primary-color: #ce3292;
    --secondary-color: #3c1d57;
    --accent-color: #faf4ee;
    --dark-color: #1e0a28;
    --light-color: #f8faf9;
    --successcolor: #7739ad;
    --warning-color: #edc255;
    --errorcolor: #e79751;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Open Sans', sans-serif;
    --transitionspeed: 0.3s;
}

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

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

.fzxnCQER {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.gELaGMs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30vh;
    background: url('../arts/pst-bg1.webp') center/cover no-repeat;
    z-index: -1;
    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
}

.qVwzMH {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 2rem;
    max-width: 1330px;
    margin: 0 auto;
}

.fqjrLwBgrms {
    animation: fadeInDown 1s ease-out;
}

.WlDoJquUBhcwi {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
    border-radius: 10px;
    max-width: 800px;
    i {
        font-size: 2rem;
        color: var(--primary-color);
        flex-shrink: 0;
    }
    p {
        font-size: 0.9rem;
        color: var(--dark-color);
    }
}

.VmlXSUuLBY {
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: fadeInUp 1s ease-out;
}

.tajIZmEjm {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--accent-color);
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: transform var(--transitionspeed);
    &:hover {
        transform: scale(1.05);
    }
}

.BhYkFcCeKP {
    background-color: var(--primary-color);
    color: var(--accent-color);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-family: var(--font-heading);
    border-radius: 50px;
    cursor: pointer;
    transition: all var(--transitionspeed);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    &:hover {
        background-color: var(--dark-color);
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }
    &:active {
        transform: translateY(1px);
    }
}

.GyoSAeMwxO {
    position: relative;
    padding: 5rem 2rem;
    background-color: var(--light-color);
}

.heNlprgoNr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../arts/pst-bg3.webp') center/cover no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.IHzpMOpEFLKSD {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1330px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.YIyYIFY {
    flex: 1;
    width: 100%;
    min-width: 277px;
    max-width: 650px;
    h1 {
        font-family: var(--font-heading);
        font-size: 3.5rem;
        color: var(--primary-color);
        margin-bottom: 1.5rem;
        line-height: 1.1;
    }
    p {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        color: var(--secondary-color);
    }
}

.NBzbRtZiWmd {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.noxJt {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex: 1;
    width: 100%;
    min-width: 200px;
    max-width: 650px;
    text-align: center;
    transition: transform var(--transitionspeed);
    i {
        font-size: 2.5rem;
        color: var(--primary-color);
        margin-bottom: 1rem;
        display: block;
    }
    h3 {
        font-family: var(--font-heading);
        color: var(--secondary-color);
    }
    &:hover {
        transform: translateY(-10px);
    }
}

.PAOoaHZZGj {
    flex: 1;
    width: 100%;
    min-width: 250px;
    max-width: 650px;
    background: var(--secondary-color);
    padding: 2rem;
    border-radius: 15px;
    color: var(--accent-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    h2 {
        font-family: var(--font-heading);
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    p {
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
    }
}

.JWevATIpsUJ {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    i {
        font-size: 2.5rem;
        color: var(--warning-color);
    }
    span {
        font-family: var(--font-heading);
        font-size: 2rem;
        color: var(--warning-color);
    }
}

.xpoApCJSYk {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ukhF {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    flex: 1;
    min-width: 100px;
    span {
        font-size: 2.5rem;
        font-weight: bold;
        display: block;
        color: white;
    }
    small {
        font-size: 0.9rem;
        opacity: 0.8;
    }
}

.GFcuTZUZiS {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transitionspeed);
    &.active {
        opacity: 1;
        visibility: visible;
    }
}

.gAhAY {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    position: relative;
    transform: translateY(50px);
    transition: transform var(--transitionspeed);
    .GFcuTZUZiS.active & {
        transform: translateY(0);
    }
}

.CmraZIocEQGy {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--secondary-color);
    transition: color var(--transitionspeed);
    &:hover {
        color: var(--primary-color);
    }
}

.HKdALOv {
    h2 {
        font-family: var(--font-heading);
        color: var(--secondary-color);
        margin-bottom: 1.5rem;
        text-align: center;
    }
}

.qRMGSHsFuWsp {
    margin-bottom: 1.5rem;
    label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: var(--secondary-color);
    }
    input, select {
        width: 100%;
        padding: 0.8rem;
        border: 2px solid #ddd;
        border-radius: 8px;
        font-family: var(--font-body);
        transition: border-color var(--transitionspeed);
        &:focus {
            border-color: var(--primary-color);
            outline: none;
        }
    }
}

.smpJBVDsXgYG {
    color: var(--errorcolor);
    font-size: 0.8rem;
    margin-top: 0.3rem;
    display: block;
    min-height: 1rem;
}

.rplHtXOkpu {
    margin-bottom: 1rem;
    position: relative;
    input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        &:checked + label .CLYLJFUxAGkIH {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            &::after {
                opacity: 1;
            }
        }
    }
    label {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        align-items: center;
        gap: 0.5rem;
        cursor: pointer;
        a {
            color: var(--primary-color);
            text-decoration: none;
            &:hover {
                text-decoration: underline;
            }
        }
    }
}

.CLYLJFUxAGkIH {
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: all var(--transitionspeed);
    &::after {
        content: '\2713';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        opacity: 0;
        transition: opacity var(--transitionspeed);
    }
}

.YTYrUVxqd {
    width: 100%;
    padding: 1rem;
    background-color: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color var(--transitionspeed);
    &:disabled {
        background-color: #1d1d1d;
        cursor: not-allowed;
    }
    &:not(:disabled):hover {
        background-color: #1d1d1d;
    }
}

.YLACEUn {
    text-align: center;
    padding: 2rem;
    i {
        font-size: 4rem;
        color: var(--successcolor);
        margin-bottom: 1.5rem;
        display: block;
    }
    h2 {
        font-family: var(--font-heading);
        color: var(--secondary-color);
        margin-bottom: 1rem;
    }
    p {
        margin-bottom: 2rem;
        font-size: 1.1rem;
    }
}

.WApBe {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color var(--transitionspeed);
    &:hover {
        background-color: var(--dark-color);
        color: var(--primary-color);
    }
}

.THnGkCM {
    background-color: var(--secondary-color);
    color: var(--accent-color);
    padding: 3rem 2rem;
}

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

.ixrCNCEq {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    a {
        color: var(--accent-color);
        text-decoration: none;
        transition: color var(--transitionspeed);
        &:hover {
            color: var(--primary-color);
        }
    }
}

.IgaUWGKaC {
    text-align: center;
    p {
        margin-bottom: 0.5rem;
    }
    a {
        color: var(--accent-color);
        text-decoration: none;
        &:hover {
            text-decoration: underline;
        }
    }
}

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

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

@media (max-width: 1024px) {
    .tajIZmEjm {
        font-size: 2.5rem;
    }
    .YIyYIFY h1 {
        font-size: 3rem;
    }
    .PAOoaHZZGj h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .gELaGMs {
        height: 100%;
    }
    .qVwzMH {
        padding: 2rem;
        gap: 1rem;
    }
    .VmlXSUuLBY {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 1rem;
    }
    .WlDoJquUBhcwi {
        flex-direction: column;
        text-align: center;
    }
    .IHzpMOpEFLKSD {
        flex-direction: column;
    }
    .YIyYIFY h1 {
        font-size: 2.5rem;
    }
    .noxJt {
        min-width: 150px;
    }
}

@media (max-width: 480px) {
    .tajIZmEjm {
        font-size: 2rem;
    }
    .BhYkFcCeKP {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
    .JWevATIpsUJ {
        span {
            font-size: 1.2rem;
        }
    }
    .noxJt {
        width: 85%;
    }
    .GyoSAeMwxO {
        padding: 3rem 1.5rem;
    }
    .ukhF {
        min-width: 80px;
        span {
            font-size: 2rem;
        }
    }
    .gAhAY {
        padding: 1.5rem;
    }
}

@media (max-width: 320px) {
    .tajIZmEjm {
        font-size: 1.8rem;
    }
    .WlDoJquUBhcwi p {
        font-size: 0.8rem;
    }
    .YIyYIFY h1 {
        font-size: 1.3rem;
    }
    .YIyYIFY p {
        font-size: 1rem;
    }
    .NBzbRtZiWmd {
        flex-direction: column;
    }
    .ukhF {
        min-width: 70px;
        span {
            font-size: 1.8rem;
        }
    }
}

.oFqutqA {
    max-width: 1330px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.XOgPlRZ {
    background-color: var(--accent-color);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
        height: 150px;
        background-color: var(--primary-color);
        clip-path: circle(50% at 100% 0);
        opacity: 0.1;
    }
}

.yqVrlhs {
    position: relative;
    z-index: 1;
}

.FwRzY {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    
    &::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 80px;
        height: 4px;
        background-color: var(--primary-color);
        border-radius: 2px;
    }
}

.mSNYT {
    columns: 2;
    column-gap: 3rem;
    margin-bottom: 2rem;
    
    p {
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
        line-height: 1.7;
        break-inside: avoid;
    }
}

.zVAHGeZP {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    transition: all var(--transitionspeed);
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3);
    
    &:hover {
        background-color: var(--dark-color);
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(230, 57, 70, 0.4);
    }
    
    i {
        font-size: 1.3rem;
        transition: transform var(--transitionspeed);
    }
    
    &:hover i {
        transform: translateX(3px);
    }
}

.seTskVunp {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mzoTwdLYH {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    
    img {
        width: 100%;
        height:100%;
        max-height: 450px;
        display: block;
        transition: transform 0.5s ease;
        
        &:hover {
            transform: scale(1.03);
        }
    }
}

.uMnjjolvl {
    padding: 0 1rem;
}

.iRHgkkN {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    
    &::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        background-color: var(--primary-color);
        border-radius: 2px;
    }
}

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

.jojEeV {
    background-color: white;
    border-radius: 15px;
    padding: 2rem;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform var(--transitionspeed), box-shadow var(--transitionspeed);
    position: relative;
    overflow: hidden;
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background-color: var(--primary-color);
        transition: width var(--transitionspeed);
    }
    
    &:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        
        &::before {
            width: 10px;
        }
    }
    
    i {
        font-size: 2.5rem;
        color: var(--primary-color);
        margin-bottom: 1.5rem;
        display: block;
    }
    
    h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: var(--secondary-color);
    }
    
    p {
        margin-bottom: 1.5rem;
        color: var(--dark-color);
        opacity: 0.8;
        line-height: 1.6;
    }
}

.xZYBvXNrv {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all var(--transitionspeed);
    
    &:hover {
        background-color: var(--primary-color);
        color: white;
        
        i {
            color: var(--accent-color);
            transform: translateX(3px);
        }
    }
    
    i {
        font-size: 1.2rem;
        transition: transform var(--transitionspeed);
        margin: 0;
    }
}

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

@media (max-width: 768px) {
    .mSNYT {
        columns: 1;
    }
    
    .XOgPlRZ {
        padding: 2rem;
    }
    
    .jojEeV {
        min-width: 240px;
    }
}

@media (max-width: 480px) {
    .oFqutqA {
        padding: 3rem 1.5rem;
    }
    
    .FwRzY {
        font-size: 2.2rem;
    }
    
    .iRHgkkN {
        font-size: 2rem;
    }
    
    .zVAHGeZP, .xZYBvXNrv {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .XOgPlRZ {
        padding: 1.5rem;
    }
    
    .FwRzY {
        font-size: 2rem;
    }
    
    .jojEeV {
        padding: 1.5rem;
    }
}

.oksTcUAlsuqrR {
    max-width: 1330px;
    margin: 0 auto;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 30% 50%, rgba(230, 57, 70, 0.05) 0%, transparent 50%);
        z-index: -1;
    }
}

.STHKgKpR {
    position: relative;
}

.QEbmYsIefSdNf {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    
    &::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 5px;
        background: linear-gradient(90deg, var(--primary-color), var(--warning-color));
        border-radius: 3px;
    }
}

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

.rKubItzbuJ {
    background-color: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    width: calc(33.333% - 2rem);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all var(--transitionspeed);
    position: relative;
    overflow: hidden;
    z-index: 1;
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, var(--accent-color) 0%, white 100%);
        z-index: -1;
        opacity: 0;
        transition: opacity var(--transitionspeed);
    }
    
    &:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        
        &::before {
            opacity: 1;
        }
        
        i {
            transform: scale(1.1) rotate(5deg);
            color: var(--primary-color);
        }
    }
    
    i {
        font-size: 3rem;
        color: var(--secondary-color);
        margin-bottom: 1.5rem;
        display: block;
        transition: all var(--transitionspeed);
    }
    
    h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: var(--secondary-color);
        position: relative;
        
        &::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px;
            height: 3px;
            background-color: var(--primary-color);
            transition: width var(--transitionspeed);
        }
    }
    
    &:hover h3::after {
        width: 60px;
    }
    
    p {
        color: var(--dark-color);
        line-height: 1.7;
        font-size: 1.05rem;
    }
}

@media (max-width: 1024px) {
    .rKubItzbuJ {
        width: calc(50% - 2rem);
    }
    
    .QEbmYsIefSdNf {
        font-size: 2.7rem;
    }
}

@media (max-width: 768px) {
    .oksTcUAlsuqrR {
        padding: 4rem 1.5rem;
    }
    
    .QEbmYsIefSdNf {
        font-size: 2.4rem;
        margin-bottom: 2.5rem;
    }
    
    .rKubItzbuJ {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .rKubItzbuJ {
        width: 100%;
        max-width: 400px;
    }
    
    .QEbmYsIefSdNf {
        font-size: 2.2rem;
    }
}

@media (max-width: 320px) {
    .oksTcUAlsuqrR {
        padding: 3rem 1rem;
    }
    
    .QEbmYsIefSdNf {
        font-size: 2rem;
    }
    
    .rKubItzbuJ {
        padding: 1.8rem 1.3rem;
        
        i {
            font-size: 2.8rem;
        }
        
        h3 {
            font-size: 1.4rem;
        }
        
        p {
            font-size: 1rem;
        }
    }
}

.oGLhbNJRQGi {
    max-width: 1330px;
    margin: 0 auto;
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background-color: var(--accent-color);
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, var(--primary-color) 0%, transparent 70%);
        opacity: 0.1;
        z-index: 0;
    }
}

.kdaJzngq {
    position: relative;
    z-index: 1;
}

.GppDyYfs {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    
    &::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 5px;
        background: linear-gradient(90deg, var(--primary-color), var(--warning-color));
        border-radius: 3px;
    }
}

.OFlPXqVHQXdumwJ {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.YulS {
    max-width: 900px;
    margin-bottom: 3rem;
    
    p {
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
        padding-left: 2.5rem;
        position: relative;
        color: var(--dark-color);
        
        i {
            position: absolute;
            left: 0;
            top: 0.3rem;
            font-size: 1.5rem;
            color: var(--primary-color);
        }
    }
}

.HCHu {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 1.2rem 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: all var(--transitionspeed);
    box-shadow: 0 5px 20px rgba(230, 57, 70, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: 0.5s;
        z-index: -1;
    }
    
    &:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(230, 57, 70, 0.4);
        
        &::before {
            left: 100%;
        }
        
        i {
            transform: translateX(5px);
        }
    }
    
    i {
        font-size: 1.5rem;
        transition: transform var(--transitionspeed);
    }
}

@media (max-width: 1024px) {
    .oGLhbNJRQGi {
        padding: 5rem 2rem;
    }
    
    .GppDyYfs {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .oGLhbNJRQGi {
        padding: 4rem 1.5rem;
    }
    
    .GppDyYfs {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }
    
    .YulS p {
        font-size: 1rem;
        padding-left: 2rem;
        
        i {
            font-size: 1.3rem;
        }
    }
    
    .HCHu {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .GppDyYfs {
        font-size: 2.2rem;
    }
    
    .YulS p {
        padding-left: 1.8rem;
    }
}

@media (max-width: 320px) {
    .oGLhbNJRQGi {
        padding: 3rem 1rem;
    }
    
    .GppDyYfs {
        font-size: 2rem;
    }
    
    .HCHu {
        width: 100%;
        justify-content: center;
    }
}

.AIazWXiG {
    max-width: 1330px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.VdpXwaYM {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.GXUgaYe {
    flex: 1;
    min-width: 350px;
    background-color: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.pYxAyyGRqIYJHd {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.xjZBGG {
    font-size: 1.1rem;
    color: var(--dark-color);
    margin-bottom: 2rem;
    opacity: 0.8;
}

.qRMGSHsFuWsp {
    margin-bottom: 1.5rem;
    
    label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: var(--secondary-color);
    }
    
    input {
        width: 100%;
        padding: 0.8rem 1rem;
        border: 2px solid #ddd;
        border-radius: 8px;
        font-family: var(--font-body);
        transition: all var(--transitionspeed);
        
        &:focus {
            border-color: var(--primary-color);
            outline: none;
            box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1);
        }
        
        &.error {
            border-color: var(--errorcolor);
        }
    }
}

.smpJBVDsXgYG {
    color: var(--errorcolor);
    font-size: 0.8rem;
    margin-top: 0.3rem;
    display: block;
    min-height: 1rem;
}

.rplHtXOkpu {
    margin: 2rem 0;
    
    input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        
        &:checked + label .CLYLJFUxAGkIH {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            
            &::after {
                opacity: 1;
            }
        }
    }
    
    label {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        cursor: pointer;
        
        a {
            color: var(--primary-color);
            text-decoration: none;
            
            &:hover {
                text-decoration: underline;
            }
        }
    }
}

.CLYLJFUxAGkIH {
    width: 1.3rem;
    height: 1.3rem;
    border: 2px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: all var(--transitionspeed);
    
    &::after {
        content: '\2713';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        opacity: 0;
        transition: opacity var(--transitionspeed);
    }
}

.YTYrUVxqd {
    width: 100%;
    padding: 1rem;
    background-color: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color var(--transitionspeed);
        &:disabled {
            background-color: #1d1d1d;
            cursor: not-allowed;
    }
        &:not(:disabled):hover {
            background-color: #1d1d1d;
    }

}

.BhQrfUsQ {
    flex: 1;
    min-width: 350px;
}

.OCUFge {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid var(--primary-color);
}

.EOKRGyOl {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.XwXfgPq {
    background-color: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    
    h4 {
        font-size: 1.1rem;
        color: var(--secondary-color);
        margin-bottom: 1rem;
    }
}

.jNEBWaZ {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.kPCEsoNnVmyaEfU {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
    border-radius: 50%;
    font-weight: bold;
    color: var(--secondary-color);
    font-size: 1.2rem;
    transition: all var(--transitionspeed);
    
    &.OglxhclPg {
        background-color: var(--primary-color);
        color: white;
        transform: scale(1.1);
        box-shadow: 0 3px 10px rgba(230, 57, 70, 0.3);
    }
}

.pSidd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transitionspeed);
    
    &.active {
        opacity: 1;
        visibility: visible;
    }
}

.DMGgtOJ {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    transform: translateY(20px);
    transition: transform var(--transitionspeed);
    
    .GFcuTZUZiS.active & {
        transform: translateY(0);
    }
}

.JuFQwvDtkFA {
    text-align: center;
    padding: 1rem;
    
    i {
        font-size: 4rem;
        color: var(--successcolor);
        margin-bottom: 1.5rem;
        display: block;
    }
    
    h3 {
        font-family: var(--font-heading);
        color: var(--secondary-color);
        margin-bottom: 1rem;
    }
    
    p {
        margin-bottom: 2rem;
        font-size: 1.1rem;
    }
}

.cWyFKWGmSW {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color var(--transitionspeed);
    
    &:hover {
        background-color: var(--dark-color);
        color: var(--primary-color);
    }
}

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

@media (max-width: 768px) {
    .AIazWXiG {
        padding: 3rem 1.5rem;
    }
    
    .VdpXwaYM {
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .GXUgaYe,
    .BhQrfUsQ {
        min-width: 100%;
    }
    
    .pYxAyyGRqIYJHd {
        font-size: 2rem;
    }
    
    .jNEBWaZ {
        gap: 0.5rem;
    }
    
    .kPCEsoNnVmyaEfU {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .AIazWXiG {
        padding: 2rem 1rem;
    }
    
    .GXUgaYe {
        padding: 1.5rem;
    }
    
    .pYxAyyGRqIYJHd {
        font-size: 1.8rem;
    }
}

.ommHDAToOdt {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}

.UKTGana {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../arts/pst-bg2.webp') center/cover no-repeat;
    z-index: -1;
    opacity: 0.15;
    
    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(29, 53, 87, 0.8) 10%, rgba(230, 57, 70, 0.6) 20%);
    }
}

.vVeTeSWZeKsN {
    max-width: 1330px;
    margin: 0 auto;
}

.cNNPgw {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    color: var(--accent-color);
    text-align: center;
    margin-bottom: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    
    &::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 4px;
        background-color: var(--warning-color);
        border-radius: 2px;
    }
}

.SAXPlBYqF {
    max-width: 900px;
    margin: 0 auto;
}

.CpGlVbJaeodyz {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    margin-bottom: 1.2rem;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all var(--transitionspeed);
    
    &:last-child {
        margin-bottom: 0;
    }
    
    &:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
}

.rrJXtsVsoU {
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    
    i:first-child {
        font-size: 1.8rem;
        color: var(--primary-color);
        margin-right: 1.5rem;
        flex-shrink: 0;
    }
    
    h3 {
        font-size: 1.3rem;
        color: var(--secondary-color);
        margin-right: auto;
    }
    
    .BbsYaIkbTghu {
        font-size: 1.5rem;
        color: var(--secondary-color);
        transition: transform var(--transitionspeed);
    }
    
    &.active .BbsYaIkbTghu {
        transform: rotate(180deg);
        color: var(--primary-color);
    }
}

.HSsYoNe {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transitionspeed);
    padding: 0 2rem;
    
    p {
        padding: 0 0 1.5rem 3.3rem;
        color: var(--dark-color);
        line-height: 1.7;
    }
    
    &.active {
        max-height: 300px;
    }
}

@media (max-width: 1024px) {
    .cNNPgw {
        font-size: 2.8rem;
    }
    
    .rrJXtsVsoU {
        padding: 1.2rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .ommHDAToOdt {
        padding: 4rem 1.5rem;
    }
    
    .cNNPgw {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    
    .rrJXtsVsoU h3 {
        font-size: 1.2rem;
    }
    
    .HSsYoNe p {
        padding-left: 2.8rem;
    }
}

@media (max-width: 480px) {
    .cNNPgw {
        font-size: 2rem;
    }
    
    .rrJXtsVsoU {
        padding: 1rem;
        
        i:first-child {
            margin-right: 1rem;
            font-size: 1.5rem;
        }
    }
    
    .HSsYoNe p {
        padding-left: 2.5rem;
    }
}

@media (max-width: 320px) {
    .ommHDAToOdt {
        padding: 3rem 1rem;
    }
    
    .rrJXtsVsoU h3 {
        font-size: 1.1rem;
    }
    
    .HSsYoNe p {
        padding-left: 2.2rem;
        font-size: 0.95rem;
    }
}

.NawMzbXqvkE {
    max-width: 1330px;
    margin: 0 auto;
    padding: 5rem 2rem;
    background-color: var(--accent-color);
    position: relative;
    overflow: hidden;
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 70% 30%, rgba(230, 57, 70, 0.1) 0%, transparent 50%);
        z-index: 0;
    }
}

.bgWbVHIC {
    display: flex;
    gap: 3rem;
    position: relative;
    z-index: 1;
}

.pLGcXsIyBIkyil {
    flex: 2;
}

.glNBOekXyri {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    color: var(--secondary-color);
    margin-bottom: 2rem;
    position: relative;
    
    &::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 120px;
        height: 4px;
        background-color: var(--primary-color);
        border-radius: 2px;
    }
}

.sCWru {
    p {
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
        color: var(--dark-color);
        position: relative;
        padding-left: 3rem;
        
        i {
            position: absolute;
            left: 0;
            top: 0.3rem;
            font-size: 1.8rem;
            color: var(--primary-color);
        }
    }
}

.zwUQKwdrCgAO {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.cxSfxWYnO {
    width: 100%;
    max-width: 220px;
    background-color: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform var(--transitionspeed);
    
    &:hover {
        transform: translateY(-5px);
    }
    
    a {
        display: block;
        text-decoration: none;
    }
    
    img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }
}

.mGTiykjgBJehwp {
    width: 100px;
    height: 100px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.8rem;
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
    
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
}

@media (max-width: 1024px) {
    .bgWbVHIC {
        flex-direction: column;
    }
    
    .zwUQKwdrCgAO {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .cxSfxWYnO {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .NawMzbXqvkE {
        padding: 4rem 1.5rem;
    }
    
    .glNBOekXyri {
        font-size: 2.4rem;
    }
    
    .sCWru p {
        font-size: 1rem;
        padding-left: 2.5rem;
        
        i {
            font-size: 1.5rem;
        }
    }
}

@media (max-width: 480px) {
    .glNBOekXyri {
        font-size: 2rem;
    }
    
    .cxSfxWYnO {
        max-width: 150px;
        padding: 1rem;
    }
    
    .mGTiykjgBJehwp {
        width: 80px;
        height: 80px;
        font-size: 1.5rem;
    }
}

@media (max-width: 320px) {
    .NawMzbXqvkE {
        padding: 3rem 1rem;
    }
    
    .sCWru p {
        padding-left: 2rem;
        
        i {
            font-size: 1.3rem;
        }
    }
    
    .cxSfxWYnO {
        max-width: 130px;
    }
}

.AzuAQceQQHbnsHB {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 17, 40, 0.99);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.LZtaWmBfM {
  max-width: 500px;
  width: 90%;
  background-color: var(--dark-color);
  border-radius: 15px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dfPUpuJt {
  text-align: center;
  color: var(--accent-color);
}

.TcjV {
  font-size: 3.5rem;
  color: var(--warning-color);
  margin-bottom: 1.5rem;
}

.SpKUZEQZNH {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: var(--warning-color);
}

.swIBjx {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  opacity: 0.9;
}

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

.WKZPsbQD, .VKUpDxsNdOa {
  padding: 1rem 2rem;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transitionspeed);
}

.WKZPsbQD {
  background-color: var(--successcolor);
  color: white;
  
  &:hover {
    background-color: darken(var(--successcolor), 10%);
    transform: translateY(-3px);
  }
}

.VKUpDxsNdOa {
  background-color: var(--errorcolor);
  color: white;
  
  &:hover {
    background-color: darken(var(--errorcolor), 10%);
    transform: translateY(-3px);
  }
}

.QrpIAUoEwKzdb {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--secondary-color);
  z-index: 9998;
  padding: 1rem 0;
}

.skmPbSaV {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 2rem;
}

.jIqZZOmmVQ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

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

.rkYFqYzguBT {
  font-size: 2rem;
  color: var(--accent-color);
  flex-shrink: 0;
}

.bVgdcJf {
  color: var(--accent-color);
  font-size: 1rem;
  line-height: 1.6;
  
  a {
    color: var(--warning-color);
    text-decoration: none;
    
    &:hover {
      text-decoration: underline;
    }
  }
}

.MMconqXqE {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transitionspeed);
  white-space: nowrap;
  
  &:hover {
    background-color: darken(var(--primary-color), 10%);
    transform: translateY(-2px);
  }
}

.eTcOckiBusyiD {
  position: fixed;
  right: 2rem;
  bottom: 315px;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9997;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transitionspeed);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  
  &.active {
    opacity: 1;
    visibility: visible;
  }
  
  i {
    font-size: 1.8rem;
    color: white;
  }
  
  &:hover {
    background-color: darken(var(--primary-color), 10%);
    color: var(--primary-color);
    transform: translateY(-3px);
  }

    &:hover i {
    color: var(--primary-color);
  }
}

@media (max-width: 768px) {
  .jIqZZOmmVQ {
    flex-direction: column;
    gap: 1rem;
  }
  
  .gWPHPZzS {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .XNWQKB {
    flex-direction: column;
    gap: 1rem;
  }
  
  .eTcOckiBusyiD {
    right: 1rem;
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .LZtaWmBfM {
    padding: 1.5rem;
  }
  
  .SpKUZEQZNH {
    font-size: 1.8rem;
  }
  
  .swIBjx {
    font-size: 1rem;
  }
  
  .eTcOckiBusyiD {
    width: 40px;
    height: 40px;
    
    i {
      font-size: 1.5rem;
    }
  }
}

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

.FcHFIygNl {
  text-align: center;
  margin-bottom: 3rem;
}

.LxEBxpdO {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--secondary-color);
  position: relative;
  
  &::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background-color: var(--primary-color);
  }
}

.VhGsKOf {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.QzGwTVym {
  flex: 1 1 300px;
  background-color: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform var(--transitionspeed);
  
  &:hover {
    transform: translateY(-5px);
  }
  
  i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    display: block;
  }
  
  h3 {
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
  }
  
  p {
    color: var(--dark-color);
    line-height: 1.7;
  }
}

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

@media (max-width: 768px) {
  .XVJzI {
    padding: 2rem 1.5rem;
  }
  
  .LxEBxpdO {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .LxEBxpdO {
    font-size: 2rem;
  }
  
  .QzGwTVym {
    flex: 1 1 100%;
  }
}

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

.ipTWsdykiRtNNYZ {
  text-align: center;
  margin-bottom: 3rem;
}

.UhujBaZ {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--secondary-color);
  position: relative;
  
  &::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background-color: var(--warning-color);
  }
}

.vGCColHHgXON {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.OncmzCYQEn {
  flex: 1 1 300px;
  background-color: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all var(--transitionspeed);
  
  &:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  }
  
  i {
    font-size: 2.5rem;
    color: var(--warning-color);
    margin-bottom: 1rem;
    display: block;
  }
  
  h3 {
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
  }
  
  p {
    color: var(--dark-color);
    line-height: 1.7;
  }
}

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

@media (max-width: 768px) {
  .dzZYMwhJw {
    padding: 2rem 1.5rem;
  }
  
  .UhujBaZ {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .UhujBaZ {
    font-size: 2rem;
  }
  
  .OncmzCYQEn {
    flex: 1 1 100%;
  }
}

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

.UNnvQGJ {
  text-align: center;
  margin-bottom: 3rem;
}

.ZrUPMAOsCEdl {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--secondary-color);
  position: relative;
  
  &::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background-color: var(--successcolor);
  }
}

.AZTZZDbMgaYm {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.FHnlUzt {
  flex: 1 1 300px;
  background-color: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all var(--transitionspeed);
  
  &:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  }
  
  i {
    font-size: 2.5rem;
    color: var(--successcolor);
    margin-bottom: 1rem;
    display: block;
  }
  
  h3 {
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
  }
  
  p {
    color: var(--dark-color);
    line-height: 1.7;
    
    a {
      color: var(--primary-color);
      text-decoration: none;
      
      &:hover {
        text-decoration: underline;
      }
    }
  }
}

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

@media (max-width: 768px) {
  .fQxZO {
    padding: 2rem 1.5rem;
  }
  
  .ZrUPMAOsCEdl {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .ZrUPMAOsCEdl {
    font-size: 2rem;
  }
  
  .FHnlUzt {
    flex: 1 1 100%;
  }
}

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

.XNjSEov {
  margin-bottom: 3rem;
  text-align: center;
}

.nsspQrUPrI {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
  position: relative;
  
  &::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--primary-color);
  }
}

.eabIjKh {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--dark-color);
}

.kyDeqM {
  max-width: 600px;
  margin: 0 auto;
}

.EStrpAV {
  background-color: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.AoxsrwYg {
  margin-bottom: 1.5rem;
  
  label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--secondary-color);
  }
  
  input, textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-family: var(--font-body);
    transition: border-color var(--transitionspeed);
    
    &:focus {
      border-color: var(--primary-color);
      outline: none;
    }
  }
  
  textarea {
    resize: vertical;
  }
}

.XfnjrhoMARHi {
  color: var(--errorcolor);
  font-size: 0.8rem;
  margin-top: 0.3rem;
  display: block;
  min-height: 1rem;
}

.CQgvfdAkOWu {
  margin: 2rem 0;
  
  input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    
    &:checked + label .YijTWvG {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      
      &::after {
        opacity: 1;
      }
    }
  }
  
  label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    
    a {
      color: var(--primary-color);
      text-decoration: none;
      
      &:hover {
        text-decoration: underline;
      }
    }
  }
}

.YijTWvG {
  width: 1.3rem;
  height: 1.3rem;
  border: 2px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all var(--transitionspeed);
  
  &::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    opacity: 0;
    transition: opacity var(--transitionspeed);
  }
}

.LOQUcYlIa {
  width: 100%;
  padding: 1rem;
  background-color: var(--secondary-color);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color var(--transitionspeed);
  
  &:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }
  
  &:not(:disabled):hover {
    background-color: var(--dark-color);
  }
}

.BWZRXNEPynRJ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transitionspeed);
  
  &.active {
    opacity: 1;
    visibility: visible;
  }
}

.OHJMOTqZz {
  background-color: white;
  border-radius: 15px;
  padding: 2rem;
  max-width: 500px;
  width: 90%;
  text-align: center;
}

.YBXhFgUOmvm {
  i {
    font-size: 4rem;
    color: var(--successcolor);
    margin-bottom: 1.5rem;
  }
  
  h3 {
    font-family: var(--font-heading);
    color: var(--secondary-color);
    margin-bottom: 1rem;
  }
  
  p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
}

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

@media (max-width: 768px) {
  .TtIBiiCBNV {
    padding: 2rem 1.5rem;
  }
  
  .nsspQrUPrI {
    font-size: 2.2rem;
  }
  
  .EStrpAV {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .nsspQrUPrI {
    font-size: 2rem;
  }
  
  .eabIjKh {
    font-size: 1rem;
  }
}