:root {
  --pink: #E91E8C;
  --pink-hot: #FF2D9B;
  --navy: #0F172A;
  --slate: #475569;
  --muted: #64748B;
  --line: #E2E8F0;
  --bg: #F8FAFC;
  --white: #FFFFFF;
  --max: 1120px;
  --radius: 16px;
  --font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--navy);
  background: var(--white);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem 1.35rem; border-radius: 999px; font-weight: 700; font-size: .95rem;
  border: 0; cursor: pointer; font-family: inherit;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--pink-hot), var(--pink));
  color: #fff; box-shadow: 0 14px 32px rgba(233,30,140,.32);
}
.btn-ghost {
  background: rgba(255,255,255,.1); color: #fff;
  border: 1px solid rgba(255,255,255,.28);
}
.btn-navy { background: var(--navy); color: #fff; }
.btn-outline {
  background: #fff; color: var(--navy); border: 1px solid var(--line);
}

/* Pink urgency strip — from power-play, softer */
.strike {
  background: var(--pink);
  color: #fff;
  text-align: center;
  font-size: .8rem; font-weight: 700;
  padding: .5rem .75rem;
}
.strike a { text-decoration: underline; text-underline-offset: 2px; }

header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(226,232,240,.9);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 72px; gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .7rem; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.nav-links { display: none; gap: 1.35rem; color: var(--slate); font-weight: 600; font-size: .95rem; }
.nav-links a:hover { color: var(--pink); }
.nav-cta { display: flex; gap: .6rem; align-items: center; }
.nav-cta .phone { display: none; font-weight: 700; }
@media (min-width: 880px) {
  .nav-links { display: flex; }
  .nav-cta .phone { display: inline; }
}

/* Hero: power energy + clean light/dark blend */
.hero {
  position: relative; overflow: hidden;
  padding: 4.5rem 0 4rem;
  background:
    radial-gradient(ellipse 50% 60% at 90% 10%, rgba(233,30,140,.35), transparent 55%),
    linear-gradient(145deg, #0B1220 0%, #152038 50%, #1A1028 100%);
  color: #fff;
}
.hero-grid {
  display: grid; gap: 2.2rem; align-items: center;
}
@media (min-width: 960px) {
  .hero-grid { grid-template-columns: 1.2fr .8fr; gap: 2.5rem; }
}
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #FFB4DC;
}
.eyebrow::before {
  content: ""; width: .5rem; height: .5rem; border-radius: 999px;
  background: var(--pink-hot); box-shadow: 0 0 0 4px rgba(255,45,155,.25);
}
h1 {
  margin: .9rem 0 0;
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  line-height: 1.05; letter-spacing: -.035em; font-weight: 800;
}
h1 .pink { color: var(--pink-hot); }
.lead {
  margin-top: 1.1rem; font-size: 1.1rem; color: rgba(255,255,255,.75);
  max-width: 34rem; font-weight: 500;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.pills { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.6rem; }
.pill {
  padding: .4rem .75rem; border-radius: 999px; font-size: .8rem; font-weight: 600;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
}
.hero-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px; padding: 1.4rem;
  backdrop-filter: blur(10px);
}
.hero-card .phone-lg {
  display: block; margin-top: .8rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -.03em;
}
.hero-card .phone-lg:hover { color: var(--pink-hot); }
.stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 1.1rem;
}
.stat {
  background: rgba(15,23,42,.4); border-radius: 14px; padding: .9rem;
  border: 1px solid rgba(255,255,255,.08);
}
.stat strong { display: block; font-size: 1.35rem; font-weight: 800; }
.stat span { font-size: .8rem; color: rgba(255,255,255,.6); font-weight: 600; }

section { padding: 5rem 0; }
h2 {
  margin: .65rem 0 0;
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  letter-spacing: -.03em; font-weight: 800; line-height: 1.15;
}
.section-eyebrow {
  font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--pink);
}
.section-lead { margin-top: .85rem; color: var(--slate); max-width: 36rem; }

