/* ============================================================
   Prayag Broadband – Page-specific styles
   pages.css — loaded alongside css/style.css on every page
   ============================================================ */

/* ══════════════════════════════════════════════════════════════
   HOME PAGE
   ══════════════════════════════════════════════════════════════ */
.hero-content { position:relative; text-align:center; max-width:800px; width:100%; }
.hero-eyebrow { display:inline-flex; align-items:center; gap:10px; font-size:12px; font-weight:600; color:var(--accent); letter-spacing:1.5px; text-transform:uppercase; margin-bottom:26px; }
.eyebrow-line { width:24px; height:2px; background:var(--accent); border-radius:2px; flex-shrink:0; }
.hero-section h1 { font-size:clamp(40px,5.5vw,68px); font-weight:900; line-height:1.08; letter-spacing:-2.5px; color:var(--text-1); margin-bottom:20px; }
.hero-section h1 em { font-style:normal; color:var(--accent); }
.hero-sub { font-size:17px; color:var(--text-3); line-height:1.75; margin-bottom:14px; max-width:560px; margin-left:auto; margin-right:auto; }
.hero-sub strong { color:rgba(255,255,255,0.75); font-weight:500; }
.hero-offer { display:inline-flex; align-items:center; gap:8px; background:rgba(34,197,94,0.08); border:1px solid rgba(34,197,94,0.25); border-radius:var(--r-sm); padding:8px 16px; font-size:13px; font-weight:600; color:var(--green-lt); margin-bottom:36px; }
.hero-offer span { color:var(--text-3); font-weight:400; }
.hero-actions { display:flex; gap:14px; justify-content:center; margin-bottom:60px; flex-wrap:wrap; }
.hero-stats { display:inline-flex; border:1px solid var(--border); background:rgba(255,255,255,0.03); border-radius:14px; overflow:hidden; flex-wrap:wrap; }
.hstat { padding:18px 32px; text-align:center; border-right:1px solid var(--border); }
.hstat:last-child { border-right:none; }
.hstat-val { font-size:24px; font-weight:800; color:var(--text-1); letter-spacing:-0.8px; line-height:1; }
.hstat-val em { font-style:normal; color:var(--accent); }
.hstat-lbl { font-size:11px; color:var(--text-3); margin-top:4px; font-weight:500; }
.plans-top { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:32px; gap:20px; flex-wrap:wrap; }
.plans-bg { background:linear-gradient(180deg,rgba(14,165,233,0.04) 0%,transparent 100%); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.cov-left,.cov-right { flex:1; }
.city-tags-row { display:flex; gap:12px; flex-wrap:wrap; margin:22px 0; }

/* ══════════════════════════════════════════════════════════════
   PLANS PAGE
   ══════════════════════════════════════════════════════════════ */
.plans-header-tabs { display:flex; justify-content:center; margin-top:32px; }
.plans-section {
  padding:60px 0 96px;
  background:linear-gradient(180deg,rgba(14,165,233,0.04) 0%,transparent 100%);
  border-top:1px solid var(--border);
}
.plans-inner-top {
  display:flex; align-items:flex-end; justify-content:space-between;
  margin-bottom:36px; gap:20px; flex-wrap:wrap;
}
.plans-inner-top h2 {
  font-size:clamp(20px,2.5vw,28px); font-weight:800;
  color:var(--text-1); letter-spacing:-0.6px; margin:0;
}
.plan-svc-note {
  display:inline-block; font-size:10px; font-weight:600; color:var(--text-4);
  text-transform:uppercase; letter-spacing:.6px; margin-bottom:10px;
}

/* ══════════════════════════════════════════════════════════════
   ABOUT PAGE
   ══════════════════════════════════════════════════════════════ */
.about-story { padding:96px 0; border-bottom:1px solid var(--border); }
.about-story-grid { display:grid; grid-template-columns:1fr 420px; gap:72px; align-items:start; }
.story-body p { font-size:15px; color:var(--text-2); line-height:1.8; margin-bottom:16px; }
.story-body p:last-child { margin-bottom:0 }
.stats-card {
  background:linear-gradient(160deg,#0e1e2e 0%,#0b1017 100%);
  border:1px solid rgba(14,165,233,0.2); border-radius:var(--r-xl);
  overflow:hidden; position:sticky; top:88px;
}
.stats-card-head {
  padding:20px 24px; border-bottom:1px solid var(--border);
  font-size:11px; font-weight:700; color:var(--accent);
  letter-spacing:1.5px; text-transform:uppercase;
}
.stat-item { padding:20px 24px; border-bottom:1px solid var(--border); display:flex; flex-direction:column; gap:4px; }
.stat-item:last-child { border-bottom:none }
.stat-val { font-size:28px; font-weight:900; color:var(--text-1); letter-spacing:-1px; line-height:1; }
.stat-val em { font-style:normal; color:var(--accent) }
.stat-lbl { font-size:12.5px; color:var(--text-3); font-weight:500 }
.services-section { padding:96px 0; border-bottom:1px solid var(--border); }
.service-card {
  background:var(--surface); border:1px solid var(--border);
  border-radius:var(--r-lg); padding:36px 32px; transition:border-color .2s,transform .2s;
}
.service-card:hover { border-color:rgba(14,165,233,0.3); transform:translateY(-2px); }
.service-icon {
  width:52px; height:52px; border-radius:12px;
  background:var(--accent-bg); border:1px solid rgba(14,165,233,0.2);
  display:flex; align-items:center; justify-content:center; margin-bottom:20px;
}
.service-icon svg { width:24px; height:24px; stroke:var(--accent); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.service-card h3 { font-size:18px; font-weight:800; color:var(--text-1); letter-spacing:-0.4px; margin-bottom:10px; }
.service-card p { font-size:14px; color:var(--text-3); line-height:1.75; margin-bottom:20px; }
.service-detail { display:flex; align-items:center; gap:8px; font-size:13px; color:rgba(255,255,255,0.38); margin-bottom:8px; }
.service-detail svg { width:13px; height:13px; stroke:var(--accent); fill:none; stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; }
.service-link {
  display:inline-flex; align-items:center; gap:8px;
  margin-top:20px; padding:10px 20px;
  border:1px solid rgba(14,165,233,0.3); border-radius:var(--r-sm);
  font-size:13.5px; font-weight:600; color:var(--accent); transition:all .15s;
}
.service-link:hover { background:rgba(14,165,233,0.08); border-color:rgba(14,165,233,0.5) }
.service-link svg { width:13px; height:13px; stroke:currentColor; fill:none; stroke-width:2.5; stroke-linecap:round; }
/* About coverage — scoped to page-about body class */
.page-about .coverage-section {
  padding:96px 0; border-bottom:1px solid var(--border);
  background:linear-gradient(180deg,rgba(14,165,233,0.03) 0%,transparent 60%);
}
.city-tags-group { display:flex; gap:14px; flex-wrap:wrap; margin:28px 0 20px; }
.city-tag-lg {
  display:flex; align-items:center; gap:10px;
  background:rgba(14,165,233,0.07); border:1px solid rgba(14,165,233,0.2);
  border-radius:var(--r-md); padding:16px 28px;
  font-size:20px; font-weight:800; color:var(--text-1);
  letter-spacing:-0.5px; transition:border-color .15s,background .15s;
}
.city-tag-lg:hover { background:rgba(14,165,233,0.12); border-color:rgba(14,165,233,0.4); }
.city-tag-lg .city-dot { width:10px; height:10px; background:var(--accent); border-radius:50%; flex-shrink:0; }
.coverage-sub { font-size:14px; color:var(--text-4); margin-top:8px; font-style:italic; }
/* Contact strip (about page) */
.contact-strip { padding:80px 0 96px; }
.contact-cards { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:40px; }
/* About page contact card variant — scoped to .contact-cards parent */
.contact-cards .contact-card {
  background:var(--surface); border:1px solid var(--border);
  border-radius:var(--r-lg); padding:24px 20px; transition:border-color .2s;
}
.contact-cards .contact-card:hover { border-color:rgba(14,165,233,0.25); }
.contact-cards .contact-card-icon {
  width:40px; height:40px; border-radius:9px;
  background:var(--accent-bg); border:1px solid rgba(14,165,233,0.15);
  display:flex; align-items:center; justify-content:center; margin-bottom:14px;
}
.contact-cards .contact-card-icon svg { width:18px; height:18px; stroke:var(--accent); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.contact-cards .contact-card-label { font-size:10.5px; font-weight:700; color:var(--text-4); text-transform:uppercase; letter-spacing:1px; margin-bottom:6px; }
.contact-card-val { font-size:14px; font-weight:600; color:var(--text-1); letter-spacing:-0.2px; line-height:1.5; }
.contact-card-val a { color:var(--text-1); transition:color .15s; }
.contact-card-val a:hover { color:var(--accent); }
.contact-card-sub { font-size:12px; color:var(--text-4); margin-top:4px; }

/* ══════════════════════════════════════════════════════════════
   CONTACT PAGE
   ══════════════════════════════════════════════════════════════ */
.contact-cards-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
/* Contact page contact card variant — scoped to .contact-cards-grid parent */
.contact-cards-grid .contact-card {
  background:var(--surface); border:1px solid var(--border);
  border-radius:var(--r-lg); padding:28px;
  display:flex; flex-direction:column; gap:14px;
  transition:transform 0.2s,border-color 0.2s,box-shadow 0.2s;
}
.contact-cards-grid .contact-card:hover {
  transform:translateY(-3px); border-color:rgba(14,165,233,0.28);
  box-shadow:0 8px 32px rgba(0,0,0,0.28);
}
.contact-cards-grid .contact-card-icon {
  width:40px; height:40px; border-radius:10px;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.contact-cards-grid .contact-card-icon svg { width:20px; height:20px; fill:none; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.contact-cards-grid .contact-card-label {
  font-size:10.5px; font-weight:700; letter-spacing:1.5px;
  text-transform:uppercase; color:var(--text-3); margin-bottom:4px;
}
.contact-card-value { font-size:15px; font-weight:700; color:var(--text-1); letter-spacing:-0.2px; word-break:break-word; }
.contact-card-value a { color:var(--text-1); transition:color 0.15s; }
.contact-card-value a:hover { color:var(--accent); }
.contact-card-note { font-size:12.5px; color:var(--text-3); line-height:1.55; margin-top:2px; }
/* WA card */
.wa-card {
  background:linear-gradient(135deg,rgba(34,197,94,0.12) 0%,rgba(22,163,74,0.06) 100%);
  border:1px solid rgba(34,197,94,0.25); border-radius:20px;
  padding:52px 48px; text-align:center; position:relative; overflow:hidden;
}
.wa-card::before {
  content:''; position:absolute; top:-60px; left:50%;
  transform:translateX(-50%); width:300px; height:200px;
  background:radial-gradient(ellipse,rgba(34,197,94,0.12) 0%,transparent 70%);
  pointer-events:none;
}
.wa-card-icon {
  width:64px; height:64px; background:rgba(34,197,94,0.14);
  border:1px solid rgba(34,197,94,0.3); border-radius:18px;
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 24px; position:relative;
}
.wa-card-icon svg { width:34px; height:34px; fill:var(--green); }
.wa-card h2 { font-size:clamp(22px,3vw,32px); font-weight:800; color:var(--text-1); letter-spacing:-0.8px; margin-bottom:14px; position:relative; }
.wa-card p { font-size:15px; color:var(--text-2); line-height:1.75; max-width:520px; margin:0 auto 32px; position:relative; }
.wa-card-meta { font-size:12px; color:var(--text-4); margin-top:16px; position:relative; }
/* Contact page coverage — scoped to page-contact body class */
.page-contact .coverage-section { padding:72px 0; border-top:1px solid var(--border); }
.coverage-inner {
  background:rgba(255,255,255,0.02); border:1px solid var(--border);
  border-radius:var(--r-lg); padding:40px 48px;
  display:flex; align-items:center; justify-content:space-between;
  gap:40px; flex-wrap:wrap;
}
.coverage-text .sec-eyebrow { margin-bottom:8px; }
.coverage-text h2 { font-size:20px; font-weight:700; color:var(--text-1); letter-spacing:-0.4px; margin-bottom:10px; }
.coverage-text p { font-size:14px; color:var(--text-3); line-height:1.7; max-width:400px; }
.coverage-cities { display:flex; gap:12px; flex-wrap:wrap; flex-shrink:0; }

/* ══════════════════════════════════════════════════════════════
   404 PAGE
   ══════════════════════════════════════════════════════════════ */
.error-page {
  min-height:100vh; display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  text-align:center; padding:60px 24px; background:var(--bg);
}
.error-code {
  font-size:clamp(80px,18vw,160px); font-weight:900; line-height:1;
  background:linear-gradient(130deg,var(--accent) 0%,#a78bfa 100%);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  background-clip:text; margin-bottom:16px;
}
.error-title { font-size:clamp(20px,4vw,32px); font-weight:700; color:var(--text-1); margin-bottom:12px; }
.error-sub { font-size:16px; color:var(--text-3); max-width:440px; margin:0 auto 36px; line-height:1.6; }
.error-links { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; margin-bottom:40px; }
.error-wa {
  display:inline-flex; align-items:center; gap:8px;
  background:#25d366; color:#fff; padding:12px 22px;
  border-radius:10px; font-weight:600; font-size:15px; text-decoration:none;
}
.error-wa:hover { background:#1ebe5d; }

/* ══════════════════════════════════════════════════════════════
   T&C PAGE
   ══════════════════════════════════════════════════════════════ */
.tnc-wrap { max-width:780px; margin:0 auto; padding:80px 60px; }
.tnc-wrap h2 {
  font-size:20px; font-weight:700; color:var(--text-1);
  letter-spacing:-0.3px; margin-top:52px; margin-bottom:14px;
  padding-bottom:12px; border-bottom:1px solid rgba(255,255,255,0.07);
}
.tnc-wrap h2:first-of-type { margin-top:0 }
.tnc-wrap h3 { font-size:15px; font-weight:600; color:var(--text-1); letter-spacing:-0.2px; margin-top:22px; margin-bottom:8px; }
.tnc-wrap p { font-size:15px; color:var(--text-2); line-height:1.8; margin-bottom:12px; }
.tnc-wrap ul { list-style:none; padding:0; margin:10px 0 14px; display:flex; flex-direction:column; gap:8px; }
.tnc-wrap ul li { font-size:15px; color:var(--text-2); line-height:1.75; padding-left:20px; position:relative; }
.tnc-wrap ul li::before { content:''; position:absolute; left:0; top:10px; width:6px; height:6px; background:var(--accent); border-radius:50%; flex-shrink:0; }
.tnc-wrap ol { list-style:none; counter-reset:tnc-counter; padding:0; margin:10px 0 14px; display:flex; flex-direction:column; gap:8px; }
.tnc-wrap ol li { font-size:15px; color:var(--text-2); line-height:1.75; padding-left:28px; position:relative; counter-increment:tnc-counter; }
.tnc-wrap ol li::before { content:counter(tnc-counter) "."; position:absolute; left:0; top:0; font-size:13px; font-weight:700; color:var(--accent); min-width:20px; }
.tnc-def-table { width:100%; border-collapse:collapse; margin:14px 0 20px; font-size:14px; }
.tnc-def-table th { text-align:left; font-size:11px; font-weight:700; letter-spacing:1.2px; text-transform:uppercase; color:var(--text-4); padding:8px 14px; border-bottom:1px solid rgba(255,255,255,0.07); }
.tnc-def-table td { padding:10px 14px; color:var(--text-2); vertical-align:top; line-height:1.65; border-bottom:1px solid rgba(255,255,255,0.04); }
.tnc-def-table td:first-child { font-weight:600; color:var(--text-1); white-space:nowrap; padding-right:24px; width:130px; }
.tnc-def-table tr:last-child td { border-bottom:none }
.tnc-highlight { background:rgba(14,165,233,0.05); border:1px solid rgba(14,165,233,0.14); border-radius:var(--r-md); padding:16px 20px; margin:14px 0; }
.tnc-highlight-amber { background:rgba(245,158,11,0.05); border:1px solid rgba(245,158,11,0.16); border-radius:var(--r-md); padding:16px 20px; margin:14px 0; }
.tnc-highlight p,.tnc-highlight-amber p { margin:0; font-size:14px; }
.tnc-charge-table { width:100%; border-collapse:collapse; margin:14px 0 20px; font-size:14px; border:1px solid rgba(255,255,255,0.06); border-radius:10px; overflow:hidden; }
.tnc-charge-table th { background:rgba(255,255,255,0.04); text-align:left; font-size:11px; font-weight:700; letter-spacing:1.2px; text-transform:uppercase; color:var(--text-4); padding:10px 16px; border-bottom:1px solid rgba(255,255,255,0.07); }
.tnc-charge-table td { padding:10px 16px; color:var(--text-2); line-height:1.55; border-bottom:1px solid rgba(255,255,255,0.04); }
.tnc-charge-table td:first-child { color:var(--text-1); font-weight:500; }
.tnc-charge-table tr:last-child td { border-bottom:none }
.tnc-charge-table .amt { color:var(--accent); font-weight:700; white-space:nowrap; }
.tnc-contact-box { background:var(--surface); border:1px solid var(--border); border-radius:var(--r-lg); padding:28px 32px; margin-top:14px; display:flex; flex-direction:column; gap:10px; }
.tnc-contact-row { display:flex; align-items:center; gap:12px; font-size:14.5px; color:var(--text-2); }
.tnc-contact-row svg { width:17px; height:17px; stroke:var(--accent); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; }
.tnc-contact-row a { color:var(--accent); font-weight:600; transition:color 0.15s; }
.tnc-contact-row a:hover { color:var(--text-1) }
.tnc-section-num { display:inline-block; font-size:10.5px; font-weight:700; letter-spacing:0.5px; color:var(--accent); background:rgba(14,165,233,0.1); border-radius:5px; padding:2px 8px; margin-bottom:8px; }
strong.tnc-key { color:var(--text-1); font-weight:600; }

/* ══════════════════════════════════════════════════════════════
   PRIVACY PAGE
   ══════════════════════════════════════════════════════════════ */
.prose { max-width:760px; margin:0 auto }
.prose h2 { font-size:20px; font-weight:700; color:var(--text-1); margin:40px 0 12px; letter-spacing:-.3px }
.prose h3 { font-size:16px; font-weight:600; color:var(--text-1); margin:28px 0 8px }
.prose p { font-size:15px; color:var(--text-2); line-height:1.8; margin-bottom:14px }
.prose ul { padding-left:22px; margin-bottom:14px }
.prose ul li { font-size:15px; color:var(--text-2); line-height:1.75; margin-bottom:6px }
.prose a { color:var(--accent); font-weight:500 }
.prose a:hover { text-decoration:underline }
.prose strong { color:var(--text-1); font-weight:600 }
.prose .last-updated { font-size:13px; color:var(--text-4); margin-bottom:36px }
.prose hr { border:none; border-top:1px solid var(--border); margin:36px 0 }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */
@media(max-width:1024px) {
  .about-story-grid { grid-template-columns:1fr; gap:48px; }
  .stats-card { position:static; }
  .contact-cards { grid-template-columns:repeat(2,1fr); }
}
@media(max-width:900px) {
  .about-story,.services-section,.contact-strip { padding:64px 0; }
  .page-about .coverage-section { padding:64px 0; }
  .city-tag-lg { font-size:16px; padding:13px 20px; }
  .plans-inner-top { flex-direction:column; align-items:flex-start; }
  .plans-section { padding:48px 0 72px; }
  .contact-cards-grid { grid-template-columns:repeat(2,1fr); }
  .wa-card { padding:36px 24px; }
  .coverage-inner { padding:28px 24px; flex-direction:column; align-items:flex-start; }
  .tnc-wrap { padding:60px 24px; }
}
@media(max-width:680px) {
  /* About page — tighter section padding at hamburger breakpoint */
  .about-story,.services-section,.contact-strip { padding:52px 0; }
  .page-about .coverage-section { padding:52px 0; }
  .about-story-grid { gap:32px; }
  .service-card { padding:24px 20px; }
  .city-tags-group { gap:8px; margin:18px 0 12px; }
  .city-tag-lg { font-size:15px; padding:12px 18px; gap:8px; }
  /* Contact page */
  .wa-card { padding:28px 20px; }
  .coverage-inner { padding:20px; }
  /* Plans page */
  .plans-section { padding:40px 0 60px; }
}
@media(max-width:600px) {
  .contact-cards { grid-template-columns:1fr; }
  .city-tag-lg { font-size:14px; padding:11px 16px; }
  .contact-cards-grid { grid-template-columns:1fr; }
  /* Fix span-2 cards at single-column */
  .contact-cards-grid .contact-card[style*="grid-column"] { grid-column:1 !important; }
  .coverage-cities { flex-direction:column; }
  .tnc-wrap { padding:40px 20px; }
  .tnc-wrap h2 { font-size:18px; }
  .tnc-def-table,.tnc-charge-table { display:block; overflow-x:auto; }
  /* About contact strip — 1 col already, reduce stat font */
  .stat-val { font-size:24px; }
  /* Prose (privacy page) */
  .prose h2 { font-size:17px; margin:28px 0 10px; }
}
@media(max-width:420px) {
  .city-tag-lg { font-size:13px; padding:10px 14px; }
  .stat-val { font-size:20px; }
  .service-card { padding:20px 16px; }
  .tnc-wrap { padding:32px 16px; }
}
