/*
Theme Name: Akshay Hooda Global
Theme URI: https://akshayhooda.com/
Author: Akshay Hooda
Description: A fast, accessible personal consultancy theme for Akshay Hooda's global SEO, paid media, and automation practice.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: akshayhooda-global
*/

:root {
  --ink: #08162f;
  --ink-2: #102443;
  --blue: #3157ff;
  --blue-dark: #2341d8;
  --coral: #ff6b4a;
  --cream: #fff9ef;
  --paper: #ffffff;
  --mist: #edf2ff;
  --line: #dfe6f2;
  --muted: #5f6d82;
  --green: #0b936f;
  --shadow: 0 24px 70px rgba(8, 22, 47, .12);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { width: auto; height: auto; clip: auto; margin: 8px; padding: 12px; z-index: 9999; background: #fff; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(223,230,242,.86);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; letter-spacing: -.025em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #fff; background: var(--ink); box-shadow: 6px 6px 0 var(--coral); font-size: .86rem; letter-spacing: -.04em; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .68rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--ink-2); font-size: .92rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--blue); }
.nav-cta { padding: 11px 18px; border-radius: 999px; color: #fff !important; background: var(--blue); box-shadow: 0 10px 25px rgba(49,87,255,.22); }
.nav-cta:hover { background: var(--blue-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); cursor: pointer; }

.hero { position: relative; overflow: hidden; padding: clamp(76px, 10vw, 132px) 0 72px; background: var(--cream); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(49,87,255,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(49,87,255,.065) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 84%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: clamp(44px, 7vw, 96px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--blue-dark); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 3px; background: var(--coral); }
h1, h2, h3 { margin-top: 0; color: var(--ink); line-height: 1.1; letter-spacing: -.045em; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3.25rem, 7vw, 6.4rem); }
.accent-underline { position: relative; white-space: nowrap; color: var(--blue); }
.accent-underline::after { content: ""; position: absolute; left: 0; right: 0; bottom: .05em; height: .12em; border-radius: 20px; background: var(--coral); opacity: .75; transform: rotate(-1deg); }
.hero-lede { max-width: 690px; margin: 0 0 32px; color: #44536a; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 14px 32px rgba(49,87,255,.25); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { border-color: #cdd7e8; background: rgba(255,255,255,.72); }
.btn-secondary:hover { border-color: var(--ink); background: #fff; }
.hero-note { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }

.signal-board { position: relative; min-height: 490px; }
.signal-card { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; box-shadow: var(--shadow); }
.signal-main { inset: 20px 0 34px 36px; padding: 30px; color: #fff; background: var(--ink); transform: rotate(2.3deg); }
.signal-main::after { content: ""; position: absolute; width: 150px; height: 150px; right: -32px; top: -36px; border: 28px solid var(--coral); border-radius: 50%; opacity: .9; }
.signal-label { color: #98a9c2; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.signal-main h2 { max-width: 330px; margin: 90px 0 28px; color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); }
.signal-bars { display: grid; gap: 12px; }
.signal-bar { height: 12px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.12); }
.signal-bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #8ca3ff); }
.signal-bar:nth-child(2) span { width: 78%; background: linear-gradient(90deg, var(--coral), #ffb29f); }
.signal-bar:nth-child(3) span { width: 63%; }
.signal-float { left: 0; bottom: 0; width: 220px; padding: 20px; background: #fff; transform: rotate(-4deg); }
.signal-float strong { display: block; color: var(--blue); font-size: 2.15rem; letter-spacing: -.05em; }
.signal-float span { color: var(--muted); font-size: .8rem; font-weight: 700; }

.trust-strip { padding: 24px 0; border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-item { display: flex; gap: 11px; align-items: center; color: #435269; font-size: .84rem; font-weight: 750; }
.trust-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(11,147,111,.12); }

.section { padding: clamp(76px, 10vw, 120px) 0; }
.section-soft { background: #f5f7fc; }
.section-ink { color: #fff; background: var(--ink); }
.section-head { display: grid; grid-template-columns: 1fr minmax(300px, .62fr); gap: 40px; align-items: end; margin-bottom: 48px; }
.section-head h2 { margin-bottom: 0; font-size: clamp(2.35rem, 5vw, 4.4rem); }
.section-head p { margin: 0; color: var(--muted); }
.section-ink h2, .section-ink h3 { color: #fff; }
.section-ink .section-head p { color: #aebbd0; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-number { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 62px; border-radius: 14px; color: var(--blue); background: var(--mist); font-weight: 900; }
.service-card h3 { margin-bottom: 14px; font-size: 1.55rem; }
.service-card p { margin: 0; color: var(--muted); }
.service-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -62px; bottom: -62px; border: 18px solid var(--coral); border-radius: 50%; opacity: .55; }

.outcome-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 7vw, 90px); align-items: start; }
.sticky-copy { position: sticky; top: 120px; }
.sticky-copy h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.sticky-copy p { color: #aebbd0; }
.step-list { display: grid; }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.14); }
.step:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.step-index { color: var(--coral); font-weight: 900; }
.step h3 { margin-bottom: 10px; font-size: 1.5rem; }
.step p { margin: 0; color: #aebbd0; }

.proof-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.proof-card { padding: clamp(28px, 4vw, 48px); border-radius: var(--radius); }
.proof-blue { color: #fff; background: var(--blue); }
.proof-coral { background: var(--coral); }
.proof-cream { grid-column: 1 / -1; background: var(--cream); border: 1px solid #f1dfc2; }
.proof-card strong { display: block; font-size: clamp(3.4rem, 8vw, 7.2rem); line-height: 1; letter-spacing: -.08em; }
.proof-card p { max-width: 520px; margin-bottom: 0; font-weight: 680; }
.proof-blue p { color: #dce4ff; }

.sector-list { display: flex; flex-wrap: wrap; gap: 12px; }
.sector { padding: 13px 17px; border: 1px solid var(--line); border-radius: 999px; color: #34445b; background: #fff; font-weight: 750; }

.faq { max-width: 850px; margin-inline: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-size: 1.12rem; font-weight: 820; list-style: none; }
.faq summary::after { content: "+"; color: var(--blue); font-size: 1.4rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: -8px 0 24px; color: var(--muted); }

.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; padding: clamp(36px, 6vw, 70px); border-radius: 32px; color: #fff; background: var(--blue); box-shadow: var(--shadow); }
.cta-panel::after { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; top: -120px; border: 42px solid var(--coral); border-radius: 50%; opacity: .9; }
.cta-panel h2 { position: relative; z-index: 1; max-width: 780px; margin: 0 0 12px; color: #fff; font-size: clamp(2.3rem, 5vw, 4.2rem); }
.cta-panel p { position: relative; z-index: 1; max-width: 690px; margin: 0; color: #dfe5ff; }
.cta-panel .btn { position: relative; z-index: 2; color: var(--ink); background: #fff; white-space: nowrap; }

.site-footer { padding: 52px 0 28px; color: #b3bfd1; background: #050e20; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 46px; padding-bottom: 42px; }
.site-footer .brand { color: #fff; }
.site-footer .brand-mark { background: var(--blue); box-shadow: 6px 6px 0 var(--coral); }
.footer-about p { max-width: 470px; }
.footer-title { margin: 0 0 14px; color: #fff; font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #b3bfd1; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }

.simple-page { min-height: 65vh; padding: 100px 0; background: var(--cream); }
.simple-page article { max-width: 800px; }
.simple-page h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.post-list { display: grid; gap: 20px; }
.post-list article { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }

@media (max-width: 980px) {
  .hero-grid, .outcome-grid, .proof-grid, .section-head, .cta-panel { grid-template-columns: 1fr; }
  .hero-grid { gap: 24px; }
  .signal-board { min-height: 410px; max-width: 560px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .sticky-copy { position: static; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .proof-cream { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .cta-panel .btn { justify-self: start; }
}

@media (max-width: 760px) {
  body.admin-bar .site-header { top: 46px; }
  .nav-wrap { min-height: 70px; }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 45px rgba(8,22,47,.12); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 7px 0; }
  .nav-cta { padding: 12px 18px !important; text-align: center; }
  .hero { padding-top: 66px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.7rem); }
  .accent-underline { white-space: normal; }
  .signal-board { min-height: 360px; }
  .signal-main { inset: 20px 6px 28px 20px; padding: 24px; }
  .signal-main h2 { margin-top: 64px; font-size: 2.2rem; }
  .signal-float { width: 190px; }
  .service-grid, .trust-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .service-card { min-height: 270px; }
  .service-number { margin-bottom: 42px; }
  .step { grid-template-columns: 46px 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
