/*
  APPVOLUTION — Dark Brand System 2026
  Original brand palette from the supplied Appvolution logo.
  No external frameworks and no external fonts.
*/
:root {
  --bg: #050d18;
  --bg-deep: #030914;
  --bg-2: #071322;
  --bg-3: #0a192b;
  --panel: rgba(12, 28, 48, .82);
  --panel-solid: #0b1b2e;
  --panel-2: #0e2239;
  --panel-3: #112945;
  --text: #f3f8ff;
  --text-soft: #d3dfed;
  --muted: #94a7bd;
  --muted-2: #6f849d;
  --line: rgba(178, 207, 237, .14);
  --line-strong: rgba(178, 207, 237, .26);
  --coral: #ff4c68;
  --blue: #50a8f8;
  --cyan: #51def4;
  --green: #57e3b2;
  --warning: #ffcf6e;
  --danger: #ff6f86;
  --page-a: var(--blue);
  --page-b: var(--cyan);
  --page-c: var(--coral);
  --brand-gradient: linear-gradient(118deg, var(--coral) 0%, var(--blue) 55%, var(--cyan) 100%);
  --page-gradient: linear-gradient(118deg, var(--page-a), var(--page-b));
  --shadow-sm: 0 14px 36px rgba(0, 0, 0, .24);
  --shadow: 0 28px 80px rgba(0, 0, 0, .35);
  --shadow-glow: 0 24px 70px rgba(80, 168, 248, .18);
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --container: 1840px;
  --container-wide: 2000px;
  --container-narrow: 980px;
  --page-width-gap: clamp(44px, 4vw, 72px);
  --header-height: 82px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

body.theme-web { --page-a: #50a8f8; --page-b: #51def4; --page-c: #ff4c68; }
body.theme-software { --page-a: #50a8f8; --page-b: #ff4c68; --page-c: #51def4; }
body.theme-automation { --page-a: #51def4; --page-b: #50a8f8; --page-c: #ff4c68; }
body.theme-ale { --page-a: #ff4c68; --page-b: #50a8f8; --page-c: #51def4; }
body.theme-startup { --page-a: #ff4c68; --page-b: #51def4; --page-c: #50a8f8; }
body.theme-company { --page-a: #50a8f8; --page-b: #51def4; --page-c: #ff4c68; }
body.theme-content { --page-a: #51def4; --page-b: #50a8f8; --page-c: #ff4c68; }
body.theme-check { --page-a: #51def4; --page-b: #50a8f8; --page-c: #ff4c68; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 28px); overflow-x: clip; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 14% -7%, rgba(80, 168, 248, .13), transparent 31rem),
    radial-gradient(circle at 92% 9%, rgba(255, 76, 104, .08), transparent 28rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--text); background: rgba(81, 222, 244, .26); }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 9999;
  padding: 12px 16px; border-radius: 10px; color: var(--bg); background: var(--cyan);
  font-weight: 800; transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - var(--page-width-gap)), var(--container)); margin-inline: auto; }
.container-wide { width: min(calc(100% - var(--page-width-gap)), var(--container-wide)); margin-inline: auto; }
.container-narrow { width: min(calc(100% - var(--page-width-gap)), var(--container-narrow)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.section-sm { position: relative; padding: 76px 0; }
.section-compact { position: relative; padding: 54px 0; }
.section-tone {
  position: relative;
  background: linear-gradient(180deg, rgba(8, 22, 38, .94), rgba(6, 17, 30, .98));
  border-block: 1px solid rgba(178, 207, 237, .08);
}
.section-deep { position: relative; background: var(--bg-deep); }
.section-dark { color: var(--text); background: var(--bg-deep); }
.section-soft { background: var(--bg-2); }
.section-grid,
.dot-field {
  background-image: radial-gradient(circle, rgba(184, 216, 245, .13) 1.15px, transparent 1.35px);
  background-size: 28px 28px;
}
.section-grid { position: relative; }
.section-grid::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, var(--bg) 0%, transparent 15%, transparent 85%, var(--bg) 100%);
}
.section-grid > * { position: relative; z-index: 1; }

h1, h2, h3, h4 {
  margin: 0; color: inherit; line-height: 1.07; letter-spacing: -.035em;
  overflow-wrap: normal; word-break: normal; -webkit-hyphens: none; hyphens: none; text-wrap: balance;
}
h1 { font-size: clamp(3.2rem, 7.2vw, 7rem); font-weight: 850; }
h2 { font-size: clamp(2.2rem, 4.9vw, 4.65rem); font-weight: 830; }
h3 { font-size: clamp(1.28rem, 2.15vw, 1.82rem); font-weight: 790; }
h4 { font-size: 1.08rem; font-weight: 780; }
p { margin: 0 0 1rem; }
.lead { max-width: 720px; color: var(--text-soft); font-size: clamp(1.08rem, 1.75vw, 1.32rem); line-height: 1.62; }
.muted { color: var(--muted); }
.text-soft { color: var(--text-soft); }
.text-center { text-align: center; }
.max-text { max-width: 720px; }
.mb-0 { margin-bottom: 0 !important; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 34px; }
.mt-5 { margin-top: 52px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.text-gradient {
  background: var(--brand-gradient);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.page-gradient {
  background: var(--page-gradient);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 18px; color: var(--page-b); font-size: .76rem; font-weight: 820;
  letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 99px; background: currentColor; box-shadow: 0 0 18px currentColor; }
.kicker { display: block; margin-top: 15px; color: var(--muted); font-size: .96rem; font-weight: 680; }
.tag,
.label {
  display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px;
  border: 1px solid var(--line); border-radius: 999px; color: var(--text-soft);
  background: rgba(255,255,255,.035); font-size: .72rem; font-weight: 750;
}
.tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--page-b); box-shadow: 0 0 12px var(--page-b); }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 52px; }
.section-head > div:first-child { max-width: 790px; }
.section-head .lead { margin-top: 18px; }
.section-head-aside { max-width: 370px; color: var(--muted); }

/* Header and navigation */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-height);
  color: var(--text); background: rgba(5,13,24,.45);
  border-bottom: 1px solid rgba(178,207,237,.08);
  backdrop-filter: blur(18px);
  transition: background .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.site-header.is-scrolled { background: rgba(4,11,20,.94); border-color: rgba(178,207,237,.13); box-shadow: 0 12px 44px rgba(0,0,0,.22); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 195px; }
.brand img { width: 205px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 3px; margin-left: auto; }
.nav-link,
.nav-toggle-link {
  position: relative; display: inline-flex; align-items: center; gap: 7px; min-height: 44px;
  padding: 10px 11px; border: 0; border-radius: 11px; color: #b8c6d8;
  background: transparent; font-size: .88rem; font-weight: 720; transition: color .18s, background .18s;
}
.nav-link:hover, .nav-link:focus-visible, .nav-toggle-link:hover, .nav-toggle-link:focus-visible { color: #fff; background: rgba(255,255,255,.055); }
.nav-link.is-active, .nav-toggle-link.is-active { color: #fff; }
.nav-link.is-active::after, .nav-toggle-link.is-active::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 3px; height: 2px; border-radius: 99px; background: var(--page-gradient); box-shadow: 0 0 14px var(--page-a);
}
.nav-chevron { width: 11px; height: 8px; transition: transform .18s ease; }
.nav-item { position: relative; }
.nav-item:hover .nav-chevron, .nav-item:focus-within .nav-chevron { transform: rotate(180deg); }
.mega-menu {
  position: absolute; isolation: isolate; overflow: hidden; top: calc(100% + 11px); left: 50%; width: min(720px, 91vw); padding: 18px;
  border: 1px solid var(--line-strong); border-radius: 22px; color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,95,122,.11), transparent 34%),
    radial-gradient(circle at 88% 5%, rgba(81,222,244,.12), transparent 36%),
    linear-gradient(155deg, rgba(9,24,42,.985), rgba(5,16,30,.99));
  box-shadow: 0 28px 70px rgba(0,0,0,.5), 0 0 0 1px rgba(80,168,248,.04), 0 0 46px rgba(80,168,248,.07);
  backdrop-filter: blur(24px);
  opacity: 0; visibility: hidden; transform: translate(-50%, 12px); transition: .2s var(--ease);
}
.mega-menu::before {
  content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: .48;
  background-image: radial-gradient(rgba(122,207,255,.34) .7px, transparent .7px); background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
}
.nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.mega-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.mega-link {
  --mega-color: #50a8f8; --mega-rgb: 80,168,248;
  position: relative; display: grid; grid-template-columns: 50px minmax(0,1fr); align-items: center; gap: 13px; min-height: 76px; padding: 12px;
  border: 1px solid rgba(var(--mega-rgb),.08); border-radius: 16px; background: rgba(255,255,255,.018); overflow: hidden;
  transition: background .2s, border-color .2s, transform .2s var(--ease), box-shadow .2s;
}
.mega-link::after {
  content: ""; position: absolute; inset: auto 12% -55% 12%; height: 65%; pointer-events: none; opacity: 0;
  background: radial-gradient(ellipse, rgba(var(--mega-rgb),.2), transparent 72%); transition: opacity .2s;
}
.mega-link[href$="/neugruender.html"] {
  --mega-color: #ff6685; --mega-rgb: 255,102,133;
  --mega-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 5c3.5-3.5 6.5-3 7-3 0 .5.5 3.5-3 7l-4 4-5-5 5-3z'/%3E%3Cpath d='m9 8-4 1-3 3 6 1M14 13l1 6-3 3-1-5M6 17c-2 1-3 4-3 4s3-1 4-3'/%3E%3Ccircle cx='15.5' cy='6.5' r='1.5'/%3E%3C/svg%3E");
}
.mega-link[href$="/kmu.html"] {
  --mega-color: #51def4; --mega-rgb: 81,222,244;
  --mega-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M6 21V7l6-4 6 4v14M9 10h.01M9 14h.01M9 18h.01M15 10h.01M15 14h.01M15 18h.01'/%3E%3C/svg%3E");
}
.mega-link[href$="/branchen.html"] {
  --mega-color: #a98bff; --mega-rgb: 169,139,255;
  --mega-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M3 12h18M10 12v2h4v-2'/%3E%3C/svg%3E");
}
.mega-link[href$="/referenzen.html"] {
  --mega-color: #ffc857; --mega-rgb: 255,200,87;
  --mega-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m16 8-2.4 5.6L8 16l2.4-5.6L16 8z'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3C/svg%3E");
}
.mega-link:hover, .mega-link:focus-visible {
  background: linear-gradient(135deg, rgba(var(--mega-rgb),.095), rgba(255,255,255,.025));
  border-color: rgba(var(--mega-rgb),.34); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.22), 0 0 26px rgba(var(--mega-rgb),.08);
}
.mega-link:hover::after, .mega-link:focus-visible::after { opacity: 1; }
.mega-link .mega-icon {
  position: relative; z-index: 1; display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(var(--mega-rgb),.34); border-radius: 15px;
  color: var(--mega-color); background: linear-gradient(145deg, rgba(var(--mega-rgb),.23), rgba(var(--mega-rgb),.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 0 22px rgba(var(--mega-rgb),.18); font-size: 0;
  transition: transform .22s var(--ease), box-shadow .22s, border-color .22s;
}
.mega-link .mega-icon::before {
  content: ""; width: 24px; height: 24px; background: currentColor;
  -webkit-mask: var(--mega-icon) center / contain no-repeat; mask: var(--mega-icon) center / contain no-repeat;
  filter: drop-shadow(0 0 7px rgba(var(--mega-rgb),.55));
}
.mega-link:hover .mega-icon, .mega-link:focus-visible .mega-icon {
  transform: translateY(-1px) scale(1.06) rotate(-2deg); border-color: rgba(var(--mega-rgb),.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 0 30px rgba(var(--mega-rgb),.34);
}
.mega-link > span:not(.mega-icon) { position: relative; z-index: 1; display: block; min-width: 0; }
.mega-link strong { display: block; margin-bottom: 3px; color: #f7fbff; font-size: .93rem; line-height: 1.25; }
.mega-link > span:not(.mega-icon) > span { display: block; color: var(--muted); font-size: .76rem; line-height: 1.42; }
.mega-feature {
  position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 12px; padding: 15px 17px;
  border: 1px solid rgba(81,222,244,.24); border-radius: 15px; background: linear-gradient(115deg, rgba(80,168,248,.16), rgba(81,222,244,.075));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 0 22px rgba(81,222,244,.045); transition: border-color .2s, box-shadow .2s, transform .2s;
}
.mega-feature:hover, .mega-feature:focus-visible { border-color: rgba(81,222,244,.46); box-shadow: 0 0 30px rgba(81,222,244,.12); transform: translateY(-1px); }
.mega-feature strong { font-size: .9rem; }
.mega-feature span { color: #51def4; font-size: .8rem; font-weight: 780; text-shadow: 0 0 13px rgba(81,222,244,.34); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line-strong); border-radius: 12px; color: #fff; background: rgba(255,255,255,.045); }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 99px; background: currentColor; transition: .24s ease; }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px;
  padding: 13px 21px; border: 1px solid transparent; border-radius: 13px; color: var(--text);
  font-weight: 790; line-height: 1.2; transition: transform .18s var(--ease), box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #04101b; background: linear-gradient(120deg, var(--page-a), var(--page-b)); box-shadow: 0 14px 34px rgba(80,168,248,.24); }
.btn-primary:hover { box-shadow: 0 18px 44px rgba(80,168,248,.34); }
.btn-brand { color: #fff; background: var(--brand-gradient); box-shadow: 0 14px 34px rgba(255,76,104,.18), 0 10px 30px rgba(80,168,248,.16); }
.btn-brand:hover { box-shadow: 0 18px 48px rgba(80,168,248,.25); }
.btn-secondary { color: #f5f9ff; border-color: var(--line-strong); background: rgba(255,255,255,.045); }
.btn-secondary:hover, .btn-ghost:hover { border-color: rgba(81,222,244,.38); background: rgba(81,222,244,.07); }
.btn-ghost { color: #edf5ff; border-color: var(--line); background: transparent; }
.btn-dark { color: #fff; background: var(--panel-solid); border-color: var(--line); }
.btn-small { min-height: 42px; padding: 10px 15px; border-radius: 11px; font-size: .88rem; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--page-b); font-weight: 780; }
.link-arrow::after { content: "→"; transition: transform .18s ease; }
.link-arrow:hover::after { transform: translateX(5px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.center-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }

/* Heroes */
.home-hero,
.page-hero-v2,
.page-hero,
.article-hero {
  position: relative; overflow: hidden; color: var(--text); background: var(--bg-deep);
}
.home-hero { min-height: 760px; padding: 150px 0 88px; }
.page-hero-v2 { min-height: 630px; padding: 146px 0 82px; }
.page-hero { min-height: 590px; padding: 156px 0 88px; }
.article-hero { padding: 155px 0 88px; }
.home-hero::before,
.page-hero-v2::before,
.page-hero::before,
.article-hero::before {
  content: ""; position: absolute; width: 680px; height: 680px; top: -350px; right: 8%; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--page-a) 30%, transparent), transparent 68%); filter: blur(10px); pointer-events: none;
}
.home-hero::after,
.page-hero-v2::after,
.page-hero::after,
.article-hero::after {
  content: ""; position: absolute; width: 580px; height: 580px; left: -250px; bottom: -340px; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--page-c) 22%, transparent), transparent 68%); pointer-events: none;
}
.hero-dots { position: absolute; inset: 0; opacity: .58; background-image: radial-gradient(circle, rgba(180,213,243,.14) 1.1px, transparent 1.3px); background-size: 30px 30px; mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,.72) 68%, transparent 100%); }
.hero-dots::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 48% 42%, transparent 0 18%, rgba(3,9,20,.45) 68%); }
.hero-layout,
.page-hero-grid,
.page-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(410px,.92fr); align-items: center; gap: 76px; }
.hero-copy { max-width: 770px; }
.home-hero h1 { max-width: 760px; font-size: clamp(3.35rem, 5.65vw, 5.8rem); }
.page-hero-v2 h1, .page-hero h1 { max-width: 850px; font-size: clamp(3rem, 5.25vw, 5.2rem); }
.home-hero .lead, .page-hero-v2 .lead, .page-hero .lead { margin-top: 24px; color: #b8c8da; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 30px; color: #c3d0de; font-size: .85rem; font-weight: 690; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #04101b; background: var(--page-b); font-style: normal; font-size: .7rem; font-weight: 900; }
.hero-stage { position: relative; min-height: 510px; }
.hero-stage::before { content: ""; position: absolute; inset: 8% 5% 8% 7%; border-radius: 50%; background: radial-gradient(circle, rgba(80,168,248,.13), transparent 68%); filter: blur(20px); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: #71869e; font-size: .78rem; }
.breadcrumbs a:hover { color: var(--page-b); }
.breadcrumbs span::before { content: "/"; margin-right: 8px; color: #4d627a; }
.hero-side-card { padding: 26px; border: 1px solid var(--line-strong); border-radius: 22px; background: rgba(10,25,43,.72); backdrop-filter: blur(14px); box-shadow: var(--shadow-sm); }
.hero-side-card h3 { margin-bottom: 16px; font-size: 1.2rem; }
.hero-side-list { display: grid; gap: 11px; padding: 0; margin: 0; list-style: none; }
.hero-side-list li { display: flex; gap: 10px; color: #bdcadd; font-size: .9rem; }
.hero-side-list li::before { content: "✓"; color: var(--page-b); font-weight: 900; }

/* Homepage command visual */
.command-panel {
  position: absolute; inset: 16px 0 auto 20px; min-height: 475px; padding: 19px;
  border: 1px solid var(--line-strong); border-radius: 28px;
  background: linear-gradient(150deg, rgba(17,41,69,.91), rgba(7,19,34,.88));
  box-shadow: var(--shadow); backdrop-filter: blur(18px); transform: perspective(1000px) rotateY(-4deg) rotateX(1deg);
}
.command-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 4px 2px 17px; border-bottom: 1px solid var(--line); }
.command-brand { display: flex; align-items: center; gap: 10px; font-size: .84rem; font-weight: 800; }
.command-brand i { width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(81,222,244,.11), 0 0 20px rgba(81,222,244,.5); }
.command-status { color: var(--green); font-size: .7rem; font-weight: 760; }
.command-stack { display: grid; gap: 10px; margin-top: 16px; }
.command-row { position: relative; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(3,9,20,.42); overflow: hidden; }
.command-row::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: linear-gradient(90deg, transparent, var(--row-color), transparent); opacity: .7; }
.command-row:nth-child(1) { --row-color: var(--blue); }
.command-row:nth-child(2) { --row-color: var(--coral); }
.command-row:nth-child(3) { --row-color: var(--cyan); }
.command-number { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: var(--row-color); background: color-mix(in srgb, var(--row-color) 12%, transparent); font-weight: 850; }
.command-row b { display: block; letter-spacing: .08em; font-size: .78rem; }
.command-row small { display: block; margin-top: 2px; color: var(--muted); font-size: .72rem; }
.command-row em { color: var(--row-color); font-size: .69rem; font-style: normal; font-weight: 760; }
.command-footer { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 12px; }
.command-metric { padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.command-metric span { display: block; color: var(--muted-2); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.command-metric strong { display: block; margin-top: 4px; font-size: .9rem; }
.floating-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(7,19,34,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); font-size: .76rem; font-weight: 750; animation: float 5s ease-in-out infinite; }
.floating-note i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: #04101b; background: var(--page-b); font-style: normal; }
.floating-note.one { right: -20px; top: 34px; }
.floating-note.two { left: -28px; bottom: 38px; animation-delay: -2.2s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Context navigation */
.context-nav-wrap {
  position: relative;
  z-index: 10;
  isolation: isolate;
  border-block: 1px solid rgba(129,192,245,.24);
  background: linear-gradient(180deg, rgba(8,22,38,.97), rgba(4,13,24,.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 14px 42px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
}
.context-nav-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 50%, color-mix(in srgb, var(--page-a) 14%, transparent), transparent 25rem),
    radial-gradient(circle at 72% 50%, color-mix(in srgb, var(--page-b) 9%, transparent), transparent 32rem);
}
.context-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 82px;
  padding-block: 13px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.context-nav::-webkit-scrollbar { display: none; }
.context-title {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  margin-right: 7px;
  padding: 0 15px;
  border: 1px solid rgba(178,207,237,.18);
  border-radius: 13px;
  color: var(--text);
  background: rgba(10,28,47,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  font-size: .75rem;
  font-weight: 840;
  letter-spacing: .085em;
  text-transform: uppercase;
  white-space: nowrap;
}
.context-title::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--page-gradient);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--page-a) 11%, transparent), 0 0 18px color-mix(in srgb, var(--page-b) 70%, transparent);
}
.context-nav a {
  flex: 0 0 auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid rgba(178,207,237,.16);
  border-radius: 13px;
  color: #b5c5d7;
  background: rgba(12,29,48,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 5px 18px rgba(0,0,0,.12);
  font-size: .84rem;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s var(--ease);
}
.context-nav a::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #698097;
  box-shadow: 0 0 0 3px rgba(105,128,151,.09);
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.context-nav a:hover,
.context-nav a:focus-visible {
  color: #fff;
  border-color: color-mix(in srgb, var(--page-b) 56%, rgba(178,207,237,.2));
  outline: none;
  background: linear-gradient(135deg, color-mix(in srgb, var(--page-a) 14%, rgba(10,28,47,.94)), color-mix(in srgb, var(--page-b) 9%, rgba(8,22,38,.94)));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 0 0 1px color-mix(in srgb, var(--page-a) 16%, transparent), 0 8px 30px color-mix(in srgb, var(--page-b) 18%, transparent);
  transform: translateY(-2px);
}
.context-nav a:hover::before,
.context-nav a:focus-visible::before {
  background: var(--page-b);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--page-b) 12%, transparent), 0 0 15px color-mix(in srgb, var(--page-b) 75%, transparent);
  transform: scale(1.12);
}
.context-nav a.is-active {
  color: #fff;
  border-color: color-mix(in srgb, var(--page-b) 64%, rgba(178,207,237,.2));
  background: linear-gradient(135deg, color-mix(in srgb, var(--page-a) 24%, #0a1c2f), color-mix(in srgb, var(--page-b) 15%, #071725));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 0 0 1px color-mix(in srgb, var(--page-a) 18%, transparent), 0 8px 34px color-mix(in srgb, var(--page-b) 25%, transparent);
}
.context-nav a.is-active::before {
  background: var(--page-b);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--page-b) 14%, transparent), 0 0 18px color-mix(in srgb, var(--page-b) 86%, transparent);
}
.context-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  border-radius: 99px;
  background: var(--page-gradient);
  box-shadow: 0 0 10px color-mix(in srgb, var(--page-b) 72%, transparent);
}

