:root {
  --bg: #060712;
  --bg-alt: #0c0e1a;
  --card: #111320;
  --accent: #4c8fff;
  --accent-soft: rgba(76, 143, 255, 0.12);
  --accent-strong: rgba(76, 143, 255, 0.25);
  --text: #f4f6ff;
  --text-soft: #b3b7c9;
  --border-subtle: rgba(255, 255, 255, 0.06);
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.45);
  --transition-fast: 180ms ease-out;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  scroll-behavior: smooth;
  background: radial-gradient(
    circle at top left,
    #151832 0,
    var(--bg) 45%,
    #050611 100%
  );
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background-color: #060712;
}

body {
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Layout */

.page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 20px 60px;
}

header.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: linear-gradient(
    to bottom,
    rgba(6, 7, 18, 0.96),
    rgba(6, 7, 18, 0.7) 70%,
    transparent
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  font-size: 0.95rem;
}

.logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  object-fit: contain;
  background: transparent;
}

/* remove the old shine overlay */
.logo-mark::after {
  content: none;
}

.logo span {
  opacity: 0.9;
}

nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  gap: 18px;
}

/* Silver glowing text nav items */
/* Silver glowing text nav items (normal links only) */
.nav-link {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;

  font-size: 0.9rem;
  font-weight: 500;

  color: rgba(244, 246, 255, 0.9);
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.35);

  transition: color 160ms ease-out, text-shadow 160ms ease-out,
    transform 160ms ease-out;
}

/* hover / active glow */
.nav-link:hover,
.nav-link.is-active {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.55),
    0 0 16px rgba(180, 196, 255, 0.6);
  transform: translateY(-1px);
}

/* remove underline remnants */
.nav-link::after {
  content: none;
}

.nav-cta-icon {
  font-size: 1rem;
}

/* CTA: Start a project (desktop standout) */
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 9px 14px;
  border-radius: 999px;

  font-size: 0.9rem;
  font-weight: 600;

  border: 1px solid rgba(184, 206, 255, 0.35);
  background: radial-gradient(
    circle at top left,
    rgba(140, 176, 255, 0.28),
    rgba(3, 8, 23, 0.92)
  );

  color: rgba(244, 246, 255, 0.95);
  text-shadow: 0 0 10px rgba(180, 196, 255, 0.65);

  box-shadow: 0 16px 40px rgba(45, 110, 244, 0.22);
  cursor: pointer;

  transition: transform 160ms ease-out, box-shadow 160ms ease-out,
    border-color 160ms ease-out, filter 160ms ease-out;
}

.nav-cta span {
  opacity: 1;
}

.nav-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  border-color: rgba(184, 206, 255, 0.65);
  box-shadow: 0 22px 60px rgba(45, 110, 244, 0.35);
}

.mobile-nav-toggle {
  display: none;
  margin-left: auto;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 8, 22, 0.9);
  padding: 6px 10px;
  font-size: 0.85rem;
  cursor: pointer;
  color: var(--text-soft);
}

main {
  padding-top: 16px;
}

section {
  padding: 60px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.4fr);
  gap: 40px;
  align-items: center;
}

.hero-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.hero-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 15px rgba(76, 143, 255, 0.9);
}

.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.gradient-text {
  background: linear-gradient(110deg, #f8f9ff, #c3d5ff, #7ca5ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 0.98rem;
  color: var(--text-soft);
  line-height: 1.6;
  max-width: 34rem;
  margin-bottom: 22px;
}

.hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.pill {
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 9, 26, 0.85);
  color: var(--text-soft);
}

.pill.accent-pill {
  border-color: rgba(116, 170, 255, 0.8);
  background: radial-gradient(
    circle at top left,
    rgba(116, 170, 255, 0.3),
    rgba(4, 9, 31, 0.9)
  );
  color: var(--text);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.btn-primary {
  padding: 11px 18px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--accent), #8bb3ff);
  color: #000000;
  font-weight: 600;
  font-size: 0.96rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 16px 40px rgba(45, 110, 244, 0.8);
  transition: transform 170ms ease-out, box-shadow 170ms ease-out,
    filter 170ms ease-out;
}

.btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 20px 50px rgba(45, 110, 244, 0.9);
}

