/*
Theme Name: 66 Lottery India
Theme URI: https://66lottery.1club.in.net/
Author: 66 Lottery
Description: 66 Lottery India bilingual access guide theme.
Version: 1.0.0
Text Domain: six66
*/

:root {
    --six66-green: #16a34a;
    --six66-green-dark: #0f7a35;
    --six66-green-soft: #e9f9ef;
    --six66-green-pale: #f3fcf6;
    --six66-text: #142018;
    --six66-muted: #5d6b61;
    --six66-line: #dceee2;
    --six66-white: #ffffff;
    --six66-bg: #f8fbf8;
    --six66-card: #ffffff;
    --six66-shadow: 0 14px 34px rgba(15, 122, 53, 0.12);
    --six66-radius: 8px;
    --six66-shell: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--six66-bg);
    color: var(--six66-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
}

body.six66-hi {
    font-family: Arial, "Noto Sans Devanagari", "Mangal", sans-serif;
}

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

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

p {
    margin: 0 0 16px;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.22;
    letter-spacing: 0;
}

h1 {
    font-size: clamp(34px, 4vw, 54px);
}

h2 {
    font-size: clamp(23px, 2.4vw, 34px);
}

h3 {
    font-size: 20px;
}

.six66-shell {
    width: min(100% - 32px, var(--six66-shell));
    margin: 0 auto;
}

.six66-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--six66-line);
    backdrop-filter: blur(14px);
}

.six66-header-inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.six66-logo {
    width: 178px;
    flex: 0 0 auto;
}

.six66-logo img {
    width: 178px;
    height: auto;
}

.six66-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1;
}

.six66-nav a {
    padding: 9px 13px;
    border-radius: 999px;
    color: #213327;
    font-size: 15px;
    font-weight: 700;
    transition: 0.2s ease;
}

.six66-nav a:hover {
    background: var(--six66-green-soft);
    color: var(--six66-green-dark);
}

.six66-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.six66-lang {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px;
    border: 1px solid var(--six66-line);
    border-radius: 999px;
    background: #fff;
}

.six66-lang a {
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 32px;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    color: var(--six66-muted);
}

.six66-lang a.is-active {
    background: var(--six66-green);
    color: #fff;
}

.six66-menu-btn {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--six66-line);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    padding: 9px;
}

.six66-menu-btn span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--six66-green-dark);
    border-radius: 999px;
    transition: 0.2s ease;
}

.six66-menu-btn.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.six66-menu-btn.is-open span:nth-child(2) {
    opacity: 0;
}

.six66-menu-btn.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.six66-mobile-panel {
    display: none;
    border-top: 1px solid var(--six66-line);
    background: #fff;
}

.six66-mobile-panel.is-open {
    display: block;
}

.six66-mobile-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 14px 0;
}

.six66-mobile-nav a {
    padding: 11px 12px;
    border: 1px solid var(--six66-line);
    border-radius: 8px;
    background: var(--six66-green-pale);
    font-weight: 700;
    color: #17351f;
}

.six66-mobile-cta {
    padding: 0 0 16px;
}

.six66-mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 8px;
    background: var(--six66-green);
    color: #fff;
    font-weight: 800;
}

.six66-main {
    min-height: 60vh;
}

.six66-hero {
    padding: 56px 0 38px;
    background:
        radial-gradient(circle at 16% 10%, rgba(22, 163, 74, 0.14), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f2fbf5 100%);
}

.six66-hero-grid,
.six66-page-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 34px;
    align-items: center;
}

.six66-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 12px;
    border: 1px solid rgba(22, 163, 74, 0.22);
    border-radius: 999px;
    background: #fff;
    color: var(--six66-green-dark);
    font-size: 13px;
    font-weight: 800;
}

.six66-hero-copy h1,
.six66-page-hero-copy h1 {
    max-width: 760px;
    margin-bottom: 16px;
    color: #102515;
}

.six66-lead {
    max-width: 720px;
    color: var(--six66-muted);
    font-size: 18px;
}

.six66-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.six66-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--six66-green), var(--six66-green-dark));
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(22, 163, 74, 0.24);
    transition: 0.2s ease;
}

.six66-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(22, 163, 74, 0.28);
}

.six66-btn-soft {
    background: #fff;
    color: var(--six66-green-dark);
    border: 1px solid var(--six66-line);
    box-shadow: none;
}

