 :root {
  --bg-base: #050914;
  --bg-panel: rgba(12, 20, 38, 0.45);
  --bg-panel-strong: rgba(12, 22, 39, 0.7);
  --glass: rgba(16, 28, 56, 0.35);
  --glass-border: rgba(126, 150, 255, 0.18);
  --glass-highlight: rgba(255, 255, 255, 0.06);
  --line-soft: rgba(126, 150, 255, 0.14);
  --line-strong: rgba(126, 150, 255, 0.22);
  --text-main: #edf2ff;
  --text-soft: #9aa8c7;
  --accent: #7b61ff;
  --accent-strong: #5f46d8;
  --accent-cool: #5fb4ff;
  --accent-green: #57ff7c;
  --accent-warm: #ffb36b;
  --shadow-xl: 0 30px 80px rgba(0, 0, 0, 0.42);
  --shadow-lg: 0 18px 42px rgba(0, 0, 0, 0.28);
  --shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --radius-xl: 24px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --font-display: "Space Grotesk", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text-main);
  font-family: var(--font-body);
  background: #050914;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Animated gradient blobs */
.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 700px 700px at 5% 10%, rgba(123, 97, 255, 0.32), transparent),
    radial-gradient(ellipse 600px 600px at 90% 78%, rgba(95, 180, 255, 0.26), transparent),
    radial-gradient(ellipse 500px 500px at 48% 48%, rgba(160, 120, 255, 0.12), transparent),
    radial-gradient(ellipse 450px 450px at 78% 18%, rgba(255, 179, 107, 0.18), transparent),
    radial-gradient(ellipse 400px 400px at 18% 72%, rgba(87, 255, 124, 0.1), transparent),
    radial-gradient(ellipse 350px 350px at 55% 85%, rgba(95, 180, 255, 0.14), transparent);
  animation: bgShift 20s ease-in-out infinite alternate;
}

@keyframes bgShift {
  0% { opacity: 1; }
  50% { opacity: 0.85; }
  100% { opacity: 1; }
}

