/* Eagle Pinnacle Enterprise — site styles */

:root {
  --bg-deep: #070f1c;
  --bg-panel: #0f1f3a;
  --bg-alt: #0a1528;
  --accent: #5eb8e8;
  --accent-bright: #8fd4f8;
  --accent-soft: rgba(94, 184, 232, 0.14);
  --accent-glow: rgba(94, 184, 232, 0.45);
  --text: #e8eef7;
  --text-muted: #94a8c4;
  --border: rgba(255, 255, 255, 0.09);
  --card-white: linear-gradient(165deg, rgba(15, 31, 58, 0.98) 0%, rgba(10, 22, 40, 0.95) 100%);
  --card-text: #e8eef7;
  --card-muted: #94a8c4;
  --card-border: rgba(255, 255, 255, 0.09);
  --radius: 14px;
  --radius-lg: 22px;
  --font-sans: "DM Sans", system-ui, sans-serif;
  --font-display: "Outfit", var(--font-sans);
  --max: 1120px;
  --header-h: 72px;
  --header-bg: rgba(7, 15, 28, 0.88);
  --surface-solid: #060d18;
}

body[data-theme="light"] {
  --bg-deep: #e9f0fb;
  --bg-panel: #ffffff;
  --bg-alt: #f4f8ff;
  --text: #11192a;
  --text-muted: #4f5f79;
  --border: rgba(14, 30, 56, 0.14);
  --card-white: #ffffff;
  --card-text: #131722;
  --card-muted: #4d5669;
  --card-border: rgba(12, 21, 36, 0.12);
  --accent-soft: rgba(94, 184, 232, 0.2);
  --header-bg: rgba(255, 255, 255, 0.85);
  --surface-solid: #eaf1fb;
  --elev-shadow: 0 14px 32px rgba(25, 55, 95, 0.12);
  --elev-shadow-soft: 0 8px 20px rgba(25, 55, 95, 0.08);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 20%, rgba(122, 92, 255, 0.28), transparent 35%),
    radial-gradient(circle at 85% 10%, rgba(0, 197, 255, 0.2), transparent 32%),
    radial-gradient(circle at 50% 85%, rgba(255, 111, 145, 0.2), transparent 35%),
    linear-gradient(135deg, #070f1c 0%, #13233f 42%, #1d2550 100%);
  background-size: 100% 100%;
  animation: page-aura 20s ease-in-out infinite alternate;
  -webkit-font-smoothing: antialiased;
}

body[data-theme="light"] {
  background:
    radial-gradient(circle at 15% 20%, rgba(125, 153, 255, 0.2), transparent 35%),
    radial-gradient(circle at 85% 10%, rgba(0, 197, 255, 0.16), transparent 32%),
    radial-gradient(circle at 50% 85%, rgba(255, 111, 145, 0.14), transparent 35%),
    linear-gradient(135deg, #eef5ff 0%, #deebff 45%, #eaf2ff 100%);
}

body[data-theme="light"] .site-header {
  box-shadow: 0 8px 24px rgba(21, 53, 94, 0.08);
}

body[data-theme="light"] .hero-bg {
  background:
    radial-gradient(ellipse 88% 64% at 72% 18%, rgba(94, 184, 232, 0.2), transparent 55%),
    radial-gradient(ellipse 54% 42% at 8% 86%, rgba(125, 153, 255, 0.16), transparent 50%),
    linear-gradient(180deg, #f3f8ff 0%, #e9f1ff 100%);
}

body[data-theme="light"] .hero-badge {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(38, 74, 120, 0.18);
}

body[data-theme="light"] .btn-ghost {
  background: #ffffff;
  border-color: rgba(38, 74, 120, 0.18);
}

body[data-theme="light"] .btn-secondary {
  border-color: rgba(38, 74, 120, 0.24);
  color: #1f3b69;
  background: rgba(255, 255, 255, 0.72);
}

body[data-theme="light"] .btn-secondary:hover {
  background: rgba(94, 184, 232, 0.2);
  color: #17325d;
}

body[data-theme="light"] .card,
body[data-theme="light"] .service-card,
body[data-theme="light"] .feature-card,
body[data-theme="light"] .tools-block,
body[data-theme="light"] .contact-card,
body[data-theme="light"] .contact-row {
  box-shadow: var(--elev-shadow-soft);
}

body[data-theme="light"] .card--lift:hover,
body[data-theme="light"] .service-card.reveal.is-visible:hover,
body[data-theme="light"] .feature-card:hover {
  box-shadow: var(--elev-shadow);
}

body[data-theme="light"] .section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(226, 238, 255, 0.65));
}