.btn-link {
  border: 0;
  background: transparent;
  color: var(--text-soft);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

.btn-link span {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  padding-bottom: 1px;
}

.btn-link-icon {
  font-size: 1.1rem;
  transform: translateY(1px);
}

.hero-footnote {
  font-size: 0.78rem;
  color: var(--text-soft);
  opacity: 0.78;
}

.hero-footnote strong {
  color: #e1e5ff;
  font-weight: 500;
}

.hero-card {
  border-radius: var(--radius-xl);
  background: radial-gradient(
    circle at top left,
    rgba(122, 165, 255, 0.12),
    rgba(10, 12, 30, 0.98)
  );
  box-shadow: var(--shadow-soft);
  padding: 20px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.hero-card-glow {
  position: absolute;
  inset: -20% 40% 30% -30%;
  background: radial-gradient(
    circle at top,
    rgba(141, 176, 255, 0.22),
    transparent 70%
  );
  opacity: 1;
  pointer-events: none;
}

.hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.hero-card-title {
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #d9e1ff;
  opacity: 0.9;
}

.hero-card-tag {
  font-size: 0.75rem;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(4, 8, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--text-soft);
}

.hero-card-pricing {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.price-main {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-soft);
}

.price-main strong {
  display: block;
  font-size: 2rem;
  color: #f5f7ff;
  line-height: 1.1;
  margin-bottom: 4px;
}

.price-sub {
  border-radius: 14px;
  background: rgba(6, 9, 26, 0.9);
  border: 1px solid rgba(193, 208, 255, 0.2);
  padding: 10px 12px;
  font-size: 0.8rem;
  color: var(--text-soft);
}

.price-sub strong {
  display: block;
  color: #e1e6ff;
  margin-bottom: 3px;
}

.hero-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}

.hero-card-badge {
  font-size: 0.75rem;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(4, 7, 23, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
}

.hero-card-footer {
  font-size: 0.76rem;
  color: var(--text-soft);
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

/* Sections */

.section-header {
  max-width: 620px;
  margin-bottom: 26px;
}

.section-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.section-title {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.section-subtitle {
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.card {
  border-radius: var(--radius-lg);
  background-color: #111320; /* fallback */
  background: linear-gradient(145deg, var(--card), #070919);
  border: 1px solid var(--border-subtle);
  padding: 16px 16px 14px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}

.card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.card-label {
  color: rgb(244, 246, 255);
  font-size: 0.8rem;
  font-weight: 500;
}

.card-tag {
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
}

.card-body {
  font-size: 0.86rem;
  color: var(--text-soft);
  line-height: 1.6;
  margin-bottom: 10px;
}

.card-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.8rem;
  color: var(--text-soft);
}

.card-list li {
  margin-bottom: 5px;
  display: flex;
  gap: 6px;
}

.card-list-bullet {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-top: 1px;
}

/* Specialties section */

.specialties {
  border-radius: var(--radius-xl);
  padding: 16px 18px 14px;
  background: radial-gradient(
      circle at 0 0,
      rgba(134, 177, 255, 0.16),
      transparent 55%
    ),
    linear-gradient(145deg, #070919 0, #050615 45%, #070919 100%);
  border: 1px solid rgba(164, 189, 255, 0.24);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.1fr);
}

.specialties-main-title {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.specialties-text {
  font-size: 0.88rem;
  color: var(--text-soft);
  line-height: 1.6;
  margin-bottom: 10px;
}

.specialties-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.specialty-tag {
  font-size: 0.8rem;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(6, 9, 28, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-soft);
}

.specialties-note {
  font-size: 0.8rem;
  color: var(--text-soft);
  opacity: 0.9;
}

.specialties-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.specialties-item {
  border-radius: 14px;
  padding: 10px 11px;
  background: rgba(5, 8, 26, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.79rem;
  color: var(--text-soft);
}

.specialties-item strong {
  display: block;
  color: #e4e8ff;
  margin-bottom: 2px;
}

/* Process */

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step {
  position: relative;
  padding: 16px 14px 12px;
  border-radius: var(--radius-lg);
  background-color: #080a18; /* fallback */
  background: linear-gradient(130deg, #080a18, #050615);
  border: 1px solid var(--border-subtle);
  font-size: 0.86rem;
  color: var(--text-soft);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.step-number {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 5px;
}

.step-title {
  font-size: 0.95rem;
  color: #e5e9ff;
  margin-bottom: 6px;
}

.step-tagline {
  font-size: 0.78rem;
  opacity: 0.9;
  margin-top: 6px;
}

/* Pricing */

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
  gap: 20px;
}

.pricing-main-card {
  border-radius: var(--radius-xl);
  background: radial-gradient(
    circle at top left,
    rgba(147, 181, 255, 0.2),
    rgba(5, 7, 21, 0.98)
  );
  border: 1px solid rgba(193, 212, 255, 0.35);
  padding: 18px 18px 16px;
  box-shadow: var(--shadow-soft);
}

.pricing-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d7e0ff;
  margin-bottom: 4px;
}

.pricing-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}

.pricing-price {
  font-size: 2.1rem;
  font-weight: 600;
}

.pricing-term {
  font-size: 0.9rem;
  color: var(--text-soft);
}

.pricing-highlight {
  font-size: 0.85rem;
  color: #e3e7ff;
  margin-bottom: 6px;
}

.pricing-description {
  font-size: 0.86rem;
  color: var(--text-soft);
  margin-bottom: 10px;
  line-height: 1.6;
}

.pricing-includes {
  font-size: 0.8rem;
  color: var(--text-soft);
  margin-bottom: 8px;
}

.pricing-includes-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.8rem;
  color: var(--text-soft);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 14px;
  margin-bottom: 10px;
}

.pricing-note {
  font-size: 0.76rem;
  color: var(--text-soft);
  opacity: 0.9;
}

.pricing-secondary {
  display: grid;
  gap: 12px;
}

.pricing-secondary-card {
  border-radius: var(--radius-lg);
  background: rgba(6, 8, 23, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 12px 13px;
  font-size: 0.8rem;
  color: var(--text-soft);
}

.pricing-secondary-card strong {
  display: block;
  color: #e3e7ff;
  margin-bottom: 3px;
}

/* FAQ */

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border-radius: 14px;
  padding: 11px 13px;
  background: rgba(7, 9, 25, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.82rem;
  color: var(--text-soft);
}

.faq-q {
  font-weight: 500;
  color: #e5e9ff;
  margin-bottom: 4px;
}

.faq-a {
  line-height: 1.6;
}

/* Contact */

.contact-layout {
  border-radius: var(--radius-xl);
  padding: 18px 18px 16px;
  background: radial-gradient(
    circle at top right,
    rgba(116, 176, 255, 0.16),
    rgba(5, 7, 20, 0.98)
  );
  border: 1px solid rgba(181, 203, 255, 0.3);
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 16px;
}

.contact-title {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.contact-text {
  font-size: 0.88rem;
  color: var(--text-soft);
  line-height: 1.6;
  margin-bottom: 10px;
}

.contact-meta {
  font-size: 0.8rem;
  color: var(--text-soft);
  margin-bottom: 10px;
}

.contact-tagline {
  font-size: 0.8rem;
  color: var(--text-soft);
  opacity: 0.9;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.field {
  display: grid;
  gap: 4px;
  font-size: 0.8rem;
}

.field label {
  color: #e3e7ff;
}

.field input,
.field textarea {
  background: rgba(3, 5, 18, 0.95);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 9px 11px;
  color: var(--text);
  font-family: inherit;
  font-size: 0.82rem;
  outline: none;
  transition: border-color 160ms ease-out, box-shadow 160ms ease-out,
    background 160ms ease-out;
}

.field textarea {
  border-radius: 14px;
  min-height: 80px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(179, 183, 201, 0.55);
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(138, 179, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(138, 179, 255, 0.7);
  background: rgba(4, 7, 22, 0.98);
}

.contact-footnote {
  font-size: 0.73rem;
  color: var(--text-soft);
  opacity: 0.85;
}

/* Footer */

footer {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 0.78rem;
  color: var(--text-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}

/* Reveal animations */

.js-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease-out, transform 420ms ease-out;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */

@media (max-width: 1024px) {
  .hero,
  .pricing-layout,
  .specialties,
  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    gap: 30px;
  }

  /* Show the menu button on mobile */
  .mobile-nav-toggle {
    display: inline-flex;
  }

  /* --- Seamless animated mobile dropdown nav --- */
  nav {
    display: flex;
    position: fixed;

    left: 14px;
    right: 14px;
    top: 62px;

    z-index: 30;

    margin-left: 0;
    flex-direction: column;
    gap: 6px;

    padding: 10px 10px 12px;
    border-radius: 18px;

    background: rgba(6, 7, 18, 0.78);
    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);

    /* closed */
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;

    transition: opacity 220ms ease-out, transform 220ms ease-out;
  }

  /* open */
  .site-header.nav-open nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* vertical nav list */
  .nav-links {
    flex-direction: column;
    gap: 4px;
  }

  /* Larger, centered, seamless nav text */
  /* --- Mobile nav: match desktop look --- */

  /* Stack links cleanly */
  .nav-links {
    flex-direction: column;
    gap: 6px;
  }

  /* Nav links: same glowing text style as desktop */
  .nav-link {
    width: 100%;
    text-align: center;

    padding: 8px 0;

    background: none;
    border: none;

    font-size: 0.95rem;
    font-weight: 500;

    color: rgba(244, 246, 255, 0.9);
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.35);

    transition: color 160ms ease-out, text-shadow 160ms ease-out,
      transform 160ms ease-out;
  }

  .nav-link:hover,
  .nav-link.is-active {
    color: #ffffff;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.55),
      0 0 16px rgba(180, 196, 255, 0.6);
    transform: translateY(-1px);
  }

  /* CTA: same pill style as desktop, just centered */
  .nav-cta {
    margin-top: 10px;

    align-self: center;

    padding: 9px 16px;
    border-radius: 999px;

    font-size: 0.95rem;
    font-weight: 600;

    border: 1px solid rgba(184, 206, 255, 0.35);
    background: radial-gradient(
      circle at top left,
      rgba(140, 176, 255, 0.28),
      rgba(3, 8, 23, 0.92)
    );

    color: rgba(244, 246, 255, 0.95);
    text-shadow: 0 0 10px rgba(180, 196, 255, 0.65);

    box-shadow: 0 16px 40px rgba(45, 110, 244, 0.22);

    transition: transform 160ms ease-out, box-shadow 160ms ease-out,
      border-color 160ms ease-out, filter 160ms ease-out;
  }

  .nav-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    border-color: rgba(184, 206, 255, 0.65);
    box-shadow: 0 22px 60px rgba(45, 110, 244, 0.35);
  }

  /* Slight state styling for the menu button */
  .site-header.nav-open .mobile-nav-toggle {
    color: var(--text);
    border-color: rgba(140, 176, 255, 0.35);
    box-shadow: 0 12px 30px rgba(45, 110, 244, 0.25);
  }

  .grid-3,
  .steps,
  .pricing-includes-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-2,
  .specialties-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  section {
    padding: 42px 0;
  }

  .page {
    padding-inline: 16px;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 2.1rem;
  }

  .hero-card {
    padding: 18px 15px 14px;
  }
}

/* REMOVE the old forced-black nav colors at the bottom */

/* Make header/nav text readable on dark background */
.site-header,
.nav-inner,
nav {
  color: var(--text) !important;
}

/* Silver glowing text nav items */
.nav-link,
.nav-cta {
  color: rgba(244, 246, 255, 0.88) !important;
  /* visible silver */
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.35);
}

/* hover / active glow */
.nav-link:hover,
.nav-link.is-active,
.nav-cta:hover {
  color: #ffffff !important;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.55),
    0 0 16px rgba(180, 196, 255, 0.6);
}

/* If you ever re-enable an underline, make it visible */
.nav-link::after {
  background: rgba(244, 246, 255, 0.9) !important;
}

.form-status {
  margin-top: 12px;
  font-size: 0.95rem;
  line-height: 1.3;
}

.form-status.is-loading {
  opacity: 0.8;
}

.form-status.is-success {
  color: #1b7f3a;
}

.form-status.is-error {
  color: #b42318;
}

/* Holiday modal (smooth) */
.cs-modal-overlay {
  position: fixed;
  inset: 0;
  padding: 1.25rem;
  z-index: 9999;

  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: opacity 260ms ease, visibility 0ms linear 260ms;
}

.cs-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transition: opacity 260ms ease, visibility 0ms linear 0ms;
}

.cs-modal {
  width: min(720px, 100%);
  border-radius: 18px;
  padding: 1.25rem 1.25rem 1rem;
  background: #0b1220;
  color: #e8eefc;
  position: relative;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.55);

  transform: translateY(18px) scale(0.96);
  opacity: 0;

  transition: transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 360ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.cs-modal-overlay.is-open .cs-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.cs-modal.is-closing {
  transform: translateY(18px) scale(0.96);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

/* ---------- CONTENT STYLES (KEEP THESE) ---------- */

.cs-modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.14);
  color: #7ff3e6;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.cs-modal-title {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
}

.cs-modal-text {
  margin: 0 0 0.75rem;
  opacity: 0.95;
}

.cs-modal-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  opacity: 0.95;
}

.cs-modal-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.75rem;
}

.cs-modal-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  color: #05221f;
  background: #2dd4bf;
}

.cs-modal-cta:hover {
  opacity: 0.9;
}

.cs-modal-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #e8eefc;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  cursor: pointer;
}

.cs-modal-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
}

.cs-modal-foot {
  margin: 0.9rem 0 0;
  font-size: 0.9rem;
  opacity: 0.8;
}

.cs-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #e8eefc;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.cs-modal-close:hover {
  background: rgba(255, 255, 255, 0.12);
}

body.cs-modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .cs-modal {
    transform: none;
    opacity: 1;
    transition: none;
  }
}
