/* ==========================================================================
   Hawk Admins Services — site stylesheet
   ========================================================================== */

:root {
  --navy-950: #081527;
  --navy-900: #0c1f36;
  --navy-800: #123252;
  --navy-700: #1a4570;
  --amber-500: #e8a33d;
  --amber-400: #f0b95f;
  --amber-050: #fdf3e2;
  --ink-900: #101828;
  --ink-700: #344054;
  --ink-500: #667085;
  --ink-300: #d0d5dd;
  --paper: #ffffff;
  --paper-tint: #f6f8fb;
  --border: #e4e9f0;
  --success: #1a7f5a;
  --error: #c0392b;

  --font-head: "Plus Jakarta Sans", "Manrope", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(9, 24, 47, 0.06), 0 1px 1px rgba(9, 24, 47, 0.04);
  --shadow-md: 0 12px 24px -8px rgba(9, 24, 47, 0.16);
  --shadow-lg: 0 24px 48px -12px rgba(9, 24, 47, 0.22);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-700);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink-900);
  line-height: 1.2;
  margin: 0 0 0.5em;
  font-weight: 800;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--navy-900);
  color: #fff;
  padding: 10px 16px;
  z-index: 1000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--amber-500); color: var(--navy-950); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--amber-400); box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; border-color: var(--navy-800); color: var(--navy-900); }
.btn-outline:hover { background: var(--navy-900); color: #fff; }
.btn-light { background: #fff; color: var(--navy-900); }
.btn-light:hover { background: var(--amber-050); }
.btn-sm { padding: 10px 20px; font-size: 0.88rem; }
.btn-block { width: 100%; }

/* ---- Header ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 84px;
}
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand-mark {
  display: inline-flex;
  color: var(--navy-900);
  background: var(--amber-050);
  border-radius: 12px;
  padding: 7px;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; color: var(--navy-950); letter-spacing: .2px; }
.brand-sub { font-size: 0.68rem; color: var(--ink-500); text-transform: uppercase; letter-spacing: .06em; }

.main-nav ul { display: flex; gap: 4px; }
.main-nav a {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--ink-700);
  transition: background .15s ease, color .15s ease;
}
.main-nav a:hover { background: var(--paper-tint); color: var(--navy-900); }
.main-nav a.is-active { background: var(--navy-900); color: #fff; }

.header-cta { flex-shrink: 0; }
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
}
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--navy-900); margin: 0 auto; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- Hero ---- */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 900px 500px at 15% -10%, #163458 0%, transparent 60%), linear-gradient(160deg, var(--navy-950), var(--navy-800) 80%);
  color: #fff;
  padding: 88px 0 110px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.09) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.6), transparent 75%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232, 163, 61, 0.14);
  color: var(--amber-400);
  border: 1px solid rgba(232, 163, 61, 0.3);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 20px;
}
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--amber-400); }
.hero-lead { color: rgba(255,255,255,0.78); font-size: 1.08rem; max-width: 46ch; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; margin-top: 48px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-family: var(--font-head); font-size: 1.7rem; color: #fff; }
.hero-stats div span { font-size: 0.82rem; color: rgba(255,255,255,0.6); }

.hero-form-card {
  background: #fff;
  color: var(--ink-900);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-lg);
}
.hero-form-card h3 { margin-bottom: 4px; }
.hero-form-card .form-note { color: var(--ink-500); font-size: 0.88rem; margin-bottom: 20px; }

/* ---- Sections ---- */
.section { padding: 88px 0; }
.section-tint { background: var(--paper-tint); }
.section-navy { background: var(--navy-950); color: rgba(255,255,255,0.85); }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-head { max-width: 680px; margin: 0 0 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy-700);
  background: var(--amber-050);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.lead { font-size: 1.08rem; color: var(--ink-500); }

