/* ═══════════════════════════════════════════════════════════════
   XIPE – Central Stylesheet
   Consolidated from: index.html, consulting.html, software-development.html
   ═══════════════════════════════════════════════════════════════ */

/* ─── RESET & VARIABLES ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue: #4f6ef7;
  --blue-light: #6b84ff;
  --blue-dim: #3a56e8;
  --white: #ffffff;
  --gray: #9ca3af;
  --dark-bg: #0a0c14;
  --card-bg: rgba(255,255,255,0.05);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--dark-bg);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }

h1, h2, h3,
.hero-title,
.section-title,
.services-title,
.staff-title,
.ai-native-left .title {
  font-family: 'Space Grotesk', sans-serif;
}

/* ─── NAV ─── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 64px;
  background: rgba(10,12,20,0.7);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 32px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-links a {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--white); }
.nav-links a.active { color: var(--blue-light); }

.btn-primary {
  background: var(--blue);
  color: #0d1340;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  font-family: inherit;
}

.btn-primary:hover {
  background: var(--blue-light);
  transform: translateY(-1px);
}

/* ─── HERO (shared across all pages) ─── */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 64px 100px 180px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: #060810;
  z-index: 0;
}

.hero-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.25;
  z-index: 0;
}

.hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(6,8,16,0.75) 0%, rgba(6,8,16,0.2) 60%, rgba(6,8,16,0.05) 100%),
    linear-gradient(to top, rgba(6,8,16,0.6) 0%, transparent 50%);
}

/* Stars layer (index.html hero) */
.stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 10% 15%, rgba(255,255,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 25% 30%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 40% 10%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 55% 22%, rgba(255,255,255,0.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 70% 8%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 82% 18%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 92% 35%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 15% 55%, rgba(255,255,255,0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 30% 70%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 48% 65%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 62% 80%, rgba(255,255,255,0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 78% 60%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 88% 75%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 5% 85%, rgba(255,255,255,0.25) 0%, transparent 100%),
    radial-gradient(2px 2px at 20% 90%, rgba(255,255,255,0.15) 0%, transparent 100%),
    radial-gradient(1px 1px at 35% 95%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 58% 48%, rgba(255,255,255,0.15) 0%, transparent 100%),
    radial-gradient(1px 1px at 72% 42%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 95% 55%, rgba(255,255,255,0.18) 0%, transparent 100%),
    radial-gradient(1px 1px at 3% 40%, rgba(255,255,255,0.22) 0%, transparent 100%);
  z-index: 0;
}

/* Milky way glow (index.html hero) */
.milky-way {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 120% 40% at 60% 60%, rgba(30,60,130,0.3) 0%, transparent 60%),
              radial-gradient(ellipse 80% 30% at 70% 70%, rgba(20,40,100,0.2) 0%, transparent 50%);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 60%;
  max-width: 60%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(79,110,247,0.15);
  border: 1px solid rgba(79,110,247,0.35);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: var(--blue-light);
  text-transform: uppercase;
  margin-bottom: 32px;
}

.hero-badge::before { content: '\2022'; font-size: 16px; }

.hero-title {
  font-size: clamp(52px, 7vw, 80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 28px;
}

.hero-title em {
  font-style: italic;
  color: var(--blue-light);
}

.hero-subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  max-width: 100%;
  margin-bottom: 44px;
}

.hero-subtitle-2 {
  font-size: 16px;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  margin-bottom: 44px;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #0d1340;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  transition: background 0.2s, transform 0.15s;
}

.btn-hero:hover {
  background: var(--blue-light);
  transform: translateY(-2px);
}

/* ─── SECTION LABELS & TITLES (index.html shared) ─── */
.section-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 28px;
}

.section-title {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.section-title em {
  font-style: italic;
  color: var(--blue-light);
}

.section-body {
  font-size: 17px;
  color: rgba(255,255,255,0.55);
  max-width: 600px;
  margin: 20px auto 20px;
  line-height: 1.75;
}

.section-body strong {
  color: var(--blue-light);
  font-weight: 700;
}

.link-arrow {
  font-size: 15px;
  color: var(--blue-light);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s;
}

.link-arrow:hover { gap: 8px; }

.btn-outline {
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1.5px solid var(--blue-light);
  color: var(--blue-light);
  border-radius: 10px;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  width: fit-content;
  margin-top: 20px;
  transition: background 0.2s, color 0.2s, gap 0.2s;
}

.btn-outline:hover {
  background: rgba(107,132,255,0.12);
  gap: 10px;
}

/* ═══════════════════════════════════════════════════════════════
   INDEX.HTML – Page-specific sections
   ═══════════════════════════════════════════════════════════════ */

/* ─── HOW WE WORK (index) ─── */
#how-we-work {
  background: #080a10;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
  text-align: center;
}