body[data-theme="light"] .promise-quote {
  background: linear-gradient(170deg, #ffffff 0%, #f2f7ff 100%);
  border-color: rgba(38, 74, 120, 0.2);
  box-shadow: var(--elev-shadow);
}

body[data-theme="light"] .tagline-quote {
  color: #1d2a3f;
}

body[data-theme="light"] .tool-tags li {
  background: rgba(94, 184, 232, 0.14);
  color: #294369;
}

body[data-theme="light"] .contact-row:hover {
  background: rgba(94, 184, 232, 0.12);
}

body[data-theme="light"] .site-footer {
  background: linear-gradient(180deg, #e6eefb 0%, #dce8fa 100%);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.icon {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}

.icon-sm {
  width: 1.1rem;
  height: 1.1rem;
}

.icon-inline {
  width: 1.15rem;
  height: 1.15rem;
  vertical-align: -0.2em;
  margin-right: 0.35rem;
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--accent-bright);
}

a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  margin: 0 0 1rem;
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  margin: 0 0 0.75rem;
}

h3 {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

p {
  margin: 0 0 1rem;
  color: var(--text-muted);
}

p:last-child {
  margin-bottom: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 0.75rem 1rem;
  background: var(--accent);
  color: var(--bg-deep);
  font-weight: 600;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-bg);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text);
  text-decoration: none;
}

.brand:hover {
  color: var(--text);
}

.brand-mark {
  flex-shrink: 0;
  line-height: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-mark img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}

.brand:hover .brand-mark {
  transform: scale(1.04);
}

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

.brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

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

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem 1.5rem;
}

.site-nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.site-nav a:hover {
  color: var(--text);
}

.nav-cta {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent) !important;
  border: 1px solid rgba(94, 184, 232, 0.35);
}

.nav-cta:hover {
  background: rgba(94, 184, 232, 0.25);
  color: #b8e4ff !important;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  border-radius: 1px;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(94, 184, 232, 0.4);
  background: var(--accent-soft);
}

.theme-toggle-icon {
  font-size: 0.95rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .theme-toggle {
    order: 2;
    margin-left: auto;
  }

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-h);
    background: var(--bg-panel);
    border-bottom: 1px solid var(--border);
    padding: 1rem;
    display: none;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav li {
    border-bottom: 1px solid var(--border);
  }

  .site-nav li:last-child {
    border-bottom: 0;
  }

  .site-nav a {
    display: block;
    padding: 0.85rem 0.5rem;
  }

  .nav-cta {
    text-align: center;
    margin-top: 0.5rem;
  }
}

/* Hero */

.hero {
  position: relative;
  padding: 3rem 0 4rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(94, 184, 232, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(94, 184, 232, 0.06), transparent 50%),
    linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-alt) 100%);
  pointer-events: none;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l15 8.66v17.32L30 35l-15-8.66V8.66z' fill='none' stroke='%23ffffff' stroke-opacity='0.04'/%3E%3C/svg%3E");
  background-size: 60px 60px;
}

.hero-glow {
  position: absolute;
  width: min(90vw, 520px);
  height: min(90vw, 520px);
  top: -15%;
  right: -10%;
  background: radial-gradient(circle, rgba(94, 184, 232, 0.18) 0%, transparent 65%);
  pointer-events: none;
  filter: blur(2px);
}

.hero-inner {
  position: relative;
  max-width: 44rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
}

.eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin: 0 0 1rem;
  font-weight: 600;
}

.lead {
  font-size: 1.125rem;
  max-width: 36ch;
}

.accent {
  color: var(--accent);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.75rem 0 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease;
}

.btn-icon {
  width: 1.15rem;
  height: 1.15rem;
}

.btn-primary .btn-icon {
  transition: transform 0.25s ease;
}

.btn-primary:hover .btn-icon {
  transform: translateX(3px);
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: var(--accent);
  color: var(--bg-deep);
}

.btn-primary:hover {
  background: #7ec9f0;
  color: var(--bg-deep);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(94, 184, 232, 0.35);
}

