:root {
  --font-sans: 'Manrope', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
  --color-background: #06080c;
  --color-background-soft: #0b0f17;
  --color-surface: rgba(16, 20, 30, 0.76);
  --color-surface-strong: #111827;
  --color-surface-elevated: rgba(22, 28, 40, 0.94);
   --color-bg: var(--color-background);
   --color-card-bg: var(--color-surface-elevated);
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.16);
  --color-text-primary: #f5f7fb;
  --color-text-secondary: rgba(229, 234, 245, 0.78);
  --color-text-muted: rgba(186, 195, 214, 0.58);
  --color-primary: #7c8cff;
  --color-primary-strong: #a8b4ff;
  --color-accent: #dcb676;
  --color-success: #7de2b8;
  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.32);
  --shadow-card: 0 18px 60px rgba(2, 6, 18, 0.4);
  --aurora-scroll: 0;
  --aurora-tilt: 0deg;
  --aurora-depth: 1;
  --aurora-opacity: 0.72;
  --aurora-grid-shift: 0px;
  --container-max: 1400px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html {
  min-height: 100%;
  background: #05070b;
}

body {
  margin: 0;
  color: var(--color-text-primary);
  background: linear-gradient(180deg, #05070b 0%, #070b12 48%, #05070b 100%) fixed;
  background-attachment: fixed;
  font-family: var(--font-sans), sans-serif;
  min-height: 100vh;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

::selection {
  background: rgba(124, 140, 255, 0.28);
  color: #ffffff;
}

/* Themed scrollbar (WebKit/Blink + Firefox) */
::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

::-webkit-scrollbar-track {
  background: rgba(124, 140, 255, 0.05);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb {
  background: rgba(124, 140, 255, 0.28);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(124, 140, 255, 0.45);
  background-clip: padding-box;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(124, 140, 255, 0.35) rgba(124, 140, 255, 0.06);
}

/* Dark theme: keep the glowing blue rail visible on the dark canvas */
html.dark ::-webkit-scrollbar-track {
  background: rgba(124, 140, 255, 0.06);
}

html.dark ::-webkit-scrollbar-thumb {
  background: rgba(124, 140, 255, 0.3);
  background-clip: padding-box;
}

html.dark ::-webkit-scrollbar-thumb:hover {
  background: rgba(124, 140, 255, 0.5);
  background-clip: padding-box;
}

html.dark * {
  scrollbar-color: rgba(124, 140, 255, 0.4) rgba(124, 140, 255, 0.07);
}

/* Light theme: deeper blue rail so it reads on the light canvas */
html.light ::-webkit-scrollbar-track {
  background: rgba(91, 108, 255, 0.07);
}

html.light ::-webkit-scrollbar-thumb {
  background: rgba(91, 108, 255, 0.4);
  background-clip: padding-box;
}

html.light ::-webkit-scrollbar-thumb:hover {
  background: rgba(91, 108, 255, 0.6);
  background-clip: padding-box;
}

html.light * {
  scrollbar-color: rgba(91, 108, 255, 0.45) rgba(91, 108, 255, 0.08);
}

.site-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 32%, transparent 95%);
  opacity: 0.35;
  z-index: 0;
}

.site-aurora,
.site-grid {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
}

.site-aurora {
  overflow: hidden;
  filter: saturate(110%);
}

.site-aurora::before,
.site-aurora::after {
  content: "";
  position: absolute;
  inset: -18%;
  opacity: var(--aurora-opacity);
  will-change: transform, opacity;
}

.site-aurora::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(124, 140, 255, 0.24), transparent 26%),
    radial-gradient(circle at 72% 18%, rgba(79, 172, 255, 0.16), transparent 24%),
    radial-gradient(circle at 82% 64%, rgba(220, 182, 118, 0.1), transparent 22%),
    radial-gradient(circle at 34% 76%, rgba(101, 211, 255, 0.14), transparent 24%);
  animation: aurora-drift-one 22s ease-in-out infinite alternate;
  transform-origin: center;
  filter: blur(58px);
  transform:
    translate3d(calc(var(--aurora-scroll) * -6%), calc(var(--aurora-scroll) * 8%), 0)
    scale(var(--aurora-depth))
    rotate(var(--aurora-tilt));
}

.site-aurora::after {
  background:
    radial-gradient(circle at 26% 42%, rgba(180, 161, 255, 0.12), transparent 22%),
    radial-gradient(circle at 64% 54%, rgba(83, 120, 255, 0.18), transparent 28%),
    radial-gradient(circle at 78% 30%, rgba(86, 222, 204, 0.08), transparent 18%),
    radial-gradient(circle at 48% 82%, rgba(220, 182, 118, 0.08), transparent 20%);
  animation: aurora-drift-two 28s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
  filter: blur(72px);
  transform:
    translate3d(calc(var(--aurora-scroll) * 7%), calc(var(--aurora-scroll) * -5%), 0)
    scale(calc(1.02 + (var(--aurora-scroll) * 0.12)))
    rotate(calc(var(--aurora-tilt) * -0.8));
}

.site-grid {
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 110px 110px;
  background-position: 0 var(--aurora-grid-shift), var(--aurora-grid-shift) 0;
  mask-image: radial-gradient(circle at center, black 38%, transparent 100%);
  opacity: 0.28;
  will-change: background-position;
}

.site-main,
.navbar,
.footer {
  position: relative;
  z-index: 1;
}

.container-main {
  width: min(var(--container-max), calc(100% - 2rem));
  margin: 0 auto;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 0;
  z-index: 100;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding: 0 1.1rem;
  border: 1px solid var(--color-border);
  border-radius: 1.4rem;
  background: rgba(8, 12, 18, 0.52);
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.navbar.scrolled .nav-panel {
  background: rgba(8, 12, 18, 0.62);
  backdrop-filter: blur(32px) saturate(1.35);
  -webkit-backdrop-filter: blur(32px) saturate(1.35);
  border-color: var(--color-border-strong);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.26);
}

.brand-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-logo-mark {
  width: auto;
  height: 2.75rem;
  max-width: min(9.5rem, 42vw);
}

.brand-logo-full {
  width: auto;
  height: 5.5rem;
  max-width: 11rem;
}

.footer-brand-logo.brand-logo-link {
  margin-bottom: 0.35rem;
}

.footer-brand-logo .brand-logo-mark {
  height: 3.25rem;
  max-width: 10rem;

  filter: brightness(0) invert(1);
}



.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
}

.logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(124, 140, 255, 0.94), rgba(182, 194, 255, 0.86));
  color: #09101c;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  box-shadow: 0 12px 30px rgba(124, 140, 255, 0.28);
}

.logo-copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.logo-copy small {
  font-family: var(--font-mono), monospace;
  font-size: 0.64rem;
  color: var(--color-text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--color-text-secondary);
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--color-text-primary);
  background: rgba(255, 255, 255, 0.06);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-button {
  white-space: nowrap;
}

.mobile-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-text-primary);
  cursor: pointer;
}

.site-main {
  padding-top: 6.5rem;
}

.hero-section {
  padding: 3rem 0 1rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  position: relative;
  top: auto;
  align-self: center;
}

.hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3.4rem, 7vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.hero-copy h1 span {
  display: block;
  color: var(--color-primary-strong);
}

.hero-copy p {
  max-width: 42rem;
  margin: 1.6rem 0 0;
  color: var(--color-text-secondary);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions,
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-actions {
  justify-content: flex-start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--color-text-secondary);
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 8px rgba(124, 140, 255, 0.08);
}

.hero-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  margin-top: 3.5rem;
}

.hero-metric {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--color-border);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.03);
}

.hero-metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, rgba(124, 140, 255, 0.22), rgba(124, 140, 255, 0.08));
  color: var(--color-primary-strong);
  font-size: 1.05rem;
}

