/* =========================================================
   webdesign.intuitionorbit.de – style.css
   EIN-DATEI-VERSION · BEREINIGT + MOBILE HERO/FOOTER FIX
========================================================= */


/* =========================================================
   01) TOKENS / THEME
========================================================= */
:root{
  --io-brand-teal: #0f3f46;
  --io-brand-teal-bg: rgba(15,63,70,0.12);
  --io-brand-teal-border: rgba(15,63,70,0.35);

  --io-font-scale: 1;
  --io-font-base: 16px;
  --io-font-body: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --io-font-head: "Orbitron", var(--io-font-body);

  --io-accent: #00ffff;
  --io-page-bg: #0b0f12;

  --io-surface: rgba(255,255,255,0.07);
  --io-surface-2: rgba(255,255,255,0.05);

  --io-border: rgba(212,175,55,0.34);
  --io-border-soft: rgba(212,175,55,0.18);

  --io-text: rgba(255,255,255,0.92);
  --io-text-soft: rgba(255,255,255,0.74);
  --io-heading: rgba(255,255,255,0.96);

  --io-link: var(--io-accent);
  --io-link-hover: #ffffff;
  --io-nav-hover-text: #ffffff;
  --io-nav-hover-shadow: 0 0 8px rgba(0,255,255,0.65);
  --io-nav-icon-hover-shadow: 0 0 10px rgba(0,255,255,0.75);

  --io-radius: 16px;
  --io-radius-sm: 12px;
  --io-radius-lg: 24px;
  --io-radius-pill: 999px;

  --io-card-notch: 26px;
  --io-card-notch-sm: 12px;

  --io-shadow: 0 0 0 1px rgba(212,175,55,0.10), 0 0 12px rgba(212,175,55,0.12);
  --io-shadow-strong: 0 0 0 1px rgba(212,175,55,0.18), 0 0 20px rgba(212,175,55,0.22);
  --io-shadow-soft: 0 10px 24px rgba(0,0,0,0.18);

  --io-gap: 1.25rem;
  --io-focus: 0 0 0 3px rgba(212,175,55,0.28);

  --io-sidebar-left: 2rem;
  --io-sidebar-top: 2rem;
  --io-sidebar-w: 220px;
  --io-sidebar-w-collapsed: 76px;
  --io-sidebar-gap: 2rem;

  --io-overlay: rgba(0,0,0,0.72);
  --io-fallback-dark: rgba(20,20,20,0.92);
  --io-fallback-light: rgba(255,255,255,0.96);

  --glass-bg: rgba(255,255,255,0.06);
  --glass-bg-2: rgba(255,255,255,0.08);
  --glass-border: rgba(212,175,55,0.16);
  --glass-border-strong: rgba(212,175,55,0.28);
  --glass-highlight: inset 0 1px 0 rgba(255,255,255,0.04);
  --glass-highlight-strong: inset 0 1px 0 rgba(255,255,255,0.05);

  --tile-bg: rgba(255,255,255,0.055);
  --tile-bg-hover: rgba(255,255,255,0.09);
  --tile-border: rgba(212,175,55,0.18);
  --tile-border-hover: rgba(212,175,55,0.30);

  --soft-btn-bg: rgba(255,255,255,0.07);
  --soft-btn-bg-hover: rgba(255,255,255,0.11);
  --soft-btn-bg-strong: rgba(255,255,255,0.14);
  --soft-btn-bg-strong-hover: rgba(255,255,255,0.19);
  --soft-btn-border: rgba(212,175,55,0.18);
  --soft-btn-border-strong: rgba(212,175,55,0.30);

  --trend-up-text: #ffffff;
  --trend-up-bg: rgba(0,255,255,0.16);
  --trend-up-border: rgba(0,255,255,0.38);

  --trend-down-text: #ffffff;
  --trend-down-bg: rgba(255,107,107,0.18);
  --trend-down-border: rgba(255,107,107,0.45);

  --trend-neutral-text: rgba(255,255,255,0.92);
  --trend-neutral-bg: rgba(255,255,255,0.10);
  --trend-neutral-border: rgba(255,255,255,0.22);

  --io-header-h: 126px;
  --io-footer-h: 100px;
  --io-shell-gap: 0.5rem;
  --io-shell-pad: 0.5rem;
}

html[data-theme="dark"]{
  color-scheme: dark;
}

html[data-theme="light"]{
  color-scheme: light;

  --io-accent: #12cfd0;
  --io-page-bg: #f6f7fb;

  --io-surface: rgba(255,255,255,0.92);
  --io-surface-2: rgba(255,255,255,0.80);

  --io-border: rgba(15,63,70,0.14);
  --io-border-soft: rgba(15,63,70,0.08);

  --io-text: rgba(8,10,15,0.92);
  --io-text-soft: rgba(8,10,15,0.68);
  --io-heading: rgba(8,10,15,0.96);

  --io-shadow: 0 10px 22px rgba(0,0,0,0.08);
  --io-shadow-strong: 0 14px 28px rgba(0,0,0,0.10);
  --io-shadow-soft: 0 10px 22px rgba(0,0,0,0.10);

  --io-link: rgba(8,10,15,0.92);
  --io-link-hover: rgba(8,10,15,1);
  --io-nav-hover-text: rgba(8,10,15,0.96);
  --io-nav-hover-shadow: 0 0 8px rgba(15,63,70,0.25);
  --io-nav-icon-hover-shadow: 0 0 10px rgba(15,63,70,0.25);

  --io-overlay: rgba(255,255,255,0.92);

  --glass-bg: rgba(255,255,255,0.72);
  --glass-bg-2: rgba(255,255,255,0.92);
  --glass-border: rgba(0,0,0,0.08);
  --glass-border-strong: rgba(15,63,70,0.18);

  --tile-bg: rgba(255,255,255,0.75);
  --tile-bg-hover: rgba(255,255,255,0.92);
  --tile-border: rgba(0,0,0,0.10);
  --tile-border-hover: rgba(15,63,70,0.18);

  --soft-btn-bg: rgba(255,255,255,0.75);
  --soft-btn-bg-hover: rgba(255,255,255,0.92);
  --soft-btn-bg-strong: rgba(15,63,70,0.10);
  --soft-btn-bg-strong-hover: rgba(15,63,70,0.14);
  --soft-btn-border: rgba(0,0,0,0.10);
  --soft-btn-border-strong: rgba(15,63,70,0.18);

  --trend-up-text: var(--io-brand-teal);
  --trend-up-bg: var(--io-brand-teal-bg);
  --trend-up-border: var(--io-brand-teal-border);

  --trend-down-text: #4a1010;
  --trend-down-bg: rgba(255,107,107,0.16);
  --trend-down-border: rgba(255,107,107,0.40);

  --trend-neutral-text: rgba(10,14,18,0.82);
  --trend-neutral-bg: rgba(0,0,0,0.06);
  --trend-neutral-border: rgba(0,0,0,0.18);

  --io-focus: 0 0 0 3px rgba(18,207,208,0.25);
}