.btn-ghost {
  border-color: var(--border);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.btn-ghost:hover {
  border-color: rgba(94, 184, 232, 0.4);
  color: var(--text);
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  border-color: rgba(94, 184, 232, 0.5);
  color: var(--accent);
}

.btn-secondary:hover {
  background: var(--accent-soft);
  color: #b8e4ff;
  transform: translateY(-1px);
}

.btn-block {
  width: 100%;
}

.hero-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.hero-meta li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-meta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: var(--accent-soft);
  border: 1px solid rgba(94, 184, 232, 0.25);
  color: var(--accent);
}

.hero-meta strong {
  color: var(--text);
  font-weight: 600;
}

/* Sections */

.section {
  padding: 4rem 0;
}

.section-alt {
  background: var(--bg-alt);
}

.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
  margin-bottom: 0.65rem;
}

.section-intro {
  margin-bottom: 0.5rem;
}

.section-intro h2 {
  margin-top: 0;
}

.section-head {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 2.75rem;
}

.section-head h2 {
  margin-top: 0.25rem;
}

.section-head p {
  margin: 0;
  font-size: 1.05rem;
}

.intro {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

@media (max-width: 640px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.card {
  background: var(--card-white);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  color: var(--card-text);
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.55;
}

.card--lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card--lift:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(7, 15, 28, 0.16);
  border-color: rgba(94, 184, 232, 0.35);
}

.card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: linear-gradient(145deg, rgba(94, 184, 232, 0.22), rgba(94, 184, 232, 0.06));
  border: 1px solid rgba(94, 184, 232, 0.28);
  color: var(--accent);
}

.card-icon .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.card h3 {
  color: var(--card-text);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.card p,
.card .list-tight,
.card .list-tight li {
  color: var(--card-muted);
}

.list-tight {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.list-tight li {
  margin-bottom: 0.35rem;
}

.list-tight--checks {
  list-style: none;
  padding-left: 0;
}

.list-tight--checks li {
  position: relative;
  padding-left: 1.5rem;
}

.list-tight--checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.values {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.values-title {
  margin-bottom: 0.85rem;
  font-size: 1.05rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.pill-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pill-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem 0.45rem 0.65rem;
  border-radius: 999px;
  background: rgba(94, 184, 232, 0.08);
  border: 1px solid rgba(94, 184, 232, 0.22);
  color: var(--text);
  font-size: 0.9rem;
}

.pill-icon {
  width: 1rem;
  height: 1rem;
  color: #3d9fd4;
}

/* Services */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: var(--card-white);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.25s ease,
    box-shadow 0.3s ease;
}

.service-card.reveal.is-visible:hover {
  border-color: rgba(94, 184, 232, 0.4);
  box-shadow: 0 14px 30px rgba(7, 15, 28, 0.16);
  transform: translate3d(0, -4px, 0);
}

.service-icon-wrap {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  background: linear-gradient(155deg, rgba(94, 184, 232, 0.22), rgba(94, 184, 232, 0.04));
  border: 1px solid rgba(94, 184, 232, 0.28);
  color: var(--accent);
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.service-icon-wrap .icon {
  width: 1.45rem;
  height: 1.45rem;
}

.service-card.reveal.is-visible .service-icon-wrap {
  transform: scale(1.06);
  box-shadow: 0 8px 24px rgba(94, 184, 232, 0.12);
}

.service-card h3 {
  color: var(--card-text);
  font-size: 1.15rem;
}

.service-card p {
  flex: 1;
  margin: 0;
  font-size: 0.95rem;
  color: var(--card-muted);
}

/* Why us */

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.feature-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--card-border);
  background: var(--card-white);
  color: var(--card-text);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  border-color: rgba(94, 184, 232, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(7, 15, 28, 0.14);
}

.feature-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: var(--accent-soft);
  border: 1px solid rgba(94, 184, 232, 0.22);
  color: var(--accent);
}

.feature-icon .icon {
  width: 1.35rem;
  height: 1.35rem;
}

.feature h3 {
  color: var(--card-text);
  font-size: 1.1rem;
}

.feature-card p {
  color: var(--card-muted);
}

.tools-block {
  background: var(--card-white);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.85rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tools-block-head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}

.tools-block-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(94, 184, 232, 0.12);
  border: 1px solid rgba(94, 184, 232, 0.22);
  color: var(--accent);
}