.hero-metric-copy strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1.1;
}

.hero-metric-copy span {
  display: block;
  margin-top: 0.35rem;
  color: var(--color-text-muted);
  font-size: 0.92rem;
}

html.light .hero-metric-icon {
  background: linear-gradient(135deg, rgba(91, 108, 255, 0.16), rgba(91, 108, 255, 0.06));
  color: var(--color-primary-strong);
}

.hero-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-window {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.75rem;
  background: rgba(10, 14, 22, 0.9);
  box-shadow: var(--shadow-soft);
}

.hero-window.large {
  inset: 2rem 3.5rem 0 0;
}

.hero-window.small {
  right: 0;
  width: 38%;
  height: 36%;
}

.hero-window.small.top {
  top: 0;
}

.hero-window.small.bottom {
  bottom: 3rem;
}

.hero-window-bar {
  display: flex;
  gap: 0.45rem;
  padding: 0.9rem 1rem;
}

.hero-window-bar span,
.website-preview-bar span {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.hero-window-image,
.showcase-image,
.website-preview-frame {
  position: relative;
  overflow: hidden;
}

.hero-window.large .hero-window-image {
  height: 470px;
}

.hero-window.small .hero-window-image {
  height: 100%;
}

.hero-cover-image,
.website-preview-image {
  object-fit: cover;
  object-position: top center;
}

.hero-window-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem 1.25rem;
}

.hero-window-caption p {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 600;
}

.hero-window-caption span {
  color: var(--color-text-muted);
  font-size: 0.82rem;
}



.section-padding {
  padding: 5.5rem 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.section-heading.centered {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-title {
  margin: 0.9rem 0 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.section-title.left,
.section-subtitle.left {
  text-align: left;
}

.section-subtitle {
  max-width: 40rem;
  margin: 0;
  color: var(--color-text-secondary);
  line-height: 1.8;
}

.proof-strip {
  position: relative;
  overflow: hidden;
  padding: 0.85rem 0;
  border: 1px solid rgba(124, 140, 255, 0.14);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(124, 140, 255, 0.1), transparent 55%),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.proof-strip::before,
.proof-strip::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4rem;
  z-index: 1;
  pointer-events: none;
}

.proof-strip::before {
  left: 0;
  background: linear-gradient(90deg, rgba(6, 8, 12, 0.95), transparent);
}

.proof-strip::after {
  right: 0;
  background: linear-gradient(270deg, rgba(6, 8, 12, 0.95), transparent);
}

.proof-carousel {
  overflow: hidden;
  width: 100%;
}

.proof-carousel-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: proof-scroll 36s linear infinite;
  will-change: transform;
}

.proof-carousel-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 0.375rem;
  flex-shrink: 0;
}

.proof-carousel:hover .proof-carousel-track {
  animation-play-state: paused;
}