html[data-text="accent"]{ --io-text: rgba(255,255,255,0.92); }
html[data-text="white"]{ --io-text: #ffffff; }
html[data-text="soft"]{ --io-text: rgba(255,255,255,0.72); }


/* =========================================================
   02) RESET / BASE
========================================================= */
html{
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

*,
*::before,
*::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html[data-font="sm"]{ --io-font-scale: 0.94; }
html[data-font="md"]{ --io-font-scale: 1; }
html[data-font="lg"]{ --io-font-scale: 1.10; }
html[data-font="xl"]{ --io-font-scale: 1.22; }

html,
body{
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

body{
  font-family: var(--io-font-body);
  font-size: calc(var(--io-font-base) * var(--io-font-scale));
  line-height: 1.65;
  color: var(--io-text);
  background: radial-gradient(circle at top left, #005f5f, #111);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html[data-theme="light"] body{
  background: var(--io-page-bg);
}

img{
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

a{
  color: var(--io-link);
  text-decoration: none;
}

a:hover{
  color: var(--io-link-hover);
  text-decoration: underline;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible{
  outline: none;
  box-shadow: var(--io-focus);
  border-radius: 10px;
}

hr{
  border: none;
  border-top: 1px dashed rgba(255,255,255,0.2);
  margin: 1rem 0;
}

html[data-theme="light"] hr{
  border-top-color: rgba(0,0,0,0.2);
}

@media (prefers-reduced-motion: reduce){
  html{
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after{
    transition: none !important;
    animation: none !important;
  }
}


/* =========================================================
   03) TYPOGRAPHY
========================================================= */
h1,
h2,
h3{
  font-family: var(--io-font-head);
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: var(--io-heading);
}

h1{ font-size: clamp(1.55rem, 2.5vw, 2.05rem); }
h2{ font-size: clamp(1.25rem, 2vw, 1.55rem); }
h3{ font-size: clamp(1.05rem, 1.6vw, 1.25rem); }

p{
  max-width: 75ch;
  color: var(--io-text);
}

/* Titel mit subtiler Tech-Glass-Fläche */
.textblock h1,
.textblock h2,
.textblock h3,
.offers-grid .card h1,
.offers-grid .card h2,
.offers-grid .card h3,
.site-footer__brand h2,
.site-footer__col h3,
.logo-banner h3{
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.18em 0.55em 0.22em;
  background:
    linear-gradient(90deg, rgba(8,18,24,0.42), rgba(0,255,255,0.08), rgba(8,18,24,0.22));
  border: 1px dashed rgba(255,255,255,0.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 14px rgba(0,255,255,0.05);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

html[data-theme="light"] .textblock h1,
html[data-theme="light"] .textblock h2,
html[data-theme="light"] .textblock h3,
html[data-theme="light"] .offers-grid .card h1,
html[data-theme="light"] .offers-grid .card h2,
html[data-theme="light"] .offers-grid .card h3,
html[data-theme="light"] .site-footer__brand h2,
html[data-theme="light"] .site-footer__col h3,
html[data-theme="light"] .logo-banner h3{
  background:
    linear-gradient(90deg, rgba(255,255,255,0.72), rgba(18,207,208,0.08), rgba(255,255,255,0.62));
  border-color: rgba(15,63,70,0.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    0 0 10px rgba(15,63,70,0.05);
}

.textblock h1::after,
.textblock h2::after,
.textblock h3::after,
.offers-grid .card h1::after,
.offers-grid .card h2::after,
.offers-grid .card h3::after,
.site-footer__brand h2::after,
.site-footer__col h3::after,
.logo-banner h3::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      108deg,
      transparent 0%,
      transparent 34%,
      rgba(255,255,255,0.14) 47%,
      rgba(0,255,255,0.10) 55%,
      transparent 68%,
      transparent 100%
    );
  opacity: 0;
  animation: ioTitleSweep 9s ease-in-out infinite;
}

@keyframes ioTitleSweep{
  0%, 81%, 100%{
    opacity: 0;
    transform: translateX(-14%);
  }
  86%{
    opacity: 0.34;
  }
  92%{
    opacity: 0.10;
    transform: translateX(12%);
  }
}


/* =========================================================
   04) INTERFACE CORE
========================================================= */
.app-shell{
  position: relative;
  height: 100vh;
  padding: var(--io-shell-pad);
  display: grid;
  grid-template-rows: var(--io-header-h) minmax(0, 1fr) var(--io-footer-h);
  gap: var(--io-shell-gap);
}

.ui-window{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px dashed var(--io-border);
  box-shadow:
    0 0 0 1px rgba(212,175,55,0.08),
    0 0 14px rgba(212,175,55,0.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.03)),
    linear-gradient(180deg, rgba(15,63,70,0.10), rgba(15,63,70,0.03)),
    rgba(0,0,0,0.32);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch)),
    calc(100% - var(--io-card-notch)) 100%,
    0 100%
  );
}

.ui-window-frame{
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(212,175,55,0.14);
  pointer-events: none;
  opacity: 0.8;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%
  );
}

.ui-window > *:not(.ui-window-frame){
  position: relative;
  z-index: 2;
}

.layout{
  min-height: 0;
  display: grid;
  grid-template-columns: var(--io-sidebar-w) minmax(0, 1fr);
  gap: var(--io-shell-gap);
}

.sidebar,
.main-content,
.site-footer,
.logo-banner{
  min-width: 0;
  min-height: 0;
}

.sidebar-scroll,
.main-content-scroll{
  min-height: 0;
  height: 100%;
  overflow: auto;
  scrollbar-gutter: stable;
}

.sidebar-scroll{
  padding: 1rem .85rem;
}

.main-content-scroll{
  padding: 1rem;
}

.main-content-scroll > *:first-child{
  margin-top: 0 !important;
}

.main-content-scroll::-webkit-scrollbar,
.sidebar-scroll::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}

.main-content-scroll::-webkit-scrollbar-thumb,
.sidebar-scroll::-webkit-scrollbar-thumb{
  background: rgba(212,175,55,0.30);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.main-content-scroll::-webkit-scrollbar-track,
.sidebar-scroll::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.04);
}

.app-main-window{
  display: flex;
  flex-direction: column;
}

.app-sidebar-window{
  display: flex;
  flex-direction: column;
}

.app-header-window{
  min-height: 0;
}

.site-footer{
  min-height: 0;
}


/* =========================================================
   05) SHARED PATTERNS
========================================================= */
.card,
.textblock,
footer,
.sidebar,
.io-floating-panel,
.io-floating-toggle{
  border: 1px dashed var(--io-border);
  box-shadow:
    0 0 0 1px rgba(212,175,55,0.08),
    0 0 14px rgba(212,175,55,0.10);
}

.price-tile,
.mini-tile,
.link-tile,
.faq-item{
  background: var(--tile-bg);
  border: 1px dashed var(--tile-border);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(212,175,55,0.04);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch)),
    calc(100% - var(--io-card-notch)) 100%,
    0 100%
  );
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.card-btn,
.footer-btn,
.subnav-pills a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.78rem 1rem;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  background: var(--soft-btn-bg);
  border: 1px dashed var(--soft-btn-border);
  box-shadow: var(--io-shadow-soft);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.card-btn:hover,
.footer-btn:hover,
.subnav-pills a:hover{
  transform: translateY(-1px);
  background: var(--soft-btn-bg-hover);
  border-color: var(--glass-border-strong);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  text-decoration: none;
}

.card-btn-primary,
.footer-btn--primary{
  background: var(--soft-btn-bg-strong);
  border-color: var(--soft-btn-border-strong);
}

.card-btn-primary:hover,
.footer-btn--primary:hover{
  background: var(--soft-btn-bg-strong-hover);
}


/* =========================================================
   06) GLOBAL ELEMENTS
========================================================= */
details{
  margin-top: 0.75rem;
}

summary{
  cursor: pointer;
  color: var(--io-accent);
  font-weight: 800;
}

details p{
  margin-top: 0.75rem;
  color: var(--io-text);
}


/* =========================================================
   07) HEADER / LOGO-BANNER
========================================================= */
.logo-banner{
  position: relative;
  z-index: 10;
  padding: 0.55rem 0.9rem;
  min-height: 0;
}

html:not([data-theme="light"]) .logo-banner,
html[data-theme="dark"] .logo-banner{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025)),
    linear-gradient(90deg, rgba(0,255,255,0.04), rgba(255,255,255,0.01) 55%, rgba(0,0,0,0.12));
  border: 1px dashed rgba(255,255,255,0.10);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

html[data-theme="light"] .logo-banner{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.86)),
    linear-gradient(90deg, rgba(18,207,208,0.05), rgba(255,255,255,0.01) 55%, rgba(0,0,0,0.03));
  border: 1px dashed rgba(0,0,0,0.08);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

.logo-banner-grid{
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.header-traffic-monitor,
.header-cockpit{
  order: 1;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  max-width: none;
}

.logo-inset{
  order: 2;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  min-width: 0;
  min-height: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: auto;
}

.logo-inset:hover{
  transform: translateY(-1px);
}

.logo-anchor{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.logo-anchor img{
  height: auto;
  width: 300px;
  max-width: none;
}

.logo-banner h3{
  margin: 0;
  font-size: clamp(1rem, 1.55vw, 1.44rem);
  line-height: 1.04;
}

.logo-banner-title{
  display: grid;
  justify-items: end;
  gap: 0.18rem;
  min-width: 0;
}

.logo-banner-title-meta{
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  font-family: var(--io-font-head);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--io-text-soft);
  opacity: 0.82;
}

.logo-banner-title-meta::before{
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.logo-banner img{
  width: 150px;
  margin: 30px;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.header-cockpit{
  position: relative;
  min-width: 0;
  max-width: 760px;
  width: 100%;
  justify-self: center;
}

.header-cockpit-shell{
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0.72rem;
  border-radius: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch-sm)),
    calc(100% - var(--io-card-notch-sm)) 100%,
    0 100%
  );
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025)),
    linear-gradient(90deg, rgba(0,255,255,0.08), rgba(255,255,255,0.015) 45%, rgba(255,215,106,0.04));
  border: 1px dashed rgba(255,255,255,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 0 0 1px rgba(212,175,55,0.06),
    0 10px 22px rgba(0,0,0,0.14);
}

html[data-theme="light"] .header-cockpit-shell{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.88)),
    linear-gradient(90deg, rgba(18,207,208,0.06), rgba(255,255,255,0.01) 45%, rgba(15,63,70,0.03));
  border-color: rgba(0,0,0,0.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.72),
    0 10px 20px rgba(0,0,0,0.08);
}

.header-cockpit-shell::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent),
    linear-gradient(180deg, rgba(255,255,255,0.05), transparent 30%);
}

.header-cockpit-shell::after{
  content: "";
  position: absolute;
  inset: auto -7% -130% auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,255,255,0.16), transparent 64%);
  pointer-events: none;
  opacity: 0.65;
}

.header-cockpit-topline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-bottom: 0.34rem;
}

.cockpit-kicker,
.cockpit-status{
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  min-height: 18px;
  padding: 0.12rem 0.4rem;
  font-family: var(--io-font-head);
  font-size: 0.54rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--io-text-soft);
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(255,255,255,0.10);
}

html[data-theme="light"] .cockpit-kicker,
html[data-theme="light"] .cockpit-status{
  border-color: rgba(0,0,0,0.10);
}

.cockpit-status-dot{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0,255,255,0.88);
  box-shadow: 0 0 8px rgba(0,255,255,0.45);
}

.header-cockpit.is-pulse .cockpit-status-dot{
  animation: ioCockpitPulse 1.7s ease-in-out infinite;
}

.header-cockpit-main{
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 138px;
  align-items: center;
  gap: 0.6rem;
}

.cockpit-gauge{
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.07), rgba(255,255,255,0.02) 55%, transparent 56%),
    radial-gradient(circle at center, rgba(0,255,255,0.08), transparent 72%);
  border: 1px dashed rgba(255,255,255,0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    0 0 12px rgba(0,255,255,0.06);
}

html[data-theme="light"] .cockpit-gauge{
  border-color: rgba(0,0,0,0.10);
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.03),
    0 0 8px rgba(15,63,70,0.06);
}

.cockpit-gauge-ring{
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.18);
}

html[data-theme="light"] .cockpit-gauge-ring{
  border-color: rgba(15,63,70,0.14);
}

.cockpit-gauge-ring--outer{ inset: 4px; }
.cockpit-gauge-ring--mid{ inset: 10px; opacity: 0.7; }
.cockpit-gauge-ring--inner{ inset: 16px; opacity: 0.45; }

.cockpit-gauge-core{
  position: absolute;
  inset: 21px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.95) 0 10%, rgba(0,255,255,0.55) 11%, rgba(0,255,255,0.08) 45%, transparent 75%);
  box-shadow: 0 0 8px rgba(0,255,255,0.20);
}

.cockpit-gauge-sweep{
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: conic-gradient(
    from 220deg,
    transparent 0deg 28deg,
    rgba(0,255,255,0.34) 28deg 78deg,
    transparent 78deg 360deg
  );
  filter: blur(0.4px);
  animation: ioGaugeOrbit 5.4s linear infinite;
}