/* Grid overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(126, 150, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 150, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.08));
  z-index: 0;
}

/* IT0 Character & Tech Doodle background layer */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 800 800'%3E%3Cdefs%3E%3ClinearGradient id='v' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%237b61ff'/%3E%3Cstop offset='1' stop-color='%235f46d8'/%3E%3C/linearGradient%3E%3ClinearGradient id='p' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23ffcc80'/%3E%3Cstop offset='1' stop-color='%23ffb36b'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none'%3E%3C!-- Ghost Violet --%3E%3Cpath d='M70 195 Q70 155 100 145 Q130 135 130 155 L130 195 Z' fill='url(%23v)' opacity='0.5'/%3E%3Ccircle cx='85' cy='168' r='3.5' fill='white' opacity='0.8'/%3E%3Ccircle cx='100' cy='168' r='3.5' fill='white' opacity='0.8'/%3E%3C!-- Ghost Ink --%3E%3Cpath d='M580 175 Q580 152 598 145 Q616 138 616 155 L616 175 Z' fill='%23141a2d' opacity='0.6'/%3E%3Ccircle cx='591' cy='160' r='2.5' fill='white' opacity='0.7'/%3E%3Ccircle cx='602' cy='160' r='2.5' fill='white' opacity='0.7'/%3E%3C!-- Ghost Sand --%3E%3Cpath d='M350 695 Q350 672 370 665 Q390 658 390 672 L390 695 Z' fill='%23d8c44f' opacity='0.4'/%3E%3Ccircle cx='363' cy='680' r='2' fill='%231c2235' opacity='0.6'/%3E%3Ccircle cx='375' cy='680' r='2' fill='%231c2235' opacity='0.6'/%3E%3C!-- Ghost Peach --%3E%3Cpath d='M700 710 Q700 692 718 688 Q736 684 736 695 L736 710 Z' fill='url(%23p)' opacity='0.4'/%3E%3Ccircle cx='712' cy='698' r='2' fill='%231c2235' opacity='0.5'/%3E%3Ccircle cx='722' cy='698' r='2' fill='%231c2235' opacity='0.5'/%3E%3C!-- Orbital rings --%3E%3Ccircle cx='500' cy='150' r='80' stroke='%237b61ff' stroke-width='1' opacity='0.3'/%3E%3Ccircle cx='500' cy='150' r='55' stroke='%235fb4ff' stroke-width='0.8' opacity='0.2'/%3E%3Ccircle cx='180' cy='600' r='60' stroke='%23ffb36b' stroke-width='1' opacity='0.22'/%3E%3Ccircle cx='180' cy='600' r='35' stroke='%23ffb36b' stroke-width='0.6' opacity='0.15'/%3E%3C!-- Cloud --%3E%3Cpath d='M240 110 a22 22 0 0 1 22-22 a16 16 0 0 1 30 0 a22 22 0 0 1 22 22z' stroke='%235fb4ff' stroke-width='1.2' opacity='0.35'/%3E%3Cline x1='245' y1='118' x2='310' y2='118' stroke='%235fb4ff' stroke-width='0.8' opacity='0.2'/%3E%3C!-- Server rack --%3E%3Crect x='620' y='400' width='50' height='70' rx='4' stroke='%237b9fff' stroke-width='1' opacity='0.3'/%3E%3Cline x1='625' y1='420' x2='665' y2='420' stroke='%237b9fff' stroke-width='0.8' opacity='0.25'/%3E%3Cline x1='625' y1='440' x2='665' y2='440' stroke='%237b9fff' stroke-width='0.8' opacity='0.25'/%3E%3Ccircle cx='660' cy='410' r='2.5' fill='%2357ff7c' opacity='0.4'/%3E%3Ccircle cx='660' cy='430' r='2.5' fill='%235fb4ff' opacity='0.4'/%3E%3Ccircle cx='660' cy='450' r='2.5' fill='%23ffb36b' opacity='0.3'/%3E%3C!-- Gear --%3E%3Ccircle cx='420' cy='420' r='20' stroke='%237b9fff' stroke-width='1' opacity='0.25'/%3E%3Ccircle cx='420' cy='420' r='9' stroke='%237b9fff' stroke-width='0.8' opacity='0.2'/%3E%3Cline x1='420' y1='396' x2='420' y2='388' stroke='%237b9fff' stroke-width='1' opacity='0.2'/%3E%3Cline x1='420' y1='444' x2='420' y2='452' stroke='%237b9fff' stroke-width='1' opacity='0.2'/%3E%3Cline x1='396' y1='420' x2='388' y2='420' stroke='%237b9fff' stroke-width='1' opacity='0.2'/%3E%3Cline x1='444' y1='420' x2='452' y2='420' stroke='%237b9fff' stroke-width='1' opacity='0.2'/%3E%3C!-- Code brackets --%3E%3Cpath d='M50 420 L30 440 L50 460' stroke='%235fb4ff' stroke-width='1.2' stroke-linecap='round' opacity='0.3'/%3E%3Cpath d='M120 420 L140 440 L120 460' stroke='%235fb4ff' stroke-width='1.2' stroke-linecap='round' opacity='0.3'/%3E%3Cline x1='70' y1='415' x2='100' y2='465' stroke='%235fb4ff' stroke-width='1' opacity='0.2'/%3E%3C!-- Wi-Fi --%3E%3Cpath d='M700 120 a35 35 0 0 1 50 0' stroke='%237b61ff' stroke-width='1' fill='none' opacity='0.3'/%3E%3Cpath d='M710 130 a22 22 0 0 1 30 0' stroke='%237b61ff' stroke-width='1' fill='none' opacity='0.25'/%3E%3Cpath d='M718 138 a12 12 0 0 1 14 0' stroke='%237b61ff' stroke-width='1' fill='none' opacity='0.2'/%3E%3Ccircle cx='725' cy='145' r='2.5' fill='%237b61ff' opacity='0.35'/%3E%3C!-- Database --%3E%3Cellipse cx='150' cy='340' rx='28' ry='9' stroke='%237b9fff' stroke-width='1' opacity='0.28'/%3E%3Cline x1='122' y1='340' x2='122' y2='370' stroke='%237b9fff' stroke-width='1' opacity='0.2'/%3E%3Cline x1='178' y1='340' x2='178' y2='370' stroke='%237b9fff' stroke-width='1' opacity='0.2'/%3E%3Cellipse cx='150' cy='370' rx='28' ry='9' stroke='%237b9fff' stroke-width='1' opacity='0.22'/%3E%3C!-- Lock --%3E%3Crect x='530' cy='580' y='570' width='26' height='22' rx='3' stroke='%23ffb36b' stroke-width='1' opacity='0.3'/%3E%3Cpath d='M535 570 L535 560 a8 8 0 0 1 16 0 L551 570' stroke='%23ffb36b' stroke-width='1' fill='none' opacity='0.25'/%3E%3C!-- Monitor --%3E%3Crect x='280' y='280' width='55' height='38' rx='4' stroke='%235fb4ff' stroke-width='1' opacity='0.25'/%3E%3Cline x1='307' y1='318' x2='307' y2='330' stroke='%235fb4ff' stroke-width='1' opacity='0.2'/%3E%3Cline x1='290' y1='330' x2='324' y2='330' stroke='%235fb4ff' stroke-width='1' opacity='0.2'/%3E%3C!-- Network nodes --%3E%3Ccircle cx='680' cy='560' r='5' stroke='%237b61ff' stroke-width='1' opacity='0.3'/%3E%3Ccircle cx='720' cy='540' r='3.5' stroke='%235fb4ff' stroke-width='1' opacity='0.25'/%3E%3Ccircle cx='700' cy='590' r='4' stroke='%23ffb36b' stroke-width='1' opacity='0.25'/%3E%3Cline x1='680' y1='560' x2='720' y2='540' stroke='%237b9fff' stroke-width='0.8' opacity='0.2'/%3E%3Cline x1='680' y1='560' x2='700' y2='590' stroke='%237b9fff' stroke-width='0.8' opacity='0.2'/%3E%3Cline x1='720' y1='540' x2='700' y2='590' stroke='%237b9fff' stroke-width='0.8' opacity='0.2'/%3E%3C!-- Circuit paths --%3E%3Cpath d='M450 600 L490 600 L490 640 L470 640' stroke='%237b9fff' stroke-width='0.8' fill='none' opacity='0.2'/%3E%3Ccircle cx='470' cy='640' r='3' fill='%235fb4ff' opacity='0.3'/%3E%3Ccircle cx='450' cy='600' r='3' fill='%237b61ff' opacity='0.3'/%3E%3C!-- Sparkle cross --%3E%3Cline x1='350' y1='180' x2='350' y2='210' stroke='white' stroke-width='1' opacity='0.15'/%3E%3Cline x1='335' y1='195' x2='365' y2='195' stroke='white' stroke-width='1' opacity='0.15'/%3E%3C!-- Dot grid --%3E%3Ccircle cx='50' cy='550' r='1.5' fill='%237b9fff' opacity='0.2'/%3E%3Ccircle cx='70' cy='550' r='1.5' fill='%237b9fff' opacity='0.18'/%3E%3Ccircle cx='90' cy='550' r='1.5' fill='%237b9fff' opacity='0.16'/%3E%3Ccircle cx='50' cy='570' r='1.5' fill='%237b9fff' opacity='0.18'/%3E%3Ccircle cx='70' cy='570' r='1.5' fill='%237b9fff' opacity='0.16'/%3E%3Ccircle cx='90' cy='570' r='1.5' fill='%237b9fff' opacity='0.14'/%3E%3C!-- Dashed line --%3E%3Cline x1='300' y1='520' x2='400' y2='520' stroke='%237b9fff' stroke-width='1' stroke-dasharray='6 4' opacity='0.15'/%3E%3Cline x1='300' y1='530' x2='380' y2='530' stroke='%237b9fff' stroke-width='1' stroke-dasharray='6 4' opacity='0.12'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 800px 800px;
}

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

