body {
    color: #fff;
    overflow-x: hidden;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.home-page {
    background: #021532;
}

html {
    overflow-x: hidden;
}

a, button {
    -webkit-tap-highlight-color: transparent;
}

button {
    cursor: pointer;
    font-family: inherit;
}

input,
select,
textarea {
    font-family: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: 2px solid #ffd53e;
    outline-offset: 3px;
}

body.home-page header {
    position: relative;
    z-index: 10;
    background: #041b3f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

body.home-page header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 213, 62, 0), rgba(255, 213, 62, 0.5), rgba(255, 213, 62, 0));
    pointer-events: none;
}

header .bottomMenu {
    padding: 20px 0;
}

header .bottomMenu ul {
    display: flex;
    align-items: center;
    grid-column-gap: 25px;
    justify-content: space-between;
    min-width: 0;
}

header .bottomMenu li a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

body.home-page header .bottomMenu li a {
    padding: 7px 10px;
    border-radius: 8px;
    color: #fff !important;
}

body.home-page header .bottomMenu li a:hover,
body.home-page header .bottomMenu li a:active,
body.home-page header .bottomMenu li a:focus-visible {
    color: #ffd53e !important;
    background: rgba(255, 213, 62, 0.12);
    box-shadow: 0 8px 18px rgba(255, 213, 62, 0.16);
}

.mainBar .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 16px;
    min-width: 0;
}

.mainBar .header .left {
    display: flex;
    align-items: center;
    grid-column-gap: 50px;
    min-width: 0;
}

.mainBar .header .right {
    display: flex;
    align-items: center;
    grid-column-gap: 50px;
    min-width: 0;
}

.mainBar .mainLogo {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    min-width: 0;
}

.mainBar .mainLogo img {
    max-height: 80px;
    object-fit: contain;
}

.mainBar .mainLogo i {
    color: #fff;
    font-size: 30px;
    display: none;
}

.mobileMenuButton {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #fff;
    padding: 0;
}

.mobileMenuButton i {
    display: block;
    font-size: 26px;
    line-height: 1;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    content: "";
}

.menu-lines {
    position: relative;
}

.menu-lines::before,
.menu-lines::after {
    position: absolute;
    left: 0;
}

.menu-lines::before {
    top: -7px;
}

.menu-lines::after {
    top: 7px;
}