.six66-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.six66-trust-row span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--six66-line);
    color: #244b30;
    font-size: 13px;
    font-weight: 800;
}

.six66-hero-media,
.six66-page-hero-media {
    padding: 10px;
    border: 1px solid var(--six66-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--six66-shadow);
}

.six66-hero-media img,
.six66-page-hero-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
}

.six66-section {
    padding: 58px 0;
}

.six66-section-head {
    max-width: 760px;
    margin-bottom: 24px;
}

.six66-section-head span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--six66-green-dark);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.six66-section-head h2 {
    margin-bottom: 10px;
}

.six66-section-head p {
    color: var(--six66-muted);
    font-size: 17px;
}

.six66-card-grid {
    display: grid;
    gap: 16px;
}

.six66-card-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.six66-card-grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.six66-card {
    position: relative;
    min-height: 150px;
    padding: 20px;
    border: 1px solid var(--six66-line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, #ffffff, #f7fff9);
    box-shadow: 0 10px 24px rgba(15, 122, 53, 0.08);
    overflow: hidden;
    transition: 0.2s ease;
}

.six66-card::before {
    content: "";
    position: absolute;
    right: -28px;
    top: -28px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.11);
}

.six66-card strong {
    position: relative;
    display: block;
    margin-bottom: 9px;
    color: #102515;
    font-size: 19px;
    line-height: 1.3;
}

.six66-card span {
    position: relative;
    display: block;
    color: var(--six66-muted);
    font-size: 15px;
}

.six66-card:hover {
    transform: translateY(-3px);
    border-color: rgba(22, 163, 74, 0.38);
    box-shadow: 0 18px 36px rgba(15, 122, 53, 0.14);
}

.six66-content-band {
    background: #fff;
    border-top: 1px solid var(--six66-line);
    border-bottom: 1px solid var(--six66-line);
}

.six66-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
}

.six66-text-block {
    padding: 0 0 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--six66-line);
}

.six66-text-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.six66-text-block h2 {
    margin-bottom: 12px;
    font-size: clamp(23px, 2.1vw, 30px);
}

.six66-text-block p {
    color: var(--six66-muted);
    font-size: 17px;
}

.six66-side-panel {
    padding: 22px;
    border: 1px solid var(--six66-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--six66-shadow);
}

.six66-sticky {
    position: sticky;
    top: 96px;
}

.six66-side-panel h2 {
    margin-bottom: 16px;
    font-size: 24px;
}

.six66-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.six66-check-list li {
    position: relative;
    padding: 10px 0 10px 28px;
    border-bottom: 1px solid var(--six66-line);
    color: var(--six66-muted);
}

.six66-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 9px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--six66-green-soft);
    color: var(--six66-green-dark);
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
}

.six66-panel-link {
    display: inline-flex;
    margin-top: 18px;
    color: var(--six66-green-dark);
    font-weight: 800;
}

.six66-green-band {
    background: linear-gradient(135deg, var(--six66-green-dark), var(--six66-green));
    color: #fff;
}

.six66-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.six66-band-inner span {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 800;
    opacity: 0.9;
    text-transform: uppercase;
}

.six66-band-inner h2 {
    margin-bottom: 10px;
}

.six66-band-inner p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.86);
}

.six66-band-inner .six66-btn {
    background: #fff;
    color: var(--six66-green-dark);
    box-shadow: none;
    flex: 0 0 auto;
}

.six66-page-hero {
    padding: 48px 0 42px;
    background:
        radial-gradient(circle at 88% 18%, rgba(22, 163, 74, 0.14), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f4fbf6 100%);
}

.six66-page-content {
    min-width: 0;
}

.six66-side-links {
    display: grid;
    gap: 8px;
    margin-bottom: 20px;
}

.six66-side-links a {
    padding: 11px 12px;
    border-radius: 8px;
    background: var(--six66-green-pale);
    border: 1px solid var(--six66-line);
    color: #183922;
    font-weight: 800;
}

.six66-mini-cta {
    padding: 16px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f5fff7, #ffffff);
    border: 1px solid var(--six66-line);
}

.six66-mini-cta strong {
    display: block;
    margin-bottom: 7px;
    color: #102515;
    font-size: 18px;
}

.six66-mini-cta p {
    color: var(--six66-muted);
    font-size: 14px;
}

.six66-mini-cta .six66-btn {
    width: 100%;
    margin-top: 4px;
}