/* Generic grids and cards */
.grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.82fr); gap: 78px; align-items: center; }
.split.reverse > :first-child { order: 2; }
.card {
  position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius);
  color: var(--text); background: linear-gradient(155deg, rgba(14,34,57,.88), rgba(8,22,38,.82)); box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}
.card-hover { transition: transform .23s var(--ease), border-color .23s, box-shadow .23s; }
.card-hover:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--page-a) 42%, transparent); box-shadow: var(--shadow-glow); }
.card-dark { background: var(--bg-deep); }
.card-accent { border-color: rgba(81,222,244,.22); background: linear-gradient(145deg, rgba(80,168,248,.17), rgba(81,222,244,.06)); }
.card h3 { margin-bottom: 12px; }
.card p { color: var(--muted); }
.card-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 24px; border: 1px solid var(--line); border-radius: 16px; color: var(--page-b); background: color-mix(in srgb, var(--page-a) 12%, transparent); font-size: 1rem; font-weight: 850; }
.number { display: flex; align-items: center; justify-content: space-between; color: var(--muted-2); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.number i { width: 42px; height: 1px; background: var(--line); }
.solution-card { min-height: 360px; display: flex; flex-direction: column; overflow: hidden; }
.solution-card::before { content: ""; position: absolute; width: 210px; height: 210px; top: -115px; right: -95px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--page-a) 23%, transparent), transparent 68%); }
.solution-card h3 { margin-top: 65px; font-size: 1.85rem; }
.solution-card .link-arrow { margin-top: auto; }