#about { background: var(--bg); }
.about-grid {
  display: grid; gap: 1.4rem; margin-top: 2rem;
}
@media (min-width: 900px) {
  .about-grid { grid-template-columns: 1.15fr .85fr; }
}
.about-main {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem; box-shadow: 0 10px 28px rgba(15,23,42,.04);
}
.quote {
  margin: 1.1rem 0;
  font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.25;
  color: var(--navy);
}
.quote span { color: var(--pink); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.3rem; }
.chip {
  padding: .5rem .85rem; border-radius: 999px; font-size: .82rem; font-weight: 700;
  background: #FFF0F7; color: #9D174D; border: 1px solid #FBCFE8;
}
.about-side { display: grid; gap: .8rem; }
.mini {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.1rem 1.2rem;
}
.mini strong { display: block; margin-bottom: .25rem; }
.mini p { margin: 0; color: var(--slate); font-size: .95rem; }

.services-grid {
  display: grid; gap: .85rem; margin-top: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.service {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 1.25rem; min-height: 140px;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.service:hover {
  border-color: #F9A8D4; transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(233,30,140,.1);
}
.service .num {
  font-size: .72rem; font-weight: 800; letter-spacing: .1em; color: var(--pink); margin-bottom: .7rem;
}
.service h3 { margin: 0; font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; }
.service p { margin: .4rem 0 0; color: var(--slate); font-size: .9rem; }

#linkedin { background: var(--bg); }
.li-banner {
  margin-top: 1.8rem;
  display: grid; gap: 1.2rem; align-items: center;
  padding: 1.8rem 1.6rem; border-radius: 20px;
  border: 1px solid var(--line); background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.04);
}
@media (min-width: 800px) {
  .li-banner { grid-template-columns: 1fr auto; padding: 2rem 2.2rem; }
}
.li-banner h3 { margin: .35rem 0 .45rem; font-size: 1.4rem; font-weight: 800; letter-spacing: -.02em; }
.li-banner p { margin: 0; color: var(--slate); max-width: 34rem; }

.contact-grid {
  display: grid; gap: 1.2rem; margin-top: 2rem;
}
@media (min-width: 960px) { .contact-grid { grid-template-columns: .95fr 1.05fr; } }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  overflow: hidden; box-shadow: 0 10px 28px rgba(15,23,42,.04);
}
.card-pad { padding: 1.5rem; }
form { display: grid; gap: .75rem; margin-top: 1rem; }
label { display: grid; gap: .3rem; font-size: .85rem; font-weight: 700; color: var(--slate); }
input, textarea {
  width: 100%; padding: .85rem .95rem; border-radius: 12px;
  border: 1px solid var(--line); font: inherit; color: var(--navy); background: #fff;
}
.contact-check { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
input:focus, textarea:focus { outline: 2px solid rgba(233,30,140,.3); border-color: #F9A8D4; }
textarea { min-height: 110px; resize: vertical; }
.offices { display: grid; gap: .7rem; margin-top: 1.2rem; }
.office { padding: .95rem; border-radius: 12px; background: var(--bg); border: 1px solid var(--line); }
.office strong { display: block; margin-bottom: .2rem; }
.office a { color: var(--pink); font-weight: 700; }
#map { height: 460px; width: 100%; }
.map-cap { padding: .8rem 1rem; font-size: .85rem; color: var(--muted); border-top: 1px solid var(--line); }

footer {
  background: var(--navy); color: rgba(255,255,255,.75); padding: 2.3rem 0;
}
.foot {
  display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: space-between; align-items: center;
}
.foot .brand { color: #fff; }
.foot small { color: rgba(255,255,255,.5); }
.certifications {
  display: flex; align-items: center; justify-content: center; gap: .85rem; flex-wrap: wrap;
}
.certification {
  display: block; height: 76px; width: auto; max-width: 150px; object-fit: contain;
  background: #fff; border-radius: 10px; padding: 5px;
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
}
.certification-iicrc { width: 76px; }
.certification-ria { width: 138px; }
@media (max-width: 720px) {
  .foot { justify-content: center; text-align: center; }
  .certifications { flex-basis: 100%; order: 2; }
  .foot > div:last-child { flex-basis: 100%; order: 3; }
}

.mobile-call {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 60;
  display: flex; justify-content: center;
}
@media (min-width: 880px) { .mobile-call { display: none; } }
.mobile-call a { width: 100%; max-width: 420px; }

/* Hide reCAPTCHA badge; disclosure remains beside the contact form. */
.grecaptcha-badge { visibility: hidden !important; }
.recaptcha-notice { margin: .75rem 0 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.recaptcha-notice a { color: inherit; text-decoration: underline; }