.mainBar .mainLogo h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.mainBar .mainLogo .textLogo {
    display: inline-block;
    max-width: 260px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.mainBar .loginAddress a {
    display: flex;
    align-items: center;
    min-width: 0;
}


body.home-page .mainBar .loginAddress .addressDetail {
    background: #061f45;
}

.mainBar .loginAddress .addressDetail span {
    color: #ffd53e;
    text-transform: uppercase;
    font-size: 12px;
}

.mainBar .loginAddress .addressDetail strong {
    font-weight: 800;
}

.mainBar .loginAddress .addressDetail h4 {
    margin: 0;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mainBar .whatsappBox a {
    display: block;
}

.mainBar .whatsappBox img {
    height: 90px;
}

.callYou {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.callYou span {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
    transition: .2s;
}

.callYou form {
    background: #D9D9D9;
    border-radius: 9px;
    display: flex;
    align-items: center;
    padding: 6px 6px;
}

.callYou select {
    border: none;
    background: transparent;
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    margin-right: 8px;
    outline: none;
}

.callYou input[type="text"],
.callYou input[type="tel"] {
    height: auto;
    border: none;
    padding: initial;
    font-size: 16px;
    background: transparent;
    color: #111;
    font-weight: 800;
    width: 130px;
    padding-right: 10px;
}

.callYou button[type="submit"] {
    height: auto;
    background: #062759;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 800;
    border: none;
    color: #fff;
    border-radius: 7px;
}

.mainBar .langSelect {
    position: relative;
}

.mainBar .langSelect.open-menu span {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.mainBar .langSelect.open-menu span i {
    transform: rotate(180deg);
}

.mainBar .langSelect.open-menu .sub-menu {
    visibility: inherit;
    opacity: 1;
}

.mainBar .langSelect span {
    color: #fff;
    background: #8F1111;
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    font-weight: 800;
    font-size: 14px;
    padding: 8px 10px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    transition: .2s;
    cursor: pointer;
}

.mainBar .langSelect .sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9;
    border: 2px solid #FFFFFF;
    border-top: none;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}

.mainBar .langSelect .sub-menu li:last-child span {
    border-bottom: none;
}

.mainBar .langSelect .sub-menu span {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: #6A6A6A;
    justify-content: space-between;
}

.mainBar .langSelect .sub-menu span:hover {
    background: #B5B5B5;
}

.mainBar .siteTime {
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
}

.mainBar .loginRegister {
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
    min-width: 0;
}

.mainBar .loginRegister a {
    border-radius: 8px;
    background: #087a42;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 18px;
    font-size: 15px;
}

.mainBar .loginRegister a:hover,
.callYou button[type="submit"]:hover,
.infoBox a.catchButton:hover,
.siteInfo + .readMoreSEOArticle:hover {
    transform: translateY(-2px);
}

.mainSlider {
    display: block;
    margin: 50px auto;
    width: 100%;
    overflow: hidden;
}

.mainSlider a {
    display: block;
}

.mainSlider img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.winArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
    flex-direction: column-reverse;
    grid-row-gap: 30px;
}

.winArea .media {

display: grid;

grid-template-columns: 1fr 1fr;

grid-column-gap: 30px;
width: 100%;
justify-items: center;
}

.winArea .media a {
    display: block;
    width: 100%;
    max-width: 738px;
}

.winArea > a {
    display: block;
    min-width: 0;
}

.winArea > a img,
.winArea > a video {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.blogWinArea {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 30px;
}

.winArea .media img,
.winArea .media video,
.winArea .media .winAreaMedia {
    width: 100%;
    max-width: 738px;
    max-height: 124px;
    aspect-ratio: 738 / 124;
    display: block;
    object-fit: contain;
    border-radius: 10px;
}

.winArea .media video {
    pointer-events: none;
}

.winArea .lastTime .time .right img {
    width: 20px;
    height: auto;
}

.winArea .lastTime {
    text-align: center;
}

.winArea .lastTime span {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.winArea .lastTime .time {
    display: flex;
    background: #60D66A;
    border-radius: 8px;
    overflow: hidden;
}

.winArea .lastTime .time .left {
    padding: 6px 12px;
}

.winArea .lastTime .time .right {
    background: #014306;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60D66A;
    padding: 7px 10px;
}

.winArea .lastTime .time .left strong {
    color: #014306;
    font-weight: 800;
}

.winArea .lastTime .time .left span {
    display: block;
    color: #014306;
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
}

.winArea .lastTime .time .right strong {
    font-weight: 800;
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    font-size: 18px;
}

.cardList {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 24px;
    margin: 80px 0;
}

.cardList a {
    display: block;
    aspect-ratio: 422 / 557;
    overflow: hidden;
    border-radius: 10px;
}

.cardList img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.infoBox {
    position: relative;
    text-align: center;
    margin: 50px 0;
}

.infoBox .box {
    padding: 50px;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 0px 3px #E9E9E9;
    border-radius: 12px;
    text-align: center;
    padding-bottom: 80px;
}

.infoBox .box h2 {
    color: #fff;
    font-weight: 400;
    line-height: 1.25;
}

.infoBox .box h2 strong {
    font-weight: 700;
}

.infoBox .box p {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.55;
    max-width: 1180px;
}

.infoBox a.catchButton {
    display: inline-flex;
    border-bottom: 10px solid #fff;
    background: #232a59;
    color: #fed33c;
    padding: 15px 25px;
    border-radius: 12px;
    overflow: hidden;
    font-size: 23px;
    text-transform: uppercase;
    position: relative;
    top: -30px;
}

.gameShowcase {
    margin: 0 0 82px;
}

.gameCarousel {
    margin-top: 18px;
}

.gameCarousel + .gameCarousel {
    margin-top: 34px;
}

.gameCarouselHeader {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.gameCarouselIcon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    flex: 0 0 30px;
    color: #ffd53e;
}

.gameCarouselIcon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

.gameCarousel h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.gameCarouselShell {
    position: relative;
    overflow: hidden;
}

.gameCarouselTrack {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 70px) / 8);
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: auto;
    scroll-snap-type: none;
    scrollbar-width: none;
}

.gameCarouselTrack::-webkit-scrollbar {
    display: none;
}

.gameCard {
    display: block;
    min-width: 0;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    scroll-snap-align: start;
    transition: transform .2s ease, filter .2s ease;
}

.gameCard:hover,
.gameCard:focus-visible {
    transform: translateY(-3px);
    filter: brightness(1.08);
}

.gameCard img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gameCarouselArrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 42px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    transform: translateY(-50%);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.gameCarouselPrev {
    left: 0;
}

.gameCarouselNext {
    right: 0;
}

.gameCarouselArrow span {
    display: block;
    font-size: 54px;
    line-height: 1;
}

.gameCarouselArrow:hover {
    color: #ffd53e;
    opacity: 1;
}

.gameCarouselDots {
    min-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.gameCarouselDot {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: transparent;
}

.gameCarouselDot::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.38);
}

.gameCarouselDot.is-active::before,
.gameCarouselDot:hover::before {
    background: #ffd53e;
    opacity: 1;
}

.infoBox img.gift-1 {
    left: 0;
    position: absolute;
    bottom: 10px;
    width: 160px;
}

.infoBox img.gift-2 {
    right: 0;
    position: absolute;
    bottom: 10px;
    width: 160px;
}

.siteInfo h1 {
    margin: 0;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    grid-column-gap: 25px;
    margin-bottom: 25px;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.siteInfo h1 strong {
    font-weight: 500;
    min-width: 0;
}

.siteInfo h1 img {
    height: 100px;
}

.siteInfo h1 span {
    color: #ffd53e;
    font-weight: 700;
}

.siteInfo p {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    overflow-wrap: anywhere;
}

.siteInfo a,
.siteInfo li,
.siteInfo blockquote,
.siteInfo td,
.siteInfo th {
    overflow-wrap: anywhere;
}

.siteInfo img,
.siteInfo video,
.siteInfo iframe {
    max-width: 100%;
    height: auto !important;
}

.siteInfo iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.siteInfo table {
    display: block;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.siteInfo.articleContent {
    max-height: none;
    overflow: visible;
}

.siteInfo h3 {
    margin: 30px 0;
    color: #fff;
    font-weight: 500;
}

.siteInfo h3 span {
    color: #ffd53e;
    font-weight: 700;
}

.siteInfo + .readMoreSEOArticle, .blogArea .blogItem .readMore {
    display: inline-flex;
    border: 2px solid #ffd53e;
    border-radius: 12px;
    align-items: center;
    grid-column-gap: 10px;
    padding: 8px 16px;
    color: #ffd53e;
    font-size: 17px;
    font-weight: 800;
    margin-top: 25px;
    cursor:pointer;
}

.siteInfo + .readMoreSEOArticle img, .blogArea .blogItem .readMore img {
    width: 26px;
}

.siteFooter {
    margin-top: 56px;
    padding: 34px 0 28px;
    border-top: 1px solid rgba(123, 163, 229, 0.12);
    background: #061f3d;
    color: #6f86b5;
}

.siteFooter a {
    color: inherit;
}

.siteFooter .container {
    max-width: 1320px;
}

.siteFooterTop {
    display: grid;
    grid-template-columns: minmax(380px, 1.5fr) minmax(470px, 1.5fr) minmax(250px, .85fr);
    gap: 54px;
    align-items: start;
}

.siteFooterBrand {
    min-width: 0;
}

.siteFooterLogo {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0;
}

.siteFooterLogo img {
    width: auto;
    max-width: 150px;
    max-height: 54px;
    object-fit: contain;
}

.siteFooterBrand p {
    max-width: 460px;
    margin: 0;
    color: #566f9e;
    font-size: 12.5px;
    line-height: 1.68;
}

.siteFooterNav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px;
}

.siteFooterColumn span,
.siteFooterIconGroup > span {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
}

.siteFooterIconGroup > span {
    font-size: 17px;
}

.siteFooterColumn ul {
    display: grid;
    gap: 10px;
}

.siteFooterColumn a {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    color: #7189bd;
    font-size: 14px;
    line-height: 1.3;
    transition: color .18s ease;
}

.siteFooterColumn a:hover,
.siteFooterTrustItem:hover {
    color: #fff;
}

.siteFooterSide {
    display: grid;
    gap: 16px;
    justify-items: start;
}

.siteFooterIconList {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.siteFooterIconLink {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(92, 137, 204, 0.18);
    border-radius: 7px;
    background: #0a3670;
    color: #fff;
    font-weight: 900;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.siteFooterIconLink:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.26);
    background: #0e4385;
}

.siteFooterIconLink img,
.siteFooterIconLink svg {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.siteFooterIconLink svg {
    fill: currentColor;
}

.siteFooterGlyph {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.siteFooterDivider {
    height: 1px;
    margin: 20px 0;
    background: rgba(102, 141, 203, 0.16);
}

.siteFooterTrust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.siteFooterTrustItem {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px 14px;
    border: 1px solid rgba(92, 137, 204, 0.13);
    border-radius: 6px;
    background: #0a3670;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.siteFooterTrustIcon {
    min-width: 30px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
}

.siteFooterTrustIcon img {
    width: auto;
    max-width: 44px;
    height: 24px;
    object-fit: contain;
}

.siteFooterTrustIcon svg {
    width: 24px;
    height: 24px;
    color: #49e27a;
    fill: currentColor;
}

.siteFooterTrustItem strong {
    display: inline;
    color: #fff;
    font-size: inherit;
}

.siteFooterBadgeMark {
    min-width: 44px;
    min-height: 24px;
    display: inline-grid;
    place-items: center;
    border-radius: 3px;
    background: #19a84d;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.siteFooterAgeMark {
    width: 27px;
    height: 27px;
    display: inline-grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.siteFooterCopy {
    color: #687faf;
    font-size: 14px;
    text-align: center;
}

/* Blog Alan覺 */
.blogArea {
    margin: 90px 0;
}

.blogHeader {
    max-width: 900px;
    margin-bottom: 28px;
}

.blogHeader span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid rgba(189, 255, 0, 0.35);
    border-radius: 999px;
    color: #ffd53e;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.blogHeader h1,
.blogHeader h2 {
    margin: 14px 0 10px;
    color: #fff;
    font-size: 36px;
    line-height: 1.15;
}

.blogHeader p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}

.blogArea .blogList {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.blogArea .blogItem {
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: #141714;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.blogArea .blogItem:hover {
    transform: translateY(-4px);
    border-color: rgba(189, 255, 0, 0.42);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
}

.blogArea .blogItem.is-hidden {
    display: none;
}

.blogArea .blogMedia {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0a0c0a;
}

.blogArea .blogMedia img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}

.blogArea .blogItem:hover .blogMedia img {
    transform: scale(1.045);
}

.blogArea .blogMedia span {
    position: absolute;
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #FFF384;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blogArea .blogBody {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.blogArea time {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    font-weight: 700;
}

.blogArea .blogItem h3 {
    margin: 10px 0 10px;
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
}

.blogArea .blogItem h3 a {
    color: inherit;
}

.blogArea .blogItem h3 a:hover {
    color: #ffd53e;
}

.blogArea .blogItem p {
    color: rgba(255, 255, 255, 0.72);
    text-align: left;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    margin: 0;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogArea .blogItem .readMore {
    align-self: flex-start;
    margin-top: auto;
    padding: 10px 0 0;
    border: 0;
    color: #ffd53e;
    font-size: 15px;
    gap: 6px;
}

.blogArea .blogItem .readMore:hover {
    color: #FFF384;
}

.blogArea .blogItem .readMore img {
    display: none;
}

.blogArea .blogItem .readMore i {
    font-size: 18px;
    transition: transform .2s ease;
}

.blogArea .blogItem .readMore:hover i {
    transform: translateX(4px);
}

.blogArea .seeMore {
    text-align: center;
    margin-top: 34px;
}

.blogArea .seeMore button,
.blogArea .seeMore a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 8px;
    min-height: 46px;
    color: #fed33c;
    background: #232a59;
    border: 0;
    border-radius: 8px;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.blogArea .seeMore button:hover,
.blogArea .seeMore a:hover {
    background: #FFF384;
    transform: translateY(-2px);
}

.blogArea .seeMore button i,
.blogArea .seeMore a i {
    font-size: 24px;
}

.emptyBlog {
    grid-column: 1 / -1;
    padding: 28px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
}

.emptyBlog strong {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
}

.emptyBlog p {
    color: rgba(255, 255, 255, 0.72);
    text-align: left;
    margin: 0;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #08340B;
}

.modal-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 25px;
}

.modal .bottom {
    margin-top: auto;
    text-align: center;
    padding: 20px;
}

.modal .bottom img {
    max-height: 48vh;
    object-fit: contain;
}

.modal h1 {
    color: #1E7724;
    border-left: 50px solid #1E7724;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 25px;
    gap: 14px;
    line-height: 1.1;
}

.modal .menuList ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
    margin: 20px 35px;
}

.modal .menuList a {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.siteInfo * {
    color: #fff;
}
.siteInfo ul li,.siteInfo h2,.siteInfo h3,.siteInfo h4,.siteInfo h5,.siteInfo h6 {
    color: #ffd53e;
}
    .siteInfo {
        max-height: 300px;
        overflow: hidden;
        transition: max-height 0.5s ease;
    }
    .siteInfo.expanded {
        max-height: 5000px;
    }

.siteInfo.articleContent {
    display: block;
    max-height: none;
    overflow: visible;
    font-size: 18px;
    line-height: 1.75;
}

.siteInfo.articleContent > * {
    margin-top: 0;
}

.siteInfo.articleContent > *:last-child {
    margin-bottom: 0;
}

.siteInfo.articleContent p,
.siteInfo.articleContent ul,
.siteInfo.articleContent ol,
.siteInfo.articleContent blockquote {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
}

.siteInfo.articleContent ul,
.siteInfo.articleContent ol {
    padding-left: 1.35rem;
}

.siteInfo.articleContent li + li {
    margin-top: 8px;
}

.siteInfo.articleContent h1,
.siteInfo.articleContent h2,
.siteInfo.articleContent h3,
.siteInfo.articleContent h4,
.siteInfo.articleContent h5,
.siteInfo.articleContent h6 {
    display: block;
    margin: 30px 0 12px;
    color: #ffd53e !important;
    line-height: 1.25;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.siteInfo.articleContent h1 *,
.siteInfo.articleContent h2 *,
.siteInfo.articleContent h3 *,
.siteInfo.articleContent h4 *,
.siteInfo.articleContent h5 *,
.siteInfo.articleContent h6 * {
    color: #ffd53e !important;
}

.siteInfo.articleContent h1 {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 0;
    margin-bottom: 22px;
}

.siteInfo.articleContent h2 {
    font-size: 30px;
}

.siteInfo.articleContent h3 {
    font-size: 25px;
}

.siteInfo.articleContent h4,
.siteInfo.articleContent h5,
.siteInfo.articleContent h6 {
    font-size: 21px;
}

.siteInfo.articleContent :is(p, ul, ol, blockquote) + :is(h2, h3, h4, h5, h6) {
    margin-top: 34px;
}

.siteInfo.articleContent img,
.siteInfo.articleContent video,
.siteInfo.articleContent iframe,
.siteInfo.articleContent table {
    margin-top: 10px;
    margin-bottom: 18px;
}

.siteInfo.articleContent blockquote {
    padding-left: 18px;
    border-left: 3px solid #ffd53e;
}

.blogArea .blogList {
    align-items: stretch;
}

.blogArea .blogItem {
    height: 100%;
}

.blogArea .blogBody {
    gap: 8px;
}

.blogArea .blogItem h3 {
    min-height: 2.5em;
}

.blogArea .blogItem p {
    min-height: 4.65em;
}
.blogArea .blogMedia {
    background: #061f3f;
}

.blogArea .blogMedia img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Blog sayfasi PDF guncelleme notu - responsive destekleri */
@media (max-width: 925px) {
    .blogArea .seeMore {
        margin-top: 30px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blogArea .seeMore button,
    .blogArea .seeMore a {
        transform: inherit;
        white-space: normal;
        top: auto;
    }

    .blogHeader h1,
    .blogHeader h2 {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .blogHeader h1,
    .blogHeader h2 {
        font-size: 26px;
    }
}

/* Header üst alan düzenleme */
body.home-page header {
    background: #061f45;
}

.mainBar .header {
    min-height: 108px;
    padding: 22px 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 36px;
}

.mainBar .header .left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.mainBar .header .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    min-width: 0;
}

.mainBar .mainLogo img {
    max-width: 220px;
    max-height: 74px;
    width: auto;
    height: auto;
    display: block;
}

/* loginAddress içi boşsa yer kaplamasın */
.mainBar .loginAddress:has(.addressDetail:empty) {
    display: none;
}

.mainBar .loginAddress .addressDetail:empty {
    display: none;
}

/* Telegram / WhatsApp görsel alanı */
.mainBar .whatsappBox a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mainBar .whatsappBox img {
    width: auto;
    max-width: 260px;
    height: 90px;
    object-fit: contain;
    display: block;
}

/* Sizi Arayalım alanı */
.callYou {
    display: flex;
    align-items: center;
    gap: 10px;
}

.callYou > img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    flex: 0 0 auto;
}

.callYou .form {
    min-width: 250px;
}

.callYou span {
    margin: 0 0 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.callYou form {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 6px;
    background: #e7e7e7;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 10px;
}

.callYou select {
    min-width: 62px;
    height: 30px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 14px;
    font-weight: 800;
}

.callYou input[type="tel"],
.callYou input[type="text"] {
    width: 112px;
    height: 30px;
    padding: 0 6px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    outline: none;
}

.callYou button[type="submit"] {
    min-width: 72px;
    height: 30px;
    padding: 0 10px;
    border: 0;
    border-radius: 7px;
    background: #062759;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

/* Saat */
.mainBar .siteTime {
    min-width: 112px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
}

.mainBar .siteTime img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

/* Kayıt / giriş butonları */
.mainBar .loginRegister {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mainBar .loginRegister a {
    min-width: 96px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.mainBar .loginRegister a:first-child {
    background: #062759 !important;
}

.mainBar .loginRegister a:last-child {
    background: #ffd53e !important;
}

.mainBar .loginRegister a:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

/* Header yeni düzen - mevcut HTML yapısına uyumlu */
body.home-page header {
    background: #061f45;
    border-bottom: 1px solid rgba(255, 213, 62, 0.18);
}

body.home-page header::after {
    background: linear-gradient(
        90deg,
        rgba(255, 213, 62, 0),
        rgba(255, 213, 62, 0.45),
        rgba(255, 213, 62, 0)
    );
}

.mainBar {
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 213, 62, 0.06), transparent 30%),
        linear-gradient(180deg, #082653 0%, #061f45 100%);
}

.mainBar .header {
    min-height: 114px;
    padding: 20px 0;
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(820px, 1.65fr);
    align-items: center;
    gap: 30px;
}

.mainBar .header .left,
.mainBar .header .right {
    min-width: 0;
}

.mainBar .header .left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mainBar .header .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

/* Logo */
.mainBar .mainLogo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.mainBar .mainLogo a {
    display: inline-flex;
    align-items: center;
}

.mainBar .mainLogo img {
    width: auto;
    max-width: 220px;
    max-height: 78px;
    object-fit: contain;
    display: block;
}

.mainBar .mainLogo .textLogo {
    max-width: 230px;
    font-size: 27px;
    color: #fff;
}

/* Güncel giriş adresi kartı */
.mainBar .loginAddress {
    flex: 0 1 295px;
    min-width: 250px;
}

.mainBar .loginAddress a {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 213, 62, 0.28);
    border-radius: 14px;
    background: rgba(2, 21, 50, 0.42);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.035),
        0 10px 22px rgba(0, 0, 0, 0.16);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.mainBar .loginAddress a:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 213, 62, 0.55);
    background: rgba(9, 43, 92, 0.62);
}

.mainBar .loginAddress a > img {
    width: 50px;
    height: 62px;
    object-fit: contain;
    flex: 0 0 auto;
}

.mainBar .loginAddress .addressDetail {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mainBar .loginAddress .addressDetail span {
    margin: 0 0 4px;
    color: #ffd53e;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.mainBar .loginAddress .addressDetail span strong {
    color: #fff;
    font-weight: 900;
}

.mainBar .loginAddress .addressDetail h4 {
    margin: 0;
    max-width: 205px;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Telegram / duyuru görseli */
.mainBar .whatsappBox {
    flex: 0 0 auto;
}

.mainBar .whatsappBox a {
    min-height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border: 1px solid rgba(255, 213, 62, 0.24);
    border-radius: 14px;
    background: rgba(2, 21, 50, 0.34);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.mainBar .whatsappBox a:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 213, 62, 0.50);
    background: rgba(9, 43, 92, 0.56);
}

.mainBar .whatsappBox img {
    width: auto;
    max-width: 330px;
    height: 62px;
    object-fit: contain;
    display: block;
}

/* Sizi arayalım kartı */
.callYou {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 6px 8px 6px 6px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 16px;
    background: rgba(2, 21, 50, 0.36);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.callYou > img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex: 0 0 auto;
}

.callYou .form {
    min-width: 258px;
}

.callYou span {
    margin: 0 0 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.callYou form {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 5px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 10px;
    background: #dedede;
}

.callYou select {
    width: 70px;
    height: 30px;
    margin: 0;
    padding: 0 4px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 14px;
    font-weight: 900;
    outline: none;
}

.callYou input[type="text"],
.callYou input[type="tel"] {
    width: 112px;
    height: 30px;
    padding: 0 6px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 14px;
    font-weight: 900;
    outline: none;
}

.callYou button[type="submit"] {
    min-width: 76px;
    height: 30px;
    padding: 0 10px;
    border: 0;
    border-radius: 7px;
    background: #061126;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

/* Saat */
.mainBar .siteTime {
    min-height: 50px;
    min-width: 122px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #fff;
    background: rgba(2, 21, 50, 0.30);
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
}

.mainBar .siteTime img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Kayıt / giriş */
.mainBar .loginRegister {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.mainBar .loginRegister a {
    min-width: 106px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.mainBar .loginRegister a:first-child {
    background: #153b78 !important;
}

.mainBar .loginRegister a:last-child {
    background: #ffd53e !important;
    color: #061f45 !important;
}

.mainBar .loginRegister a:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

/* Alt menü düzen */
body.home-page header .bottomMenu {
    padding: 16px 0;
    background: rgba(2, 21, 50, 0.20);
}

header .bottomMenu ul {
    gap: 16px;
}

body.home-page header .bottomMenu li a {
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

header .bottomMenu li a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
