html {
    scroll-behavior: smooth;
}

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

:root {
    --primary-color: #ca3c3c;
    --secondary-color: #4e8dcd;
    --accent-color: #ffa56d;
    --dark-color: #322936;
    --light-color: #F7FFF7;
    --text-color: #333;
    --text-light: #fff;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
    --border-radius: 8px;
}

body {
    font-family: 'Unica One', serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--light-color);
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Karla', cursive;
    font-weight: normal;
}

.mJfTtxxYocob {
    background-color: var(--dark-color);
    color: var(--text-light);
    padding: 1rem 2rem;
    box-shadow: var(--shadow);
}

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

.sTjCUa {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.5rem;
}

.sTjCUa i {
    color: var(--accent-color);
    font-size: 2rem;
}

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

.RVsLWldzhnNH {
    background-color: transparent;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.RVsLWldzhnNH:hover {
    background-color: var(--accent-color);
    color: var(--dark-color);
}

.wGNwRpb {
    background: none;
    border: none;
    color: var(--text-light);
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

.YpqarkzHbO {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.wzNdpPCOBCSADnI, .Krhmns {
    display: flex;
    gap: 1.5rem;
    list-style: none;
}

.YpqarkzHbO a {
    color: var(--text-light);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.YpqarkzHbO a:hover {
    color: var(--accent-color);
}

.YpqarkzHbO a i {
    font-size: 1.2rem;
}

.LmJdob {
    grid-column: span 3;
    text-align: center;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 0.8; }
    50% { opacity: 1; }
    100% { opacity: 0.8; }
}

.ciyQOGa {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-light);
}

.vYrHwLQn {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.EAAnipBU {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    animation: slideInLeft 1s ease;
}

.NDvQljr {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    animation: slideInLeft 1.2s ease;
}

.IRsAjnYAmFtneb {
    display: flex;
    gap: 1rem;
    animation: fadeIn 1.5s ease;
}

.NPueHXyIbcOu, .PaNPclcTIakY {
    padding: 0.8rem 1.5rem;
    border-radius: var(--border-radius);
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.NPueHXyIbcOu {
    background-color: var(--accent-color);
    color: var(--dark-color);
    border: none;
}

.PaNPclcTIakY {
    background-color: transparent;
    color: var(--text-light);
    border: 1px solid var(--text-light);
}

.NPueHXyIbcOu:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.PaNPclcTIakY:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.PIPAhVQk {
    animation: slideInRight 1s ease;
}

.PIPAhVQk img {
    width: 100%;
    border-radius: var(--border-radius);
}

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

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

.LeldfwH {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
    position: relative;
}

.LeldfwH::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    margin: 1rem auto;
    border-radius: 2px;
}

.mIPgZiUf {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: var(--text-color);
}

.TrOxiwfp {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    width: 100%;
}

.bWrlvsO {
    background-color: white;
    border-radius: var(--border-radius);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.bWrlvsO:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.MSkJhczfVfi {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    transition: var(--transition);
    display: inline-block;
}

.MSkJhczfVfi img {
    width: 100%;
}

.bWrlvsO:hover .MSkJhczfVfi {
    transform: rotate(15deg) scale(1.1);
}

.bWrlvsO h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.bWrlvsO p {
    margin-bottom: 1.5rem;
    min-height: 3em;
    color: var(--text-color);
}

.mVhWiG {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
    transition: var(--transition);
    text-decoration: none;
}

.mVhWiG:hover {
    background-color: var(--dark-color);
    transform: scale(1.1);
}

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

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

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

@media (max-width: 1024px) {
    .vYrHwLQn {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .IRsAjnYAmFtneb {
        justify-content: center;
    }
    
    .PIPAhVQk {
        order: -1;
        max-width: 80%;
        margin: 0 auto;
    }
    
    .YpqarkzHbO {
        grid-template-columns: 1fr 1fr;
    }
    
    .LmJdob {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .yhhubWgwtR {
        padding: 4rem 0.5rem;
    }

    .bWrlvsO {
        width: 270px;
    }

    .YpqarkzHbO {
        display: none;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .wzNdpPCOBCSADnI, .Krhmns {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .LmJdob {
        grid-column: span 1;
    }
    
    .wGNwRpb {
        display: block;
    }
    
    .YpqarkzHbO.active {
        display: grid;
    }

}

@media (max-width: 480px) {
    .EAAnipBU {
        font-size: 2rem;
    }
    
    .IRsAjnYAmFtneb {
        flex-direction: column;
    }
    
    .sTjCUa h1 {
        font-size: 1.5rem;
    }
    
    .RVsLWldzhnNH span {
        display: none;
    }
}

@media (max-width: 320px) {
    .EAAnipBU {
        font-size: 1.8rem;
    }
    
    .sTjCUa {
        font-size: 1.2rem;
    }
}

.gFVfwDxdsk {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    background: url('../psp-img/zast1.webp') no-repeat center center;
    background-size: cover;
    padding: 4rem 2rem;
    isolation: isolate;
}

.PxHbkqjMHC {
    position: absolute;
    inset: 0;
    background-color: rgba(41, 47, 54, 0.7);
    z-index: -1;
}

.OhFcrMUcN {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 2rem;
    background-color: rgba(247, 255, 247, 0.9);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    animation: fadeInUp 1s ease;
}

.PlGeKhNZTgmb {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
}

.PlGeKhNZTgmb::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: var(--secondary-color);
    margin: 1rem auto;
}

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

.xbtKbnkcOxRx {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-color);
    text-align: center;
}

.JxvHisawXbZ {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--secondary-color);
    font-weight: bold;
    text-decoration: none;
    margin-top: 1rem;
    transition: var(--transition);
    justify-content: center;
}

.JxvHisawXbZ:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

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

.JxvHisawXbZ:hover i {
    transform: translateX(3px);
}

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

@media (max-width: 1024px) {
    .gFVfwDxdsk {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .gFVfwDxdsk {
        min-height: 350px;
        padding: 3rem 1rem;
    }
    
    .OhFcrMUcN {
        padding: 1.5rem;
    }
    
    .PlGeKhNZTgmb {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .gFVfwDxdsk {
        min-height: 300px;
    }
    
    .PlGeKhNZTgmb {
        font-size: 1.8rem;
    }
    
    .xbtKbnkcOxRx {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .gFVfwDxdsk {
        min-height: 280px;
    }
}

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

.PIOjaytsx {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.FChfUGVdNqS {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--dark-color);
}

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

.JqrhN {
    margin-bottom: 1rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.iMnxzztHXhpaoe {
    width: 100%;
    padding: 1.5rem;
    background-color: var(--dark-color);
    color: var(--text-light);
    border: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: var(--transition);
}

.iMnxzztHXhpaoe:hover {
    background-color: var(--primary-color);
}

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

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

.awDkmUqifp {
    max-height: 0;
    overflow: hidden;
    background-color: white;
    transition: max-height 0.5s ease, padding 0.3s ease;
}

.awDkmUqifp.active {
    max-height: 500px;
    padding: 1.5rem;
}

.sVYJvgFn {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    background: url('../psp-img/zast2.webp') no-repeat center center;
    background-size: cover;
    padding: 4rem 2rem;
    isolation: isolate;
}

.pjXDyEOE {
    position: absolute;
    inset: 0;
    background-color: rgba(41, 47, 54, 0.8);
    z-index: -1;
}

.LpbOXH {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem;
    background-color: rgba(247, 255, 247, 0.95);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    animation: fadeIn 1s ease;
}

.DtPbXtlMFtmfN {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    text-align: center;
}

.bgJqrHoN {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--text-color);
}

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

.DCRtHqPOKpNKwg {
    position: relative;
}

.eERCbboW {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--secondary-color);
    border-radius: var(--border-radius);
    font-size: 1rem;
    transition: var(--transition);
}

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

.hzZVjsdHfKJ {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: var(--primary-color);
    font-size: 0.8rem;
    display: none;
}

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

.ndppyhoa {
    width: 18px;
    height: 18px;
}

.fWKVjejsb {
    padding: 1rem;
    background-color: var(--accent-color);
    color: var(--dark-color);
    border: none;
    border-radius: var(--border-radius);
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--transition);
}

.fWKVjejsb:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-3px);
}

.fWKVjejsb[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

.NdfjbYtPnKM {
    padding: 4rem 2rem;
    background-color: var(--dark-color);
    color: var(--text-light);
}

.iRCnevdAO {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.uBlHmNjOvezBri {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.pCkCIFT {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
}

.RLzIoCCXUFGwR {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.sCkVZycbvbEaz {
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: var(--border-radius);
    text-align: center;
    transition: var(--transition);
}

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

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

.sCkVZycbvbEaz h3 {
    min-height: 78px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.sCkVZycbvbEaz p {
    min-height: 78px;
    margin-bottom: 1.5rem;
}

.nBpWmtrJ {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background-color: var(--accent-color);
    color: var(--dark-color);
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: bold;
    transition: var(--transition);
}

.nBpWmtrJ:hover {
    background-color: var(--primary-color);
    color: white;
}

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

.IHqobAVuHAvHq {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.BXSFOo {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--dark-color);
}

.SWROBx {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.CNLtlzAspvj {
    background-color: white;
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    animation: fadeIn 0.5s ease;
}

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

.oVcNuwv {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    border: 3px solid var(--secondary-color);
}

.vbVajqAYzfqA {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
}

.bjKzXVkQKDGjo {
    color: var(--accent-color);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.cnsaUtBpMes {
    font-style: italic;
    color: var(--text-color);
}

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

@media (max-width: 768px) {
    .ZdtKAY {
        padding: 4rem 0.5rem;
    }

    .CNLtlzAspvj {
        width: 275px;
    }

    .LpbOXH {
        padding: 2rem;
    }
    
    .RLzIoCCXUFGwR {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .LpbOXH {
        padding: 1.5rem;
    }
    
    .FChfUGVdNqS, 
    .DtPbXtlMFtmfN,
    .uBlHmNjOvezBri,
    .BXSFOo {
        font-size: 2rem;
    }
}

.tLDmeKZl {
    padding: 4rem 2rem;
    background-color: var(--dark-color);
    color: var(--text-light);
}

.iJXvBwtlGf {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

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

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

.cutxTkI p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
}

.zayGmybVkBMs {
    color: var(--secondary-color);
    text-decoration: none;
    transition: var(--transition);
}

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

.BbJvBKDMn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.NTWqYzFPFZOnU {
    background: #fff;
    padding: 0.5rem;
    border-radius: 12px;
    transition: var(--transition);
}

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

.QIGRpNs {
    filter: brightness(0) invert(1);
}

.TDgEyGkK {
    background-color: var(--dark-color);
    color: var(--text-light);
    padding: 3rem 2rem 0;
}

.mDBOGNJla {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}

.qbTxdAgE h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.qbTxdAgE p {
    line-height: 1.6;
}

.VMvUdaCZVKSN {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.skvEgptyDBONZB h4 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--accent-color);
}

.VMvUdaCZVKSN ul {
    list-style: none;
}

.VMvUdaCZVKSN li {
    margin-bottom: 0.8rem;
}

.VMvUdaCZVKSN a {
    color: var(--text-light);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.VMvUdaCZVKSN a:hover {
    color: var(--secondary-color);
}

.qYQKEzvYFfiC {
    text-align: center;
    padding: 1.5rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

@media (max-width: 768px) {
    .mDBOGNJla {
        grid-template-columns: 1fr;
    }
    
    .BbJvBKDMn {
        flex-direction: column;
    }
}

.nyYVNlkOoZJ {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(41, 47, 54, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.noxTGkC {
    background-color: var(--light-color);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    max-width: 500px;
    width: 90%;
    text-align: center;
    animation: fadeIn 0.5s ease;
}

.noxTGkC i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

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

.eYWXwMCv,
.MzBxJXTUhjwZ {
    padding: 0.8rem 1.5rem;
    border-radius: var(--border-radius);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.eYWXwMCv {
    background-color: var(--secondary-color);
    color: var(--dark-color);
    border: none;
}

.MzBxJXTUhjwZ {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.DfPys {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    background-color: var(--dark-color);
    color: var(--text-light);
    padding: 1rem;
    z-index: 9998;
    transition: bottom 0.5s ease;
}

.DfPys.show {
    bottom: 0;
}

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

.RjuY p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.LVjaazPzjDkS {
    background-color: var(--accent-color);
    color: var(--dark-color);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

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

.DfPys {
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    background-color: var(--dark-color);
    color: var(--text-light);
    padding: 15px 20px;
    z-index: 998;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    transition: bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.DfPys.show {
    bottom: 0;
}

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

.aijcookiebanner__text {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 250px;
}

.aijcookiebanner__text i {
    font-size: 24px;
    color: var(--accent-color);
    flex-shrink: 0;
}

.aijcookiebanner__text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

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

.aijcookiebanner__accept {
    background-color: var(--accent-color);
    color: var(--dark-color);
    border: none;
    padding: 8px 20px;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.aijcookiebanner__accept:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .DfPys {
        padding: 12px 15px;
    }
    
    .aijcookiebanner__content {
        flex-direction: column;
        text-align: center;
    }
    
    .aijcookiebanner__text {
        flex-direction: column;
        text-align: center;
    }
    
    .aijcookiebanner__accept {
        width: 100%;
    }
}

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

@media (max-width: 768px) {
    .vJFXyAzAwUMlUpS {
        flex-direction: column;
    }
    
    .eYWXwMCv,
    .MzBxJXTUhjwZ {
        width: 100%;
    }

    .DfPys {
        bottom: 130px;
    }
    
    .RjuY {
        flex-direction: column;
        text-align: center;
    }
    
    .LVjaazPzjDkS {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .DfPys {
        bottom: 150px;
    }
}

@media (max-width: 320px) {
    .DfPys {
        bottom: 200px;
    }
}

.maANPTUkdei {
    width: 100%;
    min-height: 100vh;
    background-color: var(--light-color);
    color: var(--text-color);
}

.aViZLmznK {
    background: linear-gradient(135deg, var(--secondary-color), var(--dark-color));
    color: var(--text-light);
    padding: 4rem 2rem;
}

.BLhJE {
    max-width: 1500px;
    margin: 0 auto;
}

.aViZLmznK h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.aViZLmznK p {
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 800px;
}

.aViZLmznK p i {
    margin-right: 0.5rem;
}

.QIImcMpEBsOG-section {
    padding: 4rem 2rem;
    max-width: 1500px;
    margin: 0 auto;
}

.QIImcMpEBsOG {
    max-width: 700px;
    margin: 0 auto;
    background-color: white;
    padding: 2.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.LOtXMplEEEzn {
    margin-bottom: 1.5rem;
}

.LOtXMplEEEzn label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pBLdaDxk,
.JPwGhRSdvs {
    width: 100%;
    padding: 1rem;
    border: 2px solid #ddd;
    border-radius: var(--border-radius);
    font-family: 'Unica One', serif;
    font-size: 1rem;
    transition: var(--transition);
}

.pBLdaDxk:focus,
.JPwGhRSdvs:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(78, 205, 196, 0.2);
}

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

.PGPLjfS {
    color: var(--primary-color);
    font-size: 0.9rem;
    margin-top: 0.5rem;
    display: block;
    min-height: 1.2rem;
}

.tfPxeQqnxC {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dsdvnZbqpzIW {
    width: 18px;
    height: 18px;
}

.JTSrwcCQjvB {
    background-color: var(--accent-color);
    color: var(--dark-color);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
}

.JTSrwcCQjvB:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.aijpagecontactsuccess {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.aijpagecontactsuccess.show {
    opacity: 1;
    pointer-events: all;
}

.aijpagecontactsuccess-content {
    background-color: white;
    padding: 2.5rem;
    border-radius: var(--border-radius);
    max-width: 500px;
    width: 90%;
    text-align: center;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.aijpagecontactsuccess.show .aijpagecontactsuccess-content {
    transform: scale(1);
}

.aijpagecontactsuccess-content i {
    font-size: 4rem;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
}

.aijpagecontactsuccess-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.aijpagecontactsuccess-content p {
    line-height: 1.6;
}

@media (max-width: 768px) {
    .aViZLmznK h1 {
        font-size: 2.2rem;
    }
    
    .QIImcMpEBsOG {
        padding: 1.5rem;
    }
}

.aijform-success {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.aijform-success.show {
    opacity: 1;
    pointer-events: all;
}

.aijform-success-content {
    background-color: white;
    padding: 2rem;
    border-radius: var(--border-radius);
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.aijform-success.show .aijform-success-content {
    transform: translateY(0);
}

.aijform-success-content i {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.aijform-success-content h3 {
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.aijform-success-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.aijform-success-email {
    font-weight: bold;
    color: var(--primary-color);
    margin: 1rem 0;
}

.aijform-success-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-color);
    transition: color 0.3s ease;
}

.aijform-success-close:hover {
    color: var(--primary-color);
}

.aijform-error {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.aijform-error.show {
    opacity: 1;
    pointer-events: all;
}

.aijform-error-content {
    background-color: white;
    padding: 2rem;
    border-radius: var(--border-radius);
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.aijform-error.show .aijform-error-content {
    transform: translateY(0);
}

.aijform-error-content i {
    font-size: 3rem;
    color: #ff4444;
    margin-bottom: 1rem;
}

.aijform-error-content h3 {
    color: #ff4444;
    margin-bottom: 1rem;
}

.aijform-error-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: var(--text-color);
}

.aijform-error-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-color);
    transition: color 0.3s ease;
}

.aijform-error-close:hover {
    color: #ff4444;
}

.PGPLjfS {
    display: block;
    color: #ff4444;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    min-height: 1.2rem;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.PGPLjfS:not(:empty) {
    opacity: 1;
    transform: translateY(0);
}

.hzgVUzFd,
.JQYsm,
.QYeDUcavuC,
.ncuUcsxdXPc {
    width: 100%;
    min-height: 100vh;
    background-color: var(--light-color);
    color: var(--text-color);
    font-family: 'Unica One', serif;
    line-height: 1.6;
}

.JrxkGRzA,
.vNtpZWb,
.rlBTMPDZ,
.IcSfPBNPU {
    background: linear-gradient(135deg, var(--primary-color), var(--dark-color));
    color: var(--text-light);
    padding: 4rem 2rem;
    text-align: center;
}

.TdpvZzpGzsx,
.FUdpH,
.aijaijpageresponsibleheadercontainer,
.NrkrCe {
    max-width: 1500px;
    margin: 0 auto;
}

.JrxkGRzA h2,
.vNtpZWb h2,
.rlBTMPDZ h2,
.IcSfPBNPU h2 {
    font-family: 'Karla', cursive;
    font-size: 2.8rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.JrxkGRzA p,
.vNtpZWb p,
.rlBTMPDZ p,
.IcSfPBNPU p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

.EyPgrzHbSrUM,
.MWmGNTYEVIY,
.BlJtiFszyLv,
.zxLglQjSRkfvN {
    padding: 4rem 2rem;
}

.lnDcyvfgLBv,
.UECsCF,
.kLDMDOeRgv {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.BroImbNkRZI,
.iiYbfrloeKro,
.YeoDppqwmymj {
    background-color: white;
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.BroImbNkRZI:hover,
.iiYbfrloeKro:hover,
.YeoDppqwmymj:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.BroImbNkRZI i,
.iiYbfrloeKro i,
.YeoDppqwmymj i {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.BroImbNkRZI h3,
.iiYbfrloeKro h3,
.YeoDppqwmymj h3 {
    font-family: 'Karla', cursive;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.BroImbNkRZI p,
.iiYbfrloeKro p,
.YeoDppqwmymj p {
    line-height: 1.7;
    min-height: 120px;
}

.BroImbNkRZI a,
.iiYbfrloeKro a,
.YeoDppqwmymj a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: var(--transition);
}

.BroImbNkRZI a:hover,
.iiYbfrloeKro a:hover,
.YeoDppqwmymj a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.FAjk {
    max-width: 1500px;
    margin: 0 auto;
    background-color: white;
    padding: 3rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.FAjk p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
    position: relative;
    padding-left: 3rem;
}

.FAjk i {
    position: absolute;
    left: 0;
    top: 0.3rem;
    font-size: 1.5rem;
    color: var(--primary-color);
}

@media (max-width: 1024px) {
    .JrxkGRzA h2,
    .vNtpZWb h2,
    .rlBTMPDZ h2,
    .IcSfPBNPU h2 {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .JrxkGRzA,
    .vNtpZWb,
    .rlBTMPDZ,
    .IcSfPBNPU {
        padding: 3rem 1.5rem;
    }
    
    .JrxkGRzA h2,
    .vNtpZWb h2,
    .rlBTMPDZ h2,
    .IcSfPBNPU h2 {
        font-size: 2rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .EyPgrzHbSrUM,
    .MWmGNTYEVIY,
    .BlJtiFszyLv,
    .zxLglQjSRkfvN {
        padding: 2rem 1rem;
    }
    
    .lnDcyvfgLBv,
    .UECsCF,
    .kLDMDOeRgv {
        grid-template-columns: 1fr;
    }
    
    .BroImbNkRZI p,
    .iiYbfrloeKro p,
    .YeoDppqwmymj p {
        min-height: auto;
    }
    
    .FAjk {
        padding: 2rem 1rem 2rem 2.5rem;
    }
    
    .FAjk p {
        padding-left: 2.5rem;
    }
    
    .FAjk i {
        font-size: 1.3rem;
        top: 0.2rem;
    }
}

@media (max-width: 480px) {
    .JrxkGRzA h2,
    .vNtpZWb h2,
    .rlBTMPDZ h2,
    .IcSfPBNPU h2 {
        font-size: 1.8rem;
    }
    
    .FAjk p {
        padding-left: 2rem;
        font-size: 1rem;
    }
    
    .FAjk i {
        font-size: 1.1rem;
    }
}