.six66-faq {
    display: grid;
    gap: 10px;
}

.six66-faq details {
    border: 1px solid var(--six66-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.six66-faq summary {
    cursor: pointer;
    padding: 16px 18px;
    color: #132918;
    font-weight: 800;
    list-style: none;
}

.six66-faq summary::-webkit-details-marker {
    display: none;
}

.six66-faq summary::after {
    content: "+";
    float: right;
    color: var(--six66-green-dark);
    font-size: 22px;
    line-height: 1;
}

.six66-faq details[open] summary::after {
    content: "−";
}

.six66-faq p {
    padding: 0 18px 18px;
    color: var(--six66-muted);
}

.six66-footer {
    padding: 52px 0 92px;
    background: #102515;
    color: #dff3e5;
}

.six66-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 28px;
}

.six66-footer-logo {
    width: 180px;
    margin-bottom: 16px;
}

.six66-footer-brand p {
    max-width: 560px;
    color: rgba(223, 243, 229, 0.82);
}

.six66-footer-note {
    padding: 12px 14px;
    border: 1px solid rgba(223, 243, 229, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.six66-footer-links h3 {
    margin-bottom: 14px;
    color: #fff;
}

.six66-footer-list {
    display: grid;
    gap: 8px;
}

.six66-footer-list a {
    color: rgba(223, 243, 229, 0.82);
    font-size: 15px;
}

.six66-footer-list a:hover {
    color: #fff;
}

.six66-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(223, 243, 229, 0.14);
    color: rgba(223, 243, 229, 0.72);
    font-size: 14px;
}

.six66-footer-bottom p {
    margin: 0;
}

.six66-float {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 60;
    display: grid;
    gap: 10px;
}

.six66-float-btn {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(22, 163, 74, 0.2);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
    display: grid;
    place-items: center;
    transition: 0.2s ease;
}

.six66-float-btn:hover {
    transform: translateY(-2px);
}

.six66-float-btn img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

@media (max-width: 980px) {
    .six66-nav {
        display: none;
    }

    .six66-menu-btn {
        display: block;
    }

    .six66-header-inner {
        min-height: 68px;
    }

    .six66-logo,
    .six66-logo img {
        width: 156px;
    }

    .six66-hero-grid,
    .six66-page-hero-grid,
    .six66-two-col {
        grid-template-columns: 1fr;
    }

    .six66-page-hero-media {
        order: -1;
    }

    .six66-card-grid.three,
    .six66-card-grid.four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .six66-sticky {
        position: static;
    }

    .six66-band-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .six66-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .six66-footer-brand {
        grid-column: 1 / -1;
    }

    .six66-footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 33px;
    }

    h2 {
        font-size: 25px;
    }

    .six66-shell {
        width: min(100% - 24px, var(--six66-shell));
    }

    .six66-header-actions {
        gap: 6px;
    }

    .six66-lang {
        gap: 3px;
    }

    .six66-lang a {
        min-height: 30px;
        padding: 4px 7px;
        font-size: 11px;
    }

    .six66-menu-btn {
        width: 39px;
        height: 39px;
    }

    .six66-hero,
    .six66-page-hero {
        padding: 28px 0 28px;
    }

    .six66-hero-grid,
    .six66-page-hero-grid {
        gap: 20px;
    }

    .six66-lead {
        font-size: 16px;
    }

    .six66-hero-actions {
        margin-top: 18px;
    }

    .six66-btn {
        width: 100%;
        min-height: 44px;
        padding: 11px 16px;
    }

    .six66-trust-row span {
        font-size: 12px;
    }

    .six66-section {
        padding: 38px 0;
    }

    .six66-section-head p,
    .six66-text-block p {
        font-size: 16px;
    }

    .six66-card-grid.three,
    .six66-card-grid.four {
        grid-template-columns: 1fr;
    }

    .six66-card {
        min-height: 132px;
        padding: 18px;
    }

    .six66-side-panel {
        padding: 18px;
    }

    .six66-mobile-nav {
        grid-template-columns: 1fr;
    }

    .six66-footer {
        padding: 40px 0 92px;
    }

    .six66-footer-grid {
        grid-template-columns: 1fr;
    }

    .six66-float {
        right: 12px;
        bottom: 12px;
        gap: 8px;
    }

    .six66-float-btn {
        width: 44px;
        height: 44px;
    }

    .six66-float-btn img {
        width: 31px;
        height: 31px;
    }
}