.cockpit-gauge-needle{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0.95), rgba(0,255,255,0.95));
  transform-origin: 0 50%;
  transform: rotate(18deg);
  box-shadow: 0 0 6px rgba(255,255,255,0.24);
  animation: ioNeedleSweepWide 4.8s ease-in-out infinite;
}

html[data-theme="light"] .cockpit-gauge-needle{
  background: linear-gradient(90deg, rgba(15,63,70,0.95), rgba(18,207,208,0.95));
  box-shadow: 0 0 6px rgba(15,63,70,0.14);
}

.cockpit-gauge-value{
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.02rem;
  text-align: center;
  pointer-events: none;
}

.cockpit-gauge-value small{
  font-size: 0.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--io-text-soft);
}

.cockpit-gauge-value strong{
  font-family: var(--io-font-head);
  font-size: 0.56rem;
  font-weight: 700;
  color: var(--io-heading);
}

.cockpit-center{
  min-width: 0;
  max-width: 520px;
  display: grid;
  gap: 0.34rem;
}

.cockpit-track{
  --traffic-fill: 0%;
  position: relative;
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  border: 1px dashed rgba(255,255,255,0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
    rgba(0,0,0,0.22);
}

html[data-theme="light"] .cockpit-track{
  border-color: rgba(0,0,0,0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.84)),
    rgba(0,0,0,0.02);
}

.cockpit-track-grid,
.cockpit-track-fill,
.cockpit-track-glow,
.cockpit-track-scan{
  position: absolute;
  inset: 0;
}

.cockpit-track-grid{
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 11%,
      rgba(255,255,255,0.06) 11% 12%
    );
  opacity: 0.8;
}

html[data-theme="light"] .cockpit-track-grid{
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 11%,
      rgba(15,63,70,0.08) 11% 12%
    );
}

.cockpit-track-fill{
  width: var(--traffic-fill);
  background:
    linear-gradient(90deg, rgba(0,255,255,0.38), rgba(0,255,255,0.95) 55%, rgba(255,255,255,0.95));
  box-shadow:
    inset 0 0 6px rgba(255,255,255,0.16),
    0 0 10px rgba(0,255,255,0.24);
  border-radius: inherit;
}

html[data-theme="light"] .cockpit-track-fill{
  background:
    linear-gradient(90deg, rgba(18,207,208,0.40), rgba(18,207,208,0.92) 55%, rgba(255,255,255,0.98));
}

.cockpit-track-glow{
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  mix-blend-mode: screen;
}

.cockpit-track-scan{
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: translateX(-130%);
  animation: ioCockpitScan 3.8s linear infinite;
}

.cockpit-readout{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.3rem;
}

.htm-stat{
  display: grid;
  gap: 0.08rem;
  min-width: 0;
  padding: 0.24rem 0.36rem;
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(255,255,255,0.10);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 7px),
    calc(100% - 7px) 100%,
    0 100%
  );
}

html[data-theme="light"] .htm-stat{
  background: rgba(255,255,255,0.76);
  border-color: rgba(0,0,0,0.10);
}

.htm-stat small{
  font-size: 0.44rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--io-text-soft);
}

.htm-stat strong{
  min-width: 0;
  font-family: var(--io-font-head);
  font-size: 0.58rem;
  line-height: 1.05;
  color: var(--io-heading);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cockpit-side{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.3rem;
  align-content: center;
}

.cockpit-mini-panel{
  display: grid;
  gap: 0.06rem;
  padding: 0.28rem 0.36rem;
  min-height: 32px;
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(255,255,255,0.10);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 7px),
    calc(100% - 7px) 100%,
    0 100%
  );
}

html[data-theme="light"] .cockpit-mini-panel{
  background: rgba(255,255,255,0.74);
  border-color: rgba(0,0,0,0.10);
}

.cockpit-mini-panel small{
  font-size: 0.42rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--io-text-soft);
}

.cockpit-mini-panel strong{
  font-family: var(--io-font-head);
  font-size: 0.54rem;
  line-height: 1.05;
  color: var(--io-heading);
}


/* =========================================================
   08) LAYOUT
========================================================= */
.sidebar{
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background: var(--glass-bg-2);
  backdrop-filter: blur(10px);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch)),
    calc(100% - var(--io-card-notch)) 100%,
    0 100%
  );
}

.main-content{
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}


/* =========================================================
   09) NAVIGATION
========================================================= */
.side-nav a{
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0.62rem 0;
  padding: 0.72rem 0.85rem;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%
  );
  color: var(--io-accent);
  font-weight: 800;
  font-size: 1rem;
  background: rgba(255,255,255,0.03);
  border: 1px dashed rgba(255,255,255,0.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 8px 18px rgba(0,0,0,0.10);
  transition:
    transform 0.20s ease,
    color 0.20s ease,
    background 0.20s ease,
    border-color 0.20s ease,
    box-shadow 0.20s ease;
}

html[data-theme="light"] .side-nav a{
  background: rgba(255,255,255,0.74);
  border-color: rgba(0,0,0,0.08);
  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
}

.side-nav a i{
  min-width: 20px;
  text-align: center;
  transition: transform 0.20s ease, color 0.20s ease, text-shadow 0.20s ease;
}

.side-nav a:hover{
  transform: translateX(3px);
  color: var(--io-nav-hover-text);
  text-decoration: none;
  text-shadow: var(--io-nav-hover-shadow);
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 12px 24px rgba(0,0,0,0.14);
}

html[data-theme="light"] .side-nav a:hover{
  background: rgba(255,255,255,0.96);
  border-color: rgba(15,63,70,0.16);
}

.side-nav a:hover i{
  transform: scale(1.08);
  color: var(--io-nav-hover-text);
  text-shadow: var(--io-nav-icon-hover-shadow);
}

.side-nav a.active{
  background:
    linear-gradient(90deg, rgba(0,255,255,0.95), rgba(122,167,255,0.90));
  color: #041015;
  border-color: rgba(255,255,255,0.30);
  box-shadow:
    0 0 14px rgba(0,255,255,0.32),
    0 10px 24px rgba(0,0,0,0.18);
}

html[data-theme="light"] .side-nav a.active{
  background:
    linear-gradient(90deg, rgba(18,207,208,0.94), rgba(15,63,70,0.22));
  color: #041015;
  box-shadow: 0 0 10px rgba(15,63,70,0.16);
}

.side-nav a.active i{
  color: inherit;
  text-shadow: none;
}

.side-nav a::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.18), transparent 45%);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  pointer-events: none;
}

html[data-theme="light"] .side-nav a::after{
  background: radial-gradient(circle at center, rgba(15,63,70,0.14), transparent 45%);
}

.side-nav a:active::after{
  transform: scale(2.2);
  opacity: 1;
}


/* =========================================================
   10) CONTENT BLOCKS / CARDS
========================================================= */
.textblock{
  margin-bottom: 1rem;
  padding: 2rem;
  border-radius: 0;
  background: var(--io-surface-2);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch)),
    calc(100% - var(--io-card-notch)) 100%,
    0 100%
  );
}

.textblock h1{
  color: var(--io-accent);
  text-align: center;
  margin-bottom: 1rem;
}

.textblock p{
  font-size: 1.05rem;
  line-height: 1.75;
}

.card-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--io-gap);
  align-items: start;
  width: 100%;
  min-width: 0;
}

.card-grid > *{
  min-width: 0;
  max-width: 100%;
}

.card{
  width: 100%;
  min-width: 0;
  padding: 1.5rem;
  border-radius: 0;
  background: var(--io-surface);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch)),
    calc(100% - var(--io-card-notch)) 100%,
    0 100%
  );
  transition: transform 0.20s ease, box-shadow 0.20s ease;
}

.card:hover{
  transform: translateY(-2px);
  box-shadow: var(--io-shadow-strong);
}

.card h2{
  color: var(--io-accent);
  margin-bottom: 0.9rem;
}

.card ul{
  margin-top: 0.75rem;
  padding-left: 1.2rem;
  color: var(--io-text);
}

.card li{
  margin: 0.35rem 0;
}

.feature{
  width: 100%;
  margin-bottom: 0.9rem;
  border-radius: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch-sm)),
    calc(100% - var(--io-card-notch-sm)) 100%,
    0 100%
  );
  border: 1px dashed rgba(255,255,255,0.10);
  box-shadow: 0 10px 24px rgba(0,0,0,0.28);
}

html[data-theme="light"] .feature{
  border-color: rgba(0,0,0,0.12);
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
}

.offers-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
  width: 100%;
  min-width: 0;
}

.offers-grid > *{
  min-width: 0;
  max-width: 100%;
}

.offers-grid [id]{
  scroll-margin-top: 1rem;
}

.offers-grid .card{
  position: relative;
  overflow: hidden;
  padding: 1.25rem 1.25rem 1.15rem;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.03));
  border: 1px dashed rgba(212,175,55,0.22);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.16),
    0 0 0 1px rgba(212,175,55,0.08),
    inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch)),
    calc(100% - var(--io-card-notch)) 100%,
    0 100%
  );
  transition: transform 0.20s ease, border-color 0.20s ease, box-shadow 0.20s ease;
}

.offers-grid .card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.07), transparent 38%);
  pointer-events: none;
}

.offers-grid .card::after{
  content: "";
  position: absolute;
  inset: auto -14% -24% auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.06), transparent 62%);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}

.offers-grid .card:hover{
  transform: translateY(-2px);
  border-color: rgba(212,175,55,0.40);
  box-shadow:
    0 20px 44px rgba(0,0,0,0.22),
    0 0 0 1px rgba(212,175,55,0.12) inset,
    0 0 22px rgba(212,175,55,0.10);
}

.offers-grid .card:hover::after{
  opacity: 1;
  transform: scale(1);
}

.offers-grid .card h1,
.offers-grid .card h2,
.offers-grid .card h3{
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.offers-grid .card p{
  margin-bottom: 0.9rem;
}

.offers-grid .card p:last-child,
.offers-grid .card ul:last-child{
  margin-bottom: 0;
}

.card-hero,
.card-hero-xl,
.card-leistungen,
.price-overview,
.card-highlight,
.featured-card,
.featured-intro,
.featured-main,
.featured-package{
  grid-column: 1 / -1;
}

.card-badge{
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.9rem;
  padding: 0.4rem 0.78rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.10);
  border: 1px dashed rgba(255,255,255,0.14);
  border-radius: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch-sm)),
    calc(100% - var(--io-card-notch-sm)) 100%,
    0 100%
  );
}