/* Project path / conversion sections */
.project-path-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.path-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(155deg, rgba(14,34,57,.92), rgba(7,19,34,.84)); transition: transform .22s var(--ease), border-color .22s, box-shadow .22s; }
.path-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--path-color) 44%, transparent); box-shadow: 0 25px 65px color-mix(in srgb, var(--path-color) 14%, transparent); }
.path-card:nth-child(1) { --path-color: var(--blue); }
.path-card:nth-child(2) { --path-color: var(--coral); }
.path-card:nth-child(3) { --path-color: var(--cyan); }
.path-card:nth-child(4) { --path-color: var(--green); }
.path-card::before { content: ""; position: absolute; width: 250px; height: 250px; right: -150px; top: -150px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--path-color) 25%, transparent), transparent 68%); }
.path-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 50px; border-radius: 14px; color: var(--path-color); background: color-mix(in srgb, var(--path-color) 11%, transparent); border: 1px solid color-mix(in srgb, var(--path-color) 22%, transparent); font-weight: 850; }
.path-card h3 { font-size: 1.72rem; }
.path-card p { margin-top: 14px; color: var(--muted); }
.path-card .path-result { display: block; margin-top: 18px; color: #cbd8e6; font-size: .78rem; font-weight: 710; }
.path-card .link-arrow { margin-top: auto; color: var(--path-color); }
.decision-band { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; margin-top: 28px; padding: 28px 32px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 22px; background: linear-gradient(120deg, rgba(255,76,104,.10), rgba(80,168,248,.11), rgba(81,222,244,.08)); }
.decision-band::after { content: ""; position: absolute; width: 280px; height: 280px; right: -160px; top: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(81,222,244,.22), transparent 68%); }
.decision-band > * { position: relative; z-index: 1; }
.decision-band h3 { font-size: clamp(1.55rem,2.8vw,2.35rem); }
.decision-band p { margin-top: 8px; color: var(--muted); }

