/*
Theme Name: Shining Colors Tax Advisory
Theme URI: https://shiningcolors.com
Author: Shining Colors Financial Advisory Private Limited
Description: Premium CA-led tax advisory and ITR filing WordPress theme. Elementor compatible and conversion focused.
Version: 1.0.0
Text Domain: shining-colors-tax
*/

:root {
  --sc-navy: #101b33;
  --sc-blue: #1a2640;
  --sc-slate: #37425a;
  --sc-gold: #f6c85f;
  --sc-mint: #1fb98b;
  --sc-ink: #0d141a;
  --sc-muted: #596375;
  --sc-soft: #f5f7fb;
  --sc-white: #ffffff;
  --sc-border: #dfe5ee;
  --sc-shadow: 0 18px 55px rgba(16, 27, 51, .12);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  color: var(--sc-ink);
  background: var(--sc-white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.sc-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.sc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--sc-border);
  backdrop-filter: blur(12px);
}
.sc-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}
.sc-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: var(--sc-navy);
}
.sc-brand img { width: 54px; height: 54px; object-fit: contain; }
.sc-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
}
.sc-menu a:hover { color: var(--sc-mint); }

.sc-btn,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--sc-mint);
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 10px 25px rgba(31,185,139,.24);
}
.sc-btn:hover { transform: translateY(-1px); }
.sc-btn.secondary {
  background: var(--sc-white);
  color: var(--sc-navy);
  border-color: var(--sc-border);
  box-shadow: none;
}
.sc-btn.gold {
  background: var(--sc-gold);
  color: var(--sc-navy);
  box-shadow: 0 10px 25px rgba(246,200,95,.25);
}

.sc-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 56px;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(16,27,51,.97), rgba(26,38,64,.9)),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1800&q=80") center/cover;
}
.sc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 420px;
  gap: 44px;
  align-items: center;
}
.sc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #e8edf6;
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 800;
}
.sc-hero h1 {
  margin: 20px 0 18px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}
.sc-hero p {
  max-width: 720px;
  color: #dce4ef;
  font-size: 19px;
}
.sc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}
.sc-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.sc-trust-item {
  padding: 14px;
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
}
.sc-trust-item strong {
  display: block;
  color: #fff;
  font-size: 18px;
}
.sc-trust-item span {
  display: block;
  color: #cbd5e2;
  font-size: 12px;
  margin-top: 2px;
}

.sc-lead-card {
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  color: var(--sc-ink);
  box-shadow: var(--sc-shadow);
}
.sc-lead-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
  color: var(--sc-navy);
}
.sc-lead-card p {
  margin: 0 0 18px;
  color: var(--sc-muted);
  font-size: 14px;
}
.sc-form-note {
  padding: 14px;
  border-radius: 8px;
  background: var(--sc-soft);
  color: var(--sc-muted);
  font-size: 14px;
}
.sc-inline-form {
  display: grid;
  gap: 12px;
}
.sc-inline-form label {
  display: grid;
  gap: 6px;
  color: var(--sc-navy);
  font-size: 13px;
  font-weight: 800;
}
.sc-inline-form input,
.sc-inline-form select,
.sc-inline-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  color: var(--sc-ink);
  font: inherit;
  background: #fff;
}
.sc-inline-form textarea {
  min-height: 86px;
  resize: vertical;
}

.sc-section { padding: 76px 0; }
.sc-section.soft { background: var(--sc-soft); }
.sc-section.dark {
  background: var(--sc-navy);
  color: #fff;
}
.sc-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}
.sc-section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.sc-section h2 {
  margin: 0 0 12px;
  color: var(--sc-navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: 0;
}
.sc-section.dark h2 { color: #fff; }
.sc-section-head p {
  margin: 0;
  color: var(--sc-muted);
  font-size: 18px;
}
.sc-section.dark .sc-section-head p { color: #d9e2ee; }

.sc-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.sc-card {
  padding: 24px;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(16,27,51,.05);
}
.sc-card h3 {
  margin: 0 0 8px;
  color: var(--sc-navy);
  font-size: 20px;
  line-height: 1.2;
}
.sc-card p { margin: 0 0 14px; color: var(--sc-muted); }
.sc-card a { color: var(--sc-mint); font-weight: 800; }

.sc-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.sc-price-card {
  padding: 28px;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(16,27,51,.06);
}
.sc-price-card.featured {
  border-color: var(--sc-gold);
  box-shadow: var(--sc-shadow);
}
.sc-price-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--sc-soft);
  color: var(--sc-navy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.sc-price-card h3 {
  margin: 14px 0 8px;
  color: var(--sc-navy);
  font-size: 24px;
}
.sc-price {
  margin: 10px 0;
  color: var(--sc-navy);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}
.sc-price span {
  font-size: 18px;
}
.sc-price-card ul {
  padding-left: 18px;
  color: var(--sc-muted);
}
.sc-small-note {
  margin: 18px 0 0;
  color: var(--sc-muted);
  font-size: 13px;
}

.sc-doc-list {
  display: grid;
  gap: 14px;
}
.sc-doc-list div,
.sc-deadline-card,
.sc-team-card {
  padding: 22px;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(16,27,51,.05);
}
.sc-doc-list strong {
  display: block;
  color: var(--sc-navy);
  font-size: 17px;
  margin-bottom: 4px;
}
.sc-doc-list span {
  color: var(--sc-muted);
}
.sc-deadline-card h3,
.sc-team-card h3 {
  margin-top: 0;
  color: var(--sc-navy);
}
.sc-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.sc-team-card a {
  color: var(--sc-mint);
  font-weight: 900;
}

.sc-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.sc-step {
  position: relative;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--sc-border);
}
.sc-step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sc-gold);
  color: var(--sc-navy);
  font-weight: 900;
  margin-bottom: 14px;
}

.sc-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.sc-founder {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--sc-shadow);
}
.sc-checks {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.sc-checks div {
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--sc-border);
  font-weight: 700;
}

.sc-faq {
  display: grid;
  gap: 12px;
}
.sc-faq details {
  padding: 18px 20px;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  background: #fff;
}
.sc-faq summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--sc-navy);
}
.sc-faq p { color: var(--sc-muted); margin-bottom: 0; }

.sc-final-cta {
  padding: 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--sc-navy), var(--sc-slate));
  color: #fff;
}
.sc-final-cta h2 {
  color: #fff;
  margin-top: 0;
}

.sc-footer {
  padding: 48px 0 28px;
  background: var(--sc-navy);
  color: #dce4ef;
}
.sc-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}
.sc-footer h3 { color: #fff; margin-top: 0; }
.sc-footer a { display: block; margin: 8px 0; color: #dce4ef; }
.sc-footer-bottom {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: 14px;
}

.sc-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 58px;
  padding: 0 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
}

@media (max-width: 980px) {
  .sc-menu { display: none; }
  .sc-hero-grid,
  .sc-two-col,
  .sc-footer-grid { grid-template-columns: 1fr; }
  .sc-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sc-pricing-grid,
  .sc-team-grid { grid-template-columns: 1fr; }
  .sc-process,
  .sc-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .sc-hero { padding: 54px 0 42px; }
  .sc-card-grid,
  .sc-process,
  .sc-trust-grid { grid-template-columns: 1fr; }
  .sc-hero-actions { flex-direction: column; }
  .sc-btn { width: 100%; }
  .sc-final-cta { padding: 28px; }
  .sc-whatsapp { right: 14px; bottom: 14px; min-width: 54px; height: 54px; font-size: 13px; }
}