.card-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  margin-bottom: 0.9rem;
  font-size: 1.25rem;
  background: rgba(255,255,255,0.08);
  border: 1px dashed rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 20px rgba(0,0,0,0.12);
  border-radius: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch-sm)),
    calc(100% - var(--io-card-notch-sm)) 100%,
    0 100%
  );
}

.featured-card{
  border: 1px dashed rgba(212,175,55,0.28);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.18),
    0 0 0 1px rgba(212,175,55,0.08) inset;
}

.featured-intro{
  background: linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035));
}

.featured-main{
  background: linear-gradient(135deg, rgba(255,255,255,0.085), rgba(255,255,255,0.025));
}

.featured-package{
  background: linear-gradient(135deg, rgba(255,255,255,0.11), rgba(255,255,255,0.03));
}

.feature-list{
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.feature-list li{
  position: relative;
  margin: 0 0 0.72rem;
  padding-left: 1.15rem;
}

.feature-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
}

.card-price{
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

.price-overview{
  padding-top: 0.6rem;
}

.price-mini-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.price-tile{
  padding: 0.95rem 1rem;
}

.price-tile:hover,
.link-tile:hover,
.mini-tile:hover{
  transform: translateY(-1px);
  background: var(--tile-bg-hover);
  border-color: var(--tile-border-hover);
}

.price-label{
  display: block;
  margin-bottom: 0.28rem;
  font-size: 0.82rem;
  opacity: 0.82;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.price-tile strong{
  font-size: 1.03rem;
  line-height: 1.3;
}

.price-note{
  margin-top: 0.95rem;
  font-size: 0.95rem;
  opacity: 0.82;
}

.card-contact a{
  font-weight: 700;
}


/* =========================================================
   11) PRIMARY BUTTONS / FILTERS
========================================================= */
.btn,
button[type="submit"]{
  display: inline-block;
  border: none;
  border-radius: 12px;
  background: var(--io-accent);
  color: #000;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.btn{
  padding: 0.65rem 1.15rem;
  box-shadow: 0 6px 14px rgba(0,255,255,0.18);
}

html[data-theme="light"] .btn{
  box-shadow: 0 6px 14px rgba(15,63,70,0.18);
}

button[type="submit"]{
  margin-top: 0.75rem;
  padding: 0.7rem 1.2rem;
}

.btn:hover,
button[type="submit"]:hover{
  transform: translateY(-1px);
  filter: brightness(0.94);
  text-decoration: none;
}

.filter-button{
  display: inline-block;
  margin: 0 0.4rem;
  padding: 0.55rem 1rem;
  border-radius: 12px;
  border: 1px dashed var(--io-accent);
  background: rgba(0,255,255,0.14);
  color: var(--io-accent);
  text-decoration: none;
  font-family: var(--io-font-head);
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

html[data-theme="light"] .filter-button{
  background: rgba(15,63,70,0.08);
}

.filter-button:hover{
  transform: translateY(-1px);
  background: var(--io-accent);
  color: #000;
  box-shadow: 0 0 10px rgba(0,255,255,0.5);
  text-decoration: none;
}

html[data-theme="light"] .filter-button:hover{
  box-shadow: 0 0 10px rgba(15,63,70,0.28);
}

.filter-button.active{
  background: var(--io-accent);
  color: #000;
}


/* =========================================================
   12) FORMS
========================================================= */
form{
  display: grid;
  gap: 0.85rem;
}

label{
  font-weight: 700;
  color: var(--io-text-soft);
}

input,
textarea{
  width: 100%;
  padding: 0.65rem 0.8rem;
  font-family: var(--io-font-body);
  font-size: 1rem;
  color: var(--io-text);
  background: rgba(255,255,255,0.06);
  border: 1px dashed var(--io-border);
  border-radius: 10px;
}

html[data-theme="light"] input,
html[data-theme="light"] textarea{
  background: rgba(0,0,0,0.03);
}

input:focus,
textarea:focus{
  outline: none;
  box-shadow: var(--io-focus);
  background: rgba(255,255,255,0.09);
}

html[data-theme="light"] input:focus,
html[data-theme="light"] textarea:focus{
  background: rgba(0,0,0,0.05);
}

.io-contact-form{
  margin-top: 1rem;
}

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

.form-field{
  margin-bottom: 1rem;
}

.form-field label{
  display: block;
  margin-bottom: 0.45rem;
}

.form-field input,
.form-field textarea{
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px dashed rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: inherit;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.form-field input:focus,
.form-field textarea:focus{
  border-color: rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.09);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.06),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.form-field textarea{
  resize: vertical;
  min-height: 160px;
}

.form-privacy{
  font-size: 0.92rem;
  opacity: 0.82;
  margin: 0.4rem 0 1rem;
}

.feedback-box{
  margin: 1rem 0 1.1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px dashed rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.07);
  color: var(--io-text);
  font-weight: 600;
}

.feedback-box--error{
  background: rgba(255,255,255,0.07);
}

html[data-theme="light"] .feedback-box{
  background: rgba(15,63,70,0.08);
  border-color: rgba(15,63,70,0.28);
}

.hp-field{
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}


/* =========================================================
   13) FLOATING WIDGET
========================================================= */
.io-floating-ui,
.io-font-controls,
.io-font-btn,
.ui-theme,
.ui-menu{
  display: none !important;
}

.io-floating-widget{
  --io-mag-x: 100%;
  --io-mag-y: 50%;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 3000;
  display: flex;
  align-items: flex-end;
  gap: 0.6rem;
  transition:
    transform 0.32s cubic-bezier(.22,.61,.36,1),
    opacity 0.28s ease,
    right 0.28s ease;
}

.io-floating-panel{
  position: relative;
  width: 210px;
  padding: 0.55rem;
  border-radius: 0;
  border: 1px dashed rgba(212,175,55,0.34);
  background: linear-gradient(180deg, rgba(10,14,20,0.85), rgba(10,14,20,0.70));
  box-shadow:
    0 18px 44px rgba(0,0,0,0.35),
    0 0 0 1px rgba(212,175,55,0.10),
    inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch)),
    calc(100% - var(--io-card-notch)) 100%,
    0 100%
  );
  transform-origin: bottom right;
  transition:
    opacity 0.28s ease,
    transform 0.34s cubic-bezier(.22,.61,.36,1),
    filter 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease;
}

.io-floating-panel::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.06), transparent 40%);
}

.io-floating-panel::after{
  content: "";
  position: absolute;
  top: 10%;
  right: -2px;
  width: 2px;
  height: 80%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0,255,255,0.20) 15%,
    rgba(0,255,255,0.75) 35%,
    rgba(255,215,106,0.82) 52%,
    rgba(0,255,255,0.70) 68%,
    transparent 100%
  );
  box-shadow:
    0 0 8px rgba(0,255,255,0.34),
    0 0 12px rgba(255,215,106,0.20);
  transition: opacity 0.22s ease, height 0.22s ease;
}

.io-floating-toggle{
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px dashed rgba(212,175,55,0.34);
  background: linear-gradient(180deg, rgba(10,14,20,0.9), rgba(10,14,20,0.75));
  color: var(--io-accent);
  cursor: pointer;
  box-shadow:
    0 16px 36px rgba(0,0,0,0.35),
    0 0 0 1px rgba(212,175,55,0.10),
    inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(12px);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch-sm)),
    calc(100% - var(--io-card-notch-sm)) 100%,
    0 100%
  );
  transition:
    transform 0.22s cubic-bezier(.22,.61,.36,1),
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    opacity 0.22s ease;
}

.io-tool-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.5rem;
}

.io-tool-btn{
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px dashed rgba(212,175,55,0.22);
  background: rgba(255,255,255,0.06);
  color: var(--io-accent);
  cursor: pointer;
  box-shadow:
    0 10px 22px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.04);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch-sm)),
    calc(100% - var(--io-card-notch-sm)) 100%,
    0 100%
  );
  transition:
    transform 0.18s cubic-bezier(.22,.61,.36,1),
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    opacity 0.18s ease;
}

.io-tool-btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.10);
  border-color: rgba(212,175,55,0.30);
  box-shadow:
    0 12px 24px rgba(0,0,0,0.20),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.io-tool-btn:active,
.io-floating-toggle:active{
  transform: translateY(0) scale(0.97);
}

.io-tool-btn--color{
  position: relative;
}

.io-tool-btn--color::after{
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 3px;
  border-radius: 2px;
  background: var(--io-accent);
}

html[data-text="white"] .io-tool-btn--color::after{
  background: #fff;
}

html[data-text="soft"] .io-tool-btn--color::after{
  background: rgba(255,255,255,0.6);
}

.io-scroll-indicator{
  height: 10px;
  overflow: hidden;
  border-radius: var(--io-radius-pill);
  background: rgba(255,255,255,0.08);
  border: 1px dashed rgba(212,175,55,0.18);
}

.io-scroll-bar{
  height: 100%;
  width: 0%;
  background: var(--io-accent);
  border-radius: var(--io-radius-pill);
  transition: width 0.08s linear;
}

