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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rajdhani', sans-serif;
    background-color: #0c0e13;
    color: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

ul,
ol {
    list-style: none;
}

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

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

input,
textarea {
    font-family: inherit;
    border: none;
    outline: none;
}

.oPjOVcCMURIP {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.jbreNPA {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

body {
    padding-top: 80px;
}

/* Header */
.DddAeZ {
    background: #0c1616;
    padding: 16px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.HdVJOYUPR {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.HhfdZOCgUHZb {
    font-size: 1.7rem;
    font-weight: 800;
    color: #177483;
    letter-spacing: 1px;
}

.HhfdZOCgUHZb span {
    color: #ffffff;
}

@media (max-width: 380px) {
    .HhfdZOCgUHZb {
        font-size: 1.1rem;
    }
}

.HfsqCZzDal {
    display: flex;
    gap: 26px;
}

.HfsqCZzDal a {
    font-size: 1rem;
    color: #c9d4d0;
    position: relative;
    padding-bottom: 4px;
    transition: color 0.3s ease;
}

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

.HfsqCZzDal a:hover {
    color: #177483;
}

.HfsqCZzDal a:hover::after {
    width: 100%;
}

.bIPcXNSYKoam {
    background: #177483;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
}

.YMhtoRUVsjvL {
    display: flex;
    align-items: center;
    gap: 10px;
}

.AXiHL {
    display: none;
    background: transparent;
    color: #fff;
    font-size: 28px;
}

/* Modal */
.fceQSLk {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    justify-content: center;
    align-items: center;
}

.SyZdqQyvTEcluu {
    background: #182324;
    padding: 30px;
    border-radius: 10px;
    max-width: 420px;
    width: 90%;
    color: #ffffff;
    position: relative;
}

.SyZdqQyvTEcluu h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #177483;
}

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

.SyZdqQyvTEcluu form input {
    display: block;
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    background: #252332;
    border-radius: 6px;
    color: #fff;
}

.SyZdqQyvTEcluu form button {
    background: #177483;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

.QASoCrR {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    font-size: 1.2rem;
    color: #aaa;
}

.hBGHilfoIRi {
    color: #cf3d3d;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

/* Burger Menu (mobile) */
@media (max-width: 820px) {
    .CelVnPNCswa {
        position: absolute;
        top: 100%;
        right: 0;
        background: #182324;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .CelVnPNCswa.open {
        max-height: 500px;
    }

    .HfsqCZzDal {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 16px;
    }

    .AXiHL {
        display: block;
    }
}

.JuHmoPJRAr {
    position: relative;
    background: linear-gradient(to bottom right, #0c1616, #1a2a2c);
    padding: 100px 0 140px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.xGmHxiLnaj {
    position: relative;
    z-index: 9;
}

.mVxPcyZn {
    font-family: 'Rajdhani', sans-serif;
    font-size: 2.8rem;
    max-width: 700px;
    margin: 0 auto 20px;
    color: #177483;
}

.CRYUzfZmN {
    font-size: 1.2rem;
    max-width: 620px;
    margin: 0 auto 30px;
    color: #cfcfe6;
}

.xVrZWAlh {
    background: #177483;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 1rem;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.tCHPbNtyEgGEK {
    display: block;
    margin-top: 16px;
    font-size: 0.85rem;
    color: #aaaac0;
}

.zNgsXRMAalH {
    position: absolute;
    width: 60px;
    opacity: 0.6;
    animation: floatchip 8s ease-in-out infinite alternate;
}

.phGwAQqYKrIog {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.yxNzhjYPfDtrz {
    top: 40%;
    right: 12%;
    animation-delay: 1.5s;
}

.DOjffibuMRY {
    bottom: 10%;
    left: 35%;
    animation-delay: 3s;
}

@keyframes floatchip {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(-20px) rotate(15deg);
    }
}

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

    .CRYUzfZmN {
        font-size: 1rem;
    }

    .zNgsXRMAalH {
        width: 40px;
    }
}

.pjJUUr {
    padding: 100px 0;
    background: #121e1e;
    color: #fff;
}

.BKKEIomuAr {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Rajdhani', sans-serif;
    color: #177483;
}

.sdEyC {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.smoyMcjpCyPiL {
    flex: 1 1 45%;
}

.smoyMcjpCyPiL img {
    width: 100%;
}

.KkgYdVBufwGU {
    flex: 1 1 50%;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #d1d1e2;
}

.KkgYdVBufwGU p+p {
    margin-top: 16px;
}

@media (max-width: 768px) {
    .sdEyC {
        flex-direction: column;
    }

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

.KQCgwRosz {
    background: #0d1718;
    padding: 90px 0;
    color: #fff;
}

.vbOMSUW {
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 2.2rem;
    margin-bottom: 60px;
    color: #177483;
}

.LAjhsYBnoJpITn {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.RDFMCj {
    background: #192126;
    border-radius: 12px;
    padding: 24px;
    width: 100%;
    max-width: 340px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 18px;
    transition: transform 0.3s ease;
}

.RDFMCj:hover {
    transform: translateY(-4px);
}

.WccoTPvKRcf {
    background: #177483;
    color: #fff;
    border-radius: 8px;
    padding: 12px 14px;
    text-align: center;
    min-width: 60px;
}

@media (max-width: 480px) {
    .WccoTPvKRcf {
        padding: 6px 7px;;
    }
}

.nufnsJIgbyHw {
    font-size: 1.4rem;
    font-weight: bold;
}

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

.fXSymhDiUennK h3 {
    font-size: 1.1rem;
    margin-bottom: 4px;
    color: #ffffff;
}

.fXSymhDiUennK p {
    font-size: 0.88rem;
    color: #c5c5d6;
}

.XvNohK {
    margin-left: auto;
    background: transparent;
    border: 1px solid #177483;
    padding: 6px 16px;
    border-radius: 50px;
    color: #177483;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
}

.XvNohK:hover {
    background: #177483;
    color: #fff;
}

.NUJKKbgdtrU {
    background: #121e1e;
    padding: 100px 0;
    color: #fff;
}

.ucGAEm {
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 2.3rem;
    color: #177483;
    margin-bottom: 60px;
}

.pFJwPkzIpf {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.RrzduaxYJJSRuc {
    background: #1a2b2d;
    border-radius: 16px;
    padding: 30px 24px;
    max-width: 340px;
    width: 100%;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.DvREnTeLZireVUN {
    margin-bottom: 20px;
}

.AqFSq {
    font-size: 1.4rem;
    margin-bottom: 6px;
    color: #ffffff;
}

.aHbwsnyPc {
    font-size: 0.95rem;
    color: #c6c6d6;
}

.GntWuQsI {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.GntWuQsI li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #dadada;
    margin-bottom: 10px;
}

.GntWuQsI .ri-checkbox-circle-line {
    font-size: 18px;
    color: #4ad995;
    margin-right: 8px;
}

.dlUACCHh {
    font-size: 1.2rem;
    color: #177483;
    margin-bottom: 16px;
    font-weight: 600;
}

.kteYmloazEod {
    background: #177483;
    border: none;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.3s;
}

.kteYmloazEod:hover {
    background: #ff6e8d;
}

@media (max-width: 768px) {
    .RrzduaxYJJSRuc {
        max-width: 100%;
    }
}

.hqWjPKqXmhg {
    background: #0e1518;
    padding: 90px 0;
    color: #fff;
}

.sTqiwDqz {
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 2.2rem;
    color: #177483;
    margin-bottom: 60px;
}

.mzUHRXbUln {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
}

.nyLEUGi {
    background: linear-gradient(145deg, #182324, #202833);
    border-radius: 16px;
    min-width: 300px;
    max-width: 340px;
    flex-shrink: 0;
    padding: 24px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    scroll-snap-align: start;
}

@media (max-width: 380px) {
    .nyLEUGi {
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }
}

.gSzwaCQiiru {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.BdqYdnbXset {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #177483;
}

.GPFlBnyS {
    font-size: 1rem;
    margin: 0;
    color: #ffffff;
}

.RhAZN {
    font-size: 0.85rem;
    color: #bbbbc8;
}

.jdWqGtScG {
    font-size: 0.95rem;
    color: #d4d4e2;
    line-height: 1.5;
}

.vDTYFm {
    background: linear-gradient(to right, #1b2b2b, #17222b);
    padding: 90px 0;
    color: #fff;
}

.ZRUoGsgDydb {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.DPPWznUo {
    font-size: 2.2rem;
    font-family: 'Rajdhani', sans-serif;
    color: #177483;
    margin-bottom: 20px;
}

.SltxoaUb {
    font-size: 1rem;
    color: #d4d4e2;
    line-height: 1.6;
    margin-bottom: 30px;
}

.NKDHEBhm {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.NKDHEBhm input {
    padding: 12px 16px;
    border-radius: 6px;
    border: none;
    font-size: 1rem;
    width: 260px;
    max-width: 100%;
}

.NKDHEBhm button {
    background: #177483;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.NKDHEBhm button:hover {
    background: #fc6684;
}

.jynejhRdysY {
    font-size: 0.85rem;
    color: #aabec1;
}

.jynejhRdysY a {
    color: #f59eaf;
    text-decoration: underline;
}

.lzDsVIGRLBo {
    margin-top: 20px;
    font-size: 0.95rem;
    display: none;
    padding: 14px 16px;
    border-radius: 6px;
    animation: fadeIn 0.3s ease-in;
}

.lzDsVIGRLBo.success {
    background-color: #2a9969;
    color: #ffffff;
}

.lzDsVIGRLBo.error {
    background-color: #a22a3a;
    color: #ffffff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.FTOgevgh {
    background: #101f1f;
    color: #eeeeee;
    padding: 80px 0;
    font-size: 1rem;
}

.kBZBwvzOmOBLe {
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    color: #177483;
    font-size: 2rem;
    margin-bottom: 40px;
}

.CudwjZUUmYAR {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.CudwjZUUmYAR p {
    margin-bottom: 20px;
    color: #d8d8df;
}

.mXzEpgNr {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.mXzEpgNr li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.98rem;
    color: #c0c0d4;
}

.mXzEpgNr i {
    font-size: 22px;
    color: #177483;
}

.TWNEwJyVmrx {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.TWNEwJyVmrx li {
    margin-bottom: 10px;
}

.TWNEwJyVmrx a {
    color: #87cefa;
    text-decoration: underline;
    font-weight: 500;
}

.RxzFgLDxzIte {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #aaaac1;
    font-style: italic;
    text-align: center;
}

.wEjVUZZJJ {
    background: #0e191b;
    color: #d2d2df;
    padding: 60px 0;
    font-size: 0.95rem;
    border-top: 1px solid #2b3c39;
}

.UkGchnOCsCLy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.RrUdyqhC {
    flex: 1;
    min-width: 220px;
}

.ZOVvySs .PHyhBsKX {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 12px;
}

.PHyhBsKX span {
    color: #177483;
}

.OvPECIpsCbH {
    margin-bottom: 0;
    color: #aab5c1;
    line-height: 1.6;
}

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

.EXeSVNYnLZU {
    font-size: 0.85rem;
    color: #779997;
    text-align: center;
}

.UtlptbG {
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 1rem;
}

.GEdKfr {
    list-style: none;
    padding-left: 0;
}

.GEdKfr li {
    margin-bottom: 10px;
}

.GEdKfr a {
    color: #87cefa;
    text-decoration: none;
    transition: color 0.2s;
}

.GEdKfr a:hover {
    color: #ffffff;
}

.NBSII {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #182523;
    color: #ffffff;
    padding: 20px 16px;
    z-index: 9999;
    display: none;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.3s ease-in-out;
}

.fUthdr {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.LhQa {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #dddddd;
}

.LhQa a {
    color: #177483;
    text-decoration: underline;
    font-weight: 500;
}

.UHHblhZwRTTC {
    background: #177483;
    color: #ffffff;
    border: none;
    padding: 10px 22px;
    font-size: 0.95rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.UHHblhZwRTTC:hover {
    background: #ff6b8a;
}

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

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

.nz18plus-layer {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Rajdhani', sans-serif;
}

.nz18plus-box {
  background: #111;
  border-radius: 12px;
  padding: 40px 30px;
  max-width: 400px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.nz18plus-title {
  font-size: 24px;
  margin-bottom: 15px;
}

.nz18plus-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.nz18plus-confirm {
  background-color: #177483;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}