/* --- Global Reset & Setup --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    color: #fff;
    background-color: #0f377d; /* Fallback color */
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

/* --- Typography --- */
.CTASection_Title__Dax3k,
.ClashRoyaleStorePreview_Heading__0grw5,
.ClashRoyaleStorePreview_DetailsTitle__yYgjH,
.SupportSection_Title__ZgA0T {
    font-family: 'Lilita One', cursive;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-text-stroke: 2px #3e1b76;
    text-shadow: 
        -1px -1px 0 #3e1b76, 1px -1px 0 #3e1b76, -1px 1px 0 #3e1b76, 1px 1px 0 #3e1b76, 
        -2px -2px 0 #3e1b76, 2px -2px 0 #3e1b76, -2px 2px 0 #3e1b76, 2px 2px 0 #3e1b76,
        4px 4px 0px rgba(0,0,0,0.25);
    line-height: 1.1;
    text-align: center;
}

/* --- Header --- */
.header_StickyHeader__afXYg {
    position: sticky;
    top: 0;
    z-index: 100;
}
.header_header__aEre8 {
    background-color: #11367d;
}
.header_content__4hEDm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 60px;
}
.header_logo__Rz_Om {
    width: 100px;
}
.header_logo__Rz_Om img {
    height: 100%;
    width: auto;
}
.header_navButtons__VUEA5 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.IconButton_IconButton__Dd2YR {
    color: #fff;
}
.header_menuIcon__U3HNm {
    width: 32px;
}

