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

body {
    font-family: 'Libre Baskerville', sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #f6f5fa 0%, #cec3e2 100%);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fredoka One', serif;
    font-weight: 700;
    line-height: 1.2;
}

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

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

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

.URWNyBqq {
    background: linear-gradient(145deg, #ffffff 0%, #f9f8f4 100%);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: dgmodalFadeIn 0.5s ease-out;
}

.lmEICJYGzx {
    font-size: 3rem;
    color: #834aff;
    margin-bottom: 1rem;
}

.URWNyBqq h2 {
    margin-bottom: 1rem;
    color: #3f2c50;
}

.URWNyBqq p {
    margin-bottom: 2rem;
    color: #555;
}

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

.tMjijkryFsHUAxI button {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vNJdETNPszaf {
    background: linear-gradient(135deg, #834aff 0%, #4a3f97 100%);
    color: white;
}

.lQJjfEPkUnA {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
    color: white;
}

.tMjijkryFsHUAxI button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.fBbloOCL {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #3f2c50 0%, #834aff 100%);
    color: white;
    padding: 1rem;
    z-index: 9998;
    transition: bottom 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.CUoecixPipRk {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
}

.AWDegpPJNs {
    font-size: 1.5rem;
    color: #ff9900;
}

.CUoecixPipRk p {
    flex: 1;
    margin: 0;
}

.CUoecixPipRk a {
    color: #ff9900;
    text-decoration: underline;
}

.NeyjBfTfFz {
    background: #ff9900;
    color: #3f2c50;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.NeyjBfTfFz:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

.bpnwGIYRUr {
    background: linear-gradient(135deg, #3f2c50 0%, #834aff 100%);
    color: white;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

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

.NSJqpEpXg img {
    height: 50px;
    transition: transform 0.3s ease;
}

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

.oCBPOc {
    display: flex;
    list-style: none;
    gap: 1.5rem;
}

.gQGQAGfXxMVz {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    position: relative;
}

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

.gQGQAGfXxMVz::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff9900;
    transition: width 0.3s ease;
}

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

.gQGQAGfXxMVz:hover {
    color: #ff9900;
}

.LjYnDtmTID {
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

.OSEEHveFqETh {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('../ln-arts/ln-main2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.TGTZDFsdA {
    position: relative;
    z-index: 1;
    max-width: 1344px;
    margin: 0 auto;
    padding: 2rem;
    color: white;
    text-align: center;
    width: 100%;
}

.TGTZDFsdA h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    animation: dgtextFadeIn 1s ease-out;
}

.TGTZDFsdA p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    animation: dgtextFadeIn 1s ease-out 0.2s forwards;
    opacity: 0;
}

.LBPzEVSPSR {
    display: inline-block;
    background: linear-gradient(135deg, #ff9900 0%, #ff8c00 100%);
    color: #3f2c50;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    animation: dgbuttonPulse 2s infinite;
}

.LBPzEVSPSR:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.LBPzEVSPSR i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.LBPzEVSPSR:hover i {
    transform: translateX(5px);
}

.QufY {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    animation: dgtextFadeIn 1s ease-out 0.4s forwards;
    opacity: 0;
}

.KmKQnk {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    min-width: 200px;
}

.KmKQnk:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.KmKQnk i {
    font-size: 2rem;
    color: #ff9900;
    margin-bottom: 1rem;
}

.KmKQnk p {
    font-weight: 600;
    margin: 0;
    text-shadow: none;
    opacity: 1;
}

.qQEbvSAEjuO {
    padding: 5rem 1rem;
    background: linear-gradient(145deg, #ffffff 0%, #f9f8f4 100%);
}

.PhcdzVDbaH {
    max-width: 1344px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.NOiymgZtFQq {
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.NOiymgZtFQq:hover {
    transform: scale(1.02);
}

.NOiymgZtFQq img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.QbiKcvnvIwxags {
    flex: 1;
}

.QbiKcvnvIwxags h2 {
    font-size: 2.5rem;
    color: #3f2c50;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.QbiKcvnvIwxags h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50%;
    height: 4px;
    background: linear-gradient(90deg, #834aff 0%, #ff9900 100%);
    border-radius: 2px;
}

.QbiKcvnvIwxags p {
    margin-bottom: 1.5rem;
    color: #555;
}

.KZHXjR {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.ANctODYZ {
    text-align: center;
    background: rgba(74, 107, 255, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    min-width: 150px;
    transition: all 0.3s ease;
}

.ANctODYZ:hover {
    transform: translateY(-5px);
    background: rgba(74, 107, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ANctODYZ i {
    font-size: 2rem;
    color: #834aff;
    margin-bottom: 0.5rem;
}

.ANctODYZ span {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #3f2c50;
    margin-bottom: 0.3rem;
}

.ANctODYZ p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.Ebfxpr {
    position: relative;
    padding: 5rem 1rem;
    background-image: url('../ln-arts/ln-main1.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.lkJTkk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 44, 80, 0.9);
}

.ZGAgrqonUlIaL {
    position: relative;
    z-index: 1;
    max-width: 1344px;
    margin: 0 auto;
    text-align: center;
}

.ZGAgrqonUlIaL h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1rem;
}

.ZGAgrqonUlIaL p {
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0 auto 3rem;
}

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

.LAkQSRUFpkp {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    width: calc(25% - 2rem);
    transition: all 0.3s ease;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.LAkQSRUFpkp:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.LAkQSRUFpkp i {
    font-size: 2.5rem;
    color: #ff9900;
    margin-bottom: 1.5rem;
}

.LAkQSRUFpkp h3 {
    color: white;
    margin-bottom: 1rem;
}

.LAkQSRUFpkp p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 auto 0;
}

.cbCWFvufHGpj {
    display: inline-block;
    margin-top: 3rem;
    background: linear-gradient(135deg, #ff9900 0%, #ff8c00 100%);
    color: #3f2c50;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cbCWFvufHGpj:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.cbCWFvufHGpj i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.cbCWFvufHGpj:hover i {
    transform: translateX(5px);
}

.yUWThBchcLM {
    padding: 5rem 1rem;
    background: linear-gradient(145deg, #f2f1f4 0%, #ebe9ef 100%);
}

.zRnvwKwjkEqQWJJ {
    max-width: 1344px;
    margin: 0 auto;
    text-align: center;
}

.zRnvwKwjkEqQWJJ h2 {
    font-size: 2.5rem;
    color: #3f2c50;
    margin-bottom: 1rem;
}

.zRnvwKwjkEqQWJJ p {
    color: #666;
    max-width: 700px;
    margin: 0 auto 3rem;
}

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

.QuHkkPrWyw {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: calc(25% - 2rem);
    position: relative;
}

.QuHkkPrWyw:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.wYAxjTmxLQcBk {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.wYAxjTmxLQcBk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.QuHkkPrWyw:hover .wYAxjTmxLQcBk img {
    transform: scale(1.1);
}

.mgNQKvFrhVJOs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.QuHkkPrWyw:hover .mgNQKvFrhVJOs {
    opacity: 1;
}

.ldJvPN {
    background: linear-gradient(135deg, #834aff 0%, #4a3f97 100%);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ldJvPN:hover {
    background: linear-gradient(135deg, #4a3f97 0%, #834aff 100%);
    transform: scale(1.1);
}

.QuHkkPrWyw h3 {
    padding: 1rem 1rem 0.5rem;
    color: #3f2c50;
}

.dggamefeatures {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0 1rem;
    flex-wrap: wrap;
}

.dggamefeatures span {
    background: rgba(137, 74, 255, 0.1);
    color: #834aff;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.dggamefeatures i {
    font-size: 0.9rem;
}

.QuHkkPrWyw p {
    padding: 1rem;
    color: #666;
    text-align: center;
    margin: 0;
}

.rFHylMMnjtqf {
    position: relative;
    padding: 5rem 1rem;
    background-image: url('../ln-arts/ln-mAIN4.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.edsijpPE {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 44, 80, 0.9);
}

.TyHhxNt {
    position: relative;
    z-index: 1;
    max-width: 1344px;
    margin: 0 auto;
}

.TyHhxNt h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1rem;
    text-align: center;
}

.TyHhxNt p {
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0 auto 3rem;
    text-align: center;
}

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

.amRMbvMZgT {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.wyjOyNc {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wyjOyNc:hover {
    background: rgba(255, 255, 255, 0.2);
}

.wyjOyNc h3 {
    color: white;
    font-size: 1.1rem;
    margin: 0;
}

.wyjOyNc i {
    color: #ff9900;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.amRMbvMZgT.active .wyjOyNc i {
    transform: rotate(180deg);
}

.pGUgAujj {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
}

.amRMbvMZgT.active .pGUgAujj {
    max-height: 100%;
    padding: 0 1.5rem 1.5rem;
}

.pGUgAujj p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-align: left;
    height: 100%;
    
}

.jUPqt {
    display: inline-block;
    margin-top: 3rem;
    color: #ff9900;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
}

.jUPqt:hover {
    color: white;
    transform: translateX(5px);
}

.jUPqt i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.jUPqt:hover i {
    transform: translateX(5px);
}

.JsJHQdaomIwP {
    padding: 5rem 1rem;
    background: linear-gradient(145deg, #ffffff 0%, #f9f8f4 100%);
}

.nQQpUIkgpCzm {
    max-width: 1344px;
    margin: 0 auto;
    text-align: center;
}

.nQQpUIkgpCzm h2 {
    font-size: 2.5rem;
    color: #3f2c50;
    margin-bottom: 1rem;
}

.nQQpUIkgpCzm p {
    color: #666;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.ofNIZeOfZYXi {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.OUhVwFT {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    min-width: 300px;
    scroll-snap-align: start;
    transition: all 0.3s ease;
    text-align: left;
}

.OUhVwFT:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.YWbknAxmm {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.YWbknAxmm img {
    border-radius: 50%;
    object-fit: cover;
}

.dutKhHAAztzw {
    flex: 1;
    text-align: left;
}

.dutKhHAAztzw h4 {
    color: #3f2c50;
    margin-bottom: 0.3rem;
}

.RRTjQJmjTYdW {
    color: #ff9900;
}

.OUhVwFT p {
    color: #555;
    font-style: italic;
    margin: 0;
    text-align: left;
}

.nJgzfO {
    padding: 5rem 1rem;
    background: linear-gradient(135deg, #3f2c50 0%, #834aff 100%);
    color: white;
}

.SvmxIkqxNgckw {
    max-width: 1344px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.KrMiADIG {
    flex: 2;
}

.KrMiADIG h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: white;
}

.KrMiADIG p {
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.qMseaLA a {
    color: #ff9900;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.qMseaLA a:hover {
    color: white;
    transform: translateX(5px);
}

.hmFuwetoY {
    flex: 1;
}

.hmFuwetoY h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: white;
}

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

.ttALynPQEFg a {
    display: block;
    transition: transform 0.3s ease;
}

.ttALynPQEFg a:hover {
    transform: scale(1.05);
}

.ttALynPQEFg img {
    border-radius: 5px;
    background: white;
    padding: 0.5rem;
}

.ttALynPQEFg img:last-child {
    align-self: center;
    background: transparent;
}

.ktuik {
    position: relative;
    padding: 5rem 1rem;
    background-image: url('../ln-arts/ln-main3.webp');
    background-size: cover;
    background-position: center;
}

.UKLEgYYJpw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 44, 80, 0.9);
}

.BVVBXUdSJltOKL {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 3rem;
}

.BVVBXUdSJltOKL h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1rem;
    text-align: center;
}

.BVVBXUdSJltOKL p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto 2rem;
    text-align: center;
}

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

.wtDGhCaOFUb {
    position: relative;
}

.wtDGhCaOFUb label {
    display: block;
    margin-bottom: 0.5rem;
    color: white;
    font-weight: 500;
}

.wtDGhCaOFUb input,
.wtDGhCaOFUb textarea {
    width: 100%;
    padding: 1rem 1rem 1rem 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    transition: all 0.3s ease;
}

.wtDGhCaOFUb input:focus,
.wtDGhCaOFUb textarea:focus {
    outline: none;
    border-color: #ff9900;
    background: rgba(255, 255, 255, 0.2);
}

.wtDGhCaOFUb i {
    position: absolute;
    left: 1rem;
    top: 40%;
    transform: translateY(50%);
    color: rgba(255, 255, 255, 0.7);
}

.wtDGhCaOFUb input:focus+i,
.wtDGhCaOFUb input:focus i {
    top: 30%;
}

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

.SwtmmdDiHe {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.SwtmmdDiHe input {
    width: auto;
}

.SwtmmdDiHe label {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.SwtmmdDiHe a {
    color: #ff9900;
    text-decoration: underline;
}

.oUsLOsbNiTi {
    background: linear-gradient(135deg, #ff9900 0%, #ff8c00 100%);
    color: #3f2c50;
    padding: 1rem;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.oUsLOsbNiTi:disabled {
    background: #666;
    color: #ccc;
    cursor: not-allowed;
}

.oUsLOsbNiTi:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.oUsLOsbNiTi i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.oUsLOsbNiTi:hover:not(:disabled) i {
    transform: translateX(5px);
}

.vpMVAvI {
    text-align: center;
    padding: 2rem;
    display: none;
}

.vpMVAvI i {
    font-size: 3rem;
    color: #3f9042;
    margin-bottom: 1rem;
}

.vpMVAvI h3 {
    color: white;
    margin-bottom: 1rem;
}

.vpMVAvI p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.LcIuUrmUg {
    background: linear-gradient(135deg, #3f2c50 0%, #211a39 100%);
    color: white;
    padding: 3rem 1rem 1rem;
}

.yBiamqRDvnfVlz {
    max-width: 1344px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.hdaGUnxXgT {
    flex: 1;
    min-width: 250px;
}

.hdaGUnxXgT img {
    margin-bottom: 1rem;
}

.hdaGUnxXgT p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

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

.wLoxVSUc {
    min-width: 150px;
}

.wLoxVSUc h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #ff9900;
    position: relative;
    padding-bottom: 0.5rem;
}

.wLoxVSUc h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff9900;
}

.wLoxVSUc ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

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

.wLoxVSUc a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.wLoxVSUc a:hover {
    color: #ff9900;
    transform: translateX(5px);
}

.wLoxVSUc i {
    font-size: 0.8rem;
}

.AvBUwWy {
    flex: 1;
    min-width: 250px;
}

.AvBUwWy h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #ff9900;
    position: relative;
    padding-bottom: 0.5rem;
}

.AvBUwWy h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff9900;
}

.AvBUwWy p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.AvBUwWy i {
    color: #ff9900;
}

.dgfooterbottom {
    max-width: 1344px;
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

.OVwFPd {
    position: fixed;
    bottom: 13.5rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #834aff 0%, #4a3f97 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.OVwFPd.active {
    opacity: 1;
    visibility: visible;
}

.OVwFPd:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #4a3f97 0%, #834aff 100%);
}

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

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

@keyframes dgbuttonPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 215, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
    }
}

@media (max-width: 1024px) {
    .LAkQSRUFpkp {
        width: calc(50% - 2rem);
    }
    
    .QuHkkPrWyw {
        width: calc(33.333% - 2rem);
    }
    
    .PhcdzVDbaH {
        flex-direction: column;
    }
    
    .SvmxIkqxNgckw {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .oCBPOc {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: linear-gradient(135deg, #3f2c50 0%, #834aff 100%);
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 2rem;
        transition: left 0.5s ease;
    }
    
    .oCBPOc.active {
        left: 0;
    }
    
    .LjYnDtmTID {
        display: block;
    }
    
    .TGTZDFsdA h1 {
        font-size: 2.5rem;
    }
    
    .WDgPsBOmd {
        flex-direction: column;
    }
    
    .LAkQSRUFpkp {
        width: 100%;
    }
    
    .QuHkkPrWyw {
        width: calc(50% - 2rem);
    }
}

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

    .TGTZDFsdA h1 {
        font-size: 2rem;
    }
    
    .QufY {
        flex-direction: column;
    }
    
    .QuHkkPrWyw {
        width: 100%;
    }

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

    .OUhVwFT {
        min-width: 260px;
    }
    
    .yBiamqRDvnfVlz {
        flex-direction: column;
    }
    
    .ZFSgqjkJXrRQ {
        flex-direction: column;
    }
    
    .BVVBXUdSJltOKL {
        padding: 2rem 1rem;
    }
}

@media (max-width: 320px) {
    .TGTZDFsdA h1 {
        font-size: 1.8rem;
    }
    
    .tMjijkryFsHUAxI {
        flex-direction: column;
    }
    
    .tMjijkryFsHUAxI button {
        width: 100%;
    }
}

.VhYHKJIxoG {
    max-width: 1344px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.lGsYxMFEfuCIN {
    background: linear-gradient(135deg, #e27169 0%, #cb736b 0%, #ff927fe7 21%, #dd796e 52%, #cf5584 78%, #b12a70 100%);
    padding: 3rem 1rem;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(202, 101, 94, 0.3);
}

.lGsYxMFEfuCIN i {
    font-size: 4rem;
    color: white;
    margin-bottom: 1rem;
}

.lGsYxMFEfuCIN h1 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.lGsYxMFEfuCIN p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.tJuxZ {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.CQWnLHmrHH {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-top: 4px solid #de6a62;
}

.CQWnLHmrHH:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 129, 119, 0.2);
}

.CQWnLHmrHH i {
    font-size: 1.8rem;
    color: #de6a62;
    margin-bottom: 1rem;
    display: inline-block;
}

.CQWnLHmrHH h3 {
    color: #3f2c50;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
}

.CQWnLHmrHH p {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

.CQWnLHmrHH a {
    color: #de6a62;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.CQWnLHmrHH a:hover {
    color: #b12a8b;
}

@media (max-width: 768px) {
    .tJuxZ {
        grid-template-columns: 1fr;
    }
    
    .lGsYxMFEfuCIN h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .lGsYxMFEfuCIN {
        padding: 2rem 1rem;
    }
    
    .lGsYxMFEfuCIN i {
        font-size: 3rem;
    }
    
    .CQWnLHmrHH {
        padding: 1.2rem;
    }
}

.iaHSDOrfahiG {
    max-width: 1344px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.lEGRnBwLIlVNV {
    background: linear-gradient(135deg, #8170a9 0%, #fbc2f9 100%);
    padding: 3rem 1rem;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(161, 140, 209, 0.3);
}

.lEGRnBwLIlVNV i {
    font-size: 4rem;
    color: white;
    margin-bottom: 1rem;
}

.lEGRnBwLIlVNV h1 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.lEGRnBwLIlVNV p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.ieYJzrPXL {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.nYGrUnzyzWZd {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nYGrUnzyzWZd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #8170a9 0%, #fbc2f9 100%);
}

.nYGrUnzyzWZd:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(161, 140, 209, 0.2);
}

.nYGrUnzyzWZd i {
    font-size: 2rem;
    color: #8170a9;
    margin-bottom: 1rem;
    display: inline-block;
}

.nYGrUnzyzWZd h3 {
    color: #3f2c50;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.nYGrUnzyzWZd p {
    color: #555;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .ieYJzrPXL {
        grid-template-columns: 1fr;
    }
    
    .lEGRnBwLIlVNV h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .lEGRnBwLIlVNV {
        padding: 2rem 1rem;
    }
    
    .lEGRnBwLIlVNV i {
        font-size: 3rem;
    }
    
    .nYGrUnzyzWZd {
        padding: 1.5rem;
    }
}

.aVjVUaqz {
    max-width: 1344px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.gySvTt {
    background: linear-gradient(135deg, #ff9ab8 0%, #fadac4 100%);
    padding: 3rem 1rem;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(255, 154, 158, 0.3);
}

.gySvTt i {
    font-size: 4rem;
    color: white;
    margin-bottom: 1rem;
}

.gySvTt h1 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.gySvTt p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.xFvh {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.DQKMgxwhnYmlKT {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-left: 4px solid #ff9a9e;
}

.DQKMgxwhnYmlKT:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 154, 158, 0.2);
}

.DQKMgxwhnYmlKT i {
    font-size: 1.8rem;
    color: #ff9a9e;
    margin-bottom: 1rem;
    display: inline-block;
}

.DQKMgxwhnYmlKT h3 {
    color: #3f2c50;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
}

.DQKMgxwhnYmlKT p {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .xFvh {
        grid-template-columns: 1fr;
    }
    
    .gySvTt h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .gySvTt {
        padding: 2rem 1rem;
    }
    
    .gySvTt i {
        font-size: 3rem;
    }
    
    .DQKMgxwhnYmlKT {
        padding: 1.2rem;
    }
}

.WdLjxy {
    max-width: 1344px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.SaEeZqoaclRwj {
    background: linear-gradient(135deg, #6e45e2 0%, #88c8d3 100%);
    padding: 3rem 1rem;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(110, 69, 226, 0.3);
}

.SaEeZqoaclRwj i {
    font-size: 4rem;
    color: white;
    margin-bottom: 1rem;
}

.SaEeZqoaclRwj h1 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.SaEeZqoaclRwj p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.LIwUEO {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.TsBwr {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.TsBwr i {
    font-size: 2rem;
    color: #6e45e2;
    margin-bottom: 1rem;
    display: inline-block;
}

.TsBwr h3 {
    color: #3f2c50;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.TsBwr p {
    color: #555;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .LIwUEO {
        grid-template-columns: 1fr;
    }
    
    .SaEeZqoaclRwj h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .SaEeZqoaclRwj {
        padding: 2rem 1rem;
    }
    
    .SaEeZqoaclRwj i {
        font-size: 3rem;
    }
}

.ErbqfyNjzo {
    font-family: 'Libre Baskerville', sans-serif;
    color: #333;
    background: linear-gradient(135deg, #f6f5fa 0%, #cec3e2 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    padding: 2rem;
}

.VReaNIL h1 {
    font-family: 'Fredoka One', serif;
    font-weight: 700;
    font-size: 6rem;
    color: #ff6b6b;
    margin-bottom: 1rem;
}

.VReaNIL p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.WnsaEOmqj .mLJkoJlCOH p {
    margin-bottom: 1.5rem;
}

.CKoOXKErj {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #5800cc;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s;
}

.CKoOXKErj:hover {
    background-color: #4700a3;
}