.io-floating-widget:not(.is-minimized) .io-floating-panel{
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.io-floating-widget.is-minimized .io-floating-panel{
  opacity: 0;
  transform: translateY(8px) scale(0.965);
  filter: blur(2px);
  pointer-events: none;
}

.io-floating-toggle:hover{
  transform: translateY(-1px);
  border-color: rgba(212,175,55,0.40);
  box-shadow:
    0 18px 38px rgba(0,0,0,0.34),
    0 0 0 1px rgba(212,175,55,0.12),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.io-floating-widget.is-auto-hidden{
  transform: translateY(10px);
  opacity: 0.58;
}

.io-floating-widget.is-auto-hidden:hover{
  transform: translateY(0);
  opacity: 1;
}

.io-floating-widget.is-snapped{
  right: -156px;
}

.io-floating-widget.is-snapped:hover{
  right: 1rem;
}

.io-floating-widget.is-minimized.is-snapped{
  right: 1rem;
}

.io-floating-widget.is-minimized .io-floating-toggle i{
  transform: rotate(-90deg);
  transition: transform 0.24s ease;
}

.io-floating-widget:not(.is-minimized) .io-floating-toggle i{
  transform: rotate(0deg);
  transition: transform 0.24s ease;
}

.io-floating-widget::after{
  content: "";
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 120px;
  height: 240px;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    circle at right center,
    rgba(0,255,255,0.18),
    rgba(0,255,255,0.10) 35%,
    rgba(212,175,55,0.10) 55%,
    transparent 75%
  );
  filter: blur(14px);
  transition: opacity 0.35s ease;
}

.io-floating-widget::before{
  content: "";
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 180px;
  height: 320px;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  background: radial-gradient(
    circle at var(--io-mag-x) var(--io-mag-y),
    rgba(0,255,255,0.20) 0%,
    rgba(0,255,255,0.12) 22%,
    rgba(255,215,106,0.10) 42%,
    rgba(255,215,106,0.05) 58%,
    transparent 76%
  );
  filter: blur(16px);
  transition: opacity 0.22s ease, filter 0.22s ease;
}

.io-floating-widget.is-snapped::after{
  opacity: 0.9;
  animation: ioEdgePulse 3.6s ease-in-out infinite;
}

.io-floating-widget.is-snapped:hover::after{
  opacity: 1;
  filter: blur(18px);
}

.io-floating-widget.is-snapped::before{
  opacity: 0.95;
}

.io-floating-widget.is-snapped:hover::before{
  opacity: 1;
  filter: blur(18px);
}

.io-floating-widget.is-magnet-active::before{
  opacity: 1;
  filter: blur(20px);
}

.io-floating-widget.is-snapped .io-floating-panel,
.io-floating-widget.is-magnet-active .io-floating-panel{
  box-shadow:
    0 14px 34px rgba(0,0,0,0.26),
    0 0 0 1px rgba(212,175,55,0.10),
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 18px rgba(0,255,255,0.10),
    0 0 28px rgba(255,215,106,0.07);
}

.io-floating-widget.is-snapped .io-floating-panel::after,
.io-floating-widget.is-magnet-active .io-floating-panel::after{
  opacity: 0.95;
}


/* =========================================================
   14) PAGE SECTIONS – STUDIO / HERO / FAQ / LINKS
========================================================= */
.card-hero-xl{
  position: relative;
  min-height: 340px;
  padding: 1.4rem 1.25rem 1.2rem;
  isolation: isolate;
}

.hero-orbit-glow{
  position: absolute;
  inset: auto -8% -22% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.18), rgba(255,255,255,0.06) 38%, transparent 68%);
  filter: blur(6px);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.hero-lead{
  font-size: 1.12rem;
  line-height: 1.55;
  max-width: 52rem;
}

.hero-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.15rem 0 0.2rem;
}

.hero-tags span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.58rem 0.85rem;
  border-radius: var(--io-radius-pill);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  background: rgba(255,255,255,0.08);
  border: 1px dashed rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.card-mission,
.card-projects-preview,
.card-contact-cta{
  position: relative;
}

.card-panel-accent{
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
}

.card-panel-dark{
  background: linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
}

.mini-feature-grid,
.link-tile-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
  gap: 0.85rem;
}

.mini-tile{
  padding: 0.95rem 1rem;
}

.mini-tile strong,
.link-tile strong{
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.98rem;
}

.mini-tile span,
.link-tile span{
  display: block;
  opacity: 0.82;
  line-height: 1.45;
}

.link-tile{
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 12px 24px rgba(0,0,0,0.08);
}

.link-tile:hover{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 16px 30px rgba(0,0,0,0.14);
}

.card-contact-cta{
  text-align: left;
}

.faq-item{
  margin-top: 0.8rem;
  overflow: hidden;
}

.faq-item summary{
  cursor: pointer;
  list-style: none;
  padding: 1rem;
  font-weight: 700;
  user-select: none;
}

.faq-item summary::-webkit-details-marker{
  display: none;
}

.faq-item summary::after{
  content: "+";
  float: right;
  font-size: 1.1rem;
  line-height: 1;
  opacity: 0.75;
}

.faq-item[open] summary::after{
  content: "–";
}

.faq-item p{
  margin: 0;
  padding: 0 1rem 1rem;
}


/* =========================================================
   15) STUDIO VOICE HERO
========================================================= */
.studio-voice-hero{
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.studio-voice-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(126,243,255,0.10), transparent 42%),
    radial-gradient(circle at 50% 55%, rgba(255,255,255,0.04), transparent 48%);
  pointer-events: none;
}

.studio-voice-hero .hero-orbit-glow{
  z-index: 1;
}

.voice-equalizer-layer{
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
  mix-blend-mode: screen;
}

.eq-grid{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  gap: 6px;
  padding: 24px;
}

.eq-bar{
  flex: 1 1 auto;
  max-width: 12px;
  min-width: 6px;
  height: 22%;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(
    to top,
    rgba(0,255,255,0.10) 0%,
    rgba(0,255,255,0.28) 45%,
    rgba(255,255,255,0.55) 100%
  );
  box-shadow:
    0 0 10px rgba(0,255,255,0.20),
    0 0 20px rgba(0,255,255,0.12);
  transform-origin: bottom center;
  transform: scaleY(0.18);
  opacity: 0.75;
  will-change: transform, opacity;
}

.voice-hero-ui{
  position: relative;
  z-index: 3;
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.05rem, 2.4vw, 1.6rem);
  background: linear-gradient(to bottom, rgba(11,15,18,0.18), rgba(11,15,18,0.10));
  border: 1px dashed rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 24px;
}

