/*
Theme Name: Gold365 Lite
Theme URI: https://gold365.example/
Author: Gold365
Description: Minimal, single-page WordPress theme for the Gold365 brand. No JavaScript, single stylesheet, classic PHP templates. Built for speed. Root URL redirects to /en-in/.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: gold365-lite
*/

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	line-height: 1.6;
	color: #1a2238;
	background: #f7f8fb;
	font-size: 16px;
}
img, picture, svg { max-width: 100%; height: auto; display: block; }
.g365-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { line-height: 1.25; color: #0b1932; }
h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 700; margin-bottom: 0.6em; }
h3 { font-size: 1.15rem; font-weight: 700; margin: 1.4em 0 0.4em; }
p { margin-bottom: 1em; }
a { color: #b8862a; text-decoration: none; }
a:hover { color: #8a6520; text-decoration: underline; }
strong { color: #0b1932; }
ul { padding-left: 1.4em; margin-bottom: 1em; }
li { margin-bottom: 0.4em; }

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.g365-section { padding: 64px 0; border-bottom: 1px solid #e6e9f0; }
.g365-section > .g365-container > p { max-width: 780px; }

/* ==========================================================================
   HERO
   ========================================================================== */
.g365-hero {
	background: linear-gradient(135deg, #0b1932 0%, #1a2851 100%);
	color: #fff;
	padding: 96px 0 80px;
	text-align: center;
}
.g365-hero h1 { color: #f4c560; margin-bottom: 0.4em; }
.g365-lead { font-size: 1.2rem; max-width: 720px; margin: 0 auto 2em; color: #d8dcea; }
.g365-cta-button {
	display: inline-block; background: #25d366; color: #fff !important;
	padding: 16px 32px; font-size: 1.05rem; font-weight: 700;
	border-radius: 8px; transition: background 0.2s;
	box-shadow: 0 4px 14px rgba(37,211,102,0.3);
}
.g365-cta-button:hover { background: #1ebe57; color: #fff !important; text-decoration: none; }
.g365-cta-large { padding: 20px 40px; font-size: 1.15rem; }
.g365-hero-stats {
	list-style: none; padding: 0; margin: 2.5em 0 0;
	display: flex; gap: 32px; justify-content: center; flex-wrap: wrap;
}
.g365-hero-stats li { color: #f4c560; font-weight: 600; font-size: 0.95rem; }

/* ==========================================================================
   PAYMENTS
   ========================================================================== */
.g365-payments { background: #fff; padding: 32px 0; text-align: center; }
.g365-payments-title {
	font-size: 1rem; color: #6b7388; font-weight: 600;
	text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.6em;
}
.g365-payments-sub { color: #4a5172; font-size: 0.95rem; max-width: 760px; margin: 0 auto; }

/* ==========================================================================
   JOURNEY / 3-STEP
   ========================================================================== */
.g365-journey { background: #fff; }
.g365-steps {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px;
}
.g365-step {
	background: #f7f8fb; padding: 32px; border-radius: 12px;
	border: 1px solid #e6e9f0; position: relative;
}
.g365-step-num {
	display: inline-block; width: 36px; height: 36px; background: #f4c560;
	color: #0b1932; border-radius: 50%; text-align: center; line-height: 36px;
	font-weight: 800; margin-bottom: 8px;
}
.g365-step h3 { margin: 0 0 0.6em; font-size: 1.05rem; }

/* ==========================================================================
   CONTENT SECTIONS
   ========================================================================== */
.g365-id, .g365-login, .g365-app, .g365-cricket, .g365-win, .g365-mahadev { background: #fff; }
.g365-sports, .g365-casino, .g365-features, .g365-comparison, .g365-advantage, .g365-faq { background: #f7f8fb; }
.g365-feature-list { padding-left: 1.2em; }
.g365-feature-list li { margin-bottom: 0.6em; }

/* ==========================================================================
   CARD GRIDS
   ========================================================================== */
.g365-card-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px;
}
.g365-card {
	background: #fff; padding: 28px; border-radius: 12px;
	border: 1px solid #e6e9f0; box-shadow: 0 2px 8px rgba(11,25,50,0.04);
}
.g365-card h3 { margin-top: 0; color: #b8862a; }

/* ==========================================================================
   FEATURE GRID
   ========================================================================== */
.g365-feature-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px;
}
.g365-feature {
	background: #fff; padding: 24px; border-radius: 10px; border: 1px solid #e6e9f0;
}
.g365-feature h3 { margin-top: 0; font-size: 1.05rem; color: #0b1932; }

/* ==========================================================================
   COMPARISON TABLE
   ========================================================================== */
.g365-table {
	width: 100%; border-collapse: collapse; margin-top: 24px;
	background: #fff; border-radius: 10px; overflow: hidden;
	box-shadow: 0 2px 8px rgba(11,25,50,0.04);
}
.g365-table th, .g365-table td {
	padding: 14px 18px; text-align: left; border-bottom: 1px solid #e6e9f0;
}
.g365-table thead th {
	background: #0b1932; color: #f4c560; font-weight: 700;
	text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.05em;
}
.g365-table tbody tr:nth-child(even) td { background: #f7f8fb; }
.g365-table td:nth-child(2) { font-weight: 600; color: #1a8246; }
.g365-table td:nth-child(3) { color: #6b7388; }

/* ==========================================================================
   ADVANTAGE
   ========================================================================== */
.g365-advantage { text-align: center; }
.g365-advantage-grid {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 32px 0;
}
.g365-advantage-item {
	background: #fff; padding: 24px; border-radius: 10px;
	text-align: center; border: 1px solid #e6e9f0;
}
.g365-advantage-item h3 { margin: 0 0 0.5em; font-size: 1rem; color: #b8862a; }
.g365-advantage-item p { font-size: 0.95rem; margin: 0; }
.g365-badges {
	list-style: none; padding: 0; display: flex; gap: 16px;
	flex-wrap: wrap; justify-content: center; margin: 16px 0 32px;
}
.g365-badges li {
	background: #fff; padding: 8px 16px; border-radius: 999px;
	font-size: 0.85rem; font-weight: 600; color: #4a5172; border: 1px solid #e6e9f0;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.g365-faq-item {
	background: #fff; border: 1px solid #e6e9f0; border-radius: 8px;
	margin-bottom: 12px; padding: 16px 20px; cursor: pointer;
}
.g365-faq-item summary {
	font-weight: 600; color: #0b1932;
	list-style: none; position: relative; padding-right: 28px;
}
.g365-faq-item summary::-webkit-details-marker { display: none; }
.g365-faq-item summary::after {
	content: "+"; position: absolute; right: 0; top: 0;
	font-size: 1.4rem; color: #b8862a; font-weight: 700;
}
.g365-faq-item[open] summary::after { content: "−"; }
.g365-faq-item p { margin: 12px 0 0; color: #4a5172; font-size: 0.95rem; }

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.g365-final-cta {
	background: linear-gradient(135deg, #0b1932 0%, #1a2851 100%);
	color: #fff; text-align: center;
}
.g365-final-cta h2 { color: #f4c560; }
.g365-final-cta p { color: #d8dcea; max-width: 600px; margin: 0 auto 2em; }

/* ==========================================================================
   RG / FOOTER NOTICE
   ========================================================================== */
.g365-rg {
	background: #0b1932; color: #8a92a8; text-align: center;
	padding: 32px 0; font-size: 0.85rem;
}
.g365-age { font-weight: 700; color: #f4c560; margin-bottom: 8px; }
.g365-rg-text { max-width: 640px; margin: 0 auto; }

/* ==========================================================================
   MINIMAL SITE FOOTER (theme-rendered)
   ========================================================================== */
.site-footer {
	background: #0b1932; color: #8a92a8;
	padding: 24px 0; text-align: center; font-size: 0.85rem;
}
.site-footer a { color: #f4c560; }
.site-footer p { margin: 0; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 900px) {
	.g365-steps, .g365-card-grid, .g365-feature-grid { grid-template-columns: 1fr; }
	.g365-advantage-grid { grid-template-columns: repeat(2, 1fr); }
	.g365-table { font-size: 0.9rem; }
	.g365-table th, .g365-table td { padding: 10px 12px; }
	.g365-hero { padding: 64px 0 56px; }
}
@media (max-width: 560px) {
	.g365-advantage-grid { grid-template-columns: 1fr; }
	.g365-hero-stats { gap: 16px; }
}