.site-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 64px);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Fixed background characters & orbitals — visible on all pages */
.site-shell::after {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45vh;
  pointer-events: none;
  z-index: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 400' preserveAspectRatio='xMidYMax meet'%3E%3Cdefs%3E%3ClinearGradient id='gv' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%237b61ff'/%3E%3Cstop offset='1' stop-color='%235f46d8'/%3E%3C/linearGradient%3E%3ClinearGradient id='gp' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23ffcc80'/%3E%3Cstop offset='1' stop-color='%23ffb36b'/%3E%3C/linearGradient%3E%3CradialGradient id='gl1' cx='0.5' cy='0.4'%3E%3Cstop offset='0' stop-color='%237b61ff' stop-opacity='0.15'/%3E%3Cstop offset='1' stop-color='%237b61ff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='gl2' cx='0.5' cy='0.5'%3E%3Cstop offset='0' stop-color='%235fb4ff' stop-opacity='0.1'/%3E%3Cstop offset='1' stop-color='%235fb4ff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C!-- Glow behind characters --%3E%3Cellipse cx='200' cy='320' rx='200' ry='140' fill='url(%23gl1)'/%3E%3Cellipse cx='500' cy='350' rx='150' ry='100' fill='url(%23gl2)'/%3E%3C!-- Orbital rings (right side) --%3E%3Ccircle cx='1050' cy='160' r='120' stroke='%237b61ff' stroke-width='1.2' fill='none' opacity='0.18'/%3E%3Ccircle cx='1050' cy='160' r='85' stroke='%235fb4ff' stroke-width='0.8' fill='none' opacity='0.12'/%3E%3Ccircle cx='1150' cy='220' r='140' stroke='%237b9fff' stroke-width='1' fill='none' opacity='0.12'/%3E%3Ccircle cx='1150' cy='220' r='100' stroke='%23ffb36b' stroke-width='0.8' fill='none' opacity='0.08'/%3E%3Ccircle cx='1200' cy='140' r='90' stroke='%237b61ff' stroke-width='0.8' fill='none' opacity='0.1'/%3E%3C!-- Purple glow behind orbitals --%3E%3Cellipse cx='1100' cy='200' rx='180' ry='160' fill='url(%23gl1)'/%3E%3C!-- Ghost Violet (tallest) --%3E%3Cpath d='M80 400 L80 200 Q80 120 150 120 Q220 120 220 200 L220 400 Z' fill='url(%23gv)' opacity='0.55'/%3E%3Ccircle cx='125' cy='195' r='10' fill='white' opacity='0.85'/%3E%3Ccircle cx='165' cy='195' r='10' fill='white' opacity='0.85'/%3E%3Crect x='80' y='155' width='140' height='6' rx='3' fill='white' opacity='0.04'/%3E%3C!-- Ghost Ink (dark, shorter) --%3E%3Cpath d='M260 400 L260 260 Q260 200 310 200 Q360 200 360 260 L360 400 Z' fill='%23141a2d' opacity='0.65'/%3E%3Ccircle cx='290' cy='255' r='7' fill='white' opacity='0.75'/%3E%3Ccircle cx='325' cy='255' r='7' fill='white' opacity='0.75'/%3E%3C!-- Ghost Sand (yellow-green) --%3E%3Cpath d='M400 400 L400 290 Q400 240 445 240 Q490 240 490 290 L490 400 Z' fill='%23d8c44f' opacity='0.45'/%3E%3Ccircle cx='425' cy='282' r='6' fill='%231c2235' opacity='0.6'/%3E%3Ccircle cx='458' cy='282' r='6' fill='%231c2235' opacity='0.6'/%3E%3C!-- Ghost Peach (orange, widest/shortest) --%3E%3Cpath d='M530 400 L530 310 Q530 260 590 260 Q650 260 650 310 L650 400 Z' fill='url(%23gp)' opacity='0.45'/%3E%3Ccircle cx='567' cy='302' r='5.5' fill='%231c2235' opacity='0.5'/%3E%3Ccircle cx='605' cy='302' r='5.5' fill='%231c2235' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  opacity: 0.8;
  mask-image: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0) 100%);
}

.topbar,
.hero,
.section,
.footer {
  position: relative;
  z-index: 1;
}