.tools-block-icon .icon {
  width: 1.45rem;
  height: 1.45rem;
}

.tools-block h3 {
  color: var(--card-text);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.35rem;
}

.tools-block-head p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--card-muted);
}

.tool-tags {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tool-tags li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem 0.4rem 0.65rem;
  border-radius: 10px;
  background: rgba(94, 184, 232, 0.1);
  border: 1px solid rgba(94, 184, 232, 0.25);
  font-size: 0.88rem;
  color: #2f3f5c;
}

.tool-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.85;
}

.section-promise {
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(94, 184, 232, 0.1), transparent 55%),
    var(--bg-alt);
}

.promise-quote {
  position: relative;
  margin: 0 auto;
  padding: 2rem 1.5rem 2.25rem;
  max-width: 36rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(94, 184, 232, 0.2);
  background: rgba(15, 31, 58, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.promise-quote-mark {
  display: block;
  margin-bottom: 0.75rem;
  color: rgba(94, 184, 232, 0.35);
}

.promise-quote-mark .icon {
  width: 2rem;
  height: 2rem;
}

.tagline-quote {
  text-align: center;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--text);
  margin: 0;
  max-width: none;
}

/* Contact */

.section-contact {
  padding-bottom: 4rem;
  background: linear-gradient(180deg, transparent 0%, rgba(94, 184, 232, 0.04) 100%);
}

.contact-copy .section-label {
  margin-bottom: 0.5rem;
}

.contact-copy h2 {
  margin-bottom: 0.5rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
  align-items: start;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-details {
  font-style: normal;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius);
  border: 1px solid var(--card-border);
  background: var(--card-white);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.2s ease;
}

.contact-row:hover {
  border-color: rgba(94, 184, 232, 0.3);
  background: rgba(94, 184, 232, 0.06);
}

.contact-row:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.contact-row--static {
  cursor: default;
}

.contact-row--static:hover {
  transform: none;
}

.contact-row-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-soft);
  border: 1px solid rgba(94, 184, 232, 0.22);
  color: var(--accent);
}

.contact-row-icon .icon {
  width: 1.35rem;
  height: 1.35rem;
}

.contact-row-icon--wa {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.35);
  color: #25d366;
}

.contact-row-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.contact-row-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 700;
}

.contact-row-value {
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--card-text);
  word-break: break-word;
}

.contact-row:hover .contact-row-value {
  color: var(--accent-bright);
}

.label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-weight: 600;
}

.contact-card {
  position: relative;
  background: var(--card-white);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  overflow: hidden;
  color: var(--card-text);
}

.contact-card-shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.65;
}

.contact-card h3 {
  margin-bottom: 0.5rem;
  position: relative;
  color: var(--card-text);
}

.small {
  font-size: 0.92rem;
  margin-bottom: 1.35rem !important;
  position: relative;
  color: var(--card-muted);
}

.contact-card .btn + .btn {
  margin-top: 0.65rem;
}

/* Footer */