/* ─── AI NATIVE ─── */
#ai-native {
  background: #ffffff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 80px 64px;
}

#ai-native .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.ai-native-left .title {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 800;
  color: #0a0c14;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}

.ai-native-left .body {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
}

.approach-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 28px;
  display: block;
}

.approach-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.approach-item {
  display: flex;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid #e5e7eb;
}

.approach-item:last-child { border-bottom: 1px solid #e5e7eb; }

.approach-icon {
  font-size: 18px;
  margin-top: 2px;
  min-width: 24px;
  color: #111827;
}

.approach-item h3 {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.approach-item p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.65;
}

/* ─── SERVICES ─── */
#services {
  position: relative;
  padding: 120px 64px;
  overflow: hidden;
}

.services-bg {
  position: absolute;
  inset: 0;
  background: #0c1428;
  z-index: 0;
}

.services-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.04;
  z-index: 0;
}

.services-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(79,110,247,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79,110,247,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 80%);
}

.services-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(3px 3px at 15% 25%, rgba(79,110,247,0.6) 0%, transparent 100%),
    radial-gradient(2px 2px at 30% 15%, rgba(79,110,247,0.4) 0%, transparent 100%),
    radial-gradient(3px 3px at 65% 20%, rgba(79,110,247,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 80% 35%, rgba(79,110,247,0.4) 0%, transparent 100%),
    radial-gradient(3px 3px at 90% 60%, rgba(100,140,255,0.35) 0%, transparent 100%),
    radial-gradient(2px 2px at 10% 70%, rgba(79,110,247,0.3) 0%, transparent 100%),
    radial-gradient(3px 3px at 45% 80%, rgba(79,110,247,0.4) 0%, transparent 100%),
    radial-gradient(2px 2px at 75% 85%, rgba(79,110,247,0.35) 0%, transparent 100%),
    radial-gradient(4px 4px at 50% 50%, rgba(79,110,247,0.25) 0%, transparent 100%),
    radial-gradient(2px 2px at 20% 90%, rgba(79,110,247,0.3) 0%, transparent 100%),
    radial-gradient(3px 3px at 88% 10%, rgba(79,110,247,0.4) 0%, transparent 100%),
    radial-gradient(2px 2px at 55% 95%, rgba(79,110,247,0.25) 0%, transparent 100%);
}

#services .inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.services-header { margin-bottom: 60px; }

.services-title {
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -2px;
  line-height: 1.05;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.service-card {
  display: block;
  background: rgba(4,6,18,0.75);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 40px;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.service-card:hover {
  background: rgba(4,6,18,0.88);
  transform: translateY(-3px);
}

.service-badge {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
}

.service-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  color: var(--white);
}

.service-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 32px;
}

/* ─── CLIENTS TICKER ─── */
#clients {
  background: #05060d;
  padding: 64px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.clients-label {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 44px;
}

.clients-track-wrap {
  overflow: hidden;
  position: relative;
}

.clients-track-wrap::before,
.clients-track-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 160px;
  z-index: 2;
  pointer-events: none;
}

.clients-track-wrap::before {
  left: 0;
  background: linear-gradient(to right, #05060d 0%, transparent 100%);
}

.clients-track-wrap::after {
  right: 0;
  background: linear-gradient(to left, #05060d 0%, transparent 100%);
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 80px;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.clients-track:hover { animation-play-state: paused; }

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-25%); }
}

.client-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.client-logo img {
  height: 160px;
  width: auto;
  opacity: 0.35;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}

.client-logo img:hover { opacity: 0.85; }

/* ─── TESTIMONIALS ─── */
#testimonials {
  background: #07080f;
  padding: 120px 64px;
}

.testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonials-header { margin-bottom: 56px; }

.testimonials-title {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--white);
  max-width: 820px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 56px;
}

.testimonial-card {
  background: #0f1120;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 36px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
  border-color: rgba(107,132,255,0.85);
  box-shadow: 0 0 24px rgba(79,110,247,0.35), 0 0 8px rgba(107,132,255,0.2);
}

.testimonial-stars {
  color: var(--blue-light);
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.testimonial-quote {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 28px;
}

.testimonial-author {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.testimonial-role {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

.testimonials-cta {
  display: flex;
  justify-content: center;
}

.btn-clutch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: var(--white);
  background: transparent;
  border-radius: 10px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s, gap 0.2s;
}

.btn-clutch:hover {
  border-color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.05);
  gap: 12px;
}

/* ─── TEAM ─── */
#team {
  background: #ffffff;
  padding: 120px 64px;
}