.topbar {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px clamp(16px, 4vw, 64px);
  margin-left: calc(-1 * clamp(16px, 4vw, 64px));
  margin-right: calc(-1 * clamp(16px, 4vw, 64px));
  width: calc(100% + 2 * clamp(16px, 4vw, 64px));
  margin-bottom: 0;
  background: rgba(5, 9, 20, 0.6);
  backdrop-filter: blur(28px) saturate(1.6);
  -webkit-backdrop-filter: blur(28px) saturate(1.6);
  z-index: 100;
  border-bottom: 1px solid rgba(126, 150, 255, 0.1);
  transition: background 200ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand__logo,
.footer__logo {
  width: clamp(32px, 3.5vw, 42px);
  height: clamp(32px, 3.5vw, 42px);
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.brand__text {
  display: grid;
  gap: 2px;
}

.brand__kicker,
.eyebrow {
  margin: 0;
  color: rgba(237, 242, 255, 0.65);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand__name {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(11, 17, 32, 0.3);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(24px) saturate(1.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  box-shadow: var(--shadow-glass);
}

.nav a {
  color: var(--text-soft);
  font-weight: 500;
  font-size: 0.82rem;
}

.nav__link--active {
  color: var(--text-main) !important;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text-main);
}

.nav__link--cta {
  color: var(--accent-cool) !important;
  font-weight: 600 !important;
  font-size: 0.82rem !important;
  border-left: 1px solid rgba(126, 150, 255, 0.15);
  padding-left: 18px;
  margin-left: 4px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(20px, 3vw, 40px);
  padding: clamp(20px, 3vw, 40px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(160deg, var(--glass-highlight), transparent 30%),
    var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(24px) saturate(1.5);
  box-shadow: var(--shadow-glass), 0 0 80px rgba(123, 97, 255, 0.06);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 6% 8% auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(123, 97, 255, 0.24), transparent 68%);
  filter: blur(16px);
}

.hero__content {
  max-width: 100%;
}

.hero h1,
.section-heading h2,
.contact-copy h2 {
  margin: 10px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.hero__lede,
.section-heading p,
.contact-copy p,
.service-card p,
.approach-card p,
.footer p,
.form-note {
  color: var(--text-soft);
  line-height: 1.65;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
}

.hero__actions,
.form-actions,
.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.88rem;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--primary {
  color: #fff;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 18px 32px rgba(84, 48, 197, 0.32);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow: 0 24px 44px rgba(84, 48, 197, 0.44), 0 0 24px rgba(95, 180, 255, 0.18);
}

.button--ghost {
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.hero__stats,
.service-grid,
.approach-grid {
  display: grid;
  gap: 18px;
}

.cert-ribbon {
  margin-top: 18px;
  padding: 14px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--glass-border);
}

.cert-ribbon__title {
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.cert-ribbon__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cert-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(126, 150, 255, 0.2);
  font-size: 0.78rem;
  font-weight: 600;
}

.cert-badge--ai {
  background: linear-gradient(180deg, rgba(95, 180, 255, 0.22), rgba(123, 97, 255, 0.18));
  border-color: rgba(95, 180, 255, 0.32);
}

.hero__stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.stat-card,
.service-card,
.approach-card,
.visual-card,
.contact-form,
.section--panel {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(28px) saturate(1.6);
  -webkit-backdrop-filter: blur(28px) saturate(1.6);
  box-shadow: var(--shadow-glass);
  transition: transform 240ms ease, box-shadow 240ms ease, background 200ms ease;
}

.stat-card {
  padding: clamp(14px, 2vw, 20px);
}

.stat-card strong,
.service-card h3,
.approach-card h3,
.visual-card h2,
.contact-copy h2 {
  display: block;
  font-family: var(--font-display);
}

.stat-card strong {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 600;
}

.stat-card span {
  color: var(--text-soft);
  line-height: 1.5;
  font-size: 0.85rem;
}

.hero__visual {
  position: relative;
  display: grid;
  gap: 18px;
}

.visual-card {
  position: relative;
  overflow: hidden;
  padding: clamp(16px, 2vw, 24px);
  min-height: 200px;
  box-shadow: var(--shadow-lg);
}

.visual-card h2 {
  margin: 10px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.visual-list,
.service-card ul {
  margin: 12px 0 0;
  padding-left: 16px;
  color: var(--text-soft);
  line-height: 1.6;
  font-size: 0.88rem;
}

.visual-card--secondary {
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(8, 17, 31, 0.5), rgba(8, 17, 31, 0.6)),
    radial-gradient(circle at top left, rgba(95, 180, 255, 0.08), transparent 30%);
}

.signal,
.orbital,
.orbital::before,
.orbital::after {
  position: absolute;
}

.signal {
  border-radius: 999px;
}

.signal--one {
  right: 50px;
  top: 48px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(126, 150, 255, 0.24);
  box-shadow: 0 0 0 20px rgba(126, 150, 255, 0.06);
}

.signal--two {
  left: 46px;
  top: 56px;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(95, 180, 255, 0.18);
}

.signal--three {
  right: 104px;
  bottom: 74px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(123, 97, 255, 0.14);
}

.orbital {
  border-radius: 999px;
}

.orbital--large {
  right: 118px;
  top: 112px;
  width: 200px;
  height: 200px;
  border-top: 2px solid rgba(255, 179, 107, 0.22);
  border-left: 2px solid rgba(255, 179, 107, 0.12);
  transform: rotate(18deg);
}

.orbital--small {
  left: 58px;
  bottom: 90px;
  width: 144px;
  height: 144px;
  border-left: 2px solid rgba(95, 180, 255, 0.24);
  border-bottom: 2px solid rgba(95, 180, 255, 0.12);
  transform: rotate(-24deg);
}

.character-row {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: flex-end;
  gap: 18px;
}

.figure {
  position: relative;
  flex: 0 0 auto;
  border-radius: 999px 999px 0 0;
  box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.05);
}

.figure--violet {
  width: 110px;
  height: 190px;
  background: var(--accent);
  transform: skewX(-4deg);
}

.figure--ink {
  width: 74px;
  height: 138px;
  background: #141a2d;
  transform: skewX(4deg);
}

.figure--sand {
  width: 86px;
  height: 112px;
  background: #d8c44f;
}

.figure--peach {
  width: 110px;
  height: 102px;
  background: var(--accent-warm);
}

.figure-eyes,
.figure-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.figure-eyes {
  top: 48px;
  width: 42px;
  height: 14px;
}

.figure-eyes::before,
.figure-eyes::after,
.figure-dots::before,
.figure-dots::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.figure-eyes::before,
.figure-eyes::after {
  width: 12px;
  height: 12px;
  background: #fff;
}

.figure-eyes::before {
  left: 0;
}

.figure-eyes::after {
  right: 0;
}

.figure-eyes--small {
  top: 36px;
  width: 32px;
}

.figure-eyes--small::before,
.figure-eyes--small::after {
  width: 10px;
  height: 10px;
}

.figure-dots {
  top: 30px;
  width: 42px;
  height: 10px;
}

.figure-dots::before,
.figure-dots::after {
  width: 8px;
  height: 8px;
  background: #1c2235;
}

.figure-dots::before {
  left: 0;
}

.figure-dots::after {
  right: 0;
}

.section {
  margin-top: clamp(20px, 3vw, 36px);
  padding: clamp(20px, 3vw, 36px);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.65fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: start;
}

.page-hero__copy,
.page-hero__aside,
.teaser-card,
.info-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: var(--shadow-glass);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.page-hero__copy,
.page-hero__aside,
.teaser-card,
.info-card {
  padding: clamp(18px, 2.5vw, 28px);
}

.page-hero__copy h1,
.teaser-card h2,
.info-card h2 {
  margin: 8px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.teaser-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.teaser-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.teaser-card--compact {
  padding: clamp(14px, 2vw, 20px);
}

.teaser-card--compact h3 {
  margin: 6px 0 8px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
}

.teaser-card--compact p {
  color: var(--text-soft);
  font-size: 0.82rem;
  line-height: 1.55;
}

.info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.success-story {
  display: grid;
  gap: 14px;
}

.success-story__quote {
  margin: 0;
  color: var(--text-main);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.45;
}

.success-story__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--accent-cool);
  font-weight: 500;
  font-size: 0.88rem;
}

.info-list {
  margin: 10px 0 0;
  padding-left: 16px;
  color: var(--text-soft);
  line-height: 1.7;
  font-size: 0.88rem;
}

.service-grid--full {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card--detailed {
  min-height: 100%;
}

.section--split,
.section--contact {
  display: grid;
  gap: 24px;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.contact-copy h2 {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.approach-card,
.contact-form {
  padding: clamp(16px, 2.5vw, 24px);
}

.service-card h3,
.approach-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 600;
}

.section--panel {
  padding: clamp(20px, 3vw, 36px);
}

.section-heading--compact {
  max-width: 640px;
  margin-bottom: 20px;
}

.approach-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.approach-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(123, 97, 255, 0.14);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
}

.section--contact {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  align-items: start;
}

.contact-details a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  transition: transform 200ms ease, background 200ms ease;
}

.contact-details a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-grid__full {
  grid-column: 1 / -1;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.phone-fields {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  gap: 10px;
}

.phone-fields select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.phone-fields input[name="phone"] {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.contact-form label span {
  color: var(--text-main);
  font-weight: 500;
  font-size: 0.88rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(126, 150, 255, 0.14);
  border-radius: var(--radius-md);
  background: rgba(12, 22, 39, 0.5);
  backdrop-filter: blur(8px);
  color: var(--text-main);
  font: inherit;
  font-size: 0.9rem;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.contact-form textarea {
  resize: vertical;
  min-height: 156px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #7f8eb0;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(123, 97, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(123, 97, 255, 0.12);
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--text-soft);
}

.lead-magnet-form {
  max-width: 620px;
}

.lead-magnet-form .form-grid {
  margin-top: 8px;
}

.lead-magnet-guide {
  padding: clamp(18px, 2.5vw, 26px);
  border-radius: var(--radius-xl);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: var(--shadow-glass);
}

.lead-magnet-guide h2 {
  margin-top: 8px;
}

.lead-magnet-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--text-soft);
  line-height: 1.65;
}

.whatsapp-widget {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 140;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25d366 0%, #14b554 100%);
  box-shadow: 0 12px 28px rgba(18, 161, 74, 0.36);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-widget:hover,
.whatsapp-widget:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(18, 161, 74, 0.45);
}

.form-status.is-error {
  color: #ffb1b1;
}

.form-status.is-success {
  color: #aee3bf;
}

main {
  flex: 1;
  padding-top: clamp(16px, 2.5vw, 32px);
  padding-bottom: clamp(16px, 2.5vw, 32px);
}

.footer {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding: 6px clamp(16px, 4vw, 64px);
  margin-left: calc(-1 * clamp(16px, 4vw, 64px));
  margin-right: calc(-1 * clamp(16px, 4vw, 64px));
  width: calc(100% + 2 * clamp(16px, 4vw, 64px));
  background: rgba(5, 9, 20, 0.7);
  backdrop-filter: blur(28px) saturate(1.6);
  -webkit-backdrop-filter: blur(28px) saturate(1.6);
  z-index: 100;
  border-top: 1px solid rgba(126, 150, 255, 0.1);
  border-radius: 0;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__title {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
}

.footer__contact {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
}

.footer__contact a {
  color: var(--text-soft);
  transition: color 200ms ease;
}

.footer__contact a:hover {
  color: var(--accent-cool);
}

.footer__contact span {
  color: rgba(126, 150, 255, 0.3);
}

.footer__copy {
  font-size: 0.68rem;
  color: var(--text-soft);
  opacity: 0.6;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .hero,
  .section--contact,
  .section--contact-home,
  .page-hero,
  .teaser-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .teaser-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-home-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .topbar {
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .nav,
  .hero__stats,
  .service-grid,
  .service-grid--full,
  .form-grid,
  .approach-grid,
  .benefit-grid,
  .contact-home-cards {
    grid-template-columns: 1fr;
  }

  .cert-ribbon__items,
  .success-story__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero h1 {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }

  .character-row {
    gap: 10px;
  }

  .figure--violet {
    width: 70px;
    height: 120px;
  }

  .figure--ink {
    width: 48px;
    height: 90px;
  }

  .figure--sand,
  .figure--peach {
    width: 60px;
    height: 72px;
  }

  .footer__links,
  .footer__contact {
    justify-items: start;
  }
}

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

  .page-hero__copy h1,
  .teaser-card h2,
  .info-card h2 {
    font-size: 1.15rem;
  }

  .teaser-grid {
    grid-template-columns: 1fr;
  }

  .teaser-grid--four {
    grid-template-columns: 1fr;
  }

  .nav {
    flex-wrap: wrap;
    gap: 10px;
  }

  .whatsapp-widget {
    right: 12px;
    bottom: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Hover effects for glass cards */
.teaser-card:hover,
.info-card:hover,
.service-card:hover,
.approach-card:hover,
.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-glass), 0 0 40px rgba(123, 97, 255, 0.08);
  border-color: rgba(126, 150, 255, 0.28);
}

/* Benefits grid */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.benefit-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px) saturate(1.3);
  box-shadow: var(--shadow-glass);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.benefit-item:hover {
  transform: translateY(-2px);
  border-color: rgba(126, 150, 255, 0.28);
}

.benefit-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(123, 97, 255, 0.14);
  color: var(--accent-cool);
  font-size: 1rem;
}

.benefit-item strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
}