/* --- Sections --- */
.Section_Section__Ahgaa {
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.Section_CTA__Ik5wc {
    background-image: url('../images/purple-pattern.png');
    background-color: #4a2181;
}
.CTASection_NotAuthenticated__SN_gb {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.CTASection_Info__WHbSk {
    background-color: rgba(62, 27, 118, 0.8);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: 2px solid rgba(0,0,0,0.1);
}
.CTASection_Title__Dax3k {
    font-size: 2.5rem;
}
.LoginButton_LoginButton__Weazg {
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 4px 0 #dedede;
    border: 2px solid #333;
}
.LoginButton_IdLogo__X0lkn img {
    height: 20px;
}

/* --- Dividers --- */
.Dividers_Divider__zcDkr {
    height: 90px;
    position: relative;
    background: linear-gradient(to bottom, #d6ad44, #f5d86f, #d6ad44);
    border-top: 3px solid #754f15;
    border-bottom: 3px solid #754f15;
}
.Dividers_Divider__zcDkr img {
    position: absolute;
    bottom: -20px;
}
.Dividers_Coins__2_hEz { left: 5%; }
.Dividers_Scale__icazG { right: 5%; }
.Dividers_Crown__YKtYN { left: 10%; bottom: -10px; }
.Dividers_Coinbox__8xQGA { right: 10%; bottom: -30px; }
.Dividers_Helmet__TdET1 { left: 5%; bottom: -25px; }
.Dividers_JoustingLance__YNrAZ { right: -10%; bottom: 0; max-width: 50%; }

/* --- Content Sections (Blue/Purple) --- */
.Section_PointsBonuses__auHqd {
    background-color: #3a8e9f;
    background-image: url('../images/blue-pattern.png');
}
.Section_StampCard__tJpbS {
    background-color: #4a2181;
    background-image: url('../images/purple-pattern.png');
}
.Section_Specials__uC3eL {
    background-color: #3a8e9f;
    background-image: url('../images/blue-pattern.png');
}

.ClashRoyaleStorePreview_Wrapper__5zmqY {
    max-width: 500px;
    margin: 0 auto;
}
.ClashRoyaleStorePreview_Heading__0grw5 {
    font-size: 2.8rem;
    margin-bottom: 30px;
}
.ClashRoyaleStorePreview_DetailsTitle__yYgjH {
    font-size: 2.2rem;
    margin-bottom: 15px;
}
.ClashRoyaleStorePreview_DetailsText__MbmkC {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.5;
    color: #e0e0e0;
}
.ClashRoyaleStorePreview_CardSection__SVshA {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ClashRoyaleStorePreview_CardArea__ALeoj {
    display: flex;
    justify-content: center;
}
.ClashRoyaleStorePreview_Card__M4_M3 {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 16 / 10;
    border: 10px solid #f2c140;
    border-radius: 20px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5), 0 5px 10px rgba(0,0,0,0.3);
    background-size: cover;
    background-position: center;
}
.ClashRoyaleStorePreview_PointsBonuses__b1usd { background-image: url('../images/card-bg-bonuses.png'); }
.ClashRoyaleStorePreview_StampCard__Rrknb { background-image: url('../images/card-bg-stamp.png'); }
.ClashRoyaleStorePreview_Specials__K1hgP { background-image: url('../images/card-bg-specials.png'); }

.LinkButton_LinkButton__B9H0B {
    display: inline-block;
    margin-top: 20px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 10px;
    border: 3px solid #333;
    box-shadow: 0 5px 0 #555;
    transition: all 0.1s ease-in-out;
}
.LinkButton_LinkButton__B9H0B:active {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #555;
}

/* --- Support Section --- */
.Section_Support__c6FH_ {
    background-color: #0e4c92;
    background-image: url('../images/blue-pattern.png');
}
.SupportSection_SupportCard__JdDt3 {
    background: #1155a3;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}
.SupportSection_Info__2gbKx {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.SupportSection_Info__2gbKx img { margin-bottom: 10px; }
.SupportSection_Title__ZgA0T { font-size: 2.2rem; }
.SupportSection_Subtitle__u_UeU { margin-top: 10px; }

/* --- Footer --- */
.Footer_Footer__z0Ikr {
    background-color: #000;
    color: #a0a0a0;
    padding: 50px 20px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.Footer_FooterContent__4T4Ov {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 1200px;
    margin: 0 auto;
}

.Footer_FooterContent__4T4Ov p {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.Footer_Controls__Block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.LanguageSelector_LanguageSelector__mUSaI button {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #555;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9rem;
}

.LanguageSelector_LanguageSelector__mUSaI button span {
    color: #fff;
    font-weight: bold;
}

.Footer_Country__eBDsy {
    display: flex;
    align-items: center;
    gap: 8px;
}

.Footer_Country__eBDsy p {
    margin: 0;
    color: #a0a0a0;
    font-weight: normal;
}

.Footer_Social__dYsaU ul,
.Footer_Stores__J5Naz ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
}

.Footer_Social__dYsaU ul img { height: 23px; width: auto; }
.Footer_Stores__J5Naz ul img { height: 40px; width: auto; }

.Footer_Info__j7ZuW {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: 1px solid #333;
    padding-top: 30px;
}

.Footer_Info__j7ZuW a {
    color: #a0a0a0;
    font-weight: normal;
    transition: color 0.2s;
}

.Footer_Info__j7ZuW a:hover {
    color: #fff;
}

.Footer_Address___9OPY {
    border-top: 1px solid #333;
    padding-top: 30px;
}
.Footer_Address___9OPY p {
    color: #a0a0a0;
    font-weight: normal;
}
.Footer_Address___9OPY p:last-child {
    margin-top: 15px;
}


.Footer_Logo__Iy_A2 {
    border-top: 1px solid #333;
    padding-top: 30px;
    display: flex;
    justify-content: flex-start;
}
.Footer_Logo__Iy_A2 img {
    width: 59px;
    height: 50px;
}

/* --- Responsive Grid Layout for Footer --- */
@media (min-width: 1024px) {
    .Footer_FooterContent__4T4Ov {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas:
            "controls social stores info"
            "address address . logo";
        gap: 40px 20px;
    }

    .Footer_Controls__Block { grid-area: controls; }
    .Footer_Social__dYsaU { grid-area: social; }
    .Footer_Stores__J5Naz { grid-area: stores; }
    .Footer_Info__j7ZuW { grid-area: info; border-top: none; padding-top: 0; }
    .Footer_Address___9OPY { grid-area: address; border-top: none; padding-top: 0; }
    .Footer_Logo__Iy_A2 { grid-area: logo; border-top: none; padding-top: 0; justify-content: flex-end;}

    .Footer_Info__j7ZuW a {
        font-size: 0.8rem;
    }
}