/* === RESET START === */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-family: 'Merriweater', sans-serif;
    background-color: #fff;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
svg {
    max-width: 100%;
    height: auto;
    display: block;
}

ul,
ol {
    list-style: none;
}

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

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

/* === RESET END === */

/* === BASE === */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

body.zLuBEoTThC {
    line-height: 1.5;
    background-color: #fefefe;
}

/* === HEADER === */
.IPxYgIlGE {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.KpcwDhLc {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yzqtuPhOujg img {
    height: 42px;
}

.NsilTYvG {
    display: flex;
}

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

.ldhNGGdVV li a {
    font-weight: 500;
    transition: color 0.3s;
}

.ldhNGGdVV li a:hover {
    color: #9f1ece;
}

.WtwXhOw {
    display: none;
    font-size: 1.5rem;
}

/* Mobile nav */
@media (max-width: 768px) {
    .NsilTYvG {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        flex-direction: column;
        width: 200px;
        padding: 1rem;
        border: 1px solid #ddd;
        display: none;
    }

    .NsilTYvG.active {
        display: flex;
    }

    .WtwXhOw {
        display: block;
    }
}

/* === HERO BLOCK === */
.SKgCQokMZDrX {
    background: url('../media/beg.jpg') center/cover no-repeat;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rkVhlOl {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.auVPmqwjxTVN {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    max-width: 900px;
    padding: 2rem;
}

.iWxmJaym {
    font-size: 3rem;
    margin-bottom: 1rem;
}

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

.LncaEu {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

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

.TbXFSzzdZHT {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    animation: pulseCard 3s infinite;
}

@keyframes pulseCard {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.TbXFSzzdZHT i {
    font-size: 1.25rem;
}

/* === PROMO BLOCK === */
.nrLaOaZ {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hcaeHjObZWtYBc {
    background: url('../media/promt.jpg') center/cover fixed no-repeat;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.HlFOvjgcPQW {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.myziWXk {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 10px;
}

.FIzAoib {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

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

.fnAvRX {
    background: #9f1ece;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s;
}

.fnAvRX:hover {
    background: #6f0ba9;
}

.UMypmNZCTuXOr {
    padding: 5rem 2rem;
    background: #fafafa;
}

.mAGhxahSozMood {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.bAEDoqXLgcpyoah {
    font-size: 2.3rem;
    margin-bottom: 3rem;
    font-family: 'Lato', sans-serif;
    color: #222;
}

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

.WaeHaEL {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s, box-shadow 0.4s;
}

.WaeHaEL:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.WaeHaEL i {
    font-size: 2rem;
    color: #9f1ece;
    margin-bottom: 1rem;
}

.csCzLzDuf {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.KlJIFr {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

.hdtiUbgGzTt {
    background: linear-gradient(135deg, #1f1b3a 0%, #3a1f4f 50%, #651a7a 100%);
    position: relative;
    overflow: hidden;
}


.QKlSIZJN {
    position: relative;
    z-index: 2;
    padding: 5rem 2rem;
    max-width: 1280px;
    margin: 0 auto;
}

.HuIdAKt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.vseqY {
    flex: 1 1 500px;
    color: #fff;
}

.njRxLkQfAM {
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.GkvbjSPNYa {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #ddd;
}

.QNgPDKXrA {
    background: #9f1ece;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.QNgPDKXrA:hover {
    background: #6f0ba9;
}

.leAEWGHREsnrs {
    flex: 1 1 400px;
    text-align: center;
}

.leAEWGHREsnrs img {
    width: 320px;
    max-width: 100%;
    animation: bounceFrog 4s ease-in-out infinite;
}

@keyframes bounceFrog {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    .HuIdAKt {
        flex-direction: column-reverse;
        text-align: center;
    }
}

.uSojBQKtHgVmT {
    background: #f6f6f6;
    padding: 5rem 2rem;
}

.ibBBPDuvguXYpU {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.aCxyzfRkz {
    font-size: 2.25rem;
    margin-bottom: 3rem;
    font-family: 'Lato', sans-serif;
    color: #222;
}

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

.vptiIfEVwRXf {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vptiIfEVwRXf:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.MXTXzZiIuhC {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.rbJnHiV {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.BJInrYiqkmYz {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #9f1ece;
}

.oiOMUtkRBp {
    font-weight: 600;
    color: #555;
    font-size: 0.95rem;
}

.ZuFeIwCRskct {
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
    padding: 5rem 2rem;
}

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

.erfkhbneq {
    text-align: center;
    font-size: 2.25rem;
    font-family: 'Lato', sans-serif;
    margin-bottom: 3rem;
    color: #222;
}

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

.HEFBqdGzD {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.HEFBqdGzD.open {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.iJpivfvy {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 1.25rem 1.5rem;
    color: #333;
    cursor: pointer;
    transition: background 0.3s;
}

.iJpivfvy:hover {
    background: #f0f0f0;
}

.SJAQClrZhKSv {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 1.5rem;
}

.HEFBqdGzD.open .SJAQClrZhKSv {
    max-height: 500px;
    padding: 0.75rem 1.5rem 1.25rem;
}

.SJAQClrZhKSv p {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
}

.sWPIsVRq {
    background: #e6dbef;
    padding: 4rem 2rem;
    border-top: 1px solid #ddd;
}

.cQIjDwso {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.TLHnGhLQu {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-family: 'Lato', sans-serif;
    color: #b22049;
}

.EahFbC {
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    text-align: left;
}

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

.tqgiAq img {
    transition: transform 0.3s ease;
    max-width: 220px;
    background: #222;
    padding: 10px;
    border-radius: 5px;
}

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

.baotdLvAcLR {
    background: #fefefe;
    padding: 5rem 2rem;
    border-top: 1px solid #eee;
}

.uPiCCchqa {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.CPakIW {
    font-size: 2.25rem;
    margin-bottom: 2rem;
    font-family: 'Lato', sans-serif;
    color: #222;
}

.idTK {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #444;
}

.yQckvZWKJHyW i {
    margin-right: 0.5rem;
    color: #9f1ece;
}

.YDiwMgm {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.YDiwMgm input,
.YDiwMgm textarea {
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    resize: none;
}

.YDiwMgm button {
    background: #9f1ece;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.YDiwMgm button:hover {
    background: #6f0ba9;
}

/* Modal Thank You */
.exXQwsPyP {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.EVAKPIGCXW {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.EVAKPIGCXW p {
    margin-bottom: 1.5rem;
    color: #222;
}

.EVAKPIGCXW button {
    background: #9f1ece;
    color: #fff;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.IiZwDqRIs {
    background: #111;
    color: #ccc;
    padding: 3rem 2rem 1rem;
    font-size: 0.95rem;
}

.pFRQrthmkadMy {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 2rem;
}

.tZdfKCXCN {
    flex: 1 1 280px;
}

.wTntfRYqGkjstBU h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: #fff;
}

.wTntfRYqGkjstBU p {
    line-height: 1.6;
    color: #bbb;
}

.FmIQvS {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nXdiWrvxCEy {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    background: #9f1ece;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.xoJbjbtzuavfz {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.xoJbjbtzuavfz a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.xoJbjbtzuavfz a:hover {
    color: #fff;
}

.axuwFySO {
    text-align: center;
    font-size: 0.85rem;
    color: #777;
    border-top: 1px solid #222;
    padding-top: 1rem;
}

.FLtwFfiMhjHTN {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    color: #eee;
    padding: 1rem 1.5rem;
    z-index: 9999;
    display: none;
    animation: slideUp 0.5s ease forwards;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.3);
}

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

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

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

.CGxRAWr {
    font-size: 0.95rem;
    flex: 1 1 70%;
}

.CGxRAWr a {
    color: #9f1ece;
    text-decoration: underline;
}

.LSUdJcdfyON {
    background: #9f1ece;
    color: #fff;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    flex: 0 0 auto;
    transition: background 0.3s ease;
}

.LSUdJcdfyON:hover {
    background: #6f0ba9;
}

.NSkCvCjiGEhDW {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dEWXetuRanP {
    text-align: center;
    max-width: 500px;
    padding: 2rem;
    background: #1f1f1f;
    border-radius: 16px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
}

.FnFfiafxjzoA {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: 'Lato', sans-serif;
}

.ECtfsYYItsK {
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #ccc;
}

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

.hosUARHc {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.UivxMMngPEUd {
    background: #9f1ece;
    color: #fff;
}

.UivxMMngPEUd:hover {
    background: #6f0ba9;
}

.cIWKkC {
    background: #444;
    color: #fff;
}

.cIWKkC:hover {
    background: #222;
}