#team .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.team-header {
  text-align: center;
  margin-bottom: 72px;
}

.team-title {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #0a0c14;
  margin-top: 16px;
}

.team-title em {
  color: var(--blue);
  font-style: italic;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.team-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 40px 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.25s;
}

.team-card:hover {
  border-color: rgba(79,110,247,0.45);
  box-shadow: 0 8px 32px rgba(79,110,247,0.1);
  transform: translateY(-5px);
}

.team-photo-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
  border: 2px solid #e5e7eb;
  transition: border-color 0.3s;
  flex-shrink: 0;
}

.team-card:hover .team-photo-wrap { border-color: rgba(79,110,247,0.5); }

.team-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
  transition: filter 0.4s;
}

.team-card:hover .team-photo-wrap img { filter: grayscale(0%); }

.team-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0a0c14;
  margin-bottom: 6px;
}

.team-role {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
  line-height: 1.5;
}

.team-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.3px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.3s, transform 0.3s;
}

.team-card:hover .team-linkedin {
  opacity: 1;
  transform: translateY(0);
}

/* ─── STAFF AUGMENTATION ─── */
#staff-aug {
  background: #04050b;
  padding: 140px 64px;
  text-align: center;
}

.staff-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 28px;
  display: block;
}

.staff-title {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 24px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.staff-body {
  font-size: 17px;
  color: rgba(255,255,255,0.55);
  max-width: 800px;
  margin: 0 auto 44px;
  line-height: 1.75;
}

.staff-body strong { color: var(--white); font-weight: 700; }

.btn-staff {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #0d1340;
  border-radius: 10px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: background 0.2s, transform 0.15s;
}

.btn-staff:hover {
  background: var(--blue-light);
  transform: translateY(-2px);
}

/* ─── XILO ─── */
#xilo {
  background: #080a12;
  padding: 100px 64px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.05);
}

#xilo .inner {
  max-width: 760px;
  margin: 0 auto;
}

.xilo-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 24px;
}

.xilo-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--white);
  margin-bottom: 24px;
}

.xilo-title em {
  color: var(--blue-light);
  font-style: italic;
}

.xilo-body {
  font-size: 17px;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin-bottom: 40px;
}

.btn-xilo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(107,132,255,0.5);
  color: var(--blue-light);
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.btn-xilo:hover {
  background: rgba(79,110,247,0.1);
  border-color: var(--blue-light);
  transform: translateY(-2px);
}

/* ─── CONTACT ─── */
#contact {
  position: relative;
  padding: 120px 64px;
  overflow: hidden;
}

.contact-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4,6,18,0.84);
  z-index: 0;
}

.contact-inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}

.contact-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  color: var(--white);
  margin: 16px 0 18px;
}

.contact-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 48px;
  line-height: 1.7;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.3px;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 15px;
  color: var(--white);
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255,255,255,0.22);
}

.form-group select {
  color: rgba(255,255,255,0.4);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='rgba(255,255,255,0.35)' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
  cursor: pointer;
}

.form-group select option {
  background: #0a0c14;
  color: var(--white);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(107,132,255,0.55);
  background: rgba(255,255,255,0.09);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.65;
}

.btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--blue);
  color: #0d1340;
  border: none;
  border-radius: 10px;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  width: 100%;
}

.btn-contact:hover {
  background: var(--blue-light);
  transform: translateY(-2px);
}

.form-error {
  background: rgba(239,68,68,0.12);
  border: 1px solid rgba(239,68,68,0.3);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 14px;
  color: #fca5a5;
}

/* ─── THANK YOU PAGE ─── */
#thankyou {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 64px 100px;
  overflow: hidden;
}

.thankyou-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thankyou-icon {
  font-size: 64px;
  color: var(--blue);
  margin-bottom: 24px;
  animation: thankyou-pop 0.5s ease-out;
}

@keyframes thankyou-pop {
  0% { transform: scale(0); opacity: 0; }
  60% { transform: scale(1.15); }
  100% { transform: scale(1); opacity: 1; }
}

.thankyou-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -2px;
  color: var(--white);
  margin: 16px 0 24px;
}

.thankyou-subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin-bottom: 48px;
}

.thankyou-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ═══════════════════════════════════════════════════════════════
   CONSULTING.HTML – Page-specific sections
   ═══════════════════════════════════════════════════════════════ */

/* ─── WHAT WE ADVISE ON ─── */
#advise {
  background: #ffffff;
  padding: 120px 64px;
}

#advise .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.advise-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
}

.advise-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #0a0c14;
  margin-bottom: 20px;
}