.voice-controls{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.voice-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px dashed rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(11,15,18,0.22);
  color: #fff;
  font: inherit;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.voice-btn:hover{
  transform: translateY(-1px);
  background: rgba(11,15,18,0.30);
  border-color: rgba(126,243,255,0.24);
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}

.voice-btn-icon{
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
}

.voice-btn-label{
  font-weight: 600;
  letter-spacing: 0.02em;
}

.studio-voice-hero.is-speaking .voice-equalizer-layer{
  opacity: 1;
  visibility: visible;
}

.studio-voice-hero.is-speaking .eq-bar{
  animation: ioEqPulse 1.05s ease-in-out infinite;
}

.studio-voice-hero.is-speaking .eq-bar:nth-child(2n){ animation-duration: 1.30s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(3n){ animation-duration: 0.90s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(4n){ animation-duration: 1.45s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(5n){ animation-duration: 1.15s; }

.studio-voice-hero.is-speaking .eq-bar:nth-child(1){ animation-delay: .05s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(2){ animation-delay: .14s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(3){ animation-delay: .22s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(4){ animation-delay: .31s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(5){ animation-delay: .11s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(6){ animation-delay: .19s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(7){ animation-delay: .28s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(8){ animation-delay: .36s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(9){ animation-delay: .09s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(10){ animation-delay: .17s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(11){ animation-delay: .26s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(12){ animation-delay: .34s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(13){ animation-delay: .07s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(14){ animation-delay: .16s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(15){ animation-delay: .24s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(16){ animation-delay: .33s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(17){ animation-delay: .12s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(18){ animation-delay: .20s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(19){ animation-delay: .29s; }
.studio-voice-hero.is-speaking .eq-bar:nth-child(20){ animation-delay: .38s; }

.studio-voice-hero.is-speaking .voice-btn.is-play{
  background: rgba(126,243,255,0.16);
  border-color: rgba(126,243,255,0.34);
  box-shadow: 0 0 24px rgba(126,243,255,0.10);
}


/* =========================================================
   16) FOOTER
========================================================= */
footer{
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  background: transparent;
  backdrop-filter: none;
  color: var(--io-text-soft);
  text-align: center;
  font-size: 0.84rem;
}

html[data-theme="light"] footer{
  background: transparent;
}

footer .nav a{
  margin: 0 0.8rem;
  color: var(--io-accent);
  text-decoration: none;
  font-weight: 900;
}

footer .nav a:hover{
  color: var(--io-nav-hover-text);
  text-shadow: var(--io-nav-hover-shadow);
  text-decoration: none;
}

.site-footer{
  position: relative;
  height: 100%;
  min-height: 0;
  margin-top: 28px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 196, 0, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(8,33,36,0.82), rgba(7,18,24,0.94)),
    radial-gradient(circle at 20% 50%, rgba(0,255,255,0.08), transparent 42%),
    radial-gradient(circle at 80% 50%, rgba(255,210,90,0.08), transparent 38%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    0 18px 50px rgba(0,0,0,0.28);
}

.site-footer__glow{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(0,255,255,0.08) 18%,
      rgba(255,208,92,0.06) 50%,
      rgba(0,255,255,0.08) 82%,
      transparent 100%
    );
  opacity: 0.9;
}

.site-footer__inner{
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 18px 22px 20px;
  overflow: auto;
  max-width: none;
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.site-footer__grid{
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(620px, 1.92fr);
  gap: 22px;
  align-items: stretch;
}

.site-footer__brand,
.site-footer__col,
.site-footer__bottom{
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  border: 1px dashed rgba(212,175,55,0.18);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.14),
    0 0 0 1px rgba(212,175,55,0.06),
    inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch)),
    calc(100% - var(--io-card-notch)) 100%,
    0 100%
  );
}

.site-footer__brand{
  min-height: 100%;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-footer__badge{
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.68rem;
  border-radius: var(--io-radius-pill);
  margin-bottom: 0.72rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(255,255,255,0.09);
  border: 1px dashed rgba(255,255,255,0.13);
}

.site-footer__brand h2{
  margin: 0 0 0.56rem;
  font-size: clamp(1.16rem, 1.8vw, 1.72rem);
}

.site-footer__brand h3{
  margin: 0 0 10px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(130,245,255,0.95);
}

.site-footer__brand p{
  margin: 0;
  max-width: 60ch;
  line-height: 1.52;
  opacity: 0.88;
  font-size: 0.88rem;
}

.site-footer__brand > p:first-child{
  font-size: 1.08rem;
  line-height: 1.45;
  color: rgba(235,245,248,0.96);
}

.site-footer__micro{
  margin-top: 8px !important;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(180,210,218,0.88);
}

.site-footer__copyright{
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(200,220,228,0.85);
}

.site-footer__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.site-footer__nav-wrap{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.site-footer__col{
  min-height: 100%;
  padding: 16px 18px 18px;
}

.site-footer__col h3{
  margin: 0 0 12px;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(130,245,255,0.95);
}

.footer-nav,
.footer-contact{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav a,
.footer-contact a,
.footer-contact span{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px 12px 12px 0;
  background: rgba(255,255,255,0.03);
  color: rgba(230,240,244,0.92);
  text-decoration: none;
  opacity: 0.92;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible{
  color: #ffffff;
  border-color: rgba(0,255,255,0.28);
  background: rgba(0,255,255,0.06);
  box-shadow: 0 0 18px rgba(0,255,255,0.10);
  transform: translateY(-1px);
}

.footer-contact span{
  color: rgba(176,205,212,0.88);
}

.site-footer__bottom{
  padding: 0.85rem 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.site-footer__bottom p{
  margin: 0;
  font-size: 0.80rem;
  line-height: 1.34;
}


/* =========================================================
   17) BADGES / STATUS / THANKS
========================================================= */
.thanks-badge{
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0.9rem auto 0.6rem;
  border-radius: 0;
  border: 1px dashed rgba(0,255,255,0.35);
  background: rgba(0,255,255,0.06);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch-sm)),
    calc(100% - var(--io-card-notch-sm)) 100%,
    0 100%
  );
}

html[data-theme="light"] .thanks-badge{
  border-color: rgba(15,63,70,0.28);
  background: rgba(15,63,70,0.08);
}

.thanks-check{
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--io-accent);
  animation: thanksPop 700ms ease-out 1;
}

.thanks-micro{
  margin-top: 0.35rem;
  opacity: 0.82;
  font-size: 0.95rem;
}

.stat-value.trend-up,
.logo-banner .header-stats-link .hs-trend.trend-up,
.stat-value.trend-down,
.logo-banner .header-stats-link .hs-trend.trend-down,
.stat-value.trend-neutral,
.logo-banner .header-stats-link .hs-trend.trend-neutral{
  display: inline-block;
  padding: 5px 9px;
  border-radius: var(--io-radius-pill);
  font-size: 0.82rem;
}

.stat-value.trend-up,
.logo-banner .header-stats-link .hs-trend.trend-up{
  color: var(--trend-up-text) !important;
  background: var(--trend-up-bg) !important;
  border: 1px dashed var(--trend-up-border) !important;
  font-weight: 900;
}

.stat-value.trend-down,
.logo-banner .header-stats-link .hs-trend.trend-down{
  color: var(--trend-down-text) !important;
  background: var(--trend-down-bg) !important;
  border: 1px dashed var(--trend-down-border) !important;
  font-weight: 900;
}

.stat-value.trend-neutral,
.logo-banner .header-stats-link .hs-trend.trend-neutral{
  color: var(--trend-neutral-text) !important;
  background: var(--trend-neutral-bg) !important;
  border: 1px dashed var(--trend-neutral-border) !important;
  font-weight: 900;
}


/* =========================================================
   18) CHARTS / MOBILE SCROLL
========================================================= */
.chart-scroll{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  border-radius: 14px;
}

.chart-scroll .chart{
  width: max-content;
  min-width: 520px;
}


/* =========================================================
   19) MENU / TOGGLES / MOBILE CTA
========================================================= */
.menu-toggle,
.sidebar-toggle{
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.hamburger{
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 1.2rem;
  color: var(--io-accent);
  cursor: pointer;
  position: fixed;
  top: calc(var(--io-shell-pad) + 12px);
  right: calc(var(--io-shell-pad) + 12px);
  z-index: 1300;
  user-select: none;
  border: 1px dashed var(--io-border);
  background: rgba(0,0,0,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%
  );
  box-shadow:
    0 10px 20px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.hamburger:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.16);
}

html[data-theme="light"] .hamburger{
  background: rgba(255,255,255,0.86);
  border-color: rgba(0,0,0,0.10);
}

html[data-theme="light"] .hamburger:hover{
  background: rgba(255,255,255,0.98);
  border-color: rgba(15,63,70,0.16);
}

.menu-toggle:checked + .hamburger{
  color: #041015;
  background: linear-gradient(90deg, rgba(0,255,255,0.95), rgba(122,167,255,0.90));
  border-color: rgba(255,255,255,0.30);
  box-shadow:
    0 0 14px rgba(0,255,255,0.32),
    0 10px 24px rgba(0,0,0,0.18);
  transform: scale(0.96);
}

html[data-theme="light"] .menu-toggle:checked + .hamburger{
  color: #041015;
  background: linear-gradient(90deg, rgba(18,207,208,0.94), rgba(15,63,70,0.22));
  border-color: rgba(15,63,70,0.18);
  box-shadow: 0 0 10px rgba(15,63,70,0.16);
}

.hamburger-open,
.hamburger-close{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.hamburger-open{
  opacity: 1;
  transform: scale(1);
}

.hamburger-close{
  opacity: 0;
  transform: scale(0.8);
}

.menu-toggle:checked + .hamburger .hamburger-open{
  opacity: 0;
  transform: scale(0.8);
}

.menu-toggle:checked + .hamburger .hamburger-close{
  opacity: 1;
  transform: scale(1);
}

.sidebar-handle{
  display: none;
}

.mobile-sticky-cta{
  position: fixed;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 120;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0.65rem;
  padding: 0.7rem;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(10,14,20,0.88), rgba(10,14,20,0.72));
  border: 1px dashed rgba(255,255,255,0.12);
  box-shadow:
    0 18px 44px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch)),
    calc(100% - var(--io-card-notch)) 100%,
    0 100%
  );
}

.mobile-sticky-cta::before{
  content: "";
  position: absolute;
  inset: auto -8% -45% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.11), transparent 65%);
  pointer-events: none;
  opacity: 0.85;
}

.mobile-sticky-cta__btn{
  position: relative;
  z-index: 1;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 0.8rem;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  background: rgba(255,255,255,0.07);
  border: 1px dashed rgba(255,255,255,0.12);
  box-shadow:
    0 10px 24px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.04);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--io-card-notch-sm)),
    calc(100% - var(--io-card-notch-sm)) 100%,
    0 100%
  );
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.mobile-sticky-cta__btn:hover,
.mobile-sticky-cta__btn:focus-visible{
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.18);
  box-shadow:
    0 14px 30px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.mobile-sticky-cta__btn--primary{
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.22);
}

.mobile-sticky-cta__btn--primary:hover,
.mobile-sticky-cta__btn--primary:focus-visible{
  background: rgba(255,255,255,0.22);
}

.mobile-sticky-cta__btn i{
  font-size: 0.98rem;
}

.mobile-sticky-cta__btn span{
  white-space: nowrap;
}

.scroll-top{
  position: fixed;
  right: calc(var(--io-shell-pad) + 12px);
  bottom: calc(var(--io-shell-pad) + 12px);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: var(--io-accent);
  cursor: pointer;
  z-index: 5000;
  border: 1px dashed var(--io-border);
  background: rgba(0,0,0,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%
  );
  box-shadow:
    0 10px 20px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.04);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.scroll-top.is-visible{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top:hover{
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-1px);
}

html[data-theme="light"] .scroll-top{
  background: rgba(255,255,255,0.86);
  border-color: rgba(0,0,0,0.10);
}

html[data-theme="light"] .scroll-top:hover{
  background: rgba(255,255,255,0.98);
  border-color: rgba(15,63,70,0.16);
}


/* =========================================================
   20) ANIMATIONS
========================================================= */
@keyframes thanksPop{
  0%{
    transform: scale(0.6);
    opacity: 0;
  }
  60%{
    transform: scale(1.12);
    opacity: 1;
  }
  100%{
    transform: scale(1);
  }
}

@keyframes ripple{
  0%{
    opacity: 0.75;
    transform: translate(-50%,-50%) scale(1);
  }
  100%{
    opacity: 0;
    transform: translate(-50%,-50%) scale(18);
  }
}

@keyframes ioEdgePulse{
  0%   { transform: translateY(-50%) scale(1); }
  50%  { transform: translateY(-50%) scale(1.08); }
  100% { transform: translateY(-50%) scale(1); }
}

@keyframes ioEqPulse{
  0%   { transform: scaleY(0.18); opacity: 0.35; }
  20%  { transform: scaleY(0.55); opacity: 0.65; }
  40%  { transform: scaleY(1.15); opacity: 0.95; }
  60%  { transform: scaleY(0.68); opacity: 0.72; }
  80%  { transform: scaleY(1.35); opacity: 1; }
  100% { transform: scaleY(0.22); opacity: 0.40; }
}

.ripple{
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: var(--io-radius-pill);
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: rgba(255,255,255,0.35);
  animation: ripple 650ms ease-out;
}


/* =========================================================
   21) APP PANEL SYSTEM
========================================================= */
.main-content-scroll{
  position: relative;
  overflow: hidden;
  padding: 0;
}

.app-panels{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.app-panel{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(28px);
  transition:
    transform 0.34s cubic-bezier(.22,.61,.36,1),
    opacity 0.24s ease,
    visibility 0.24s ease;
  scrollbar-gutter: stable;
}

.app-panel.is-active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 2;
}

.app-panel.is-leaving-left{
  transform: translateX(-28px);
  opacity: 0;
}

.app-panel.is-leaving-right{
  transform: translateX(28px);
  opacity: 0;
}

.app-panel::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}

.app-panel::-webkit-scrollbar-thumb{
  background: rgba(212,175,55,0.30);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.app-panel::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.04);
}

.panel-topline{
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--io-text-soft);
  opacity: 0.9;
}

.card-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}


/* =========================================================
   22) BACKDROP FALLBACK
========================================================= */
@supports not ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))){
  .sidebar,
  .logo-banner,
  .io-floating-panel,
  .io-floating-toggle,
  .mobile-sticky-cta,
  .site-footer__brand,
  .site-footer__col,
  .site-footer__bottom,
  footer,
  .offers-grid .card,
  .voice-hero-ui,
  .voice-btn,
  .main-content,
  .ui-window{
    background: var(--io-fallback-dark);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  html[data-theme="light"] .sidebar,
  html[data-theme="light"] .logo-banner,
  html[data-theme="light"] .io-floating-panel,
  html[data-theme="light"] .io-floating-toggle,
  html[data-theme="light"] .mobile-sticky-cta,
  html[data-theme="light"] .site-footer__brand,
  html[data-theme="light"] .site-footer__col,
  html[data-theme="light"] .site-footer__bottom,
  html[data-theme="light"] footer,
  html[data-theme="light"] .offers-grid .card,
  html[data-theme="light"] .voice-hero-ui,
  html[data-theme="light"] .voice-btn,
  html[data-theme="light"] .main-content,
  html[data-theme="light"] .ui-window{
    background: var(--io-fallback-light);
  }
}


/* =========================================================
   23) RESPONSIVE
========================================================= */

/* Desktop: Sidebar einklappbar */
@media (min-width: 901px){
  .hamburger{
    display: none;
  }

  .sidebar-handle{
    position: fixed;
    top: calc(var(--io-shell-pad) + var(--io-header-h) + 12px);
    left: calc(var(--io-shell-pad) + var(--io-sidebar-w) - 16px);
    z-index: 1201;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    border: 1px dashed var(--io-border);
    background: rgba(0,0,0,0.18);
    color: var(--io-text-soft);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow:
      0 10px 20px rgba(0,0,0,0.18),
      inset 0 1px 0 rgba(255,255,255,0.04);
    transition:
      left 0.25s ease,
      transform 0.18s ease,
      background 0.18s ease,
      border-color 0.18s ease;
  }

  .sidebar-handle:hover{
    transform: translateY(-1px);
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.16);
  }

  html[data-theme="light"] .sidebar-handle{
    background: rgba(255,255,255,0.86);
    border-color: rgba(0,0,0,0.10);
  }

  html[data-theme="light"] .sidebar-handle:hover{
    background: rgba(255,255,255,0.98);
    border-color: rgba(15,63,70,0.16);
  }

  .layout{
    grid-template-columns: var(--io-sidebar-w) minmax(0, 1fr);
  }

  .sidebar{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .sidebar-toggle:checked ~ .layout{
    grid-template-columns: var(--io-sidebar-w-collapsed) minmax(0, 1fr);
  }

  .sidebar-toggle:checked ~ .layout .side-nav a{
    justify-content: center;
    padding: 0.6rem 0.55rem;
  }

  .sidebar-toggle:checked ~ .layout .side-nav a i{
    min-width: 0;
  }

  .sidebar-toggle:checked ~ .layout .side-nav a .nav-text{
    display: none;
  }

  .sidebar-toggle:checked ~ .layout .sidebar-scroll{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sidebar-toggle:checked + .sidebar-handle{
    left: calc(var(--io-shell-pad) + var(--io-sidebar-w-collapsed) - 16px);
  }

  .sidebar-handle i{
    transition: transform 0.25s ease;
  }

  .sidebar-toggle:checked + .sidebar-handle i{
    transform: rotate(180deg);
  }
}

/* Tablet + Mobile */
@media (max-width: 900px){
  :root{
    --io-header-h: 106px;
    --io-footer-h: 172px;
    --io-shell-pad: 0.75rem;
    --io-shell-gap: 0.75rem;
  }

  html,
  body{
    overflow: hidden;
  }

  .sidebar-handle{
    display: none !important;
  }

  .hamburger{
    display: flex;
  }

  .layout{
    grid-template-columns: 1fr !important;
  }

  .sidebar{
    position: fixed;
    top: calc(var(--io-shell-pad) + var(--io-header-h) + var(--io-shell-gap));
    left: var(--io-shell-pad);
    width: min(280px, calc(100vw - (var(--io-shell-pad) * 2)));
    height: calc(100vh - var(--io-header-h) - var(--io-footer-h) - (var(--io-shell-gap) * 3) - (var(--io-shell-pad) * 2));
    z-index: 1200;
    transform: translateX(calc(-100% - 1rem));
    transition: transform 0.28s ease;
    box-shadow:
      0 18px 36px rgba(0,0,0,0.32),
      0 0 0 1px rgba(212,175,55,0.08);
  }

  .menu-toggle:checked ~ .layout .sidebar{
    transform: translateX(0);
  }

  .side-nav a{
    opacity: 0;
    transform: translateX(-16px);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .menu-toggle:checked ~ .layout .side-nav a{
    opacity: 1;
    transform: translateX(0);
  }

  .menu-toggle:checked ~ .layout .side-nav a:nth-child(1){ transition-delay: 0.08s; }
  .menu-toggle:checked ~ .layout .side-nav a:nth-child(2){ transition-delay: 0.14s; }
  .menu-toggle:checked ~ .layout .side-nav a:nth-child(3){ transition-delay: 0.20s; }
  .menu-toggle:checked ~ .layout .side-nav a:nth-child(4){ transition-delay: 0.26s; }
  .menu-toggle:checked ~ .layout .side-nav a:nth-child(5){ transition-delay: 0.32s; }
  .menu-toggle:checked ~ .layout .side-nav a:nth-child(6){ transition-delay: 0.38s; }

  .logo-banner{
    padding: 0.45rem 0.6rem;
  }

  .logo-banner-grid{
    gap: 10px;
  }

  .logo-anchor img{
    width: 180px;
    max-width: 100%;
  }

  .logo-banner img{
    width: 120px;
    margin: 10px;
  }

  .header-cockpit{
    max-width: none;
  }

  .header-cockpit-shell{
    padding: 0.42rem 0.55rem;
  }

  .header-cockpit-main{
    grid-template-columns: 46px minmax(0, 1fr) 112px;
    gap: 0.45rem;
  }

  .cockpit-gauge{
    width: 46px;
    height: 46px;
  }

  .cockpit-gauge-ring--outer{ inset: 4px; }
  .cockpit-gauge-ring--mid{ inset: 9px; }
  .cockpit-gauge-ring--inner{ inset: 14px; }
  .cockpit-gauge-core{ inset: 18px; }

  .cockpit-gauge-value small{
    font-size: 0.34rem;
  }

  .cockpit-gauge-value strong{
    font-size: 0.5rem;
  }

  .cockpit-kicker,
  .cockpit-status{
    font-size: 0.48rem;
    min-height: 16px;
    padding: 0.1rem 0.32rem;
  }

  .cockpit-readout{
    gap: 0.22rem;
  }

  .htm-stat{
    padding: 0.2rem 0.28rem;
  }

  .htm-stat small{
    font-size: 0.38rem;
  }

  .htm-stat strong{
    font-size: 0.5rem;
  }

  .cockpit-side{
    gap: 0.22rem;
  }

  .cockpit-mini-panel{
    padding: 0.22rem 0.28rem;
    min-height: 28px;
  }

  .cockpit-mini-panel small{
    font-size: 0.36rem;
  }

  .cockpit-mini-panel strong{
    font-size: 0.48rem;
  }

  .main-content-scroll{
    padding: 0;
  }

  .app-panel{
    padding: 0.8rem;
  }

  .offers-grid,
  .card-grid,
  .mini-feature-grid,
  .link-tile-grid,
  .price-mini-grid{
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .textblock{
    padding: 1rem;
  }

  .card,
  .offers-grid .card{
    padding: 1rem;
  }

  .offers-grid .card.card-hero,
  .offers-grid .card.card-hero-xl,
  .offers-grid .card.featured-card,
  .offers-grid .card.featured-intro,
  .offers-grid .card.featured-main,
  .offers-grid .card.featured-package,
  .card-hero,
  .card-hero-xl,
  .featured-card,
  .featured-intro,
  .featured-main,
  .featured-package,
  .studio-voice-hero{
    min-height: unset !important;
    height: auto !important;
    overflow: visible !important;
  }

  .card-hero-xl{
    padding: 1rem 0.95rem 1rem;
  }

  .hero-lead{
    font-size: 0.98rem;
    line-height: 1.5;
    max-width: none;
  }

  .hero-tags{
    gap: 0.45rem;
    margin-top: 0.8rem;
  }

  .hero-tags span{
    min-height: 30px;
    padding: 0.46rem 0.68rem;
    font-size: 0.76rem;
  }

  .card-badge{
    margin-bottom: 0.6rem;
    padding: 0.32rem 0.56rem;
    font-size: 0.68rem;
  }

  .card-icon{
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
  }

  .offers-grid .card h1,
  .textblock h1{
    font-size: clamp(1.55rem, 7vw, 2rem);
    line-height: 1.02;
  }

  .offers-grid .card h2,
  .textblock h2{
    font-size: clamp(1.12rem, 5vw, 1.42rem);
    line-height: 1.08;
  }

  .offers-grid .card h3,
  .textblock h3{
    font-size: clamp(0.96rem, 4vw, 1.08rem);
    line-height: 1.12;
  }

  .textblock p,
  .card p,
  .card li,
  .faq-item p{
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .feature-list li{
    margin-bottom: 0.56rem;
    padding-left: 1rem;
  }

  .feature-list li::before{
    top: 0.45rem;
    width: 0.38rem;
    height: 0.38rem;
  }

  .price-tile,
  .mini-tile,
  .link-tile{
    padding: 0.78rem 0.82rem;
  }

  .price-label{
    font-size: 0.72rem;
  }

  .price-tile strong,
  .mini-tile strong,
  .link-tile strong{
    font-size: 0.94rem;
  }

  form{
    gap: 0.7rem;
  }

  .form-grid{
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .form-field{
    margin-bottom: 0.75rem;
  }

  .form-field label{
    margin-bottom: 0.35rem;
    font-size: 0.92rem;
  }

  input,
  textarea,
  .form-field input,
  .form-field textarea{
    font-size: 16px;
    padding: 0.78rem 0.88rem;
    border-radius: 12px;
  }

  .form-field textarea{
    min-height: 132px;
  }

  .btn,
  button[type="submit"],
  .card-btn,
  .footer-btn{
    min-height: 40px;
    padding: 0.62rem 0.95rem;
    font-size: 0.9rem;
  }

  .voice-hero-ui{
    padding: 1rem 0.95rem;
    gap: 0.75rem;
    border-radius: 20px;
  }

  .voice-controls{
    gap: 8px;
  }

  .voice-controls > *{
    flex: 1 1 calc(50% - 8px);
    min-width: 132px;
    max-width: 100%;
  }

  .voice-btn{
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.88rem;
    justify-content: center;
  }

  .faq-item summary{
    padding: 0.82rem;
    font-size: 0.94rem;
  }

  .faq-item p{
    padding: 0 0.82rem 0.82rem;
  }

  .scroll-top{
    width: 40px;
    height: 40px;
    right: 12px;
    bottom: 78px;
  }

  .mobile-sticky-cta{
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    gap: 0.45rem;
    padding: 0.55rem;
  }

  .mobile-sticky-cta__btn{
    min-height: 48px;
    padding: 0.68rem 0.6rem;
    font-size: 0.82rem;
  }

  .site-footer{
    margin-top: 0;
    border-radius: 22px;
  }

  .site-footer__grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .site-footer__inner{
    padding: 14px;
  }

  .site-footer__brand,
  .site-footer__col,
  .site-footer__bottom{
    padding: 14px;
  }

  .site-footer__brand > p:first-child{
    font-size: 0.95rem;
  }

  .site-footer__micro{
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .site-footer__copyright{
    font-size: 0.76rem;
  }

  .footer-nav,
  .footer-contact{
    gap: 8px;
  }

  .footer-nav a,
  .footer-contact a,
  .footer-contact span{
    min-height: 30px;
    padding: 7px 10px;
    font-size: 0.82rem;
  }
}

/* enges Smartphone */
@media (max-width: 768px){
  :root{
    --io-header-h: 96px;
    --io-footer-h: 238px;
    --io-shell-pad: 0.55rem;
    --io-shell-gap: 0.55rem;
  }

  body{
    font-size: 14px;
  }

  .app-shell{
    grid-template-rows: var(--io-header-h) minmax(0, 1fr) var(--io-footer-h);
  }

  .logo-banner{
    padding: 0.4rem 0.5rem;
  }

  .logo-banner-grid{
    gap: 8px;
  }

  .logo-anchor img{
    width: 142px;
  }

  .logo-banner img{
    width: 96px;
    margin: 6px;
  }

  .header-cockpit-shell{
    padding: 0.36rem 0.44rem;
  }

  .header-cockpit-topline{
    gap: 0.35rem;
    margin-bottom: 0.26rem;
  }

  .header-cockpit-main{
    grid-template-columns: 40px minmax(0, 1fr) 92px;
    gap: 0.34rem;
  }

  .cockpit-gauge{
    width: 40px;
    height: 40px;
  }

  .cockpit-gauge-ring--outer{ inset: 3px; }
  .cockpit-gauge-ring--mid{ inset: 7px; }
  .cockpit-gauge-ring--inner{ inset: 11px; }
  .cockpit-gauge-core{ inset: 16px; }

  .cockpit-track{
    height: 7px;
  }

  .cockpit-readout{
    gap: 0.16rem;
  }

  .htm-stat,
  .cockpit-mini-panel{
    padding: 0.18rem 0.22rem;
  }

  .htm-stat small,
  .cockpit-mini-panel small{
    font-size: 0.32rem;
    letter-spacing: 0.08em;
  }

  .htm-stat strong,
  .cockpit-mini-panel strong{
    font-size: 0.42rem;
  }

  .hamburger{
    width: 40px;
    height: 40px;
    top: 12px;
    right: 12px;
  }

  .app-panel{
    padding: 0.65rem;
  }

  .card,
  .offers-grid .card,
  .textblock{
    padding: 0.82rem;
  }

  .card-hero,
  .card-hero-xl,
  .featured-card,
  .featured-intro,
  .featured-main,
  .featured-package,
  .studio-voice-hero{
    clip-path: none !important;
  }

  .card-hero-xl{
    min-height: unset;
    padding: 0.9rem 0.82rem 0.9rem;
  }

  .voice-hero-ui{
    padding: 0.92rem 0.82rem;
  }

  .hero-orbit-glow{
    width: 210px;
    height: 210px;
    opacity: 0.72;
  }

  .offers-grid,
  .card-grid,
  .mini-feature-grid,
  .link-tile-grid,
  .price-mini-grid{
    gap: 0.62rem;
  }

  .offers-grid .card h1,
  .textblock h1{
    font-size: clamp(1.22rem, 6.8vw, 1.68rem);
    line-height: 1.04;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .offers-grid .card h2,
  .textblock h2{
    font-size: clamp(0.98rem, 5.2vw, 1.18rem);
    line-height: 1.10;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .offers-grid .card h3,
  .textblock h3{
    font-size: clamp(0.86rem, 4.2vw, 0.98rem);
  }

  .card p,
  .textblock p,
  .card li,
  .faq-item p,
  .site-footer p{
    font-size: 0.9rem;
    line-height: 1.46;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .hero-lead{
    font-size: 0.92rem;
  }

  .hero-tags{
    gap: 0.4rem;
  }

  .hero-tags span{
    min-height: 28px;
    padding: 0.4rem 0.58rem;
    font-size: 0.7rem;
  }

  .card-badge{
    padding: 0.26rem 0.48rem;
    font-size: 0.62rem;
  }

  .card-icon{
    width: 2.1rem;
    height: 2.1rem;
    margin-bottom: 0.55rem;
    font-size: 0.94rem;
  }

  .feature{
    margin-bottom: 0.65rem;
  }

  .price-tile,
  .mini-tile,
  .link-tile{
    padding: 0.68rem 0.72rem;
  }

  .price-note{
    margin-top: 0.7rem;
    font-size: 0.86rem;
  }

  label,
  .form-field label{
    font-size: 0.88rem;
  }

  input,
  textarea,
  .form-field input,
  .form-field textarea{
    padding: 0.72rem 0.78rem;
    border-radius: 10px;
  }

  .form-field textarea{
    min-height: 118px;
  }

  .btn,
  button[type="submit"],
  .card-btn,
  .footer-btn{
    min-height: 38px;
    padding: 0.56rem 0.84rem;
    font-size: 0.84rem;
  }

  .voice-controls{
    gap: 6px;
  }

  .voice-controls > *{
    flex: 1 1 100%;
    min-width: 0;
  }

  .voice-btn{
    min-height: 38px;
    padding: 0 12px;
    gap: 8px;
    font-size: 0.82rem;
  }

  .voice-btn-icon{
    width: 16px;
    height: 16px;
  }

  .mobile-sticky-cta{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.38rem;
    padding: 0.48rem;
  }

  .mobile-sticky-cta__btn{
    min-height: 44px;
    padding: 0.58rem 0.4rem;
    font-size: 0.74rem;
  }

  .mobile-sticky-cta__btn span{
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .scroll-top{
    width: 38px;
    height: 38px;
    right: 10px;
    bottom: 72px;
  }

  .site-footer{
    overflow: visible;
  }

  .site-footer__inner{
    padding: 12px;
    overflow: auto;
  }

  .site-footer__nav-wrap{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .site-footer__brand,
  .site-footer__col,
  .site-footer__bottom{
    padding: 12px;
  }

  .site-footer__col h3{
    font-size: 0.82rem;
    margin-bottom: 8px;
  }

  .footer-nav a,
  .footer-contact a,
  .footer-contact span{
    min-height: 28px;
    padding: 6px 9px;
    font-size: 0.78rem;
  }
}


/* sehr kleine Geräte */
@media (max-width: 768px){

  :root{
    --io-header-h: 96px;
    --io-footer-h: 96px;
    --io-shell-gap: 0.55rem;
    --io-shell-pad: 0.55rem;
  }

  .site-footer{
    min-height: unset !important;
    height: auto !important;
    padding: 10px 10px !important;
  }

  .site-footer__inner{
    gap: 10px !important;
  }

  .site-footer__brand p{
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1.25;
  }

  .site-footer__micro{
    font-size: 11px;
    line-height: 1.2;
  }

  .site-footer__col h3{
    margin: 0 0 8px;
    font-size: 12px;
  }

  .footer-nav{
    gap: 6px !important;
  }

  .footer-nav a{
    min-height: 36px !important;
    padding: 7px 12px !important;
    font-size: 13px !important;
    line-height: 1.2;
  }

}


/* ==========================================================
   UNIVERSAL FOOTER VERIFY BADGE SYSTEM
   Sorgt für eine saubere Integration auf allen Projektseiten
========================================================== */

.footer-verify {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;    /* Abstand zum Text darüber */
  margin-bottom: 0.5rem; /* Abstand nach unten */
  clear: both;           /* Verhindert Konflikte mit Floats */
}

.footer-verify a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  /* Flüssige Animation für die Maus-Interaktion */
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), filter 0.25s ease;
}

/* WICHTIG: Begrenzt die Bildgröße, damit es nicht ausbricht */
.footer-verify img.verify-badge-inline {
  display: block;
  width: 90px;           /* Optimale Standardgröße für Footer */
  height: auto;          /* Verhindert Verzerrungen */
  max-width: 100%;       /* Macht es mobil-freundlich */
}

/* Interaktions-Effekt beim Drüberfahren (Hover) */
.footer-verify a:hover {
  transform: scale(1.06); /* Dezentes Aufpumpen um 6% */
  
  /* Erzeugt einen edlen Gold-Glow, der auf hellen und dunklen Seiten funktioniert */
  filter: drop-shadow(0 0 12px rgba(255, 215, 106, 0.5));
}

/* Verhindert störende Klick-Rahmen in manchen Browsern */
.footer-verify a:focus-visible {
  transform: scale(1.06);
  filter: drop-shadow(0 0 12px rgba(255, 215, 106, 0.8));
}