.benefit-item p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.8rem;
  line-height: 1.5;
}

/* Homepage contact section */
.section--contact-home {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(20px, 3vw, 36px);
  padding: clamp(20px, 3vw, 36px);
  align-items: start;
}

.contact-home-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.contact-home-card {
  padding: 16px;
  border-radius: var(--radius-lg);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-glass);
  transition: transform 200ms ease;
}

.contact-home-card:hover {
  transform: translateY(-2px);
}

.contact-home-card strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent-cool);
}

.contact-home-card a {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-home-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.contact-home-cta {
  padding: clamp(18px, 2.5vw, 28px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(160deg, var(--glass-highlight), transparent 30%),
    var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: var(--shadow-glass);
}

.contact-home-cta h3 {
  margin: 8px 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 600;
  line-height: 1.15;
}

.contact-home-cta p {
  color: var(--text-soft);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Smooth reveal animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero,
.section,
.footer {
  animation: fadeUp 0.6s ease both;
}

.section:nth-child(2) { animation-delay: 0.1s; }
.section:nth-child(3) { animation-delay: 0.2s; }
.footer { animation-delay: 0.3s; }

/* ===== TECHNOLOGY LOGOS ===== */
.tech-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tech-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(126, 150, 255, 0.12);
  color: var(--text-main);
  font-size: 0.8rem;
  font-weight: 500;
  transition: background 200ms ease, border-color 200ms ease;
}

.tech-logo:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(126, 150, 255, 0.22);
}

.tech-logo svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ===== AI CHATBOT BUTTON & LABEL ===== */
#chatbot-toggle {
  position: relative;
}

