/*!
Theme Name: Urdu Church 2026
Theme URI: https://urduchurch.com.pk
Description: Official website theme for the Urdu Church App — the complete Urdu Christian app. Built for search, information and app downloads.
Author: Gerizim Digital Ltd for Good Samaritan Ministries Pakistan
Author URI: https://gsministries.org
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: urduchurch-2026
Requires at least: 6.0
Requires PHP: 7.4
*/

/* ============================================
   TOKENS — colours from the app icon
   ============================================ */
:root {
	--maroon: #3B0A1E;
	--maroon-deep: #24041A;
	--purple: #1E004D;
	--plum: #5A1240;
	--gold: #D4A017;
	--gold-bright: #F2C94C;
	--gold-soft: #FBF3DC;
	--cream: #FAF7F2;
	--white: #FFFFFF;
	--ink: #1F1523;
	--body: #5B5163;
	--muted: #8B8194;
	--line: #EAE3EC;
	--ok: #157A43;
	--danger: #A11212;
	--radius: 16px;
	--shadow: 0 10px 40px rgba(59,10,30,0.10);
	--grad-brand: linear-gradient(135deg, #3B0A1E 0%, #1E004D 100%);
	--grad-gold: linear-gradient(135deg, #F2C94C 0%, #D4A017 100%);
	--grad-strip: linear-gradient(180deg, #D4A017 0%, #3B0A1E 100%);
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'DM Sans', system-ui, sans-serif; color: var(--body); background: var(--cream); line-height: 1.65; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s, background .2s, transform .2s, box-shadow .2s; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; color: var(--ink); line-height: 1.2; font-weight: 700; }
h1 { font-size: clamp(34px, 5vw, 56px); }
h2 { font-size: clamp(28px, 3.6vw, 40px); }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
p { margin-bottom: 1em; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 860px; }
.overline { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 14px; }
.overline::before { content: ''; width: 26px; height: 2px; background: var(--gold); }
.section { padding: 84px 0; }
.section--alt { background: var(--white); }
.section--tint { background: var(--gold-soft); }
.section--brand { background: var(--grad-brand); color: #fff; }
.section--brand h2, .section--brand h3 { color: #fff; }
.section--brand p { color: rgba(255,255,255,0.85); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.section-head p { font-size: 17px; color: var(--body); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 30px; border-radius: 12px; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; cursor: pointer; border: 0; white-space: nowrap; }
.btn-gold { background: var(--grad-gold); color: var(--maroon-deep); box-shadow: 0 8px 22px rgba(212,160,23,0.35); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,160,23,0.45); }
.btn-brand { background: var(--grad-brand); color: #fff; box-shadow: 0 8px 22px rgba(59,10,30,0.25); }
.btn-brand:hover { transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--maroon); border: 1.5px solid rgba(59,10,30,0.3); }
.btn-outline:hover { border-color: var(--maroon); background: rgba(59,10,30,0.05); }
.section--brand .btn-outline { color: #fff; border-color: rgba(255,255,255,0.5); }
.section--brand .btn-outline:hover { background: rgba(255,255,255,0.1); }

/* ============================================
   HEADER
   ============================================ */
#site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); box-shadow: 0 2px 24px rgba(59,10,30,0.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 88px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 62px; width: 62px; border-radius: 15px; box-shadow: 0 6px 16px rgba(59,10,30,0.18); }
.brand-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 23px; color: var(--maroon); line-height: 1.05; }
.brand-name small { display: block; font-size: 12.5px; font-weight: 500; color: var(--muted); letter-spacing: .4px; margin-top: 2px; }
.nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-menu li { position: relative; }
.nav-menu > li > a { display: block; padding: 10px 12px; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 14px; color: var(--ink); border-radius: 8px; }
.nav-menu > li > a:hover, .nav-menu > li.current-menu-item > a, .nav-menu > li.current-menu-ancestor > a { color: var(--maroon); background: var(--gold-soft); }
.nav-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; border-radius: 12px; box-shadow: 0 14px 40px rgba(59,10,30,0.16); padding: 8px; list-style: none; border-top: 3px solid var(--gold); }
.nav-menu li:hover > .sub-menu { display: block; }
.nav-menu .sub-menu a { display: block; padding: 10px 14px; border-radius: 8px; font-size: 14px; color: var(--ink); }
.nav-menu .sub-menu a:hover { background: var(--gold-soft); color: var(--maroon); }
.nav-menu > li.menu-item-download { margin-left: 12px; }
.nav-menu > li.menu-item-download > a { background: var(--grad-gold) !important; color: var(--maroon-deep) !important; padding: 11px 20px; border-radius: 10px; font-weight: 700; box-shadow: 0 6px 16px rgba(212,160,23,0.35); }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; border-radius: 10px; color: var(--maroon); cursor: pointer; }
.menu-toggle svg { width: 26px; height: 26px; }
@media (max-width: 600px) { .header-inner { height: 76px; } .brand img { height: 52px; width: 52px; } .brand-name { font-size: 19px; } .brand-name small { font-size: 11px; } .nav-primary { top: 76px; } }
@media (max-width: 1024px) {
	.menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
	.nav-primary { display: none; position: absolute; left: 0; right: 0; top: 88px; background: #fff; box-shadow: 0 20px 40px rgba(59,10,30,0.15); padding: 12px 20px 20px; }
	.nav-primary.is-open { display: block; }
	.nav-menu { flex-direction: column; align-items: stretch; gap: 0; }
	.nav-menu > li > a { padding: 13px 10px; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 15px; }
	.nav-menu .sub-menu { display: block; position: static; box-shadow: none; border: 0; padding: 0 0 6px 14px; }
	.nav-menu > li.menu-item-download { margin: 14px 0 0; }
	.nav-menu > li.menu-item-download > a { text-align: center; border-radius: 10px; }
}

/* ============================================
   HERO (home + page heroes)
   ============================================ */
.hero { background: var(--grad-brand); color: #fff; position: relative; overflow: hidden; padding: 80px 0 90px; }
.hero::before { content: ''; position: absolute; right: -180px; top: -180px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(242,201,76,0.28) 0%, rgba(242,201,76,0) 70%); }
.hero::after { content: ''; position: absolute; left: -120px; bottom: -200px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(90,18,64,0.6) 0%, rgba(90,18,64,0) 70%); }
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 50px; align-items: center; }
.hero h1 { color: #fff; margin: 8px 0 14px; }
.hero h1 em { font-style: italic; color: var(--gold-bright); }
.hero .overline { color: var(--gold-bright); } .hero .overline::before { background: var(--gold-bright); }
.hero-sub { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 21px; color: var(--gold-bright); margin-bottom: 16px; }
.hero-lead { font-size: 17.5px; line-height: 1.7; color: rgba(255,255,255,0.88); max-width: 600px; margin-bottom: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 22px; }
.hero-note { font-size: 13.5px; color: rgba(255,255,255,0.7); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 13.5px; color: rgba(255,255,255,0.85); margin-top: 18px; }
.hero-trust span::before { content: '✓'; color: var(--gold-bright); font-weight: 700; margin-right: 6px; }
.hero-phone { position: relative; text-align: center; }
.hero-phone img { width: min(330px, 80%); margin: 0 auto; border-radius: 34px; border: 6px solid #fff; box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.35); background: #fff; }
.hero-phone .hero-icon { display: none; }
.page-hero { background: var(--grad-brand); color: #fff; padding: 70px 0; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; right: -160px; top: -160px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(242,201,76,0.22) 0%, rgba(242,201,76,0) 70%); }
.page-hero .container { position: relative; z-index: 1; max-width: 860px; }
.page-hero h1 { color: #fff; margin: 8px 0 12px; }
.page-hero .overline { color: var(--gold-bright); justify-content: center; } .page-hero .overline::before { background: var(--gold-bright); }
.page-hero .hero-sub { margin-bottom: 12px; }
.page-hero .hero-lead { margin: 0 auto 24px; }
.page-hero .hero-actions { justify-content: center; margin-bottom: 0; }
.crumbs { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 18px; }
.crumbs a { color: rgba(255,255,255,0.8); } .crumbs span { margin: 0 6px; }
@media (max-width: 900px) { .hero { padding: 56px 0 64px; } .hero-grid { grid-template-columns: 1fr; text-align: center; } .hero-lead { margin-left: auto; margin-right: auto; } .hero-actions, .hero-trust { justify-content: center; } .hero-phone { margin-top: 10px; } .hero-phone .hero-icon { left: 12%; width: 72px; height: 72px; } }

/* ============================================
   STORE BADGES (drawn by the theme)
   ============================================ */
.store-badges { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.store-badge { display: inline-flex; align-items: center; gap: 10px; width: 184px; height: 56px; padding: 0 14px; background: #000; border: 1px solid #a6a6a6; border-radius: 10px; color: #fff; }
.store-badge:hover { background: #1a1a1a; transform: translateY(-2px); }
.store-badge svg { width: 26px; height: 26px; flex-shrink: 0; }
.store-badge span { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
.store-badge small { font-size: 10px; letter-spacing: .3px; color: #fff; }
.store-badge strong { font-size: 19px; font-weight: 600; color: #fff; letter-spacing: -.2px; }
.store-web { display: inline-flex; align-items: center; gap: 8px; height: 56px; padding: 0 18px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,0.45); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; }
.store-web:hover { background: rgba(255,255,255,0.1); }
.on-light .store-web { color: var(--maroon); border-color: rgba(59,10,30,0.3); }
@media (max-width: 420px) { .store-badge { width: 100%; } }

/* ============================================
   STATS
   ============================================ */
.stats { background: var(--white); border-bottom: 1px solid var(--line); }
.stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.stat { padding: 30px 12px; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat b { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 40px; color: var(--maroon); line-height: 1; margin-bottom: 8px; }
.stat span { font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; color: var(--muted); }
.stats--inline { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 30px 0; }
@media (max-width: 900px) { .stats-row { grid-template-columns: repeat(3, 1fr); } .stat { border-bottom: 1px solid var(--line); } }
@media (max-width: 560px) { .stats-row { grid-template-columns: repeat(2, 1fr); } .stat b { font-size: 32px; } }

/* ============================================
   TILES / CARDS
   ============================================ */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tiles--2 { grid-template-columns: repeat(2, 1fr); }
.tiles--4 { grid-template-columns: repeat(4, 1fr); }
.tile { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px 30px 32px; box-shadow: 0 4px 18px rgba(59,10,30,0.05); transition: transform .25s, box-shadow .25s; }
.tile::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--grad-strip); }
.tile:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tile-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--gold-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.tile-icon svg { width: 28px; height: 28px; color: var(--gold); }
.tile h3 { font-family: 'Poppins', sans-serif; font-size: 18px; margin-bottom: 10px; }
.tile p { font-size: 15px; line-height: 1.65; margin: 0; }
.tile a.tile-link { display: inline-block; margin-top: 14px; color: var(--gold); font-weight: 700; font-size: 14px; }
.tile a.tile-link:hover { color: var(--maroon); }
a.tile { color: inherit; }
.checks { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; }
.checks li { position: relative; padding-left: 30px; font-size: 15.5px; line-height: 1.6; }
.checks li::before { content: ''; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); }
.checks li::after { content: ''; position: absolute; left: 6px; top: 8px; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.checks strong { color: var(--ink); }
.callout { background: var(--gold-soft); border-left: 4px solid var(--gold); padding: 20px 24px; border-radius: 0 12px 12px 0; color: var(--ink); font-size: 16px; line-height: 1.7; margin: 0 0 30px; }
.quote { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 24px; color: var(--maroon); text-align: center; max-width: 640px; margin: 36px auto 0; line-height: 1.45; }
.quote cite { display: block; font-style: normal; font-family: 'Poppins', sans-serif; font-size: 13px; color: var(--gold); font-weight: 700; margin-top: 10px; }
.prose { font-size: 16.5px; line-height: 1.8; }
.prose h2 { margin: 1.4em 0 .5em; }
.prose h3 { margin: 1.2em 0 .4em; font-family: 'Poppins', sans-serif; }
.prose ul, .prose ol { padding-left: 1.3em; margin-bottom: 1.2em; }
.prose li { margin-bottom: .4em; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.two-col img { border-radius: var(--radius); box-shadow: var(--shadow); }
.two-col .phone { width: min(320px, 80%); margin: 0 auto; border-radius: 30px; }
@media (max-width: 900px) { .tiles, .tiles--4 { grid-template-columns: 1fr 1fr; } .checks { grid-template-columns: 1fr; } .two-col { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .tiles, .tiles--2, .tiles--4 { grid-template-columns: 1fr; } .section { padding: 60px 0; } }

/* ============================================
   STEPS / FAQ / SCREENS / TESTIMONIES
   ============================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { text-align: center; padding: 26px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step-num { width: 48px; height: 48px; border-radius: 50%; background: var(--grad-gold); color: var(--maroon-deep); font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.step h4 { font-family: 'Poppins', sans-serif; margin-bottom: 8px; }
.step p { font-size: 14.5px; margin: 0; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.faq { max-width: 860px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 30px 18px 0; font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--ink); position: relative; font-size: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 14px; font-size: 24px; color: var(--gold); }
.faq details[open] summary::after { content: '–'; }
.faq details p { padding: 0 0 18px; margin: 0; font-size: 15.5px; line-height: 1.7; }
.screens { display: flex; gap: 22px; overflow-x: auto; padding: 10px 4px 24px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.screens figure { flex: 0 0 240px; scroll-snap-align: start; margin: 0; text-align: center; }
.screens img { border-radius: 26px; box-shadow: 0 24px 50px rgba(59,10,30,0.22); }
.screens figcaption { margin-top: 12px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; color: var(--ink); }
.screens-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.screens-grid figure { margin: 0; text-align: center; }
.screens-grid img { border-radius: 26px; box-shadow: 0 24px 50px rgba(59,10,30,0.22); }
.screens-grid figcaption { margin-top: 12px; font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--ink); }
@media (max-width: 900px) { .screens-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .screens-grid { grid-template-columns: 1fr; } }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { background: #fff; border-radius: var(--radius); padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--gold); }
.testimonial .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; }
.testimonial p { font-style: italic; color: var(--body); font-size: 15px; line-height: 1.7; }
.testimonial h5 { font-family: 'Poppins', sans-serif; font-size: 15px; color: var(--ink); margin-top: 8px; }
.testimonial span { font-size: 13px; color: var(--muted); }
@media (max-width: 900px) { .testimonials { grid-template-columns: 1fr; } }

/* ============================================
   DOWNLOAD BAND + STICKY MOBILE BAR
   ============================================ */
.download-band { background: var(--grad-brand); color: #fff; border-radius: 22px; width: min(1200px, calc(100% - 72px)); margin: 0 auto 80px; padding: 64px 30px; text-align: center; position: relative; overflow: hidden; box-shadow: 0 24px 60px rgba(30,0,77,0.35); }
.download-band::before { content: ''; position: absolute; right: -120px; top: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(242,201,76,0.3) 0%, rgba(242,201,76,0) 70%); }
.download-band > * { position: relative; }
.download-band img.band-icon { width: 92px; height: 92px; border-radius: 22px; margin: 0 auto 18px; box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.download-band h2 { color: #fff; margin-bottom: 10px; }
.download-band p { color: rgba(255,255,255,0.85); max-width: 640px; margin: 0 auto 26px; font-size: 16.5px; }
.download-band .store-badges { justify-content: center; }
.download-band .band-note { font-size: 13.5px; color: rgba(255,255,255,0.65); margin: 22px 0 0; }
.qr { display: inline-block; background: #fff; padding: 10px; border-radius: 14px; margin-top: 26px; }
.qr img { width: 132px; height: 132px; }
@media (max-width: 640px) { .download-band { width: calc(100% - 32px); padding: 44px 20px; margin-bottom: 50px; } }
.sticky-download { display: none; }
@media (max-width: 760px) {
	.sticky-download { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: rgba(36,4,26,0.96); backdrop-filter: blur(8px); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); align-items: center; gap: 12px; color: #fff; box-shadow: 0 -8px 30px rgba(0,0,0,0.3); }
	.sticky-download img { width: 40px; height: 40px; border-radius: 10px; }
	.sticky-download .txt { flex: 1; font-size: 13px; line-height: 1.25; }
	.sticky-download .txt b { display: block; font-family: 'Poppins', sans-serif; font-size: 14px; }
	.sticky-download .btn { padding: 10px 16px; font-size: 13px; }
	body { padding-bottom: 72px; }
}

/* ============================================
   BLOG
   ============================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card-img { display: block; height: 210px; overflow: hidden; background: var(--grad-brand); }
.post-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .post-card-img img { transform: scale(1.05); }
.post-card-img .ph { height: 100%; display: flex; align-items: center; justify-content: center; font-size: 46px; }
.post-card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card-meta { display: flex; justify-content: space-between; gap: 10px; font-size: 12.5px; margin-bottom: 8px; }
.post-card-meta a { color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; font-size: 11.5px; }
.post-card-meta span { color: var(--muted); }
.post-card h3 { font-family: 'Poppins', sans-serif; font-size: 17px; line-height: 1.4; margin-bottom: 10px; }
.post-card h3 a:hover { color: var(--maroon); }
.post-card p { font-size: 14.5px; margin-bottom: 18px; }
.post-card .btn { align-self: center; margin-top: auto; padding: 10px 24px; font-size: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 0 36px; }
.chip { padding: 8px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--ink); font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 600; }
.chip span { color: var(--muted); font-weight: 500; margin-left: 4px; }
.chip:hover, .chip.is-active { background: var(--maroon); color: #fff; border-color: var(--maroon); }
.chip.is-active span { color: rgba(255,255,255,0.7); }
.blog-search { display: flex; max-width: 520px; margin: 26px auto 0; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.blog-search input { flex: 1; border: 0; padding: 14px 18px; font-family: inherit; font-size: 15px; outline: none; color: var(--ink); }
.blog-search button { border: 0; background: var(--grad-gold); color: var(--maroon-deep); font-family: 'Poppins', sans-serif; font-weight: 700; padding: 0 22px; cursor: pointer; }
.pagination, .nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.nav-links ul { display: flex; gap: 8px; list-style: none; }
.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border-radius: 8px; background: #fff; border: 1px solid var(--line); color: var(--ink); font-weight: 600; font-size: 14px; }
.page-numbers.current, .page-numbers:hover { background: var(--maroon); color: #fff; border-color: var(--maroon); }
.single-layout { display: grid; grid-template-columns: 1fr 340px; gap: 36px; align-items: start; }
.single-main { background: #fff; border-radius: var(--radius); padding: 38px 40px; border: 1px solid var(--line); }
.single-hero { min-height: 380px; display: flex; align-items: flex-end; background: var(--grad-brand) center/cover; position: relative; }
.single-hero-overlay { width: 100%; background: linear-gradient(0deg, rgba(36,4,26,0.92) 0%, rgba(36,4,26,0.4) 100%); padding: 70px 0 44px; }
.single-hero-cat { display: inline-block; background: var(--gold); color: var(--maroon-deep); padding: 6px 14px; border-radius: 6px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; margin: 0 6px 12px 0; }
.single-hero h1 { color: #fff; font-size: clamp(28px, 4vw, 46px); margin-bottom: 12px; }
.single-hero-meta { display: flex; flex-wrap: wrap; gap: 16px; color: rgba(255,255,255,0.85); font-size: 14px; }
.single-content-wrap { padding: 48px 0 70px; }
.breadcrumbs { font-size: 13px; color: var(--muted); margin-bottom: 20px; } .breadcrumbs a { color: var(--gold); } .breadcrumbs span { margin: 0 4px; }
.entry-content { font-size: 17px; line-height: 1.85; color: #3a3140; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { font-family: 'Poppins', sans-serif; font-size: 1.6rem; margin: 1.5em 0 .6em; }
.entry-content h3 { font-family: 'Poppins', sans-serif; font-size: 1.3rem; margin: 1.3em 0 .5em; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; margin: 0 0 1.25em; }
.entry-content blockquote { border-left: 4px solid var(--gold); background: var(--gold-soft); padding: 18px 24px; border-radius: 0 10px 10px 0; font-style: italic; color: var(--ink); margin: 0 0 1.4em; }
.entry-content img { border-radius: 12px; }
.entry-content figcaption { color: var(--muted); font-size: .9em; text-align: center; margin-top: 8px; }
.entry-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.entry-content iframe { max-width: 100%; border-radius: 12px; }
.single-share { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; gap: 12px; align-items: center; flex-wrap: wrap; font-size: 14px; color: var(--muted); }
.single-share a { padding: 7px 14px; border-radius: 8px; background: var(--gold-soft); color: var(--maroon); font-weight: 600; font-size: 13px; }
.single-share a:hover { background: var(--maroon); color: #fff; }
.post-cta { margin-top: 30px; padding: 28px; border-radius: 14px; background: var(--grad-brand); color: #fff; display: flex; gap: 24px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.post-cta h3 { color: #fff; font-family: 'Poppins', sans-serif; font-size: 20px; margin-bottom: 6px; }
.post-cta p { color: rgba(255,255,255,0.82); font-size: 14.5px; margin: 0; max-width: 480px; }
.related { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.related h3 { font-family: 'Poppins', sans-serif; margin-bottom: 18px; }
.related .blog-grid { gap: 18px; } .related .post-card-img { height: 150px; } .related .post-card p { display: none; } .related .post-card h3 { font-size: 15.5px; }
.sidebar { display: flex; flex-direction: column; gap: 22px; position: sticky; top: 96px; }
.side-card { background: #fff; border-radius: var(--radius); padding: 24px; border: 1px solid var(--line); }
.side-card h4 { font-family: 'Poppins', sans-serif; font-size: 16px; margin-bottom: 12px; }
.side-card.brand { background: var(--grad-brand); color: #fff; text-align: center; }
.side-card.brand h4 { color: #fff; } .side-card.brand p { color: rgba(255,255,255,0.85); font-size: 14px; }
.side-card.brand img { width: 72px; height: 72px; border-radius: 18px; margin: 0 auto 12px; }
.side-card.brand .store-badges { justify-content: center; gap: 8px; } .side-card.brand .store-badge { width: 100%; }
.side-recent a { display: flex; gap: 12px; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--line); }
.side-recent a:last-child { border: 0; }
.side-recent img, .side-recent .ph { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; flex-shrink: 0; background: var(--gold-soft); }
.side-recent b { display: block; font-size: 13.5px; color: var(--ink); line-height: 1.35; } .side-recent small { color: var(--muted); font-size: 12px; }
.side-cats a { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 600; }
.side-cats a:last-child { border: 0; } .side-cats span { color: var(--muted); font-weight: 500; } .side-cats a:hover { color: var(--maroon); }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr 1fr; } .single-layout { grid-template-columns: 1fr; } .single-main { padding: 26px 20px; } .sidebar { position: static; } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* ============================================
   FORMS
   ============================================ */
.form-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 40px 40px 36px 46px; box-shadow: var(--shadow); }
.form-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--grad-strip); }
.form-card h2 { font-family: 'Poppins', sans-serif; font-size: 26px; margin-bottom: 6px; }
.form-card h2::after { content: ''; display: block; width: 56px; height: 3px; margin: 12px 0 22px; background: var(--grad-strip); background: linear-gradient(90deg, var(--gold), var(--maroon)); border-radius: 3px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.form-grid .span { grid-column: 1 / -1; }
.form-group label { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.form-group label .req { color: var(--gold); }
.form-group input, .form-group select, .form-group textarea, .uc-cp-btn { width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: var(--cream); font-family: inherit; font-size: 15px; color: var(--ink); transition: border-color .2s, box-shadow .2s, background .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus, .uc-cp-btn.is-open, .uc-cp-btn:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,160,23,0.18); background: #fff; }
.form-group textarea { min-height: 140px; resize: vertical; }
.form-actions { margin-top: 22px; }
.uc-form-note { margin-top: 16px; padding: 14px 16px; border-radius: 10px; font-size: 14.5px; line-height: 1.55; background: var(--gold-soft); color: var(--ink); }
.uc-form-note.is-ok { background: #E7F6EE; color: var(--ok); font-weight: 600; }
.uc-form-note.is-error { background: #FDECEB; color: var(--danger); font-weight: 600; }
form[data-uc-form] input:disabled, form[data-uc-form] select:disabled, form[data-uc-form] textarea:disabled { opacity: .6; }
.contact-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 36px; align-items: start; }
.contact-side { display: flex; flex-direction: column; gap: 18px; }
.contact-side .side-card { position: relative; overflow: hidden; }
.contact-side .side-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--grad-strip); }
.contact-side .row { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.contact-side .row:last-child { border: 0; }
.contact-side .row svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.contact-side .row b { display: block; font-family: 'Poppins', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .6px; color: var(--muted); }
.contact-side .row a { color: var(--maroon); font-weight: 600; }
.btn-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #25D366; color: #fff; padding: 13px 22px; border-radius: 10px; font-weight: 700; font-family: 'Poppins', sans-serif; width: 100%; }
.btn-whatsapp:hover { background: #1DB954; color: #fff; }
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; } .form-grid { grid-template-columns: 1fr; } .form-card { padding: 26px 22px 26px 26px; } }
/* Country picker */
.uc-cp { position: relative; }
.uc-cp-native { position: absolute !important; opacity: 0; pointer-events: none; width: 1px; height: 1px; left: 0; bottom: 0; }
.uc-cp-btn { text-align: left; padding-right: 40px; color: var(--muted); cursor: pointer; position: relative; }
.uc-cp-btn.has-value { color: var(--ink); }
.uc-cp-btn::after { content: ''; position: absolute; right: 16px; top: 50%; width: 8px; height: 8px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: translateY(-70%) rotate(45deg); }
.uc-cp-btn.is-invalid { border-color: var(--danger); }
.uc-cp-panel { position: absolute; z-index: 50; left: 0; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 40px rgba(59,10,30,0.16); padding: 10px; }
.uc-cp-search { width: 100%; padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 8px; font-family: inherit; font-size: 15px; color: var(--ink); margin-bottom: 8px; }
.uc-cp-search:focus { outline: none; border-color: var(--gold); }
.uc-cp-list { list-style: none; max-height: 260px; overflow-y: auto; }
.uc-cp-list li { padding: 9px 12px; border-radius: 8px; cursor: pointer; font-size: 15px; color: var(--ink); }
.uc-cp-list li.is-active, .uc-cp-list li:hover { background: var(--gold-soft); }
.uc-cp-list li.is-selected { font-weight: 700; }

/* ============================================
   FOOTER
   ============================================ */
#site-footer { background: var(--maroon-deep); color: rgba(255,255,255,0.78); padding: 64px 0 0; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; }
.footer-grid h3 { font-family: 'Poppins', sans-serif; font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 16px; }
.footer-grid p { line-height: 1.7; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a:hover { color: var(--gold-bright); }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; color: #fff; }
.footer-brand img { width: 48px; height: 48px; border-radius: 12px; }
.footer-brand b { font-family: 'Poppins', sans-serif; font-size: 18px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 4px; color: var(--gold-bright); }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.footer-social a:hover { background: var(--gold); color: var(--maroon-deep); }
.footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.footer-bottom { background: #1E004D; border-top: 1px solid rgba(255,255,255,0.10); padding: 18px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,0.6); }
.footer-bottom a { color: rgba(255,255,255,0.8); } .footer-bottom a:hover { color: var(--gold-bright); }
.footer-legal { display: flex; gap: 16px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom .container { justify-content: center; text-align: center; } }

/* ============================================
   MISC
   ============================================ */
.uc-tile-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--gold-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.uc-tile-icon svg { width: 28px; height: 28px; color: var(--gold); }
.legal .container { max-width: 860px; }
.legal h2 { font-family: 'Poppins', sans-serif; font-size: 22px; margin: 1.6em 0 .5em; }
.legal p, .legal li { font-size: 15.5px; line-height: 1.75; }
.legal ul { padding-left: 1.3em; margin-bottom: 1.2em; }
.updated { font-size: 13px; color: var(--muted); }
.back-to-top { position: fixed; right: 22px; bottom: 90px; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--maroon-deep); border: 0; font-size: 20px; cursor: pointer; display: none; z-index: 80; box-shadow: 0 6px 18px rgba(0,0,0,0.25); }
.back-to-top.show { display: block; }
@media (min-width: 761px) { .back-to-top { bottom: 30px; } }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.wp-block-separator { border-color: var(--line); }