/* ---- Feature / value list ---- */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.value-grid-4 { grid-template-columns: repeat(4, 1fr); }
.value-grid-5 { grid-template-columns: repeat(5, 1fr); }
.value-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.value-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--navy-900);
  color: var(--amber-400);
  margin-bottom: 14px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.split-media .media-block {
  aspect-ratio: 3/4;
  border-radius: var(--radius-md);
  background: linear-gradient(150deg, var(--navy-800), var(--navy-950));
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.65);
}
.split-media .media-block:nth-child(2) { margin-top: 32px; background: linear-gradient(150deg, var(--amber-500), #c97f22); color: rgba(9,24,47,0.6); }
.split-media .media-block svg { width: 40%; height: 40%; opacity: 0.9; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-weight: 600; color: var(--ink-900); }
.check-list li .tick {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--amber-050);
  color: var(--navy-800);
  display: inline-flex; align-items: center; justify-content: center;
}

/* ---- Services grid ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service-card .icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--navy-950);
  color: var(--amber-400);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.service-card h3 { margin-bottom: 8px; }
.service-card p { color: var(--ink-500); font-size: 0.95rem; margin: 0; }

/* Services page — detailed role cards */
.role-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 24px;
  align-items: flex-start;
}
.role-card .icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: var(--navy-950);
  color: var(--amber-400);
  display: flex; align-items: center; justify-content: center;
}
.role-card h3 { margin-bottom: 8px; }
.role-card p { color: var(--ink-500); margin: 0; }

/* ---- Testimonials ---- */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--navy-950);
  color: rgba(255,255,255,0.88);
  border-radius: var(--radius-lg);
  padding: 30px;
  position: relative;
}
.testimonial-card .stars { color: var(--amber-400); letter-spacing: 2px; margin-bottom: 14px; font-size: 0.95rem; }
.testimonial-card blockquote { margin: 0 0 18px; font-size: 1.05rem; font-family: var(--font-head); font-weight: 600; color: #fff; }
.testimonial-card cite { font-style: normal; color: rgba(255,255,255,0.6); font-size: 0.88rem; }

/* ---- FAQ accordion ---- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink-900);
  cursor: pointer;
}
.faq-question .plus { flex-shrink: 0; transition: transform .2s ease; color: var(--navy-700); }
.faq-item.is-open .faq-question .plus { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}
.faq-answer-inner { padding: 0 24px 20px; color: var(--ink-500); }
.faq-item.is-open .faq-answer { max-height: 400px; }

/* ---- Pricing ---- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.price-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.price-card.is-featured {
  background: var(--navy-950);
  color: rgba(255,255,255,0.85);
  border-color: var(--navy-950);
  transform: scale(1.03);
  box-shadow: var(--shadow-lg);
}
.price-card.is-featured h3, .price-card.is-featured .price { color: #fff; }
.price-card .badge {
  align-self: flex-start;
  background: var(--amber-500);
  color: var(--navy-950);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.price-card .price { font-family: var(--font-head); font-size: 2.1rem; font-weight: 800; margin: 6px 0 2px; }
.price-card .price span { font-size: 0.95rem; font-weight: 600; color: var(--ink-500); }
.price-card .hours { font-weight: 700; color: var(--amber-500); margin-bottom: 4px; }
.price-card .best-for { font-size: 0.88rem; color: var(--ink-500); margin-bottom: 18px; }
.price-card.is-featured .best-for { color: rgba(255,255,255,0.6); }
.price-card ul { margin: 0 0 24px; flex-grow: 1; }
.price-card ul li { display: flex; gap: 8px; margin-bottom: 10px; font-size: 0.92rem; }
.price-card ul li .tick { color: var(--success); flex-shrink: 0; }
.price-card.is-featured ul li .tick { color: var(--amber-400); }

/* ---- How it works / steps ---- */
.steps { position: relative; max-width: 900px; margin: 0 auto; }
.step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding-bottom: 44px;
  position: relative;
}
.step:last-child { padding-bottom: 0; }
.step::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 64px;
  bottom: 0;
  width: 2px;
  background: var(--border);
}
.step:last-child::before { display: none; }
.step-num {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--navy-950);
  color: var(--amber-400);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
  z-index: 1;
}
.step-body {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px 28px;
}
.step-body h3 { margin-bottom: 6px; }
.step-body .covers { margin-top: 14px; font-size: 0.9rem; }
.step-body .covers li { padding: 4px 0 4px 20px; position: relative; color: var(--ink-700); }
.step-body .covers li::before { content: "—"; position: absolute; left: 0; color: var(--amber-500); }