#it0-chatbot-widget > div:first-child {
  /* Floating label styles */
}

/* ===== MODAL FORM ELEMENTS ===== */
/* Scheduler modal, chatbot, and all modal inputs */
#scheduler-modal input,
#scheduler-modal select,
#scheduler-modal textarea,
#chatbot-window input,
#chatbot-window select,
#chatbot-window textarea {
  color: var(--text-main);
  border-color: var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.2s ease;
}

#scheduler-modal input::placeholder,
#scheduler-modal textarea::placeholder,
#chatbot-window input::placeholder,
#chatbot-window textarea::placeholder {
  color: var(--text-soft);
}

#scheduler-modal input:focus,
#scheduler-modal select:focus,
#scheduler-modal textarea:focus,
#chatbot-window input:focus,
#chatbot-window select:focus,
#chatbot-window textarea:focus {
  outline: none;
  border-color: rgba(123, 97, 255, 0.32);
  box-shadow: 0 0 0 3px rgba(123, 97, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

#scheduler-modal input:hover,
#scheduler-modal select:hover,
#scheduler-modal textarea:hover,
#chatbot-window input:hover,
#chatbot-window select:hover,
#chatbot-window textarea:hover {
  border-color: rgba(126, 150, 255, 0.28);
}

/* Modal status message colors */
#scheduler-status,
#chatbot-window #scheduler-status {
  color: var(--text-soft);
}

