/*
Theme Name: Guru Darshana Service Pro
Theme URI: https://example.com/
Author: Guru Darshana Web Builder
Description: Premium towing and roadside assistance WordPress starter theme for Bangalore with brand visuals and WhatsApp booking flow.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: guru-darshana-service-pro
*/
:root {
  --gd-bg: #070d16;
  --gd-surface: #101927;
  --gd-surface-2: #162133;
  --gd-card: rgba(16,25,39,0.96);
  --gd-text: #dce7f7;
  --gd-text-soft: #95a8c3;
  --gd-white: #ffffff;
  --gd-orange: #ff7a00;
  --gd-orange-2: #ff9f35;
  --gd-border: rgba(255,255,255,0.10);
  --gd-radius: 22px;
  --gd-shadow: 0 22px 56px rgba(0,0,0,0.35);
  --gd-max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Roboto, Arial, sans-serif;
  color: var(--gd-text);
  line-height: 1.6;
  background: radial-gradient(circle at top left, rgba(255,122,0,0.08), transparent 25%), linear-gradient(180deg, #060a12 0%, #0c1320 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; height: auto; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 32px), var(--gd-max)); margin: 0 auto; }
.section { padding: 88px 0; }
.section.alt { background: rgba(255,255,255,0.02); }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.section-heading h2 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.section-heading p { margin: 0; color: var(--gd-text-soft); }
.badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px;
  background: rgba(255,122,0,0.12); border: 1px solid rgba(255,122,0,0.26); color: #ffd9ba; font-size: 14px; font-weight: 700;
}
.badge:before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--gd-orange); box-shadow: 0 0 16px rgba(255,122,0,0.8); }
.site-header { position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(14px); background: rgba(7,13,22,0.84); border-bottom: 1px solid rgba(255,255,255,0.06); }
.site-header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand-logo img { max-height: 64px; width: auto; }
.main-navigation ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 24px; }
.main-navigation a { color: rgba(255,255,255,0.84); font-weight: 600; }
.main-navigation a:hover { color: var(--gd-orange-2); }
.nav-toggle { display: none; min-height: 44px; padding: 0 14px; border-radius: 12px; border: 1px solid var(--gd-border); background: rgba(255,255,255,0.03); color: white; }
.header-actions { display: flex; gap: 12px; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px;
  border-radius: 14px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,0.24); }