/* Pillars */
.pillar-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.pillar { position: relative; min-height: 420px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: rgba(7,19,34,.76); }
.pillar::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--pillar-gradient); }
.pillar:nth-child(1) { --pillar-gradient: linear-gradient(90deg,var(--blue),var(--cyan)); }
.pillar:nth-child(2) { --pillar-gradient: linear-gradient(90deg,var(--coral),var(--blue)); }
.pillar:nth-child(3) { --pillar-gradient: linear-gradient(90deg,var(--cyan),var(--green)); }
.pillar-code { color: var(--muted-2); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.pillar h3 { margin-top: 70px; font-size: 2.2rem; }
.pillar p { margin-top: 16px; color: var(--muted); }
.pillar ul { display: grid; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; color: #c6d3e1; font-size: .84rem; }
.pillar li::before { content: "•"; margin-right: 8px; color: var(--page-b); }

/* Process */
.process-rail { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.process-rail::before { content: ""; position: absolute; left: 7%; right: 7%; top: 36px; height: 1px; background: linear-gradient(90deg, transparent, var(--page-a), var(--page-b), transparent); opacity: .45; }
.process-step { position: relative; min-height: 300px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: rgba(9,25,43,.86); }
.process-index, .step-number { position: relative; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 56px; border: 1px solid color-mix(in srgb, var(--page-a) 35%, transparent); border-radius: 15px; color: var(--page-b); background: var(--bg-2); font-weight: 850; }
.process-step h3 { font-size: 1.35rem; }
.process-step p { margin-top: 12px; color: var(--muted); }
.process-output { display: block; margin-top: 18px; color: #cbd7e5; font-size: .75rem; font-weight: 720; }
.steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.step { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.step h3 { margin-bottom: 10px; }
.step p { color: var(--muted); }

/* Benefit / feature lists */
.feature-list { display: grid; gap: 14px; padding: 0; margin: 26px 0 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 28px 1fr; gap: 11px; align-items: start; color: #ccd8e6; }
.feature-list li::before { content: "✓"; display: grid; place-items: center; width: 24px; height: 24px; margin-top: 1px; border-radius: 50%; color: #04101b; background: var(--page-b); font-size: .72rem; font-weight: 900; }
.benefit-strip { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: rgba(7,19,34,.74); }
.benefit { padding: 24px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit strong { display: block; font-size: .95rem; }
.benefit span { display: block; margin-top: 4px; color: var(--muted); font-size: .75rem; }
.trust-strip { color: var(--text); background: var(--bg-deep); border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 20px 22px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: .9rem; }
.trust-item span { display: block; margin-top: 2px; color: var(--muted); font-size: .72rem; }

/* Visual panels and generic mockups */
.visual-panel { position: relative; min-height: 500px; padding: 29px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: linear-gradient(155deg, rgba(17,41,69,.86), rgba(5,13,24,.92)); box-shadow: var(--shadow); }
.visual-panel::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(180,213,243,.13) 1px, transparent 1.2px); background-size: 24px 24px; mask-image: linear-gradient(black, transparent 85%); }
.visual-panel > * { position: relative; z-index: 1; }
.visual-title { color: var(--muted); font-size: .72rem; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.flow { display: grid; gap: 12px; margin-top: 30px; }
.flow-step { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(3,9,20,.48); }
.flow-step i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: #04101b; background: var(--page-gradient); font-style: normal; font-weight: 850; }
.flow-step strong { display: block; font-size: .88rem; }
.flow-step span { display: block; color: var(--muted); font-size: .71rem; }
.flow-step b { color: var(--page-b); font-size: .68rem; }
.flow-line { width: 1px; height: 18px; margin: -9px 0 -9px 37px; background: color-mix(in srgb, var(--page-b) 45%, transparent); }

/* Browser mockup */
.browser-mock, .browser { position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 24px; background: #071322; box-shadow: var(--shadow); }
.browser-top { display: flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 15px; border-bottom: 1px solid var(--line); background: #0b1b2e; }
.browser-top i { width: 8px; height: 8px; border-radius: 50%; background: #4f647d; }
.browser-top i:nth-child(1) { background: var(--coral); }
.browser-top i:nth-child(2) { background: var(--warning); }
.browser-top i:nth-child(3) { background: var(--green); }
.browser-url { flex: 1; max-width: 260px; margin-left: 8px; padding: 6px 10px; border-radius: 7px; color: #7489a1; background: rgba(255,255,255,.035); font-size: .66rem; }
.browser-canvas { min-height: 390px; padding: 25px; background: radial-gradient(circle at 75% 5%, rgba(80,168,248,.14), transparent 38%), #071322; }
.browser-nav { display: flex; align-items: center; justify-content: space-between; }
.browser-logo { width: 92px; height: 10px; border-radius: 99px; background: var(--page-gradient); }
.browser-links { display: flex; gap: 7px; }
.browser-links span { width: 29px; height: 5px; border-radius: 99px; background: #31445b; }
.browser-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-top: 45px; align-items: center; }
.browser-copy b { display: block; width: 88%; height: 18px; margin-bottom: 10px; border-radius: 5px; background: #dfe9f5; }
.browser-copy b:nth-child(2) { width: 72%; }
.browser-copy p { width: 90%; height: 6px; margin: 16px 0 7px; border-radius: 99px; background: #465a71; }
.browser-copy p + p { width: 70%; margin-top: 0; }
.browser-button { width: 94px; height: 27px; margin-top: 22px; border-radius: 8px; background: var(--page-gradient); }
.browser-art { position: relative; min-height: 185px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(80,168,248,.17), rgba(81,222,244,.05)); }
.browser-art::before { content: ""; position: absolute; width: 95px; height: 95px; right: 24px; top: 28px; border-radius: 50%; border: 12px solid rgba(81,222,244,.5); border-left-color: rgba(255,76,104,.7); transform: rotate(25deg); }
.browser-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 28px; }
.browser-metric { padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
.browser-metric span { display: block; color: var(--muted-2); font-size: .6rem; }
.browser-metric strong { display: block; margin-top: 3px; font-size: .8rem; }
.browser-content { padding: 26px; }
.browser-block { height: 15px; margin-bottom: 10px; border-radius: 6px; background: #243951; }
.browser-lines { display: grid; gap: 8px; }
.browser-lines span { display: block; height: 7px; border-radius: 99px; background: #1c3048; }

/* Redesign before/after */
.redesign-visual { position: relative; min-height: 470px; }
.before-after { position: absolute; inset: 20px 0 0; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 26px; background: #071322; box-shadow: var(--shadow); }
.before-pane, .after-pane { position: relative; padding: 22px; }
.before-pane { filter: saturate(.35); background: #152235; }
.after-pane { background: radial-gradient(circle at 90% 5%, rgba(81,222,244,.17), transparent 40%), #071322; }
.before-pane::after { content: "Vorher"; position: absolute; top: 16px; left: 16px; padding: 6px 9px; border-radius: 999px; color: #b7c4d5; background: rgba(0,0,0,.3); font-size: .65rem; font-weight: 770; }
.after-pane::after { content: "Nachher"; position: absolute; top: 16px; right: 16px; padding: 6px 9px; border-radius: 999px; color: #04101b; background: var(--cyan); font-size: .65rem; font-weight: 850; }
.mock-old-title { width: 72%; height: 21px; margin: 66px 0 15px; border-radius: 3px; background: #8390a0; }
.mock-old-line { height: 7px; margin: 8px 0; background: #5f6e80; }
.mock-old-box { height: 160px; margin-top: 30px; background: #2d3a4a; }
.mock-new-kicker { width: 36%; height: 7px; margin: 67px 0 14px; border-radius: 99px; background: var(--cyan); }
.mock-new-title { width: 89%; height: 22px; margin-bottom: 10px; border-radius: 6px; background: #ecf5ff; }
.mock-new-title.short { width: 68%; }
.mock-new-line { width: 87%; height: 6px; margin: 17px 0 7px; border-radius: 99px; background: #50637a; }
.mock-new-button { width: 100px; height: 30px; margin-top: 22px; border-radius: 9px; background: var(--brand-gradient); }
.before-after-handle { position: absolute; z-index: 4; left: 50%; top: 0; bottom: 0; width: 2px; background: #fff; box-shadow: 0 0 20px rgba(255,255,255,.5); }
.before-after-handle::after { content: "↔"; position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 44px; height: 44px; transform: translate(-50%,-50%); border-radius: 50%; color: #04101b; background: var(--cyan); font-weight: 900; }

/* Shop visual */
.shop-visual { position: relative; min-height: 500px; }
.shop-window { position: absolute; inset: 8px 40px 30px 0; padding: 18px; border: 1px solid var(--line-strong); border-radius: 25px; background: #071322; box-shadow: var(--shadow); }
.shop-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.shop-brand { width: 100px; height: 10px; border-radius: 99px; background: var(--page-gradient); }
.shop-cart { padding: 7px 10px; border-radius: 9px; color: var(--cyan); background: rgba(81,222,244,.08); font-size: .68rem; }
.product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; margin-top: 18px; }
.product-card { padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); }
.product-image { position: relative; height: 110px; border-radius: 11px; background: linear-gradient(145deg, rgba(80,168,248,.18), rgba(81,222,244,.08)); }
.product-image::after { content: ""; position: absolute; inset: 27px 38px; border-radius: 18px 18px 28px 28px; background: var(--page-gradient); opacity: .8; transform: rotate(-7deg); }
.product-name { width: 70%; height: 8px; margin-top: 12px; border-radius: 99px; background: #8192a8; }
.product-price { width: 42%; height: 7px; margin-top: 7px; border-radius: 99px; background: var(--cyan); }
.cart-panel { position: absolute; right: -5px; bottom: 0; width: 210px; padding: 17px; border: 1px solid rgba(81,222,244,.25); border-radius: 18px; background: rgba(10,28,48,.96); box-shadow: var(--shadow-sm); }
.cart-panel h4 { font-size: .86rem; }
.cart-line { display: flex; justify-content: space-between; gap: 10px; margin-top: 12px; color: var(--muted); font-size: .68rem; }
.cart-total { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); font-size: .76rem; font-weight: 800; }
.cart-button { height: 32px; margin-top: 13px; border-radius: 9px; background: var(--page-gradient); }

/* Search / SEO visual */
.search-visual { position: relative; min-height: 500px; }
.search-panel { position: absolute; inset: 18px 0 25px 28px; padding: 22px; border: 1px solid var(--line-strong); border-radius: 25px; background: #071322; box-shadow: var(--shadow); }
.search-box { display: flex; align-items: center; gap: 10px; height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 13px; color: #b8c7d8; background: rgba(255,255,255,.03); font-size: .76rem; }
.search-box::before { content: "⌕"; color: var(--cyan); font-size: 1.2rem; }
.search-results { display: grid; gap: 13px; margin-top: 18px; }
.search-result { padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.022); }
.search-result.featured { border-color: rgba(81,222,244,.28); box-shadow: inset 3px 0 0 var(--cyan); }
.search-result small { color: #68c9a8; font-size: .62rem; }
.search-result strong { display: block; margin: 4px 0 7px; color: #dcecff; font-size: .84rem; }
.search-result span { display: block; width: 88%; height: 5px; border-radius: 99px; background: #344a62; }
.search-result span + span { width: 69%; margin-top: 5px; }
.rank-chip { position: absolute; right: -18px; top: 76px; padding: 13px 16px; border: 1px solid rgba(81,222,244,.25); border-radius: 14px; background: rgba(7,19,34,.96); box-shadow: var(--shadow-sm); }
.rank-chip strong { display: block; color: var(--cyan); font-size: 1.6rem; }
.rank-chip span { color: var(--muted); font-size: .66rem; }

/* Software architecture visual */
.arch-visual { position: relative; min-height: 510px; }
.arch-canvas { position: absolute; inset: 8px; border: 1px solid var(--line-strong); border-radius: 28px; background: radial-gradient(circle at 50% 50%, rgba(80,168,248,.12), transparent 55%), #071322; box-shadow: var(--shadow); overflow: hidden; }
.arch-canvas::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(184,216,245,.14) 1px, transparent 1.2px); background-size: 25px 25px; }
.arch-core { position: absolute; z-index: 3; left: 50%; top: 50%; display: grid; place-items: center; width: 128px; height: 128px; transform: translate(-50%,-50%); border: 1px solid rgba(81,222,244,.35); border-radius: 30px; background: linear-gradient(145deg, rgba(80,168,248,.28), rgba(81,222,244,.12)); box-shadow: 0 0 60px rgba(80,168,248,.2); }
.arch-core img { width: 64px; }
.arch-node { position: absolute; z-index: 2; min-width: 125px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(10,28,48,.94); box-shadow: var(--shadow-sm); }
.arch-node strong { display: block; font-size: .78rem; }
.arch-node span { display: block; color: var(--muted); font-size: .64rem; }
.arch-node.n1 { left: 28px; top: 48px; }
.arch-node.n2 { right: 24px; top: 60px; }
.arch-node.n3 { left: 35px; bottom: 44px; }
.arch-node.n4 { right: 30px; bottom: 52px; }
.arch-line { position: absolute; z-index: 1; left: 50%; top: 50%; width: 34%; height: 1px; transform-origin: 0 0; background: linear-gradient(90deg, rgba(80,168,248,.8), transparent); }
.arch-line.l1 { transform: rotate(-143deg); }
.arch-line.l2 { transform: rotate(-37deg); }
.arch-line.l3 { transform: rotate(143deg); }
.arch-line.l4 { transform: rotate(37deg); }
.arch-pulse { position: absolute; z-index: 4; left: calc(50% - 4px); top: calc(50% - 4px); width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); animation: pulse 2.5s ease-in-out infinite; }
@keyframes pulse { 0%,100% { transform: scale(.7); opacity:.4; } 50% { transform: scale(1.5); opacity:1; } }

/* App phone visual */
.phone-stage { position: relative; min-height: 520px; }
.phone { position: absolute; width: 230px; height: 475px; padding: 12px; border: 1px solid var(--line-strong); border-radius: 38px; background: #020811; box-shadow: var(--shadow); }
.phone::before { content: ""; position: absolute; left: 50%; top: 8px; width: 72px; height: 18px; transform: translateX(-50%); border-radius: 999px; background: #020811; z-index: 3; }
.phone.one { left: 35px; top: 15px; transform: rotate(-7deg); }
.phone.two { right: 20px; top: 55px; transform: rotate(8deg); }
.phone-screen { height: 100%; padding: 34px 16px 16px; overflow: hidden; border-radius: 29px; background: radial-gradient(circle at 90% 5%, rgba(80,168,248,.22), transparent 40%), #09182a; }
.phone-title { width: 74%; height: 17px; border-radius: 6px; background: #ecf5ff; }
.phone-sub { width: 55%; height: 6px; margin-top: 10px; border-radius: 99px; background: #61758d; }
.phone-card { height: 115px; margin-top: 25px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(255,76,104,.2), rgba(80,168,248,.13)); }
.phone-list { display: grid; gap: 9px; margin-top: 18px; }
.phone-item { height: 43px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.025); }
.phone-nav { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 22px; }
.phone-nav i { height: 24px; border-radius: 8px; background: rgba(255,255,255,.05); }
.phone-nav i:nth-child(2) { background: var(--page-gradient); }

/* API connection visual */
.api-stage { position: relative; min-height: 500px; }
.api-board { position: absolute; inset: 14px; border: 1px solid var(--line-strong); border-radius: 27px; background: radial-gradient(circle at 50% 50%, rgba(81,222,244,.1), transparent 46%), #071322; box-shadow: var(--shadow); overflow: hidden; }
.api-board::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(184,216,245,.13) 1px, transparent 1.2px); background-size: 24px 24px; }
.api-hub { position: absolute; z-index: 3; left: 50%; top: 50%; display: grid; place-items: center; width: 130px; height: 130px; transform: translate(-50%,-50%); border: 1px solid rgba(81,222,244,.34); border-radius: 50%; background: rgba(10,28,48,.96); box-shadow: 0 0 50px rgba(81,222,244,.15); }
.api-hub strong { font-size: 1.35rem; }
.api-hub span { color: var(--cyan); font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }
.api-system { position: absolute; z-index: 3; display: grid; place-items: center; width: 92px; height: 70px; border: 1px solid var(--line); border-radius: 15px; color: #cedbea; background: rgba(10,28,48,.94); font-size: .69rem; font-weight: 760; }
.api-system.s1 { left: 28px; top: 42px; }
.api-system.s2 { right: 30px; top: 52px; }
.api-system.s3 { left: 42px; bottom: 38px; }
.api-system.s4 { right: 36px; bottom: 42px; }
.api-wire { position: absolute; z-index: 1; left: 50%; top: 50%; width: 39%; height: 1px; transform-origin: 0 0; background: linear-gradient(90deg,var(--cyan),transparent); opacity: .72; }
.api-wire.w1 { transform: rotate(-143deg); }
.api-wire.w2 { transform: rotate(-35deg); }
.api-wire.w3 { transform: rotate(145deg); }
.api-wire.w4 { transform: rotate(35deg); }

/* Automation workflow visual */
.automation-stage { position: relative; min-height: 520px; }
.workflow-board { position: absolute; inset: 5px; padding: 26px; border: 1px solid var(--line-strong); border-radius: 28px; background: #071322; box-shadow: var(--shadow); overflow: hidden; }
.workflow-board::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(184,216,245,.13) 1px, transparent 1.2px); background-size: 24px 24px; }
.workflow-board > * { position: relative; z-index: 1; }
.workflow-head { display: flex; align-items: center; justify-content: space-between; }
.workflow-head span { color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.workflow-head b { padding: 7px 10px; border-radius: 999px; color: var(--green); background: rgba(87,227,178,.08); font-size: .66rem; }
.workflow-track { display: grid; gap: 11px; margin-top: 28px; }
.workflow-node { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: rgba(3,9,20,.52); }
.workflow-node i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: #04101b; background: var(--node-color); font-style: normal; font-weight: 900; }
.workflow-node:nth-child(1) { --node-color: var(--blue); }
.workflow-node:nth-child(3) { --node-color: var(--coral); }
.workflow-node:nth-child(5) { --node-color: var(--cyan); }
.workflow-node:nth-child(7) { --node-color: var(--green); }
.workflow-node strong { display: block; font-size: .84rem; }
.workflow-node span { display: block; color: var(--muted); font-size: .68rem; }
.workflow-node b { color: var(--node-color); font-size: .66rem; }
.workflow-connector { width: 1px; height: 15px; margin: -7px 0 -7px 34px; background: linear-gradient(var(--page-a),var(--page-b)); opacity: .7; }

/* AI visual */
.ai-stage { position: relative; min-height: 510px; }
.ai-console { position: absolute; inset: 18px 0 20px 24px; display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 26px; background: #071322; box-shadow: var(--shadow); }
.ai-sidebar { padding: 20px; border-right: 1px solid var(--line); background: #09182a; }
.ai-sidebar strong { display: block; font-size: .78rem; }
.ai-agent { display: flex; align-items: center; gap: 10px; margin-top: 24px; padding: 12px; border: 1px solid rgba(81,222,244,.22); border-radius: 13px; background: rgba(81,222,244,.06); }
.ai-avatar { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; color: #04101b; background: var(--page-gradient); font-weight: 900; }
.ai-agent span { color: var(--muted); font-size: .64rem; }
.ai-menu { display: grid; gap: 8px; margin-top: 20px; }
.ai-menu i { height: 34px; border-radius: 10px; background: rgba(255,255,255,.035); }
.ai-menu i:nth-child(2) { border: 1px solid rgba(80,168,248,.2); background: rgba(80,168,248,.08); }
.ai-main { padding: 22px; }
.ai-main-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.ai-main-head strong { font-size: .86rem; }
.ai-main-head span { color: var(--green); font-size: .66rem; }
.ai-task { margin-top: 17px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.ai-task small { color: var(--muted-2); font-size: .62rem; }
.ai-task strong { display: block; margin-top: 3px; font-size: .78rem; }
.ai-task-line { height: 5px; margin-top: 10px; border-radius: 99px; background: #32475e; }
.ai-task-line.short { width: 68%; }
.ai-output { margin-top: 15px; padding: 14px; border-left: 2px solid var(--cyan); border-radius: 0 12px 12px 0; background: rgba(81,222,244,.055); color: #cbd8e6; font-size: .68rem; }

/* Business/ALE dashboard */
.ale-stage { position: relative; min-height: 540px; }
.ale-dashboard { position: absolute; inset: 0; padding: 18px; border: 1px solid var(--line-strong); border-radius: 28px; background: linear-gradient(155deg,#0d2239,#071322); box-shadow: var(--shadow); transform: perspective(1000px) rotateY(-3deg); }
.ale-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.ale-brand { display: flex; align-items: center; gap: 9px; font-size: .78rem; font-weight: 820; }
.ale-brand i { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 14px var(--coral); }
.ale-status { padding: 6px 9px; border-radius: 999px; color: var(--cyan); background: rgba(81,222,244,.07); font-size: .62rem; }
.ale-layout { display: grid; grid-template-columns: 92px 1fr; gap: 12px; margin-top: 14px; }
.ale-nav { display: grid; align-content: start; gap: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: rgba(3,9,20,.38); }
.ale-nav i { height: 33px; border-radius: 10px; background: rgba(255,255,255,.035); }
.ale-nav i:nth-child(2) { background: linear-gradient(120deg,rgba(255,76,104,.35),rgba(80,168,248,.25)); }
.ale-content { display: grid; gap: 12px; }
.ale-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.ale-kpi { padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: rgba(3,9,20,.4); }
.ale-kpi span { display: block; color: var(--muted-2); font-size: .58rem; }
.ale-kpi strong { display: block; margin-top: 3px; font-size: .96rem; }
.ale-board { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; }
.ale-chart, .ale-list { min-height: 205px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(3,9,20,.4); }
.ale-bars { display: flex; align-items: end; gap: 8px; height: 125px; margin-top: 27px; }
.ale-bars i { flex: 1; height: var(--h); border-radius: 6px 6px 2px 2px; background: linear-gradient(var(--blue),var(--cyan)); opacity: .8; }
.ale-list { display: grid; align-content: start; gap: 9px; }
.ale-list-row { height: 34px; border-radius: 10px; background: rgba(255,255,255,.035); }
.ale-list-row:nth-child(2) { border-left: 2px solid var(--coral); }
.ale-list-row:nth-child(3) { border-left: 2px solid var(--cyan); }
.ale-floating { position: absolute; right: -22px; bottom: 34px; width: 205px; padding: 15px; border: 1px solid rgba(81,222,244,.24); border-radius: 15px; background: rgba(7,19,34,.95); box-shadow: var(--shadow-sm); }
.ale-floating span { display: block; color: var(--muted); font-size: .65rem; }
.ale-floating strong { display: block; margin-top: 4px; font-size: .85rem; }

/* Startup/KMU visual */
.launch-stage { position: relative; min-height: 510px; }
.launch-board { position: absolute; inset: 10px 0 15px 22px; padding: 24px; border: 1px solid var(--line-strong); border-radius: 28px; background: #071322; box-shadow: var(--shadow); }
.launch-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.launch-head strong { font-size: .84rem; }
.launch-head span { padding: 6px 9px; border-radius: 999px; color: var(--green); background: rgba(87,227,178,.07); font-size: .64rem; }
.launch-list { display: grid; gap: 10px; margin-top: 19px; }
.launch-item { display: grid; grid-template-columns: 37px 1fr auto; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.022); }
.launch-item i { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; color: #04101b; background: var(--item-color); font-style: normal; font-weight: 900; }
.launch-item:nth-child(1) { --item-color: var(--coral); }
.launch-item:nth-child(2) { --item-color: var(--blue); }
.launch-item:nth-child(3) { --item-color: var(--cyan); }
.launch-item:nth-child(4) { --item-color: var(--green); }
.launch-item strong { display: block; font-size: .79rem; }
.launch-item span { display: block; color: var(--muted); font-size: .65rem; }
.launch-item b { color: var(--item-color); font-size: .64rem; }
.launch-progress { margin-top: 17px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.launch-progress-head { display: flex; justify-content: space-between; color: var(--muted); font-size: .66rem; }
.launch-bar { height: 7px; margin-top: 9px; border-radius: 99px; background: rgba(255,255,255,.06); overflow: hidden; }
.launch-bar i { display: block; width: 76%; height: 100%; border-radius: inherit; background: var(--brand-gradient); }

/* Service mosaic */
.service-mosaic { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2,minmax(230px,auto)); gap: 20px; }
.mosaic-card { position: relative; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(14,34,57,.88), rgba(7,19,34,.84)); }
.mosaic-card.featured { grid-row: 1 / 3; min-height: 510px; }
.mosaic-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -130px; bottom: -130px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--card-color,var(--page-a)) 24%, transparent), transparent 68%); }
.mosaic-card > * { position: relative; z-index: 1; }
.mosaic-card h3 { max-width: 470px; margin-top: 55px; font-size: clamp(1.65rem,3vw,2.65rem); }
.mosaic-card p { max-width: 520px; margin-top: 15px; color: var(--muted); }
.mosaic-card .link-arrow { position: absolute; left: 30px; bottom: 28px; }
.mosaic-card.featured .mosaic-mini-browser { margin-top: 45px; }
.mosaic-mini-browser { padding: 14px; border: 1px solid var(--line); border-radius: 17px; background: rgba(3,9,20,.42); }
.mosaic-mini-top { height: 8px; width: 60%; border-radius: 99px; background: var(--page-gradient); }
.mosaic-mini-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10px; margin-top: 20px; }
.mosaic-mini-grid i { display: block; height: 92px; border-radius: 12px; background: rgba(255,255,255,.04); }
.mosaic-mini-grid i:last-child { background: linear-gradient(145deg, rgba(80,168,248,.16), rgba(81,222,244,.06)); }

/* Comparison and decision tables */
.comparison-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.comparison-card { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(8,22,38,.82); }
.comparison-card.good { border-color: rgba(81,222,244,.24); background: linear-gradient(145deg, rgba(80,168,248,.12), rgba(81,222,244,.05)); }
.comparison-card h3 { font-size: 1.8rem; }
.comparison-card > p { margin-top: 13px; color: var(--muted); }
.comparison-card ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; color: #cbd8e5; font-size: .86rem; }
.comparison-card li::before { content: "—"; margin-right: 9px; color: var(--page-b); }

/* Modules / ALE */
.module-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; }
.module-card { position: relative; min-height: 240px; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: rgba(8,22,38,.82); }
.module-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -90px; top: -90px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--module-color,var(--page-a)) 26%, transparent), transparent 68%); }
.module-card:nth-child(3n+1) { --module-color: var(--coral); }
.module-card:nth-child(3n+2) { --module-color: var(--blue); }
.module-card:nth-child(3n+3) { --module-color: var(--cyan); }
.module-code { color: var(--muted-2); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.module-card h3 { margin-top: 45px; font-size: 1.4rem; }
.module-card p { margin-top: 11px; color: var(--muted); font-size: .87rem; }
.module-status { display: inline-flex; margin-top: 18px; padding: 6px 9px; border-radius: 999px; color: var(--module-color); background: color-mix(in srgb, var(--module-color) 9%, transparent); font-size: .65rem; font-weight: 780; }

/* Digital check */
.score-section { overflow: hidden; }
.check-panel { display: grid; grid-template-columns: minmax(0,.84fr) minmax(0,1.16fr); gap: 24px; padding: 24px; border: 1px solid var(--line-strong); border-radius: 29px; background: rgba(7,19,34,.9); box-shadow: var(--shadow); }
.check-intro { position: relative; overflow: hidden; padding: 36px; border: 1px solid rgba(81,222,244,.16); border-radius: 23px; background: radial-gradient(circle at 100% 100%, rgba(81,222,244,.15), transparent 45%), var(--bg-deep); }
.check-intro::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(184,216,245,.11) 1px, transparent 1.2px); background-size: 24px 24px; mask-image: linear-gradient(black,transparent); }
.check-intro > * { position: relative; z-index: 1; }
.check-intro h2 { font-size: clamp(2.2rem,4vw,3.6rem); }
.check-intro p { margin-top: 18px; color: #b6c5d7; }
.check-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.check-tags span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: #c4d1e0; background: rgba(255,255,255,.03); font-size: .72rem; }
.check-form-wrap { padding: 25px; }
.check-form-wrap h3 { font-size: 1.65rem; }
.check-form-wrap > p { margin-top: 10px; color: var(--muted); }
.check-form { margin-top: 26px; }
.inline-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.form-note { margin-top: 11px; color: var(--muted); font-size: .74rem; }
.check-loading { display: none; padding: 38px 0; text-align: center; }
.check-loading.is-visible { display: block; }
.loader { width: 46px; height: 46px; margin: 0 auto 16px; border: 4px solid rgba(255,255,255,.08); border-top-color: var(--page-b); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.check-results { display: none; margin-top: 30px; }
.check-results.is-visible { display: block; }
.result-top { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.result-score { --result: 0; position: relative; display: grid; place-items: center; width: 150px; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(var(--page-b) calc(var(--result) * 1%), rgba(255,255,255,.08) 0); }
.result-score::before { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: var(--bg-2); }
.result-score strong { position: relative; font-size: 2.5rem; line-height: 1; }
.result-score span { position: relative; align-self: start; margin-top: -34px; color: var(--muted); font-size: .67rem; text-transform: uppercase; }
.result-categories { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 18px; }
.result-category { padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.02); }
.result-category span { display: block; color: var(--muted); font-size: .68rem; }
.result-category strong { display: block; margin-top: 3px; font-size: 1.25rem; }
.findings { display: grid; gap: 10px; margin-top: 20px; }
.finding { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(8,22,38,.82); }
.finding i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; font-style: normal; font-weight: 900; }
.finding.ok i { color: #04101b; background: var(--green); }
.finding.warn i { color: #04101b; background: var(--warning); }
.finding.bad i { color: #fff; background: var(--danger); }
.finding strong { display: block; font-size: .88rem; }
.finding span { display: block; margin-top: 2px; color: var(--muted); font-size: .76rem; }
.recommendations { margin-top: 26px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.recommendations ol { display: grid; gap: 16px; margin: 20px 0 0; padding-left: 25px; }
.recommendations li::marker { color: var(--page-b); font-weight: 850; }
.check-lead-wrap { margin-top: 30px; scroll-margin-top: 110px; }
.check-lead-wrap[hidden] { display: none !important; }
.check-lead-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: start; margin-bottom: 30px; }
.check-lead-heading h2 { margin-top: 10px; font-size: clamp(2rem,4vw,3.4rem); -webkit-hyphens: none; hyphens: none; }
.check-lead-heading .lead { max-width: 820px; margin-top: 14px; }
.check-reference { min-width: 190px; padding: 13px 15px; border: 1px solid rgba(81,222,244,.22); border-radius: 13px; background: rgba(81,222,244,.06); color: #c9eef7; font-size: .75rem; overflow-wrap: anywhere; }
.check-reference:empty { display: none; }
.check-lead-form { position: relative; }
.consent-note { display: block; margin: 7px 0 0 30px; color: var(--muted); font-size: .73rem; }
.consent-note a { color: var(--page-b); text-decoration: underline; text-underline-offset: 3px; }
.check-lead-form.is-submitted { opacity: .88; }
.check-lead-form.is-submitted .form-status { font-size: .9rem; }

/* Forms */
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: #dce6f2; font-size: .82rem; font-weight: 750; }
.form-field small { color: var(--muted); font-size: .73rem; }
.input,
input[type="text"], input[type="url"], input[type="email"], input[type="tel"], select, textarea {
  width: 100%; min-height: 53px; padding: 13px 15px; border: 1px solid var(--line-strong); border-radius: 12px;
  color: var(--text); background: rgba(3,9,20,.62); outline: none;
  transition: border .18s, box-shadow .18s, background .18s;
}
select { color-scheme: dark; }
textarea { min-height: 155px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--page-a); box-shadow: 0 0 0 4px color-mix(in srgb, var(--page-a) 13%, transparent); background: rgba(5,13,24,.9); }
input::placeholder, textarea::placeholder { color: #60758d; }
.checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .8rem; }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--page-a); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 22px; }
.form-status { min-height: 24px; margin-top: 13px; font-size: .82rem; }
.form-status.success { color: var(--green); }
.form-status.error { color: var(--danger); }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Contact */
.project-choice { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 30px; }
.project-choice a { position: relative; min-height: 120px; padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); transition: border-color .18s, transform .18s, background .18s; }
.project-choice a:hover { transform: translateY(-3px); border-color: rgba(81,222,244,.3); background: rgba(81,222,244,.045); }
.project-choice strong { display: block; font-size: .86rem; }
.project-choice span { display: block; margin-top: 5px; color: var(--muted); font-size: .7rem; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(300px,.7fr); gap: 30px; align-items: start; }
.contact-form-card { padding: 34px; border: 1px solid var(--line-strong); border-radius: 27px; background: rgba(8,22,38,.9); box-shadow: var(--shadow-sm); }
.contact-side { display: grid; gap: 16px; }
.contact-info-card { padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: rgba(8,22,38,.78); }
.contact-info-card h3 { margin-bottom: 12px; font-size: 1.15rem; }
.contact-info-card p { color: var(--muted); }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 620px; padding: 31px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(155deg, rgba(14,34,57,.9), rgba(7,19,34,.86)); }
.price-card.featured { border-color: rgba(81,222,244,.35); box-shadow: 0 24px 70px rgba(80,168,248,.13); }
.price-card.featured::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: var(--brand-gradient); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.price-badge { position: absolute; right: 22px; top: 20px; padding: 7px 10px; border-radius: 999px; color: #04101b; background: var(--cyan); font-size: .65rem; font-weight: 850; }
.price-card h3 { font-size: 1.6rem; }
.price { display: block; margin-top: 22px; font-size: clamp(2.5rem,4vw,3.5rem); font-weight: 850; letter-spacing: -.05em; }
.price-note { color: var(--muted); font-size: .78rem; }
.price-card > p { margin-top: 14px; color: var(--muted); }
.price-card ul { display: grid; gap: 11px; margin: 28px 0 30px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; color: #cbd8e6; font-size: .84rem; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--cyan); font-weight: 900; }
.price-card .btn { margin-top: auto; }

/* Cases / references */
.case-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(8,22,38,.84); }
.case-visual { position: relative; min-height: 260px; padding: 22px; overflow: hidden; background: radial-gradient(circle at 90% 5%, color-mix(in srgb,var(--case-color,var(--blue)) 22%,transparent), transparent 42%), var(--bg-deep); }
.case-card:nth-child(1) { --case-color: var(--blue); }
.case-card:nth-child(2) { --case-color: var(--coral); }
.case-card:nth-child(3) { --case-color: var(--cyan); }
.case-visual::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(184,216,245,.12) 1px, transparent 1.2px); background-size: 25px 25px; mask-image: linear-gradient(black,transparent); }
.case-visual > * { position: relative; z-index: 1; }
.case-body { padding: 25px; }
.case-meta { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 16px; color: var(--muted-2); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.case-body p { margin-top: 12px; color: var(--muted); }
.case-browser { margin-top: 38px; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: rgba(8,22,38,.9); }
.case-browser-head { width: 45%; height: 7px; border-radius: 99px; background: var(--case-color); }
.case-browser-body { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9px; margin-top: 18px; }
.case-browser-body i { height: 95px; border-radius: 10px; background: rgba(255,255,255,.035); }
.case-browser-body i:last-child { background: color-mix(in srgb,var(--case-color) 12%,transparent); }

/* Knowledge / articles */
.knowledge-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 21px; }
.knowledge-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: rgba(8,22,38,.82); transition: transform .2s var(--ease), border-color .2s; }
.knowledge-card:hover { transform: translateY(-5px); border-color: rgba(81,222,244,.25); }
.knowledge-category { color: var(--page-b); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.knowledge-card h3 { margin-top: 58px; font-size: 1.5rem; }
.knowledge-card p { margin-top: 13px; color: var(--muted); }
.knowledge-card .link-arrow { margin-top: auto; }
.article-layout {
  display: grid;
  grid-template-columns: minmax(0,920px) minmax(280px,320px);
  justify-content: space-between;
  gap: clamp(50px,6vw,120px);
  align-items: start;
}
.article { color: #cbd7e5; }
.article h2 { margin-top: 54px; font-size: clamp(2rem,4vw,3.2rem); color: #f3f8ff; }
.article h3 { margin-top: 35px; color: #edf5ff; }
.article p, .article li { color: #b6c5d6; }
.article ul, .article ol { display: grid; gap: 9px; padding-left: 22px; }
.article a { color: var(--page-b); text-decoration: underline; text-underline-offset: 3px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; color: var(--muted); font-size: .76rem; }
.article-sidebar { position: sticky; top: calc(var(--header-height) + 24px); display: grid; gap: 15px; }
.toc, .article-callout, .article-cta { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,22,38,.84); }
.toc h3, .article-callout h3, .article-cta h3 { font-size: 1.05rem; }
.toc a { display: block; margin-top: 10px; color: var(--muted); font-size: .78rem; }
.toc a:hover { color: var(--page-b); }
.article-callout { margin: 30px 0; border-color: rgba(81,222,244,.2); background: rgba(81,222,244,.045); }
.article-cta { margin-top: 44px; }
.source-list { padding: 0; list-style: none; }
.source-list li { margin-top: 8px; color: var(--muted); font-size: .78rem; }

/* Legal */
.legal { color: #b8c6d6; }
.legal h2 { margin-top: 42px; font-size: clamp(1.6rem,3vw,2.25rem); color: var(--text); }
.legal h3 { margin-top: 28px; color: var(--text); }
.legal a { color: var(--page-b); text-decoration: underline; text-underline-offset: 3px; }
.legal ul { display: grid; gap: 7px; }
.data-table, .table-wrap { width: 100%; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--text); font-size: .78rem; }
td { color: var(--muted); font-size: .8rem; }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; color: var(--text); background: transparent; text-align: left; font-weight: 760; }
.faq-button::after { content: "+"; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 9px; color: var(--page-b); transition: transform .2s; }
.faq-button[aria-expanded="true"]::after { content: "−"; transform: rotate(180deg); }
.faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .22s ease; }
.faq-panel > div { overflow: hidden; }
.faq-panel p { padding: 0 46px 20px 0; color: var(--muted); }
.faq-button[aria-expanded="true"] + .faq-panel { grid-template-rows: 1fr; }

/* CTA */
.cta-band { position: relative; padding: 58px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 30px; background: radial-gradient(circle at 92% 10%, rgba(80,168,248,.18), transparent 40%), radial-gradient(circle at 12% 100%, rgba(255,76,104,.12), transparent 36%), var(--bg-deep); box-shadow: var(--shadow-sm); }
.cta-band::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(184,216,245,.12) 1px, transparent 1.2px); background-size: 27px 27px; mask-image: linear-gradient(black,transparent 95%); }
.cta-band-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.cta-band h2 { max-width: 760px; font-size: clamp(2.15rem,4.5vw,4.1rem); }
.cta-band p { max-width: 650px; margin-top: 17px; color: var(--muted); }
.notice { padding: 15px 17px; border: 1px solid rgba(81,222,244,.16); border-radius: 13px; color: #aebed0; background: rgba(81,222,244,.04); font-size: .78rem; }

/* Footer */
.site-footer { position: relative; padding: 72px 0 25px; color: #c8d4e2; background: #020811; border-top: 1px solid var(--line); }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: var(--brand-gradient); opacity: .7; }
.footer-top { display: grid; grid-template-columns: 1.55fr repeat(3,1fr); gap: 55px; }
.footer-brand img { width: 230px; height: auto; }
.footer-brand p { max-width: 360px; margin-top: 20px; color: #7f93aa; font-size: .85rem; }
.footer-social { display: flex; gap: 9px; margin-top: 20px; }
.footer-social a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 11px; color: #a9b8c9; background: rgba(255,255,255,.025); font-weight: 800; }
.footer-social a:hover { color: #04101b; background: var(--cyan); }
.footer-col h3 { margin-bottom: 19px; color: #f0f6fd; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a { display: block; margin: 9px 0; color: #8094aa; font-size: .82rem; }
.footer-col a:hover { color: var(--cyan); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 58px; padding-top: 22px; border-top: 1px solid var(--line); color: #5e7187; font-size: .72rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a:hover { color: #aebed0; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Redirect / 404 */
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 120px 0 70px; }
.error-panel { max-width: 760px; padding: 48px; text-align: center; border: 1px solid var(--line-strong); border-radius: 30px; background: rgba(8,22,38,.88); box-shadow: var(--shadow); }
.error-code { font-size: clamp(5rem,15vw,10rem); font-weight: 900; line-height: .9; background: var(--brand-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Responsive */
@media (max-width: 1180px) {
  :root { --header-height: 74px; }
  .desktop-nav, .header-actions > .btn { display: none; }
  .menu-button { display: block; }
  .brand { min-width: 0; }
  .brand img { width: 190px; }
  .mobile-nav {
    position: fixed; inset: var(--header-height) 0 0; z-index: 990; display: block; padding: 24px max(22px,calc((100vw - var(--container))/2));
    color: var(--text); background: rgba(3,9,20,.985); backdrop-filter: blur(20px); overflow-y: auto;
    opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .22s var(--ease);
  }
  .mobile-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-section { display: block; margin: 24px 0 8px; color: var(--muted-2); font-size: .7rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-nav > a { display: flex; align-items: center; justify-content: space-between; padding: 13px 4px; border-bottom: 1px solid var(--line); color: #d5e0ec; font-size: 1rem; font-weight: 720; }
  .mobile-nav > a::after { content: "→"; color: var(--page-b); }
  .mobile-nav > .btn { margin-top: 24px; border-bottom: 0; justify-content: center; }
  .mobile-nav > .btn::after { display: none; }
  .hero-layout, .page-hero-grid, .page-hero-inner { grid-template-columns: minmax(0,1fr); gap: 54px; }
  .hero-copy, .hero-stage { min-width: 0; }
  .home-hero { min-height: auto; }
  .hero-stage { min-height: 480px; max-width: 640px; width: 100%; margin-inline: auto; }
  .project-path-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar { min-height: 330px; }
  .pillar h3 { margin-top: 45px; }
  .process-rail { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-rail::before { display: none; }
  .module-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-top { grid-template-columns: 1.4fr repeat(2,1fr); }
  .footer-top .footer-col:last-child { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .section-sm { padding: 64px 0; }
  .section-head { display: block; }
  .section-head-aside { margin-top: 18px; }
  .split, .contact-layout, .article-layout { grid-template-columns: 1fr; gap: 45px; }
  .split.reverse > :first-child { order: initial; }
  .article-sidebar { position: static; }
  .grid-3, .price-grid, .case-grid, .knowledge-grid { grid-template-columns: 1fr; }
  .service-mosaic { grid-template-columns: 1fr; grid-template-rows: auto; }
  .mosaic-card.featured { grid-row: auto; min-height: 460px; }
  .check-panel { grid-template-columns: 1fr; }
  .benefit-strip { grid-template-columns: repeat(2,1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cta-band-inner { grid-template-columns: 1fr; }
  .cta-band { padding: 42px; }
  .project-choice { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-top { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  .container, .container-wide, .container-narrow { width: min(calc(100% - 28px), var(--container)); }
  h1 { font-size: clamp(2.65rem,14vw,4rem); }
  h2 { font-size: clamp(2rem,10vw,3.1rem); }
  .home-hero { padding: 132px 0 78px; }
  .page-hero-v2, .page-hero { min-height: auto; padding: 128px 0 72px; }
  .article-hero { padding: 128px 0 70px; }
  .home-hero h1, .page-hero-v2 h1, .page-hero h1 { font-size: clamp(2.65rem,11.8vw,3.8rem); }
  .lead { font-size: 1.05rem; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .actions .btn { width: 100%; }
  .hero-proof { display: grid; gap: 9px; }
  .hero-stage { min-height: 410px; }
  .command-panel { inset: 4px 0 auto; min-height: 410px; padding: 14px; transform: none; }
  .command-row { grid-template-columns: 42px 1fr; padding: 13px; }
  .command-row em { display: none; }
  .command-footer { grid-template-columns: 1fr; }
  .command-footer .command-metric:nth-child(n+2) { display: none; }
  .floating-note { display: none; }
  .project-path-grid, .grid-2, .grid-4, .comparison-grid, .module-grid, .process-rail, .steps { grid-template-columns: 1fr; }
  .path-card { min-height: 330px; }
  .path-icon { margin-bottom: 36px; }
  .decision-band { grid-template-columns: 1fr; padding: 24px; }
  .benefit-strip { grid-template-columns: 1fr; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .browser-hero { grid-template-columns: 1fr; }
  .browser-art { min-height: 120px; }
  .browser-metrics { grid-template-columns: 1fr; }
  .browser-metric:nth-child(n+2) { display: none; }
  .before-after { inset: 10px 0; }
  .before-pane, .after-pane { padding: 14px; }
  .shop-window { inset: 5px 15px 35px 0; }
  .cart-panel { width: 180px; }
  .product-grid { gap: 8px; }
  .product-image { height: 92px; }
  .search-panel { inset: 8px 0 20px 0; }
  .rank-chip { right: -4px; }
  .arch-node { min-width: 102px; padding: 10px; }
  .arch-node.n1 { left: 12px; top: 35px; }
  .arch-node.n2 { right: 12px; top: 45px; }
  .arch-node.n3 { left: 15px; bottom: 35px; }
  .arch-node.n4 { right: 13px; bottom: 40px; }
  .arch-core { width: 98px; height: 98px; }
  .phone-stage { min-height: 440px; }
  .phone { width: 188px; height: 400px; }
  .phone.one { left: 6px; }
  .phone.two { right: 2px; }
  .api-system { width: 76px; height: 58px; }
  .api-system.s1 { left: 8px; }
  .api-system.s2 { right: 8px; }
  .api-system.s3 { left: 12px; }
  .api-system.s4 { right: 10px; }
  .api-hub { width: 100px; height: 100px; }
  .ai-console { inset: 6px 0; grid-template-columns: 1fr; }
  .ai-sidebar { display: none; }
  .ale-dashboard { transform: none; padding: 13px; }
  .ale-layout { grid-template-columns: 56px 1fr; }
  .ale-kpis { grid-template-columns: 1fr; }
  .ale-kpi:nth-child(n+2) { display: none; }
  .ale-board { grid-template-columns: 1fr; }
  .ale-list { display: none; }
  .ale-floating { right: 0; bottom: -18px; }
  .launch-board { inset: 3px 0; padding: 17px; }
  .inline-form { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .project-choice { grid-template-columns: 1fr; }
  .result-top { grid-template-columns: 1fr; text-align: center; }
  .result-score { margin-inline: auto; }
  .result-categories { grid-template-columns: repeat(2,1fr); text-align: left; }
  .check-lead-heading { grid-template-columns: 1fr; }
  .check-reference { min-width: 0; }
  .contact-form-card { padding: 24px; }
  .price-card { min-height: auto; }
  .cta-band { padding: 30px 23px; border-radius: 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand, .footer-top .footer-col:last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
}

/* Persistent WhatsApp contact. */
.whatsapp-contact {
  position: fixed;
  z-index: 1350;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  color: #fff;
  text-decoration: none;
  transition: bottom .28s ease;
}

.whatsapp-contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -7px;
  border: 1px solid rgba(37, 211, 102, .54);
  border-radius: 999px;
  opacity: 0;
  animation: whatsapp-contact-pulse 2.4s ease-out infinite;
  pointer-events: none;
}

.whatsapp-contact__surface {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 20px 0 15px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #128c4d);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .3), 0 0 30px rgba(37, 211, 102, .32);
  font-size: .86rem;
  font-weight: 850;
  letter-spacing: .01em;
  animation: whatsapp-contact-float 3.4s ease-in-out infinite;
  transition: box-shadow .2s ease, filter .2s ease;
}

.whatsapp-contact svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-contact svg path:last-child {
  fill: currentColor;
  stroke: none;
}

.whatsapp-contact:hover .whatsapp-contact__surface {
  filter: brightness(1.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34), 0 0 38px rgba(37, 211, 102, .48);
}

.whatsapp-contact:focus-visible { outline: none; }
.whatsapp-contact:focus-visible .whatsapp-contact__surface {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

body.analytics-preference-visible .whatsapp-contact {
  bottom: min(calc(var(--analytics-preference-space, 150px) + 12px), calc(100dvh - 82px));
}

@keyframes whatsapp-contact-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@keyframes whatsapp-contact-pulse {
  0% { opacity: .64; transform: scale(.92); }
  75%, 100% { opacity: 0; transform: scale(1.18); }
}

@media (max-width: 560px) {
  .whatsapp-contact {
    right: max(13px, env(safe-area-inset-right));
    bottom: max(13px, env(safe-area-inset-bottom));
  }
  .whatsapp-contact__surface {
    min-height: 54px;
    padding: 0 16px 0 12px;
    font-size: .8rem;
  }
  .whatsapp-contact svg { width: 28px; height: 28px; }
}

/* Consent-based, first-party analytics preference. */
body.analytics-preference-visible {
  padding-bottom: var(--analytics-preference-space, 150px);
}

.analytics-preference {
  position: fixed;
  z-index: 1400;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 44px), 1120px);
  max-height: calc(100dvh - 28px - env(safe-area-inset-bottom));
  margin: 0;
  padding: 20px 22px;
  color: var(--text);
  background: rgba(11, 27, 46, .98);
  background: color-mix(in srgb, var(--panel-solid) 94%, transparent);
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .34), 0 0 34px rgba(53, 205, 255, .12);
  backdrop-filter: blur(18px);
  overflow: auto;
  overscroll-behavior: contain;
  transform: translateX(-50%);
}

.analytics-preference strong { display: block; margin-bottom: 5px; }
.analytics-preference p { max-width: 700px; margin: 0; color: var(--muted); }
.analytics-preference-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.analytics-preference-actions [data-choice="granted"] {
  color: #04101b;
  background: linear-gradient(120deg, var(--page-a), var(--page-b));
  box-shadow: 0 12px 30px rgba(80,168,248,.24);
}
.analytics-preference-actions a { padding: 10px 4px; font-weight: 800; }
.analytics-settings {
  margin-block: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}
.analytics-settings-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-block: 14px 10px; }
[data-analytics-preference][aria-pressed="true"] { outline: 2px solid var(--cyan); outline-offset: 2px; }

@media (max-width: 900px) {
  .analytics-preference {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    width: min(calc(100% - 28px), 1120px);
    bottom: max(10px, env(safe-area-inset-bottom));
    max-height: calc(100dvh - 20px - env(safe-area-inset-bottom));
    padding: 18px;
  }
  .analytics-preference-actions { align-items: stretch; flex-direction: column; }
  .analytics-preference-actions .btn,
  .analytics-preference-actions a { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Final Appvolution conversion and page-identity additions */
.landing-stage { position: relative; min-height: 500px; }
.landing-window { position: absolute; inset: 18px 5px 72px 25px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 27px; background: linear-gradient(145deg, rgba(14,34,57,.95), rgba(5,13,24,.96)); box-shadow: var(--shadow); transform: perspective(1000px) rotateY(-4deg); }
.landing-window-top { display:flex; align-items:center; gap:7px; height:48px; padding:0 16px; border-bottom:1px solid var(--line); color:var(--muted-2); font-size:.68rem; }
.landing-window-top i { width:8px; height:8px; border-radius:50%; background:var(--line-strong); }
.landing-window-top i:first-child { background:var(--coral); } .landing-window-top i:nth-child(2) { background:var(--warning); } .landing-window-top i:nth-child(3) { background:var(--cyan); }
.landing-window-top span { margin-left:8px; }
.landing-wire { min-height:360px; padding:54px 46px; background: radial-gradient(circle at 86% 22%, rgba(80,168,248,.18), transparent 35%), radial-gradient(circle at 73% 76%, rgba(255,76,104,.11), transparent 34%); }
.landing-kicker { display:block; width:110px; height:7px; border-radius:99px; background:var(--cyan); box-shadow:0 0 18px rgba(81,222,244,.35); }
.landing-headline { width:78%; height:22px; margin-top:22px; border-radius:8px; background:#edf6ff; opacity:.9; }
.landing-headline.short { width:54%; margin-top:10px; }
.landing-text { width:64%; height:8px; margin-top:28px; border-radius:99px; background:rgba(210,226,242,.28); }
.landing-text.small { width:48%; margin-top:9px; }
.landing-cta { width:142px; height:42px; margin-top:30px; border-radius:11px; background:var(--brand-gradient); }
.landing-proof { display:flex; gap:12px; margin-top:42px; }
.landing-proof i { width:92px; height:62px; border:1px solid var(--line); border-radius:13px; background:rgba(255,255,255,.025); }
.landing-funnel { position:absolute; left:-14px; right:0; bottom:18px; display:flex; align-items:center; justify-content:center; gap:11px; padding:14px 18px; border:1px solid var(--line-strong); border-radius:15px; background:rgba(7,19,34,.96); box-shadow:var(--shadow-sm); color:var(--text-soft); font-size:.74rem; font-weight:760; }
.landing-funnel span { padding:7px 10px; border-radius:9px; background:rgba(255,255,255,.04); } .landing-funnel i { color:var(--cyan); font-style:normal; }
.branch-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.branch-card { position:relative; min-height:410px; padding:29px; overflow:hidden; border:1px solid var(--line); border-radius:24px; background:linear-gradient(155deg,rgba(14,34,57,.88),rgba(7,19,34,.84)); }
.branch-card::after { content:""; position:absolute; width:220px; height:220px; right:-125px; bottom:-125px; border-radius:50%; background:radial-gradient(circle,color-mix(in srgb,var(--page-a) 22%,transparent),transparent 68%); }
.branch-card:nth-child(2n)::after { background:radial-gradient(circle,rgba(255,76,104,.18),transparent 68%); }
.branch-card > * { position:relative; z-index:1; }
.branch-code { color:var(--page-b); font-size:.69rem; font-weight:820; letter-spacing:.13em; }
.branch-card h3 { margin-top:55px; font-size:1.75rem; }
.branch-card p { margin-top:16px; color:var(--muted); }
.branch-card ul { display:grid; gap:8px; margin:28px 0 0; padding:21px 0 0; border-top:1px solid var(--line); list-style:none; color:#c7d5e4; font-size:.8rem; }
.branch-card li::before { content:"✓"; margin-right:8px; color:var(--cyan); font-weight:900; }
.footer-brand img { width:220px; height:auto; }
.footer-brand > a { display:inline-flex; }
.site-footer { overflow:hidden; }
.form-field a, .form-note a { color:var(--page-b); text-decoration:underline; text-underline-offset:3px; }
.page-hero .hero-side-card { align-self:center; }
.redirect-page img { margin-inline:auto; }
@media (max-width: 1100px) { .branch-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width: 760px) { .landing-window { inset:8px 0 74px; transform:none; } .landing-wire { padding:42px 25px; } .landing-proof i { width:70px; } .branch-grid { grid-template-columns:1fr; } .branch-card { min-height:350px; } }
