
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg: #060712;
  --bg-alt: #0e101f;
  --accent: #4ade80;
  --accent-soft: rgba(74, 222, 128, 0.12);
  --accent-strong: rgba(74, 222, 128, 0.3);
  --text: #f9fafb;
  --muted: #9ca3af;
  --border: #1f2937;
  --danger: #f97373;
  --max-width: 1100px;
  --radius-lg: 18px;
  --radius-xl: 26px;
  --shadow-soft: 0 18px 45px rgba(0,0,0,0.6);
  --shadow-inner: inset 0 0 0 1px rgba(255,255,255,0.02);
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #111827 0, #020617 45%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.page-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
}

header.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(2,6,23,0.96), rgba(2,6,23,0.78), transparent);
  border-bottom: 1px solid rgba(148,163,184,0.16);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.25rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(circle at 20% 20%, #4ade80, #16a34a, #0f172a);
  box-shadow: 0 0 24px rgba(74,222,128,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #020617;
  font-size: 0.9rem;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-text-main {
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e5e7eb;
}

.brand-text-sub {
  font-size: 0.78rem;
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
}

.nav-links a {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  color: #e5e7eb;
  border: 1px solid transparent;
}

.nav-links a:hover {
  border-color: rgba(148,163,184,0.35);
  background: rgba(15,23,42,0.9);
}

.nav-cta {
  padding: 0.55rem 1.1rem !important;
  background: linear-gradient(to right, #4ade80, #22c55e);
  color: #022c22;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(22,163,74,0.35);
}

.nav-cta:hover {
  box-shadow: 0 16px 38px rgba(22,163,74,0.45);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #e5e7eb;
  font-size: 1.25rem;
}

main {
  flex: 1;
}

.hero {
  padding: 2.5rem 0 1.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(148,163,184,0.3);
  font-size: 0.78rem;
  color: var(--muted);
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 12px rgba(34,197,94,0.9);
}

.hero-title {
  margin-top: 1rem;
  font-size: clamp(2.4rem, 3vw + 1.5rem, 3.3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-title span {
  background: linear-gradient(to right, #4ade80, #22c55e);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-lead {
  margin-top: 1rem;
  max-width: 32rem;
  color: #9ca3af;
  font-size: 0.95rem;
}

.hero-cta-row {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(to right, #4ade80, #22c55e);
  color: #022c22;
  font-weight: 600;
  box-shadow: 0 14px 40px rgba(22,163,74,0.45);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 50px rgba(22,163,74,0.6);
}

.btn-ghost {
  border-color: rgba(148,163,184,0.4);
  color: #e5e7eb;
  background: rgba(15,23,42,0.8);
}

.hero-meta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.75rem;
  color: var(--muted);
}

.hero-meta strong {
  display: block;
  font-size: 0.9rem;
  color: #e5e7eb;
}

.hero-panel {
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(74,222,128,0.18), transparent 55%),
              radial-gradient(circle at bottom, rgba(15,23,42,0.95), #020617 70%);
  border: 1px solid rgba(148,163,184,0.3);
  box-shadow: var(--shadow-soft);
  padding: 1.5rem 1.4rem;
  position: relative;
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 130% -10%, rgba(94,234,212,0.2), transparent 55%);
  opacity: 0.9;
}

.hero-panel-inner {
  position: relative;
  z-index: 1;
}

.hero-panel-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(148,163,184,0.9);
  margin-bottom: 0.8rem;
}

.hero-panel-metric {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.8rem;
}

.metric-main {
  font-size: 2.1rem;
  font-weight: 700;
}

.metric-sub {
  font-size: 0.8rem;
  color: var(--muted);
}

.hero-panel-list {
  margin-top: 1.2rem;
  padding: 0;
  list-style: none;
  font-size: 0.83rem;
  color: #d1d5db;
}

.hero-panel-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.hero-panel-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 0.75rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(148,163,184,0.3);
  color: #e5e7eb;
}

.section {
  padding: 1.5rem 0 0.5rem;
}

.section + .section {
  padding-top: 0.75rem;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.section-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7280;
}

.section-title {
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.section-desc {
  font-size: 0.85rem;
  color: #9ca3af;
  max-width: 32rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at top, rgba(15,23,42,0.96), rgba(15,23,42,0.96));
  border: 1px solid var(--border);
  padding: 1.1rem 1rem;
  box-shadow: var(--shadow-inner);
  position: relative;
  overflow: hidden;
}

.card-highlight {
  border-color: var(--accent-strong);
  box-shadow: 0 18px 48px rgba(22,163,74,0.45);
  background: radial-gradient(circle at top left, rgba(74,222,128,0.16), rgba(15,23,42,0.98));
}

.card-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.8rem;
  font-size: 0.68rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(148,163,184,0.35);
  color: #e5e7eb;
}

.card-title {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.card-text {
  font-size: 0.83rem;
  color: #9ca3af;
  margin-bottom: 0.6rem;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.8rem;
  font-size: 0.8rem;
  color: #d1d5db;
}

.card-list li {
  margin-bottom: 0.3rem;
  display: flex;
  gap: 0.4rem;
}

.card-list span.bullet {
  margin-top: 0.25rem;
  font-size: 0.8rem;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #9ca3af;
}

.card-footer a {
  font-size: 0.78rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.4);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.4rem;
}

.pill {
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.4);
  color: #e5e7eb;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: flex-start;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.86rem;
  color: #d1d5db;
}

.list-check li {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.45rem;
}

.list-check span.icon {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: #4ade80;
}

.faq-item {
  border-radius: var(--radius-lg);
  border: 1px solid #1f2937;
  padding: 0.8rem 0.9rem;
  margin-bottom: 0.6rem;
  background: rgba(15,23,42,0.9);
}

.faq-q {
  font-size: 0.9rem;
  font-weight: 600;
}

.faq-a {
  font-size: 0.82rem;
  color: #9ca3af;
  margin-top: 0.25rem;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.blog-card {
  border-radius: var(--radius-lg);
  border: 1px solid #1f2937;
  padding: 0.9rem;
  background: rgba(15,23,42,0.95);
}

.blog-meta {
  font-size: 0.7rem;
  color: #6b7280;
  margin-bottom: 0.35rem;
}

.blog-title {
  font-size: 0.96rem;
  margin-bottom: 0.3rem;
}

.blog-excerpt {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-bottom: 0.6rem;
}

.blog-card a.read-more {
  font-size: 0.78rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.4);
}

.cta-band {
  margin: 2rem 0 1.5rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(74,222,128,0.45);
  background: radial-gradient(circle at top left, rgba(34,197,94,0.16), rgba(15,23,42,0.96));
  padding: 1.3rem 1.3rem;
  box-shadow: 0 18px 50px rgba(21,128,61,0.45);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.cta-band h2 {
  font-size: 1.2rem;
  margin: 0 0 0.2rem;
}

.cta-band p {
  font-size: 0.84rem;
  margin: 0;
  color: #d1d5db;
}

.cta-band .btn-primary {
  padding-inline: 1.3rem;
}

footer.site-footer {
  border-top: 1px solid #111827;
  padding: 1.5rem 0 1.5rem;
  font-size: 0.75rem;
  color: #6b7280;
  background: radial-gradient(circle at bottom, #020617, #020617);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/* Service & blog detail pages */

.page-hero-small {
  padding: 1.7rem 0 1.3rem;
}

.breadcrumbs {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.4rem;
}

.page-hero-small h1 {
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  margin: 0.2rem 0 0.4rem;
}

.page-hero-small p {
  font-size: 0.9rem;
  color: #9ca3af;
  max-width: 36rem;
}

.content-narrow {
  max-width: 760px;
  margin: 0 auto;
  font-size: 0.92rem;
  color: #e5e7eb;
}

.content-narrow h2 {
  margin-top: 1.4rem;
  font-size: 1.2rem;
}

.content-narrow h3 {
  margin-top: 1rem;
  font-size: 1rem;
}

.content-narrow p {
  line-height: 1.6;
  color: #d1d5db;
}

.content-narrow ul {
  padding-left: 1.1rem;
}

.content-narrow li {
  margin-bottom: 0.35rem;
}

.notice-box {
  margin: 1rem 0;
  padding: 0.8rem 0.9rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148,163,184,0.45);
  background: rgba(15,23,42,0.9);
  font-size: 0.86rem;
}

.tagline {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6b7280;
}

/* Responsive */

@media (max-width: 960px) {
  .hero-grid,
  .two-col {
    grid-template-columns: minmax(0, 1fr);
  }
  .cards-grid,
  .blog-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .header-inner {
    padding-inline: 0;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 52px;
    right: 1.2rem;
    left: 1.2rem;
    flex-direction: column;
    background: rgba(2,6,23,0.98);
    border-radius: 18px;
    border: 1px solid rgba(148,163,184,0.35);
    padding: 0.6rem;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-toggle {
    display: block;
  }
  .hero {
    padding-top: 1.8rem;
  }
  .cards-grid,
  .blog-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .cta-band {
    padding: 1.1rem 1rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.1rem;
  }
}