.btn-primary { background: linear-gradient(135deg, var(--gd-orange) 0%, var(--gd-orange-2) 100%); color: #1a0f05; }
.btn-secondary { background: rgba(255,255,255,0.04); color: white; border-color: var(--gd-border); }
.btn-whatsapp { background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%); color: white; }
.hero { padding: 42px 0 88px; }
.hero-shell { position: relative; overflow: hidden; min-height: 720px; border-radius: 30px; box-shadow: var(--gd-shadow); border: 1px solid rgba(255,255,255,0.08); background: #000; }
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg { background: url('assets/images/hero-bg.jpg') center right / cover no-repeat; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,7,12,0.96) 0%, rgba(4,7,12,0.84) 42%, rgba(4,7,12,0.34) 72%, rgba(4,7,12,0.08) 100%), linear-gradient(180deg, rgba(255,122,0,0.08) 0%, transparent 100%); }
.hero-content { position: relative; z-index: 2; max-width: 690px; padding: 86px 70px; }
.hero h1 { margin: 18px 0 18px; font-size: clamp(38px, 6vw, 68px); line-height: 1.02; letter-spacing: -0.03em; }
.hero .lead { margin: 0 0 24px; color: #dde7f4; font-size: 19px; }
.hero-highlights { display: flex; flex-wrap: wrap; gap: 12px 18px; margin: 20px 0 28px; }
.hero-highlights span { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.hero-highlights span:before { content: '•'; color: var(--gd-orange); font-size: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.metrics { margin-top: -40px; position: relative; z-index: 3; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.metric-card, .card, .panel, .faq-item, .booking-box, .preview-box { background: linear-gradient(180deg, rgba(18,27,40,0.98), rgba(11,18,29,0.98)); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--gd-radius); box-shadow: var(--gd-shadow); }
.metric-card { padding: 24px; }
.metric-card strong { display: block; font-size: 30px; line-height: 1; margin-bottom: 8px; color: white; }
.metric-card span { color: var(--gd-text-soft); font-weight: 600; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.card { padding: 30px; }
.card-icon { width: 58px; height: 58px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(145deg, rgba(255,122,0,0.22), rgba(255,122,0,0.08)); color: #ffd4ad; font-size: 24px; margin-bottom: 18px; }
.card h3, .panel h2, .panel h3, .booking-box h2, .preview-box h3, .faq-item h3 { margin-top: 0; color: white; }
.card p, .panel p, .faq-item p, .preview-box p { color: var(--gd-text-soft); }
.two-col { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr); gap: 30px; align-items: stretch; }
.panel, .booking-box, .preview-box { padding: 34px; }
.visual-stack { display: grid; gap: 18px; }
.visual-stack img { width: 100%; border-radius: 22px; border: 1px solid rgba(255,255,255,0.08); box-shadow: var(--gd-shadow); }
.check-list, .steps, .footer-menu { list-style: none; padding: 0; margin: 0; }
.check-list li, .steps li { position: relative; padding-left: 32px; margin-bottom: 16px; color: var(--gd-text-soft); }
.check-list li:before, .steps li:before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--gd-orange); font-weight: 900; }
.steps li strong { display: block; margin-bottom: 6px; color: white; }
.area-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.area-pill { text-align: center; padding: 14px 16px; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: white; font-weight: 700; }
.faq-list { display: grid; gap: 18px; }
.faq-item { padding: 24px; }
.booking-shell { display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr); gap: 24px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: white; font-weight: 700; font-size: 14px; }
.input, .textarea, .select { width: 100%; padding: 15px 16px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.04); color: white; }
.input::placeholder, .textarea::placeholder { color: #8293ab; }
.textarea { min-height: 132px; resize: vertical; }
.booking-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.booking-note { margin-top: 12px; color: #a3d7af; font-size: 14px; }
.preview-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 22px; }
.preview-card pre { margin: 0; white-space: pre-wrap; font-family: inherit; color: #e5ebf6; }
.location-help { margin-top: 12px; color: var(--gd-text-soft); font-size: 14px; }
.site-footer { padding: 74px 0 28px; background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.06); }
.footer-grid { display: grid; grid-template-columns: 1.15fr 0.85fr 1fr; gap: 28px; }
.site-footer h3, .site-footer h4 { color: white; margin-top: 0; }
.site-footer p, .site-footer a, .site-footer li { color: var(--gd-text-soft); }
.footer-menu { display: grid; gap: 8px; }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.06); color: #7c8aa2; font-size: 14px; }
.floating-actions { position: fixed; right: 16px; bottom: 16px; z-index: 999; display: flex; flex-direction: column; gap: 12px; }
.float-btn { min-width: 188px; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
@media (max-width: 1100px) { .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .area-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .main-navigation { display: none; position: absolute; top: calc(100% + 8px); left: 16px; right: 16px; padding: 16px; border-radius: 18px; background: rgba(8,12,19,0.96); border: 1px solid rgba(255,255,255,0.08); }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { flex-direction: column; gap: 14px; }
  .header-actions { display: none; }
  .two-col, .booking-shell, .footer-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 64px 34px; }
}
@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .hero-shell { min-height: 620px; }
  .hero h1 { font-size: clamp(34px, 11vw, 52px); }
  .grid-3, .metrics-grid, .area-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .floating-actions { left: 12px; right: 12px; flex-direction: row; }
  .float-btn { min-width: 0; flex: 1; }
}