#scheduler-status.is-error,
#chatbot-window #scheduler-status.is-error {
  color: #ffb1b1;
}

#scheduler-status.is-success,
#chatbot-window #scheduler-status.is-success {
  color: #aee3bf;
}

/* Modal button styles */
#scheduler-modal button,
#chatbot-window button {
  font-family: var(--font-body);
  cursor: pointer;
  transition: all 0.2s ease;
}

#scheduler-modal button:focus-visible,
#chatbot-window button:focus-visible {
  outline: none;
}

/* ===== LIGHT MODE - MODALS ===== */
@media (prefers-color-scheme: light) {
  #scheduler-modal input,
  #scheduler-modal select,
  #scheduler-modal textarea,
  #chatbot-window input,
  #chatbot-window select,
  #chatbot-window textarea {
    color: var(--text-main);
    border-color: rgba(123, 97, 255, 0.14);
    background: rgba(255, 255, 255, 0.3);
  }

  #scheduler-modal input::placeholder,
  #scheduler-modal textarea::placeholder,
  #chatbot-window input::placeholder,
  #chatbot-window textarea::placeholder {
    color: #8890a6;
  }

  #scheduler-modal input:focus,
  #scheduler-modal select:focus,
  #scheduler-modal textarea:focus,
  #chatbot-window input:focus,
  #chatbot-window select:focus,
  #chatbot-window textarea:focus {
    border-color: rgba(98, 70, 234, 0.4);
    box-shadow: 0 0 0 3px rgba(98, 70, 234, 0.1);
    background: rgba(255, 255, 255, 0.5);
  }

  #scheduler-modal input:hover,
  #scheduler-modal select:hover,
  #scheduler-modal textarea:hover,
  #chatbot-window input:hover,
  #chatbot-window select:hover,
  #chatbot-window textarea:hover {
    border-color: rgba(123, 97, 255, 0.26);
  }

  #scheduler-status.is-error,
  #chatbot-window #scheduler-status.is-error {
    color: #c0392b;
  }

  #scheduler-status.is-success,
  #chatbot-window #scheduler-status.is-success {
    color: #1a9e42;
  }
}