/* ---- Insights / blog teaser ---- */
.insight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.insight-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
}
.insight-card h3 { font-size: 1.02rem; margin-bottom: 8px; }
.insight-card p { font-size: 0.9rem; color: var(--ink-500); flex-grow: 1; }
.insight-meta { font-size: 0.8rem; color: var(--ink-500); border-top: 1px solid var(--border); padding-top: 12px; margin-top: 12px; }

/* ---- CTA band ---- */
.cta-band { background: linear-gradient(120deg, var(--navy-900), var(--navy-950)); color: #fff; padding: 56px 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { color: rgba(255,255,255,0.7); margin: 0; max-width: 48ch; }

/* ---- Forms ---- */
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 0.85rem; font-weight: 700; color: var(--ink-900); margin-bottom: 6px; }
.form-field input,
.form-field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--ink-300);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--ink-900);
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--navy-700);
  box-shadow: 0 0 0 3px rgba(26, 69, 112, 0.15);
}
.form-field textarea { min-height: 110px; resize: vertical; }
.form-alert { padding: 14px 18px; border-radius: var(--radius-sm); margin-bottom: 20px; font-weight: 600; font-size: 0.92rem; }
.form-alert.success { background: #e8f7f0; color: var(--success); border: 1px solid #b9e6d0; }
.form-alert.error { background: #fdecea; color: var(--error); border: 1px solid #f5c6c0; }

.contact-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: flex-start; }
.contact-info { background: var(--navy-950); color: rgba(255,255,255,0.85); border-radius: var(--radius-lg); padding: 36px; }
.contact-info h2 { color: #fff; }
.contact-info .contact-line { display: flex; gap: 12px; align-items: center; margin-top: 20px; }
.contact-info .contact-line .icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(232,163,61,0.14); color: var(--amber-400); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-sm); }

/* ---- Footer ---- */
.site-footer { background: var(--navy-950); color: rgba(255,255,255,0.7); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding: 72px 0 48px;
}
.footer-col h3 { color: #fff; font-size: 0.95rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 18px; }
.footer-col p { font-size: 0.92rem; color: rgba(255,255,255,0.55); }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { font-size: 0.92rem; color: rgba(255,255,255,0.75); transition: color .15s ease; }
.footer-col ul a:hover { color: var(--amber-400); }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-mark { background: rgba(255,255,255,0.08); color: var(--amber-400); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.8);
  transition: background .15s ease, color .15s ease;
}
.footer-social a:hover { background: var(--amber-500); color: var(--navy-950); }
.footer-email-label { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
.footer-email { font-weight: 700; color: #fff; font-size: 1.02rem; }
.footer-email:hover { color: var(--amber-400); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 0.85rem; color: rgba(255,255,255,0.45); }
.footer-admin-link a { color: rgba(255,255,255,0.35); }
.footer-admin-link a:hover { color: var(--amber-400); }

/* ---- Utility ---- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
  .value-grid, .value-grid-4, .value-grid-5, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .price-card.is-featured { transform: none; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .main-nav.is-open {
    display: block;
    position: absolute;
    top: 84px; left: 0; right: 0;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    padding: 12px;
  }
  .main-nav.is-open ul { flex-direction: column; }
  .main-nav.is-open a { display: block; padding: 12px 16px; }
  .value-grid, .value-grid-4, .value-grid-5, .services-grid, .insight-grid { grid-template-columns: 1fr; }
  .role-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; padding: 56px 0 32px; }
  .footer-bottom-inner { flex-direction: column; gap: 8px; text-align: center; }
  .cta-band-inner { flex-direction: column; text-align: center; }
  .section { padding: 64px 0; }
}