.advise-intro {
  font-size: 17px;
  color: #374151;
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 64px;
}

.advise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.advise-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 40px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.advise-card:hover {
  border-color: rgba(79,110,247,0.4);
  box-shadow: 0 0 24px rgba(79,110,247,0.08);
}

.advise-card-icon {
  width: 48px;
  height: 48px;
  background: rgba(79,110,247,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: var(--blue);
}

.advise-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0a0c14;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.advise-card p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
}

/* ─── ADVISORY SESSIONS ─── */
#sessions {
  background: #07080f;
  padding: 120px 64px;
}

#sessions .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.sessions-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 20px;
}

.sessions-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: var(--white);
  margin-bottom: 24px;
}

.sessions-title em {
  color: var(--blue-light);
  font-style: italic;
}

.sessions-body {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin-bottom: 40px;
}

.sessions-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 44px;
}

.sessions-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.7);
}

.sessions-list li i {
  color: var(--blue-light);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

.btn-sessions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #0d1340;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  transition: background 0.2s, transform 0.15s;
}

.btn-sessions:hover {
  background: var(--blue-light);
  transform: translateY(-2px);
}

.sessions-callout {
  background: rgba(79,110,247,0.06);
  border: 1px solid rgba(79,110,247,0.2);
  border-radius: 20px;
  padding: 48px;
}

.sessions-callout p {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 16px;
  line-height: 1.5;
}

.sessions-callout strong {
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  font-family: 'Space Grotesk', sans-serif;
  display: block;
  letter-spacing: -0.3px;
  line-height: 1.4;
}

/* ─── SENIOR PRACTITIONERS ─── */
#practitioners {
  background: #ffffff;
  padding: 120px 64px;
}

#practitioners .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.prac-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
}

.prac-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: #0a0c14;
  margin-bottom: 24px;
}

.prac-title em {
  color: var(--blue);
  font-style: italic;
}

.prac-body {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.75;
  margin-bottom: 16px;
}

.prac-callout {
  background: #0a0c14;
  border-radius: 20px;
  padding: 48px;
}

.prac-callout p {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 16px;
  line-height: 1.5;
}

.prac-callout strong {
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  font-family: 'Space Grotesk', sans-serif;
  display: block;
  letter-spacing: -0.3px;
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════════
   SOFTWARE-DEVELOPMENT.HTML – Page-specific sections
   ═══════════════════════════════════════════════════════════════ */

/* ─── FLIP THE SCRIPT ─── */
#flip {
  background: #080a12;
  padding: 120px 64px;
}

#flip .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.flip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 80px;
}

.flip-problem {
  border-left: 3px solid rgba(255,255,255,0.1);
  padding-left: 32px;
}

.flip-problem p {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'Space Grotesk', sans-serif;
}

.flip-problem .risky {
  font-size: 16px;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  margin-bottom: 12px;
}

.flip-script {
  font-size: 28px;
  font-weight: 800;
  color: var(--blue-light);
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -0.5px;
}

.flip-diana { padding-top: 8px; }

.flip-diana .label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 20px;
}

.flip-diana p {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
  margin-bottom: 20px;
}

.flip-proof {
  background: rgba(79,110,247,0.06);
  border: 1px solid rgba(79,110,247,0.2);
  border-radius: 16px;
  padding: 40px 48px;
  text-align: center;
}

.flip-proof p {
  font-size: 22px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 8px;
}

.flip-proof strong {
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
  font-family: 'Space Grotesk', sans-serif;
  display: block;
  letter-spacing: -0.5px;
}

/* ─── WHAT YOU GET ─── */
#what-you-get {
  background: #ffffff;
  padding: 120px 64px;
}

#what-you-get .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.wyg-header { margin-bottom: 56px; }

.wyg-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
}

.wyg-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #0a0c14;
  margin-bottom: 20px;
}

.wyg-intro {
  font-size: 17px;
  color: #374151;
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 12px;
}

.wyg-intro-2 {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 4px;
}

.wyg-foundation {
  font-size: 15px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 56px;
}

.wyg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 56px;
}

.wyg-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 40px;
}

.wyg-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0a0c14;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wyg-card h3 i {
  color: var(--blue);
  font-size: 18px;
}

.wyg-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wyg-card ul li {
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.wyg-card ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
  margin-top: 7px;
}

.wyg-cta {
  display: flex;
  justify-content: center;
}

.btn-wyg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #0d1340;
  border-radius: 10px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 700;
  transition: background 0.2s, transform 0.15s;
}

.btn-wyg:hover {
  background: var(--blue-light);
  transform: translateY(-2px);
}