.site-footer {
  border-top: 1px solid var(--border);
  padding: 2.75rem 0 0;
  background: var(--surface-solid);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    align-items: center;
  }

  .footer-nav ul {
    align-items: center;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-brand p {
  margin: 0;
  color: var(--text-muted);
}

.footer-logo {
  display: inline-block;
  margin-bottom: 0.35rem;
  line-height: 0;
}

.footer-logo img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.footer-tagline {
  font-size: 0.9rem !important;
  max-width: 22rem;
}

.footer-heading {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin: 0 0 0.75rem;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
}

.footer-nav a:hover {
  color: var(--text);
}

.footer-meta p {
  margin: 0 0 0.4rem;
  font-size: 0.92rem;
}

.footer-bottom {
  text-align: center;
  padding: 1.25rem 0 2rem;
}

.footer-bottom .small {
  font-size: 0.85rem;
  margin: 0;
  opacity: 0.8;
  color: var(--text-muted);
}

/* —— Motion: hero, header, scroll reveals —— */

@keyframes header-in {
  from {
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hex-drift {
  0%,
  100% {
    background-position: 0 0;
  }
  50% {
    background-position: 36px 24px;
  }
}

@keyframes accent-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes page-aura {
  0% {
    background-position: 0% 0%;
    filter: saturate(1);
  }
  100% {
    background-position: 100% 100%;
    filter: saturate(1.06);
  }
}

.site-header {
  animation: header-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-bg::after {
  animation: hex-drift 22s ease-in-out infinite;
}

.hero-animate > .hero-badges,
.hero-animate > .eyebrow,
.hero-animate > h1,
.hero-animate > .lead,
.hero-animate > .hero-actions,
.hero-animate > .hero-meta {
  opacity: 0;
  animation: hero-fade-up 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-animate > .hero-badges {
  animation-delay: 0.03s;
}

.hero-animate > .eyebrow {
  animation-delay: 0.1s;
}

.hero-animate > h1 {
  animation-delay: 0.2s;
}

.hero-animate > h1 .accent {
  background: linear-gradient(90deg, var(--accent), #9fd6f5, var(--accent));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: accent-shimmer 6s ease-in-out infinite;
}

.hero-animate > .lead {
  animation-delay: 0.32s;
}

.hero-animate > .hero-actions {
  animation-delay: 0.44s;
}

.hero-animate > .hero-meta {
  animation-delay: 0.56s;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 1.35rem, 0);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-cards .card.reveal:nth-child(1) {
  transition-delay: 0.05s;
}

.about-cards .card.reveal:nth-child(2) {
  transition-delay: 0.12s;
}

.services-grid .service-card.reveal:nth-child(1) {
  transition-delay: 0.04s;
}

.services-grid .service-card.reveal:nth-child(2) {
  transition-delay: 0.1s;
}

.services-grid .service-card.reveal:nth-child(3) {
  transition-delay: 0.16s;
}

.services-grid .service-card.reveal:nth-child(4) {
  transition-delay: 0.22s;
}

.services-grid .service-card.reveal:nth-child(5) {
  transition-delay: 0.28s;
}

.services-grid .service-card.reveal:nth-child(6) {
  transition-delay: 0.34s;
}

.grid-3 .feature.reveal:nth-child(1) {
  transition-delay: 0.05s;
}

.grid-3 .feature.reveal:nth-child(2) {
  transition-delay: 0.12s;
}

.grid-3 .feature.reveal:nth-child(3) {
  transition-delay: 0.19s;
}

.contact-grid > .reveal:nth-child(2) {
  transition-delay: 0.1s;
}

.tools-block.reveal.is-visible .tool-tags li {
  animation: hero-fade-up 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.tools-block.reveal.is-visible .tool-tags li:nth-child(1) {
  animation-delay: 0.05s;
}

.tools-block.reveal.is-visible .tool-tags li:nth-child(2) {
  animation-delay: 0.1s;
}

.tools-block.reveal.is-visible .tool-tags li:nth-child(3) {
  animation-delay: 0.15s;
}

.tools-block.reveal.is-visible .tool-tags li:nth-child(4) {
  animation-delay: 0.2s;
}

.promise-quote.reveal.is-visible {
  transition-duration: 0.85s;
}

.site-nav a {
  position: relative;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

@media (scripting: none) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .hero-animate > .hero-badges,
  .hero-animate > .eyebrow,
  .hero-animate > h1,
  .hero-animate > .lead,
  .hero-animate > .hero-actions,
  .hero-animate > .hero-meta {
    opacity: 1 !important;
    animation: none !important;
  }

  .hero-animate > h1 .accent {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    color: var(--accent) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-header,
  body,
  .hero-bg::after,
  .hero-animate > *,
  .tools-block.reveal.is-visible .tool-tags li {
    animation: none !important;
  }

  .hero-animate > .hero-badges,
  .hero-animate > .eyebrow,
  .hero-animate > h1,
  .hero-animate > .lead,
  .hero-animate > .hero-actions,
  .hero-animate > .hero-meta {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-animate > h1 .accent {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    color: var(--accent) !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .reveal,
  .about-cards .card.reveal,
  .services-grid .service-card.reveal,
  .grid-3 .feature.reveal,
  .contact-grid > .reveal:nth-child(2) {
    transition-delay: 0s !important;
  }

  .btn,
  .brand-mark,
  .service-card.reveal.is-visible .service-icon-wrap {
    transition: none !important;
    transform: none !important;
  }

  .site-nav a:not(.nav-cta)::after {
    display: none;
  }
}