/* ===== LIGHT MODE ===== */
@media (prefers-color-scheme: light) {
  :root {
    --bg-base: #e8edfc;
    --bg-panel: rgba(255, 255, 255, 0.25);
    --bg-panel-strong: rgba(255, 255, 255, 0.38);
    --glass: rgba(255, 255, 255, 0.18);
    --glass-border: rgba(123, 97, 255, 0.14);
    --glass-highlight: rgba(255, 255, 255, 0.5);
    --line-soft: rgba(123, 97, 255, 0.1);
    --line-strong: rgba(123, 97, 255, 0.2);
    --text-main: #1a1e2e;
    --text-soft: #4e5672;
    --accent: #6246ea;
    --accent-strong: #4c35c4;
    --accent-cool: #2d7fd3;
    --accent-green: #1a9e42;
    --accent-warm: #d97b2a;
    --shadow-xl: 0 30px 80px rgba(80, 60, 180, 0.1);
    --shadow-lg: 0 18px 42px rgba(80, 60, 180, 0.08);
    --shadow-glass: 0 8px 32px rgba(80, 60, 180, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
  }

  body {
    background: linear-gradient(160deg, #e0e6fb 0%, #d4ddfa 25%, #e6d5f8 45%, #d0e0ff 65%, #dff0e8 80%, #eef1fb 100%);
  }

  /* Gradient blobs — PUNCHY & vibrant */
  .site-shell::before {
    background:
      radial-gradient(ellipse 700px 700px at 5% 8%, rgba(123, 97, 255, 0.38), transparent),
      radial-gradient(ellipse 600px 600px at 90% 75%, rgba(95, 180, 255, 0.35), transparent),
      radial-gradient(ellipse 550px 550px at 50% 45%, rgba(200, 140, 255, 0.22), transparent),
      radial-gradient(ellipse 500px 500px at 78% 15%, rgba(255, 160, 80, 0.28), transparent),
      radial-gradient(ellipse 450px 450px at 18% 68%, rgba(87, 255, 124, 0.22), transparent),
      radial-gradient(ellipse 500px 500px at 35% 85%, rgba(95, 180, 255, 0.25), transparent),
      radial-gradient(ellipse 400px 400px at 60% 20%, rgba(255, 100, 150, 0.15), transparent);
  }

  /* Grid overlay */
  body::before {
    background-image:
      linear-gradient(rgba(123, 97, 255, 0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(123, 97, 255, 0.06) 1px, transparent 1px);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.08));
  }

  /* Doodle layer — full color visible */
  body::after {
    opacity: 0.28;
  }

  /* Character layer — full color visible */
  .site-shell::after {
    opacity: 0.65;
  }

  /* Header — liquid glass */
  .topbar {
    background: rgba(255, 255, 255, 0.32);
    border-bottom-color: rgba(123, 97, 255, 0.12);
    backdrop-filter: blur(32px) saturate(1.8);
    -webkit-backdrop-filter: blur(32px) saturate(1.8);
  }

  /* Nav — liquid glass */
  .nav {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(123, 97, 255, 0.14);
    box-shadow: 0 4px 24px rgba(80, 60, 180, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(24px) saturate(1.6);
    -webkit-backdrop-filter: blur(24px) saturate(1.6);
  }

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

  .nav a:hover,
  .nav a:focus-visible {
    color: var(--accent);
  }

  .nav__link--cta {
    color: var(--accent) !important;
    border-left-color: rgba(123, 97, 255, 0.14);
  }

  /* Eyebrow */
  .brand__kicker,
  .eyebrow {
    color: rgba(26, 30, 46, 0.5);
  }

  /* Buttons */
  .button--primary {
    box-shadow: 0 14px 32px rgba(98, 70, 234, 0.22);
  }

  .button--ghost {
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(123, 97, 255, 0.16);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
  }

  .button--ghost:hover {
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(123, 97, 255, 0.28);
  }

  /* Light mode chatbot button */
  #chatbot-toggle {
    background: linear-gradient(135deg, #6246ea 0%, #2d7fd3 100%) !important;
    border-color: rgba(98, 70, 234, 0.35) !important;
    box-shadow: 0 8px 32px rgba(98, 70, 234, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  }

  #chatbot-toggle:hover {
    box-shadow: 0 16px 48px rgba(98, 70, 234, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 20px rgba(45, 127, 211, 0.25) !important;
  }

  /* Hero glow */
  .hero::after {
    background: radial-gradient(circle, rgba(123, 97, 255, 0.12), transparent 68%);
  }

  /* Cards hover */
  .teaser-card:hover,
  .info-card:hover,
  .service-card:hover,
  .approach-card:hover,
  .stat-card:hover {
    box-shadow: var(--shadow-glass), 0 0 40px rgba(123, 97, 255, 0.08);
    border-color: rgba(123, 97, 255, 0.26);
  }

  /* Approach icon */
  .approach-card span {
    background: rgba(98, 70, 234, 0.12);
    color: var(--accent);
  }

  /* Benefit icon */
  .benefit-icon {
    background: rgba(98, 70, 234, 0.1);
    color: var(--accent);
  }

  /* Contact details */
  .contact-details a {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(123, 97, 255, 0.14);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .contact-details a:hover {
    background: rgba(255, 255, 255, 0.38);
  }

  /* Form inputs */
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    border-color: rgba(123, 97, 255, 0.14);
    background: rgba(255, 255, 255, 0.3);
    color: var(--text-main);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #8890a6;
  }

  .contact-form input:focus,
  .contact-form select:focus,
  .contact-form textarea:focus {
    border-color: rgba(98, 70, 234, 0.5);
    box-shadow: 0 0 0 4px rgba(98, 70, 234, 0.1);
  }

  /* Form status */
  .form-status.is-error {
    color: #c0392b;
  }

  .form-status.is-success {
    color: #1a9e42;
  }

  /* Footer — liquid glass */
  .footer {
    background: rgba(255, 255, 255, 0.25);
    border-top-color: rgba(123, 97, 255, 0.12);
    backdrop-filter: blur(28px) saturate(1.6);
    -webkit-backdrop-filter: blur(28px) saturate(1.6);
  }

  .footer__contact a {
    color: var(--text-soft);
  }

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

  /* Contact home card */
  .contact-home-card strong {
    color: var(--accent);
  }

  /* Text link */
  .text-link {
    color: var(--accent);
  }

  /* Tech logos — liquid glass pills */
  .tech-logo {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(123, 97, 255, 0.12);
    color: var(--text-main);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
  }

  .tech-logo:hover {
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(123, 97, 255, 0.26);
  }

  /* All glass panels — more transparent & liquid */
  .stat-card,
  .service-card,
  .approach-card,
  .visual-card,
  .contact-form,
  .section--panel {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(123, 97, 255, 0.12);
    backdrop-filter: blur(32px) saturate(1.8);
    -webkit-backdrop-filter: blur(32px) saturate(1.8);
    box-shadow: 0 8px 40px rgba(80, 60, 180, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  }

  .page-hero__copy,
  .page-hero__aside,
  .teaser-card,
  .info-card {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(123, 97, 255, 0.12);
    backdrop-filter: blur(28px) saturate(1.6);
    -webkit-backdrop-filter: blur(28px) saturate(1.6);
    box-shadow: 0 8px 40px rgba(80, 60, 180, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  }

  .hero {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(123, 97, 255, 0.14);
    backdrop-filter: blur(32px) saturate(1.8);
    -webkit-backdrop-filter: blur(32px) saturate(1.8);
    box-shadow: 0 12px 48px rgba(80, 60, 180, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  }

  .contact-home-card {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(123, 97, 255, 0.1);
    backdrop-filter: blur(20px) saturate(1.5);
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
  }

  /* Light mode modal styling */
  #scheduler-modal {
    background: rgba(255, 255, 255, 0.15);
  }

  #scheduler-modal > div {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(123, 97, 255, 0.14);
    box-shadow: 0 12px 48px rgba(80, 60, 180, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(32px) saturate(1.8);
    -webkit-backdrop-filter: blur(32px) saturate(1.8);
  }

  #chatbot-window {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(123, 97, 255, 0.14);
    box-shadow: 0 8px 40px rgba(80, 60, 180, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(32px) saturate(1.8);
    -webkit-backdrop-filter: blur(32px) saturate(1.8);
  }

  #chatbot-input-area {
    background: rgba(255, 255, 255, 0.1);
    border-top-color: rgba(123, 97, 255, 0.12);
  }

  /* Light mode chatbot label */
  #it0-chatbot-widget > div:first-child {
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(123, 97, 255, 0.14) !important;
    box-shadow: 0 4px 20px rgba(80, 60, 180, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
    color: var(--text-main) !important;
  }
}