@keyframes proof-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.proof-pill,
.pf-services span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--color-text-primary);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.feature-grid,
.showcase-grid,
.process-grid,
.testimonial-grid,
.portfolio-grid-page,
.service-detail-grid,
.why-grid,
.values-grid,
.team-grid,
.addon-grid,
.pricing-grid {
  display: grid;
  gap: 1.4rem;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.process-card,
.showcase-card,
.service-detail-card,
.why-card,
.value-card,
.team-card,
.addon-card,
.testimonial-card,
.portfolio-card,
.pricing-card-light,
.mission-card,
.contact-form-box,
.custom-plan-card,
.map-container,
.faq-item {
  border: 1px solid var(--color-border);
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

.feature-card,
.process-card,
.value-card,
.team-card,
.addon-card,
.testimonial-card,
.mission-card,
.contact-form-box,
.custom-plan-card,
.pricing-card-light {
  padding: 1.6rem;
}

.feature-icon,
.process-icon,
.sd-icon,
.cd-icon,
.mission-card .icon,
.value-card .icon,
.why-card .icon,
.addon-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(124, 140, 255, 0.14);
  color: var(--color-primary-strong);
}

.feature-card h3,
.process-card h3,
.showcase-card h3,
.service-detail-card h3,
.mission-card h2,
.mission-card h3,
.value-card h3,
.value-card h4,
.team-card h3,
.team-card h4,
.addon-card h4,
.pricing-card-light .plan-name,
.portfolio-card h2,
.portfolio-card h3,
.testimonial-card h3,
.testimonial-card h5,
.contact-form-box h3,
.contact-form-box h4,
.custom-plan-card h3,
.faq-item summary {
  margin: 1rem 0 0;
  font-size: 1.12rem;
}

.feature-card p,
.process-card p,
.showcase-card p,
.service-detail-card p,
.mission-card p,
.value-card p,
.team-card p,
.addon-card p,
.pricing-card-light .plan-desc,
.portfolio-card p,
.testimonial-card blockquote,
.contact-info p,
.contact-detail p,
.custom-plan-card p,
.faq-answer {
  margin: 0.75rem 0 0;
  color: var(--color-text-secondary);
  line-height: 1.75;
}

.showcase-grid,
.portfolio-grid-page {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-image {
  height: 280px;
  border-bottom: 1px solid var(--color-border);
}

.showcase-body {
  padding: 1.35rem;
}

.showcase-meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.showcase-meta span,
.pf-category {
  color: var(--color-primary-strong);
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-meta p,
.pf-meta-row p {
  margin: 0;
  max-width: 16rem;
  color: var(--color-text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.process-number,
.testimonial-index {
  display: inline-flex;
  font-family: var(--font-mono), monospace;
  color: var(--color-text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.page-header {
  padding: 6rem 0 3rem;
}

.page-header .container-main {
  padding: 3rem;
  border: 1px solid var(--color-border);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  box-shadow: var(--shadow-card);
}

.page-header h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.page-header h1 span {
  color: var(--color-primary-strong);
}

.page-header p {
  margin: 1rem 0 0;
  max-width: 42rem;
  color: var(--color-text-secondary);
  line-height: 1.8;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
  color: var(--color-text-muted);
  font-size: 0.85rem;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb .current {
  color: var(--color-primary-strong);
}

.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn-custom:hover {
  transform: translateY(-1px);
}

.btn-primary-custom {
  color: #08111b;
  background: linear-gradient(135deg, #f4f7ff 0%, #7c8cff 52%, #c9d2ff 100%);
  box-shadow: 0 18px 40px rgba(124, 140, 255, 0.24);
}

.btn-outline-custom {
  border-color: var(--color-border-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-text-primary);
}

.btn-outline-custom:hover {
  border-color: rgba(124, 140, 255, 0.4);
  background: rgba(124, 140, 255, 0.08);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.filter-bar button {
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-text-secondary);
  text-transform: capitalize;
  cursor: pointer;
}

.filter-bar button.active,
.filter-bar button:hover {
  color: #09101c;
  border-color: transparent;
  background: linear-gradient(135deg, #f4f7ff 0%, #7c8cff 100%);
}

.website-preview {
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
}

.website-preview-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1rem;
}

.website-preview-bar p {
  margin: 0 0 0 0.5rem;
  overflow: hidden;
  color: var(--color-text-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.82rem;
}

.website-preview-frame {
  height: 255px;
}

.website-preview-glow {
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 8, 12, 0.72) 100%);
  pointer-events: none;
}

.website-preview-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(124, 140, 255, 0.12), transparent 45%),
    linear-gradient(180deg, rgba(17, 24, 39, 0.95), rgba(8, 12, 18, 0.98));
}

.website-preview-fallback strong {
  font-size: 1.02rem;
}

.website-preview-fallback span {
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.website-preview-badge {
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-text-secondary);
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.pf-body {
  padding: 1.35rem;
}

.pf-meta-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.pf-services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.pf-live-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.1rem;
  color: var(--color-primary-strong);
  font-weight: 700;
  transition: transform 180ms ease, color 180ms ease;
}

.pf-live-link:hover {
  color: var(--color-accent);
  transform: translateX(4px);
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-card {
  position: relative;
}

.stars {
  color: var(--color-accent);
}

.stars i + i {
  margin-left: 0.22rem;
}

.author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.avatar,
.avatar-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(124, 140, 255, 0.92), rgba(195, 205, 255, 0.78));
  color: #09101c;
  font-weight: 800;
  object-fit: cover;
}

.avatar {
  width: 2.8rem;
  height: 2.8rem;
}

.avatar-photo {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.avatar-lg {
  width: 4rem;
  height: 4rem;
}

.testimonial-index {
  margin-top: 1rem;
}

.mission-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.mission-card .icon.accent {
  background: rgba(220, 182, 118, 0.14);
  color: var(--color-accent);
}

.values-grid,
.why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: min(100%, var(--container-max));
  margin-inline: auto;
}

.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: min(100%, var(--container-max));
  margin-inline: auto;
}

.addon-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.stat {
  padding: 1.35rem;
  border: 1px solid var(--color-border);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.stat h3 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.stat p {
  margin: 0.45rem 0 0;
  color: var(--color-text-muted);
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.team-card .team-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(124, 140, 255, 0.18), rgba(124, 140, 255, 0.08));
  color: var(--color-primary-strong);
  font-size: 1.2rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html.light .team-card .team-avatar {
  background: linear-gradient(135deg, rgba(91, 108, 255, 0.16), rgba(91, 108, 255, 0.06));
}

.team-card h3,
.team-card h4 {
  margin-top: 1.1rem;
}

.team-card .role {
  margin-top: 0.5rem;
  color: var(--color-primary-strong);
  font-size: 0.9rem;
}

.service-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sd-header {
  display: flex;
  gap: 1rem;
  padding: 1.5rem 1.5rem 0;
}

.sd-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.sd-body ul,
.plan-features {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sd-body li,
.plan-features li {
  display: flex;
  align-items: start;
  gap: 0.7rem;
  color: var(--color-text-secondary);
}

.sd-body i,
.plan-features i {
  color: var(--color-success);
  margin-top: 0.2rem;
}

.why-card {
  padding: 1.6rem;
  text-align: left;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-card-light {
  position: relative;
}

.pricing-card-light.featured {
  border-color: rgba(124, 140, 255, 0.38);
  box-shadow: 0 24px 70px rgba(124, 140, 255, 0.18);
}

.popular-badge {
  position: absolute;
  top: -0.8rem;
  left: 1.6rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4f7ff 0%, #7c8cff 100%);
  color: #08111b;
  font-family: var(--font-mono), monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.plan-price {
  margin-top: 0.8rem;
  font-size: 2rem;
  color: var(--color-text-primary);
  letter-spacing: -0.04em;
}

.plan-price small {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  font-weight: 400;
}

.addon-card .price {
  margin-top: 1rem;
  color: var(--color-primary-strong);
  font-weight: 700;
}

/* ── Pricing Tabs ─────────────────────────── */
.pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 0.35rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-tab {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 1.25rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--font-sans), sans-serif;
}

.pricing-tab i {
  font-size: 0.85rem;
}

.pricing-tab:hover {
  color: var(--color-text-primary);
}

.pricing-tab.active {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 4px 20px rgba(124, 140, 255, 0.3);
}

/* ── Tab Panels ───────────────────────────── */
.tab-panel {
  display: none;
  animation: tabFadeIn 0.35s ease-out;
}

.tab-panel.active {
  display: block;
}

@keyframes tabFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Enterprise Grid ──────────────────────── */
.enterprise-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .enterprise-grid {
    grid-template-columns: 1fr;
  }
}

.enterprise-card {
  position: relative;
}

.enterprise-card .plan-badge {
  position: absolute;
  top: -0.8rem;
  left: 1.6rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #dcb676 0%, #f0d6a0 100%);
  color: #08111b;
  font-family: var(--font-mono), monospace;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.enterprise-card .plan-badge.flagship {
  background: linear-gradient(135deg, #7c8cff 0%, #a8b4ff 100%);
  color: #fff;
}

.enterprise-card .plan-features li {
  font-size: 0.88rem;
}

/* Enterprise+ flagship card styling */
.enterprise-flagship {
  border-color: rgba(124, 140, 255, 0.28);
  background: linear-gradient(180deg, rgba(124, 140, 255, 0.06), rgba(124, 140, 255, 0.02));
  box-shadow: 0 24px 70px rgba(124, 140, 255, 0.12);
}

html.light .enterprise-flagship {
  border-color: rgba(91, 108, 255, 0.2);
  background: linear-gradient(180deg, rgba(91, 108, 255, 0.04), rgba(91, 108, 255, 0.01));
}

.plan-price-consult .price-amount {
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, var(--color-primary-strong), var(--color-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Consultation CTA button */
.btn-consult-custom {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
  color: #fff;
  background: linear-gradient(135deg, #7c8cff 0%, #a06eff 100%);
  box-shadow: 0 4px 24px rgba(124, 140, 255, 0.35);
  font-family: var(--font-sans), sans-serif;
  width: 100%;
  justify-content: center;
  margin-top: 1.2rem;
}

.btn-consult-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(124, 140, 255, 0.45);
}

.btn-consult-custom i {
  font-size: 1rem;
}

.enterprise-footnote {
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.85rem;
  margin-top: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Enterprise Inquiry Modal ─────────────── */
.plan-modal-enterprise {
  max-width: 640px;
}

.enterprise-form {
  padding: 1.2rem 1.6rem 1.6rem;
}

.enterprise-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

@media (max-width: 600px) {
  .enterprise-form-row {
    grid-template-columns: 1fr;
  }
}

.enterprise-form input,
.enterprise-form select,
.enterprise-form textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border-radius: 0.6rem;
  border: 1px solid var(--color-border);
  background: var(--color-background-soft);
  color: var(--color-text-primary);
  font-size: 0.9rem;
  transition: border-color 0.2s;
  box-sizing: border-box;
  font-family: var(--font-sans), sans-serif;
}

.enterprise-form input:focus,
.enterprise-form select:focus,
.enterprise-form textarea:focus {
  outline: none;
  border-color: var(--color-primary-strong);
}

.enterprise-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23bcc3d6' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  padding-right: 2rem;
  cursor: pointer;
}

.enterprise-form textarea {
  resize: vertical;
  min-height: 90px;
  margin-bottom: 0.8rem;
}

.enterprise-form-submit {
  display: flex;
  justify-content: center;
}

.enterprise-form-submit .btn-consult-custom {
  width: auto;
  min-width: 280px;
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
}

/* ── Light overrides for enterprise form ──── */
html.light .enterprise-form input,
html.light .enterprise-form select,
html.light .enterprise-form textarea {
  background: #f9faff;
  color: #111827;
  border-color: rgba(0, 0, 0, 0.1);
}

html.light .enterprise-form input:focus,
html.light .enterprise-form select:focus,
html.light .enterprise-form textarea:focus {
  border-color: var(--color-primary-strong);
}

html.light .enterprise-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
}
/* ── CTA / custom plan card ─────────────────── */
.custom-plan-card {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.custom-plan-trigger {
  margin-top: 2.4rem;
  text-align: center;
}

.custom-plan-trigger .btn-build-plan {
  font-size: 1.05rem;
  padding: 0.9rem 2.2rem;
}

.plan-trigger-sub {
  margin-top: 0.6rem;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Service Menu Grid ──────────────────────── */
.service-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.2rem;
}

.service-menu-card {
  display: flex;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 1.2rem;
  border: 1px solid var(--color-border);
  background: var(--color-card-bg);
  transition: border-color 0.2s, transform 0.2s;
}

.service-menu-card:hover {
  border-color: var(--color-primary-strong);
  transform: translateY(-2px);
}

.service-menu-card .sm-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  background: linear-gradient(135deg, rgba(124, 140, 255, 0.15), rgba(124, 140, 255, 0.05));
  color: var(--color-primary-strong);
  font-size: 1.1rem;
}

.service-menu-card .sm-body {
  flex: 1;
  min-width: 0;
}

.service-menu-card .sm-body h3,
.service-menu-card .sm-body h4 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.service-menu-card .sm-body p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  line-height: 1.4;
}

.service-menu-card .sm-price {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-primary-strong);
}

.service-menu-card .sm-price small {
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

/* ── Plan Builder Modal ─────────────────────── */
.plan-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem 2rem;
}

.plan-modal-overlay.open {
  display: flex;
}

.plan-modal {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: 1.4rem;
  width: 100%;
  max-width: 780px;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  animation: modalFadeIn 0.25s ease-out;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.96) translateY(10px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

.plan-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.3rem;
  color: var(--color-text-muted);
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
}

.plan-modal-close:hover {
  background: rgba(124, 140, 255, 0.1);
  color: var(--color-text-primary);
}

.plan-modal-header {
  padding: 1.6rem 1.6rem 0.8rem;
  border-bottom: 1px solid var(--color-border);
}

.plan-modal-header h3 {
  margin: 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.plan-modal-header h3 i {
  color: var(--color-primary-strong);
}

.plan-modal-header p {
  margin: 0.4rem 0 0;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  max-width: 500px;
}

.plan-modal-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  padding: 1.2rem 1.6rem 1.6rem;
}

@media (max-width: 700px) {
  .plan-modal-columns {
    grid-template-columns: 1fr;
  }
}

.plan-modal-services h3,
.plan-modal-services h4,
.plan-modal-summary h3,
.plan-modal-summary h4 {
  margin: 0 0 0.6rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-text-muted);
  font-family: var(--font-mono), monospace;
}

.plan-service-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 0.4rem;
}

.plan-service-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.7rem;
  border-radius: 0.6rem;
  border: 1px solid var(--color-border);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  background: transparent;
  text-align: left;
  width: 100%;
  font: inherit;
  color: inherit;
}

.plan-service-item:hover {
  border-color: var(--color-primary-strong);
}

.plan-service-item.selected {
  border-color: var(--color-primary-strong);
  background: rgba(124, 140, 255, 0.08);
}

.plan-service-item .psi-check {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.15s;
}

.plan-service-item.selected .psi-check {
  background: var(--color-primary-strong);
  border-color: var(--color-primary-strong);
  color: #fff;
}

.plan-service-item .psi-check i {
  font-size: 0.65rem;
  display: none;
}

.plan-service-item.selected .psi-check i {
  display: block;
}

.plan-service-item .psi-name {
  flex: 1;
  font-size: 0.85rem;
  font-weight: 500;
}

.plan-service-item .psi-price {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primary-strong);
  white-space: nowrap;
}

/* ── Summary panel ─────────────────────────── */
.plan-summary-items {
  min-height: 60px;
  margin-bottom: 0.6rem;
}

.plan-summary-empty {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  font-style: italic;
}

.plan-summary-item {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  font-size: 0.8rem;
  border-bottom: 1px solid var(--color-border);
}

.plan-summary-item:last-child {
  border-bottom: none;
}

.plan-summary-item .psi-item-name {
  color: var(--color-text-muted);
}

.plan-summary-item .psi-item-price {
  font-weight: 600;
}

.plan-summary-total {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0.6rem 0 1rem;
  padding-top: 0.6rem;
  border-top: 2px solid var(--color-primary-strong);
  color: var(--color-primary-strong);
}

/* ── Form inside modal ─────────────────────── */
.plan-modal-form {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.plan-modal-form input,
.plan-modal-form textarea {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--color-border);
  border-radius: 0.6rem;
  background: var(--color-bg);
  color: var(--color-text-primary);
  font-family: inherit;
  font-size: 0.85rem;
  transition: border-color 0.15s;
  box-sizing: border-box;
}

.plan-modal-form input:focus,
.plan-modal-form textarea:focus {
  outline: none;
  border-color: var(--color-primary-strong);
}

.plan-modal-form .btn-custom {
  margin-top: 0.4rem;
}

.plan-modal-note {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-align: center;
  margin: 0;
}

/* ── Success overlay ───────────────────────── */
.plan-success-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.plan-success-overlay.open {
  display: flex;
}

.plan-success {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: 1.4rem;
  padding: 2.4rem 2rem;
  max-width: 440px;
  text-align: center;
  animation: modalFadeIn 0.25s ease-out;
}

.plan-success-icon {
  font-size: 3rem;
  color: #22c55e;
  margin-bottom: 0.6rem;
}

.plan-success h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.plan-success p {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin: 0 0 1.2rem;
  line-height: 1.5;
}

.plan-success-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.plan-success-links .btn-custom {
  font-size: 0.85rem;
}

html.light .plan-modal-close:hover {
  background: rgba(0, 0, 0, 0.05);
}

html.light .plan-success-links .btn-outline-custom {
  border-color: var(--color-border);
}

html.light .plan-service-item.selected {
  background: rgba(124, 140, 255, 0.06);
}

.faq-grid {
  max-width: 980px;
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
}

.faq-item + .faq-item {
  margin-top: 1rem;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.5rem;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::after {
  content: '+';
  color: var(--color-primary-strong);
  font-size: 1.3rem;
}

.faq-item[open] summary::after {
  content: '-';
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-answer {
  padding: 0 1.5rem 1.4rem;
}

.contact-info h2,
.contact-info h3 {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.contact-detail h3 {
  margin: 1.67em 0;
  font-size: 0.83em;
}

.why-card h3 {
  margin: 1.33em 0;
  font-size: 1em;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.8rem;
}

.contact-detail {
  display: flex;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border: 1px solid var(--color-border);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.03);
}

.contact-note,
.contact-privacy {
  color: var(--color-text-muted);
  font-size: 0.85rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-group {
  margin-top: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--color-text-secondary);
  font-size: 0.92rem;
}

.required {
  color: #ff9a9a;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.04);
  color: var(--color-text-primary);
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color-scheme: dark;
  padding-right: 2.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a8b4ff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 16px;
  cursor: pointer;
}

.form-group select::-ms-expand {
  display: none;
}

.form-group select option {
  background-color: #111827;
  color: #f5f7fb;
  padding: 0.6rem 0.8rem;
}

.form-group select option:checked,
.form-group select option:hover,
.form-group select option:focus {
  background-color: rgba(124, 140, 255, 0.22);
  color: #ffffff;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: rgba(124, 140, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a8b4ff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 16px;
  box-shadow: 0 0 0 4px rgba(124, 140, 255, 0.12);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

/* Multi-select checkbox dropdown (services) */
.multi-select {
  position: relative;
  width: 100%;
  outline: none;
}

.multi-select-trigger {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--color-text-primary);
  cursor: pointer;
  min-height: 3.1rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.multi-select.open .multi-select-trigger,
.multi-select-trigger:hover {
  border-color: rgba(124, 140, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
}

.multi-select.open .multi-select-trigger {
  box-shadow: 0 0 0 4px rgba(124, 140, 255, 0.12);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multi-select-trigger .placeholder {
  color: var(--color-text-muted);
  flex: 1;
  font-size: 0.95rem;
}

.multi-select-trigger .value {
  flex: 1;
  font-size: 0.95rem;
  color: var(--color-text-primary);
}

.multi-select-clear {
  background: transparent;
  border: none;
  color: var(--color-text-muted);
  cursor: pointer;
  padding: 0.1rem 0.3rem;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

.multi-select-clear:hover {
  color: #ff9a9a;
}

.multi-select .chevron {
  color: var(--color-text-muted);
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.multi-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0.4rem 0;
  background: #111827;
  border: 1px solid rgba(124, 140, 255, 0.45);
  border-top: none;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  z-index: 20;
  max-height: 260px;
  overflow-y: auto;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.multi-select-options li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  cursor: pointer;
  font-size: 0.92rem;
  color: var(--color-text-secondary);
  transition: background 0.15s ease, color 0.15s ease;
}

.multi-select-options li:hover,
.multi-select-options li.checked {
  background: rgba(124, 140, 255, 0.18);
  color: #ffffff;
}

.multi-select-options .checkbox {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.multi-select-options li.checked .checkbox {
  background: var(--color-accent, #7c8cff);
  border-color: var(--color-accent, #7c8cff);
  color: #0a0e1a;
}

.multi-select-options .checkbox i {
  font-size: 0.65rem;
  font-weight: 700;
}

.full-width {
  width: 100%;
  margin-top: 1.2rem;
}

.map-container {
  overflow: hidden;
}

.map-container iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.cta-section {
  padding: 1rem 0 6rem;
}

.cta-panel {
  padding: 2.4rem;
  border: 1px solid rgba(124, 140, 255, 0.16);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top left, rgba(124, 140, 255, 0.16), transparent 32%),
    radial-gradient(circle at 80% 0%, rgba(220, 182, 118, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(17, 24, 39, 0.92), rgba(10, 14, 22, 0.96));
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.cta-panel h2 {
  margin: 1rem auto 0;
  max-width: 16ch;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.cta-panel p {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: var(--color-text-secondary);
  line-height: 1.8;
}

@keyframes aurora-drift-one {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1) rotate(0deg);
  }
  50% {
    transform: translate3d(3%, 2%, 0) scale(1.06) rotate(8deg);
  }
  100% {
    transform: translate3d(0%, 4%, 0) scale(1.1) rotate(-6deg);
  }
}

@keyframes aurora-drift-two {
  0% {
    transform: translate3d(3%, -2%, 0) scale(1.02) rotate(0deg);
  }
  50% {
    transform: translate3d(-4%, 3%, 0) scale(1.08) rotate(-7deg);
  }
  100% {
    transform: translate3d(2%, -1%, 0) scale(1.03) rotate(6deg);
  }
}

.footer {
  padding: 0 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 1.4rem;
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2rem;
  background: linear-gradient(
    145deg,
    var(--color-primary-strong) 0%,
    var(--color-primary) 48%,
    #4338ca 100%
  );
  box-shadow: 0 24px 64px rgba(67, 56, 202, 0.28);
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-grid .footer-brand p,
.footer-grid ul,
.footer-grid li,
.footer-grid a,
.footer-grid span {
  color: rgba(255, 255, 255, 0.84);
}

.footer-grid a:hover {
  color: #ffffff;
}

.footer-bottom p {
  color: var(--color-text-muted);
}

.footer-grid h3,
.footer-grid h4 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1em;
}

.ftr-links h3 {
  margin: 1.33em 0;
  font-size: 1em;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer li + li {
  margin-top: 0.7rem;
}

.footer a,
.footer span {
  text-decoration: none;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  /* ── Mobile responsive enhancements ────────── */
  @media (max-width: 820px) {
    .section-padding {
      padding: 3.5rem 0;
    }

    .page-header .container-main {
      padding: 2rem;
    }

    .page-header h1 {
      font-size: clamp(2rem, 7vw, 2.8rem);
    }

    .page-header p {
      font-size: 0.92rem;
    }

    .hero-copy h1 {
      font-size: clamp(2rem, 10vw, 3rem);
    }

    .section-title {
      font-size: clamp(1.6rem, 7vw, 2.4rem);
    }

    .cta-panel {
      padding: 1.5rem;
    }

    .cta-panel h2 {
      font-size: clamp(1.6rem, 6vw, 2.2rem);
    }

    .form-row {
      grid-template-columns: 1fr;
    }

    .pricing-tabs {
      max-width: 320px;
    }

    .pricing-tab {
      font-size: 0.8rem;
      padding: 0.5rem 0.8rem;
    }

    .pricing-tab i {
      font-size: 0.75rem;
    }
  }

  @media (max-width: 480px) {
    .site-main {
      padding-top: 5rem;
    }

    .container-main {
      width: min(var(--container-max), calc(100% - 1.2rem));
    }

    .nav-panel {
      min-height: 56px;
      padding: 0 0.6rem;
      border-radius: 1.2rem;
    }

    .brand-logo-mark {
      height: 2.1rem;
      max-width: min(7.5rem, 38vw);
    }

    .mobile-toggle {
      width: 2.4rem;
      height: 2.4rem;
      font-size: 0.9rem;
    }

    .theme-toggle {
      width: 2.4rem;
      height: 2.4rem;
      font-size: 0.85rem;
    }

    .nav-cta {
      gap: 0.4rem;
    }

    .nav-links.open {
      top: calc(100% + 0.5rem);
      padding: 0.6rem;
      border-radius: 1.2rem;
    }

    .nav-links.open a {
      font-size: 0.92rem;
      min-height: 2.4rem;
      padding: 0 0.8rem;
    }

    .section-padding {
      padding: 2.5rem 0;
    }

    .section-title {
      font-size: clamp(1.3rem, 6vw, 1.8rem);
    }

    .section-subtitle {
      font-size: 0.88rem;
    }

    .page-header {
      padding: 4.5rem 0 1.5rem;
    }

    .page-header .container-main {
      padding: 1.2rem;
      border-radius: 1.4rem;
    }

    .page-header h1 {
      font-size: clamp(1.6rem, 8vw, 2rem);
    }

    .page-header p {
      font-size: 0.85rem;
      margin-top: 0.6rem;
    }

    .breadcrumb {
      font-size: 0.78rem;
      margin-bottom: 0.8rem;
    }

    .hero-section {
      padding: 1.5rem 0 0.5rem;
    }

    .hero-grid {
      gap: 1rem;
    }

    .hero-copy h1 {
      font-size: clamp(1.6rem, 11vw, 2.4rem);
      max-width: 100%;
    }

    .hero-copy p {
      font-size: 0.88rem;
      margin-top: 1rem;
      line-height: 1.6;
    }

    .hero-actions {
      flex-direction: column;
      gap: 0.7rem;
      margin-top: 1.2rem;
    }

    .hero-actions .btn-custom {
      width: 100%;
      justify-content: center;
    }

    .hero-visual {
      min-height: 300px;
    }

    .hero-metrics {
      margin-top: 2rem;
      gap: 0.6rem;
    }

    .hero-metric {
      padding: 0.8rem 0.9rem;
      gap: 0.7rem;
    }

    .hero-metric-icon {
      width: 2.2rem;
      height: 2.2rem;
      font-size: 0.85rem;
    }

    .hero-metric-copy strong {
      font-size: 1.1rem;
    }

    .hero-metric-copy span {
      font-size: 0.78rem;
    }

    .pricing-tabs {
      max-width: 280px;
      gap: 0.3rem;
      padding: 0.25rem;
    }

    .pricing-tab {
      font-size: 0.75rem;
      padding: 0.45rem 0.6rem;
      gap: 0.3rem;
    }

    .pricing-tab i {
      font-size: 0.65rem;
    }

    .pricing-grid {
      gap: 1rem;
    }

    .enterprise-grid {
      max-width: 100%;
    }

    .feature-card,
    .process-card,
    .value-card,
    .team-card,
    .addon-card,
    .testimonial-card,
    .mission-card,
    .contact-form-box,
    .custom-plan-card,
    .pricing-card-light {
      padding: 1rem;
      border-radius: 1.2rem;
    }

    .plan-price {
      font-size: 1.5rem;
    }

    .plan-price small {
      font-size: 0.75rem;
    }

    .plan-desc {
      font-size: 0.82rem;
    }

    .plan-features li {
      font-size: 0.82rem;
      gap: 0.5rem;
    }

    .plan-features i {
      font-size: 0.7rem;
      margin-top: 0.15rem;
    }

    .popular-badge {
      font-size: 0.62rem;
      padding: 0.35rem 0.6rem;
      left: 1rem;
      top: -0.6rem;
    }

    .btn-custom {
      font-size: 0.82rem;
      min-height: 2.6rem;
      padding: 0.65rem 1rem;
    }

    .btn-consult-custom {
      font-size: 0.82rem;
      padding: 0.65rem 1.2rem;
    }

    .custom-plan-trigger .btn-build-plan {
      font-size: 0.88rem;
      padding: 0.7rem 1.4rem;
    }

    .plan-trigger-sub {
      font-size: 0.78rem;
    }

    .service-menu-grid {
      grid-template-columns: 1fr;
      gap: 0.8rem;
    }

    .service-menu-card {
      padding: 0.9rem;
      gap: 0.7rem;
    }

    .service-menu-card .sm-body h3,
    .service-menu-card .sm-body h4 {
          font-size: 0.88rem;
        }

    .service-menu-card .sm-body p {
      font-size: 0.75rem;
    }

    .service-menu-card .sm-icon {
      width: 34px;
      height: 34px;
      font-size: 0.9rem;
    }

    .section-heading {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 1.2rem;
    }

    .section-heading.centered {
      align-items: center;
    }

    .feature-grid,
    .showcase-grid,
    .testimonial-grid,
    .portfolio-grid-page,
    .values-grid,
    .team-grid,
    .why-grid,
    .addon-grid,
    .footer-grid {
      grid-template-columns: 1fr;
    }

    .process-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .service-detail-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .footer-grid {
      gap: 1.2rem;
      padding: 1.2rem;
      border-radius: 1.4rem;
    }

    .footer-grid h3,
    .footer-grid h4 {
          font-size: 0.92rem;
          margin-bottom: 0.6rem;
        }

    .footer li + li {
      margin-top: 0.5rem;
    }

    .footer a, .footer span {
      font-size: 0.85rem;
    }

    .footer-grid .footer-brand p {
      font-size: 0.85rem;
    }

    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
      font-size: 0.82rem;
    }

    .cta-panel {
      padding: 1.2rem;
      border-radius: 1.4rem;
    }

    .cta-panel h2 {
      font-size: clamp(1.4rem, 6vw, 1.8rem);
    }

    .cta-panel p {
      font-size: 0.85rem;
    }

    .cta-buttons {
      flex-direction: column;
    }

    .cta-buttons .btn-custom {
      width: 100%;
      justify-content: center;
    }

    .contact-grid {
      grid-template-columns: 1fr;
      gap: 1.2rem;
    }

    .contact-info h2,
    .contact-info h3 {
          font-size: clamp(1.4rem, 5vw, 1.8rem);
        }

    .contact-detail {
      padding: 0.8rem 0.9rem;
    }

    .form-row {
      grid-template-columns: 1fr;
      gap: 0;
    }

    .form-group {
      margin-top: 0.8rem;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
      padding: 0.8rem 0.85rem;
      font-size: 0.88rem;
    }

    .map-container iframe {
      height: 240px;
    }

    .filter-bar {
      gap: 0.4rem;
    }

    .filter-bar button {
      font-size: 0.78rem;
      min-height: 2.2rem;
      padding: 0.45rem 0.7rem;
    }

    .faq-item summary {
      padding: 0.9rem 1rem;
      font-size: 0.88rem;
    }

    .faq-answer {
      padding: 0 1rem 1rem;
      font-size: 0.85rem;
    }

    .plan-modal {
      max-width: 100%;
      border-radius: 1.2rem;
    }

    .plan-modal-header {
      padding: 1.2rem 1rem 0.6rem;
    }

    .plan-modal-header h3 {
      font-size: 1rem;
    }

    .plan-modal-header p {
      font-size: 0.8rem;
    }

    .plan-modal-columns {
      padding: 0.8rem 1rem 1rem;
      gap: 0.8rem;
    }

    .plan-modal-close {
      top: 0.6rem;
      right: 0.6rem;
      width: 32px;
      height: 32px;
      font-size: 1.1rem;
    }

    .plan-service-item {
      padding: 0.4rem 0.5rem;
      font-size: 0.82rem;
    }

    .plan-modal-form input,
    .plan-modal-form textarea {
      font-size: 0.82rem;
      padding: 0.5rem 0.7rem;
    }

    .plan-summary-total {
      font-size: 1.1rem;
    }

    .plan-success {
      padding: 1.6rem 1.2rem;
      max-width: 100%;
    }

    .plan-success h3 {
      font-size: 1rem;
    }

    .plan-success p {
      font-size: 0.8rem;
    }

    .enterprise-form {
      padding: 0.8rem 1rem 1.2rem;
    }

    .enterprise-form-row {
      grid-template-columns: 1fr;
      gap: 0.6rem;
    }

    .enterprise-form input,
    .enterprise-form select,
    .enterprise-form textarea {
      font-size: 0.85rem;
      padding: 0.6rem 0.75rem;
    }

    .enterprise-form-submit .btn-consult-custom {
      width: 100%;
      min-width: 0;
      font-size: 0.88rem;
    }

    .plan-modal-enterprise {
      max-width: 100%;
    }

    .portfolio-card .pf-body {
      padding: 1rem;
    }

    .showcase-image {
      height: 200px;
    }

    .website-preview-frame {
      height: 180px;
    }

    .proof-strip {
      border-radius: 50px;
      padding: 0.6rem 0;
    }

    .proof-pill {
      font-size: 0.72rem;
      min-height: 2rem;
      padding: 0.35rem 0.7rem;
    }

    .proof-strip::before,
    .proof-strip::after {
      width: 1.5rem;
    }

    .eyebrow {
      font-size: 0.65rem;
      padding: 0.4rem 0.7rem;
    }

    .stats-row {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.6rem;
    }

    .stat {
      padding: 1rem;
      border-radius: 1rem;
    }

    .stat h3 {
      font-size: 1.5rem;
    }

    .stat p {
      font-size: 0.78rem;
    }

    .page-header .container-main,
    .cta-panel {
      padding: 1.2rem;
    }

    .mission-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .team-card .role {
      font-size: 0.82rem;
    }

    .site-aurora::before,
    .site-aurora::after {
      filter: blur(40px);
    }

    .site-grid {
      background-size: 60px 60px;
      mask-image: radial-gradient(circle at center, black 30%, transparent 100%);
    }

    .custom-plan-trigger {
      margin-top: 1.5rem;
    }

    .enterprise-footnote {
      font-size: 0.78rem;
      margin-top: 1rem;
    }

    .plan-price-consult .price-amount {
      font-size: 0.95rem;
    }

    .contact-form-headline {
      margin: -0.1rem -0.1rem 1rem;
      padding: 0.7rem 0.75rem;
    }

    .contact-form-headline-text {
      font-size: 1.15rem;
    }
  }

.footer-grid .footer-social a {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.footer-grid .footer-social a:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.38);
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 0;
}

@media (max-width: 1080px) {
  .hero-grid,
  .showcase-grid,
  .testimonial-grid,
  .pricing-grid,
  .values-grid,
  .team-grid,
  .why-grid,
  .addon-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid,
  .mission-grid,
  .contact-grid,
  .service-detail-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    position: relative;
    top: auto;
  }
}

@media (max-width: 820px) {
  .navbar .nav-panel {
    align-items: center;
  }

  .nav-links {
    display: none;
  }

  .nav-links.open {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid var(--color-border);
    border-radius: 1.4rem;
    background: rgba(8, 12, 18, 0.96);
    backdrop-filter: blur(20px);
  }

  .nav-links.open a {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-button {
      display: none;
    }

    .nav-links.open .nav-button-mobile {
      display: flex;
      width: 100%;
      justify-content: center;
      margin-top: 0.3rem;
    }

  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-metrics,
  .feature-grid,
  .showcase-grid,
  .testimonial-grid,
  .portfolio-grid-page,
  .values-grid,
  .team-grid,
  .why-grid,
  .addon-grid,
  .pricing-grid,
  .footer-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-heading.centered {
    align-items: center;
  }

  .proof-strip,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 9vw, 3.8rem);
  }

  .hero-copy p {
    font-size: 0.98rem;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn-custom {
    width: 100%;
  }

  .proof-strip::before,
  .proof-strip::after {
    width: 2.5rem;
  }

  .section-padding {
    padding: 3.5rem 0;
  }

  .page-header .container-main,
  .cta-panel {
    padding: 2rem 1.5rem;
  }

  .page-header .container-main {
    padding: 2rem;
  }

  .footer-grid {
    padding: 1.2rem;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons .btn-custom {
    width: 100%;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container-main {
    width: min(100% - 1.25rem, var(--container-max));
  }

  .site-main {
    padding-top: 5.5rem;
  }

  .hero-section {
    padding-top: 2rem;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .section-title {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }

  .nav-panel {
    min-height: 64px;
    padding: 0 0.75rem;
  }

  .brand-logo-mark {
    height: 2.35rem;
    max-width: min(8.5rem, 40vw);
  }

  .brand-logo-full {
    height: 4.75rem;
    max-width: 9.5rem;
  }

  .feature-card,
  .process-card,
  .value-card,
  .team-card,
  .addon-card,
  .testimonial-card,
  .mission-card,
  .contact-form-box,
  .custom-plan-card,
  .pricing-card-light {
    padding: 1.2rem;
  }

  .cta-panel {
    padding: 1.5rem;
  }

  .footer-grid {
    padding: 1rem;
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proof-carousel-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }

  .site-aurora::before,
  .site-aurora::after {
    animation: none;
  }
}

.contact-form-headline {
  margin: -0.4rem -0.4rem 1.4rem;
  padding: 1rem 1.2rem;
  border-radius: 1.2rem;
  background: linear-gradient(
    120deg,
    rgba(124, 140, 255, 0.22),
    rgba(168, 132, 255, 0.18) 45%,
    rgba(124, 140, 255, 0.10)
  );
  border: 1px solid rgba(124, 140, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(124, 140, 255, 0.08), 0 10px 28px rgba(124, 140, 255, 0.18);
  text-align: center;
}

.contact-form-headline-text {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 0 0 24px rgba(124, 140, 255, 0.35);
}

@media (max-width: 640px) {
  .contact-form-headline {
    margin: -0.2rem -0.2rem 1.2rem;
    padding: 0.85rem 0.9rem;
  }
  .contact-form-headline-text {
    font-size: 1.35rem;
  }
}

html.light {
  --color-background: #f4f6fb;
  --color-background-soft: #eef2f9;
  --color-surface: rgba(255, 255, 255, 0.92);
  --color-surface-strong: #ffffff;
  --color-surface-elevated: rgba(255, 255, 255, 0.98);
   --color-bg: var(--color-background);
   --color-card-bg: var(--color-surface-elevated);
  --color-border: rgba(15, 23, 42, 0.08);
  --color-border-strong: rgba(15, 23, 42, 0.14);
  --color-text-primary: #0f172a;
  --color-text-secondary: rgba(15, 23, 42, 0.72);
  --color-text-muted: rgba(15, 23, 42, 0.52);
  --color-primary: #5b6cff;
  --color-primary-strong: #4a59e6;
  --shadow-soft: 0 24px 80px rgba(15, 23, 42, 0.08);
  --shadow-card: 0 18px 60px rgba(15, 23, 42, 0.06);
}

html.light body {
  background: linear-gradient(180deg, #f8faff 0%, #f1f5fc 48%, #f8faff 100%) fixed;
  background-attachment: fixed;
}

html.light .site-aurora,
html.light .site-grid,
html.light .site-noise {
  opacity: 0.28;
}

html.light .nav-panel {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

html.light .navbar.scrolled .nav-panel {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
}

html.light .mobile-toggle,
html.light .theme-toggle {
  background: rgba(15, 23, 42, 0.04);
}

html.light .nav-links.open {
  background: rgba(255, 255, 255, 0.96);
  border-color: var(--color-border);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

html.light .nav-links a:hover,
html.light .nav-links a.active {
  background: rgba(15, 23, 42, 0.06);
}

html.light .form-group input,
html.light .form-group textarea {
  border-color: rgba(15, 23, 42, 0.1);
  background-color: rgba(255, 255, 255, 0.92);
}

html.light .form-group select {
  border-color: rgba(15, 23, 42, 0.1);
  background-color: rgba(255, 255, 255, 0.92);
  color-scheme: light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a59e6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 16px;
}

html.light .form-group select option {
  background-color: #ffffff;
  color: #0f172a;
}

html.light .form-group select option:checked,
html.light .form-group select option:hover,
html.light .form-group select option:focus {
  background-color: rgba(91, 108, 255, 0.14);
  color: #0f172a;
}

html.light .form-group input:focus,
html.light .form-group textarea:focus,
html.light .form-group select:focus {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a59e6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 16px;
  border-color: rgba(91, 108, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(91, 108, 255, 0.12);
}

html.light .multi-select-trigger {
  border-color: rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.92);
}

html.light .multi-select.open .multi-select-trigger,
html.light .multi-select-trigger:hover {
  background: #ffffff;
  border-color: rgba(91, 108, 255, 0.45);
}

html.light .multi-select-options {
  background: #ffffff;
  border-color: rgba(91, 108, 255, 0.45);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

html.light .multi-select-options li:hover,
html.light .multi-select-options li.checked {
  background: rgba(91, 108, 255, 0.12);
  color: var(--color-text-primary);
}

html.light .multi-select-options .checkbox {
  border-color: rgba(15, 23, 42, 0.2);
}

html.light .multi-select-options li.checked .checkbox {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
}

html.light .proof-strip::before {
  background: linear-gradient(90deg, rgba(248, 250, 255, 0.98), transparent);
}

html.light .proof-strip::after {
  background: linear-gradient(270deg, rgba(248, 250, 255, 0.98), transparent);
}

html.light .proof-pill {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

html.light .feature-card,
html.light .process-card,
html.light .showcase-card,
html.light .service-detail-card,
html.light .why-card,
html.light .value-card,
html.light .team-card,
html.light .addon-card,
html.light .testimonial-card,
html.light .portfolio-card,
html.light .pricing-card-light,
html.light .mission-card,
html.light .contact-form-box,
html.light .custom-plan-card,
html.light .map-container,
html.light .faq-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
}

html.light .cta-panel {
  background:
    radial-gradient(circle at top left, rgba(124, 140, 255, 0.12), transparent 32%),
    radial-gradient(circle at 80% 0%, rgba(220, 182, 118, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.96));
  border-color: rgba(124, 140, 255, 0.2);
}

html.light .footer-grid {
  background: linear-gradient(145deg, #4a59e6 0%, #5b6cff 48%, #6366f1 100%);
  box-shadow: 0 24px 64px rgba(91, 108, 255, 0.24);
}

html.dark .footer-grid {
  background: linear-gradient(145deg, #6366f1 0%, #7c8cff 48%, #4338ca 100%);
  box-shadow: 0 24px 64px rgba(67, 56, 202, 0.35);
}

html.light .page-header .container-main {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.92));
}

html.light ::selection {
  background: rgba(124, 140, 255, 0.22);
  color: #0f172a;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-text-primary);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.theme-toggle:hover {
  border-color: var(--color-border-strong);
  background: rgba(255, 255, 255, 0.08);
}

.theme-toggle i {
  font-size: 0.95rem;
}

/* ── Hero globe orbit ── */
.hero-globe-stage {
  position: relative;
  height: 100%;
  min-height: min(62vh, 620px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transform: translateZ(0);
  contain: layout style paint;
}

#hero-globe-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.hero-globe-glow {
  position: absolute;
  width: clamp(340px, 40vw, 560px);
  height: clamp(340px, 40vw, 560px);
  border-radius: 50%;
  top: 0;
  background: radial-gradient(circle, rgba(108, 123, 255, 0.22) 0%, transparent 65%);
  animation: hgPulse 4s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes hgPulse { 0%, 100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.12); opacity: 1; } }

/* ── Orbital carousel container ── */
.orbit-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 2;
}

/* ── Orbiting cards ── */
.orbit-card {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #0e0e22;
  border: 1px solid rgba(160, 170, 255, 0.25);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(108, 123, 255, 0.06);
  will-change: transform, opacity;
  backface-visibility: hidden;
  pointer-events: auto;
}

html.light .orbit-card {
  background: #fff;
  border-color: rgba(91, 108, 255, 0.25);
  box-shadow: 0 12px 40px rgba(30, 34, 90, 0.18), inset 0 0 0 1px rgba(91, 108, 255, 0.06);
}

.hero-orbit-bar {
  height: 24px;
  background: linear-gradient(#1d1d3d, #16162f);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(160, 170, 255, 0.14);
}

html.light .hero-orbit-bar {
  background: linear-gradient(#eee, #e0e0e8);
  border-bottom-color: rgba(91, 108, 255, 0.12);
}

.hero-orbit-bar i { width: 6px; height: 6px; border-radius: 50%; background: #555a8a; display: block; }
.hero-orbit-bar i:nth-child(1) { background: #e0665c; }
.hero-orbit-bar i:nth-child(2) { background: #e0b25c; }
.hero-orbit-bar i:nth-child(3) { background: #6cc474; }

.orbit-card img {
  width: 100%;
  height: auto;
  display: block;
  background: #0e0e22;
}

html.light .orbit-card img {
  background: #f4f4fa;
}

.hero-orbit-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 12px 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(transparent, rgba(4, 4, 14, 0.94));
}

html.light .hero-orbit-label {
  color: #1a1a2e;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.94));
}

.hero-orbit-label span {
  display: block;
  font-size: 0.5rem;
  font-weight: 600;
  color: #9aa3d8;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 2px;
}

html.light .hero-orbit-label span { color: #6e7191; }

html.light .hero-globe-glow { background: radial-gradient(circle, rgba(91, 108, 255, 0.14) 0%, transparent 65%); }

@media (max-width: 991px) {
  .hero-globe-stage { height: 420px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-globe-glow { animation: none; }
  .orbit-card { display: none; }
  #hero-globe-svg { display: none; }
}

/* ── Growth package generators ─────────────── */
.package-generator-section {
  padding-top: 2rem;
}

.generator-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 820px;
  margin: 0 auto 1.25rem;
  padding: 0.45rem;
  border: 1px solid var(--color-border);
  border-radius: 1.25rem;
  background: var(--color-surface);
}

.generator-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.15rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0.9rem;
  color: var(--color-text-secondary);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.generator-tab:hover,
.generator-tab.active {
  color: #08111b;
  background: linear-gradient(135deg, #f4f7ff 0%, #7c8cff 100%);
  box-shadow: 0 10px 28px rgba(124, 140, 255, 0.22);
}

.generator-panel {
  display: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.25rem;
  max-width: 1120px;
  margin: 0 auto;
  animation: tabFadeIn 0.35s ease-out;
}

.generator-panel.active {
  display: grid;
}

.generator-controls,
.generator-result {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--color-border);
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

.generator-intro {
  margin-bottom: 1.5rem;
}

.generator-kicker,
.generator-recommended {
  color: var(--color-primary-strong);
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.generator-intro h3,
.generator-result h3 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.035em;
}

.generator-intro p {
  margin: 0.6rem 0 0;
  color: var(--color-text-secondary);
  line-height: 1.65;
}

.generator-control,
.generator-select {
  display: block;
  margin-top: 1.15rem;
}

.generator-control > span,
.generator-select > span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  color: var(--color-text-secondary);
  font-size: 0.88rem;
  font-weight: 650;
}

.generator-control output {
  color: var(--color-primary-strong);
  font-family: var(--font-mono), monospace;
}

.generator-control input[type="range"] {
  width: 100%;
  accent-color: var(--color-primary);
  cursor: pointer;
}

.generator-select select,
.generator-select input[type="number"] {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--color-border-strong);
  border-radius: 0.85rem;
  color: var(--color-text-primary);
  background: var(--color-background-soft);
  outline: none;
}

.generator-select select:focus,
.generator-select input[type="number"]:focus {
  border-color: var(--color-primary-strong);
  box-shadow: 0 0 0 4px rgba(124, 140, 255, 0.12);
}

.generator-switch {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.7rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid var(--color-border);
  border-radius: 0.9rem;
  cursor: pointer;
}

.generator-switch input {
  grid-row: 1 / span 2;
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--color-primary);
}

.generator-switch span {
  font-size: 0.9rem;
  font-weight: 700;
}

.generator-switch small {
  margin-top: 0.15rem;
  color: var(--color-text-muted);
}

.generator-result {
  border-color: rgba(124, 140, 255, 0.28);
  background:
    radial-gradient(circle at top right, rgba(124, 140, 255, 0.16), transparent 40%),
    linear-gradient(180deg, rgba(124, 140, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.generator-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.generator-price strong {
  font-size: clamp(2rem, 5vw, 3.15rem);
  letter-spacing: -0.055em;
}

.generator-price span,
.generator-totals span {
  color: var(--color-text-muted);
  font-size: 0.82rem;
}

.generator-totals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.generator-totals > div {
  padding: 0.85rem;
  border: 1px solid var(--color-border);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.025);
}

.generator-totals strong,
.generator-totals span {
  display: block;
}

.generator-totals strong {
  margin-top: 0.35rem;
  font-size: 0.95rem;
}

.generator-features {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.generator-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--color-text-secondary);
  font-size: 0.88rem;
  line-height: 1.45;
}

.generator-features i {
  margin-top: 0.2rem;
  color: var(--color-success);
}

.generator-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.generator-actions .btn-custom {
  flex: 1 1 180px;
}

.generator-disclaimer,
.generator-footnote {
  color: var(--color-text-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.generator-disclaimer {
  margin: 1rem 0 0;
}

.generator-footnote {
  max-width: 880px;
  margin: 1rem auto 0;
  text-align: center;
}

html.light .generator-select select,
html.light .generator-select input[type="number"] {
  color: #111827;
  background: #f9faff;
}

@media (max-width: 820px) {
  .generator-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .generator-tabs {
    grid-template-columns: 1fr;
    border-radius: 1rem;
  }

  .generator-tab {
    justify-content: flex-start;
  }

  .generator-controls,
  .generator-result {
    border-radius: 1.2rem;
  }

  .generator-totals {
    grid-template-columns: 1fr;
  }
}