/* ─── HOW WE WORK – PHASES (software-development) ─── */
.hww-header {
  text-align: center;
  margin-bottom: 80px;
}

.hww-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 20px;
}

.hww-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--white);
}

.hww-phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}

.phase-card {
  background: #0d0f1c;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  padding: 44px 36px;
  transition: border-color 0.3s, transform 0.2s;
}

.phase-card:hover {
  border-color: rgba(107,132,255,0.35);
  transform: translateY(-4px);
}

.phase-tag {
  display: inline-block;
  background: rgba(79,110,247,0.12);
  border: 1px solid rgba(79,110,247,0.25);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 12px;
}

.phase-timeline {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  font-weight: 500;
  margin-bottom: 24px;
}

.phase-card h3 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: var(--white);
  margin-bottom: 20px;
}

.phase-card p {
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
}

/* ─── GREENFIELD ─── */
#greenfield {
  background: #ffffff;
  padding: 120px 64px;
}

#greenfield .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.gf-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
}

.gf-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: #0a0c14;
  margin-bottom: 24px;
}

.gf-title em {
  color: var(--blue);
  font-style: italic;
}

.gf-body {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.75;
  margin-bottom: 16px;
}

.gf-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.gf-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #374151;
}

.gf-list li i {
  color: var(--blue);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

.gf-callout {
  background: #0a0c14;
  border-radius: 20px;
  padding: 48px;
}

.gf-callout p {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 16px;
  line-height: 1.5;
}

.gf-callout strong {
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  font-family: 'Space Grotesk', sans-serif;
  display: block;
  letter-spacing: -0.3px;
  line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════════
   FINAL CTA (shared across consulting & software-development)
   ═══════════════════════════════════════════════════════════════ */
#final-cta {
  background: #04050b;
  padding: 140px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 300px;
  background: radial-gradient(ellipse, rgba(79,110,247,0.18) 0%, transparent 70%);
  pointer-events: none;
}

#final-cta .inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}

.cta-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue-light);
  margin-bottom: 20px;
}

.cta-title {
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.cta-title em {
  color: var(--blue-light);
  font-style: italic;
}

.cta-body {
  font-size: 17px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  margin-bottom: 44px;
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER (shared across all pages)
   ═══════════════════════════════════════════════════════════════ */
footer {
  background: #02030a;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 72px 64px 40px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.footer-logo {
  height: 36px;
  width: auto;
  margin-bottom: 20px;
  display: block;
}

.footer-tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  line-height: 1.7;
  max-width: 260px;
}

.footer-col h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 20px;
}

.footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
  transition: color 0.2s;
}

.footer-col a:hover { color: var(--white); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
}

.footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}

.footer-socials {
  display: flex;
  gap: 16px;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
  font-size: 16px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.footer-socials a:hover {
  border-color: rgba(107,132,255,0.5);
  color: var(--blue-light);
  background: rgba(79,110,247,0.08);
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  nav { padding: 16px 24px; }
  #hero { padding: 120px 24px 80px; }
  .hero-content { width: 90%; max-width: 90%; }

  /* index */
  #how-we-work, #ai-native, #services, #team, #staff-aug, #contact, #thankyou { padding-left: 24px; padding-right: 24px; }
  #ai-native .inner { grid-template-columns: 1fr; gap: 48px; }
  .services-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }

  /* consulting */
  #advise, #sessions, #practitioners, #final-cta { padding-left: 24px; padding-right: 24px; }
  .advise-grid { grid-template-columns: 1fr; }
  #sessions .inner, #practitioners .inner { grid-template-columns: 1fr; gap: 48px; }

  /* software-development */
  #flip, #what-you-get, #greenfield { padding-left: 24px; padding-right: 24px; }
  .flip-grid { grid-template-columns: 1fr; gap: 48px; }
  .wyg-grid { grid-template-columns: 1fr; }
  .hww-phases { grid-template-columns: 1fr; }
  #greenfield .inner { grid-template-columns: 1fr; gap: 48px; }

  /* footer */
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  footer { padding: 56px 24px 32px; }
}

@media (max-width: 600px) {
  .nav-links { display: none; }
  .hero-title { font-size: 38px; }
  .hero-content { width: 100%; max-width: 100%; }
  .hero-photo, .services-photo { background-attachment: scroll; }
}

/* ═══════════════════════════════════════════════════════════════
   BLAZOR DEFAULTS
   ═══════════════════════════════════════════════════════════════ */
h1:focus { outline: none; }

.valid.modified:not([type=checkbox]) { outline: 1px solid #26b050; }
.invalid { outline: 1px solid #e50000; }
.validation-message { color: #e50000; }

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
  border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}
