/* ============================================================
   CLOBS® — Unified Stylesheet
   Covers: Home, Service pages, Blog articles, Legal, Contact
   ============================================================ */

/* ===========================
   SHARED BASE TOKENS
   =========================== */
:root {
  --ink:   #0A0A09;
  --paper: #F2EFE9;
  --gold:  #C8B890;
  --green: #25D366;
  --gut:   clamp(20px, 5vw, 80px);
  --font:  'Helvetica Neue', Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --fs-label: 11px;
  /* Defaults (overridden per page type below) */
  --dim:         rgba(242,239,233,0.52);
  --rule:        rgba(242,239,233,0.1);
  --card:        #111110;
  --fs-small:    clamp(12px, 1.1vw, 13px);
  --fs-body:     clamp(15px, 1.5vw, 17px);
  --fs-h1:       clamp(28px, 4vw, 52px);
  --fs-h2:       clamp(22px, 2.5vw, 32px);
  --fs-h3:       clamp(17px, 1.8vw, 21px);
  --t-fast:      0.18s;
  --t-mid:       0.35s;
  --ease-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
}

/* ===========================
   HOME PAGE TOKENS
   =========================== */
body.page-home {
  --dim:         rgba(242,239,233,0.42);
  --rule:        rgba(242,239,233,0.09);
  --card:        #141413;
  --card-h:      #1d1d1b;
  --gold:        #C8B890;
  --fs-small:    13px;
  --fs-body:     clamp(14px, 1.5vw, 18px);
  --fs-h1:       clamp(36px, 5.5vw, 80px);
  --fs-h2:       clamp(28px, 3.5vw, 52px);
  --fs-h3:       clamp(21px, 2.5vw, 34px);
  --fs-quote:    clamp(18px, 2.2vw, 26px);
  --fs-display:  clamp(48px, 8vw, 104px);
  --fs-hero-sub: clamp(16px, 1.8vw, 22px);
  --fs-tstack:   clamp(22px, 3vw, 36px);
  --t-fast:      0.25s;
  --t-mid:       0.75s;
  --t-slow:      0.75s;
  --ease-spring: cubic-bezier(0.16,1,0.3,1);
  --ease-ui:     cubic-bezier(0.4,0,0.2,1);
}

/* ===========================
   SERVICE PAGE TOKENS
   =========================== */
body.page-service {
  --dim:         rgba(242,239,233,0.52);
  --rule:        rgba(242,239,233,0.1);
  --card:        #111110;
  --gold:        #C8B890;
  --fs-body:     clamp(15px, 1.5vw, 17px);
  --fs-h1:       clamp(36px, 5.5vw, 76px);
  --fs-h2:       clamp(24px, 3.2vw, 48px);
  --fs-h3:       clamp(17px, 1.8vw, 22px);
  --t-fast:      0.18s;
  --t-mid:       0.35s;
  --ease-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
}

/* ===========================
   BLOG / ARTICLE PAGE TOKENS
   =========================== */
body.page-article {
  --gold:        #c9a84c;
  --fs-h1:       clamp(28px, 4vw, 52px);
  --fs-h2:       clamp(22px, 2.5vw, 32px);
  --fs-h3:       clamp(17px, 1.8vw, 21px);
}

/* ===========================
   LEGAL PAGE TOKENS
   =========================== */
body.page-legal {
  --gold:        #c9a84c;
  --fs-h1:       clamp(28px, 4vw, 52px);
  --fs-h2:       clamp(18px, 2vw, 24px);
}

/* ===========================
   CONTACT PAGE TOKENS
   =========================== */
body.page-contact {
  --gold:        #c9a84c;
  --fs-h1:       clamp(28px, 4vw, 52px);
  --fs-h2:       clamp(20px, 2.2vw, 28px);
  --fs-h3:       clamp(17px, 1.8vw, 21px);
}

/* ===========================
   LIGHT / DARK THEME (Home only)
   =========================== */
@media (prefers-color-scheme: light) {
  body.page-home {
    --ink:    #F0EDE7;
    --paper:  #0A0A09;
    --dim:    rgba(10,10,9,0.45);
    --rule:   rgba(10,10,9,0.1);
    --card:   #E4E1DB;
    --card-h: #D8D5CF;
  }
}
:root[data-theme="dark"]  body.page-home,
body.page-home:where(:root[data-theme="dark"] *) {
  --ink:    #0A0A09; --paper: #F2EFE9;
  --dim:    rgba(242,239,233,0.42); --rule: rgba(242,239,233,0.09);
  --card:   #141413; --card-h: #1d1d1b;
}
:root[data-theme="light"] body.page-home,
body.page-home:where(:root[data-theme="light"] *) {
  --ink:    #F0EDE7; --paper: #0A0A09;
  --dim:    rgba(10,10,9,0.45); --rule: rgba(10,10,9,0.1);
  --card:   #E4E1DB; --card-h: #D8D5CF;
}

/* ===========================
   GLOBAL RESET
   =========================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: auto; overflow-y: auto; scroll-behavior: smooth; background: var(--ink); }
body {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font);
  font-size: var(--fs-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.page-home { line-height: normal; }
a { color: inherit; text-decoration: none; }

/* Shared ® mark */
.r-mark { font-size: 0.6em; vertical-align: super; }

/* Home-specific ® overrides (large display text needs different positioning) */
body.page-home .r-mark,
body.page-home #footReg {
  font-size: 0.55em;
  position: relative;
  top: -0.45em;
  line-height: 0;
  opacity: 0.8;
}
body.page-home .hwm .r-mark { font-size: 0.22em; top: -1.4em; }
body.page-home #footReg     { font-size: 0.22em; top: -1.4em; }


/* ===========================
   NAV
   =========================== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 0 var(--gut);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  background: rgba(10,10,9,0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.nav-logo {
  display: flex;
  align-items: center;
  color: var(--paper);
}
.nav-logo svg { height: 34px; width: auto; fill: currentColor; }
.burger {
  display: flex;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  color: var(--paper);
}
.burger span {
  display: block;
  width: 30px; height: 2px;
  background: currentColor;
  transition: all var(--t-mid) ease;
  transform-origin: center;
}
.burger.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

.menu-overlay {
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(8, 8, 8, 0.78);
  backdrop-filter: blur(44px) saturate(160%) brightness(0.82);
  -webkit-backdrop-filter: blur(44px) saturate(160%) brightness(0.82);
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 var(--gut) clamp(48px, 8vh, 80px);
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity var(--t-mid) var(--ease-spring) 0.12s, visibility var(--t-mid) 0.12s;
}
.menu-overlay.open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity var(--t-mid) var(--ease-spring), visibility var(--t-mid);
}
.menu-link {
  font-size: clamp(22px, 3.2vw, 38px);
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  color: var(--paper);
  display: inline-block;
  padding: 6px 0;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity var(--t-mid) var(--ease-spring),
              transform var(--t-mid) var(--ease-spring),
              letter-spacing var(--t-mid) ease;
}
.menu-link .ms { color: var(--dim); }
.menu-link:nth-child(1) { transition-delay: 0s; }
.menu-link:nth-child(2) { transition-delay: 0.05s; }
.menu-link:nth-child(3) { transition-delay: 0.10s; }
.menu-link:nth-child(4) { transition-delay: 0.15s; }
.menu-link:nth-child(5) { transition-delay: 0.20s; }
.menu-link:nth-child(6) { transition-delay: 0.25s; }
.menu-link:nth-child(7) { transition-delay: 0.30s; }
.menu-overlay.open .menu-link { opacity: 1; transform: none; }
.menu-overlay.open .menu-link:nth-child(1) { transition-delay: 0.06s; }
.menu-overlay.open .menu-link:nth-child(2) { transition-delay: 0.11s; }
.menu-overlay.open .menu-link:nth-child(3) { transition-delay: 0.16s; }
.menu-overlay.open .menu-link:nth-child(4) { transition-delay: 0.21s; }
.menu-overlay.open .menu-link:nth-child(5) { transition-delay: 0.26s; }
.menu-overlay.open .menu-link:nth-child(6) { transition-delay: 0.31s; }
.menu-overlay.open .menu-link:nth-child(7) { transition-delay: 0.36s; }
@media (hover: hover) {
  .menu-link { position: relative; }
  .menu-link::before {
    content: '→';
    position: absolute;
    left: -22px; top: 50%;
    transform: translateY(-50%) translateX(-4px);
    opacity: 0;
    font-size: 0.55em;
    font-weight: 300;
    pointer-events: none;
    transition: opacity 0.18s ease-out, transform 0.18s ease-out;
  }
  .menu-link:hover::before { opacity: 0.4; transform: translateY(-50%); }
}
.menu-bottom { margin-top: 32px; display: flex; gap: 24px; }
.menu-small { font-size: var(--fs-small); color: var(--dim); }
.menu-small:hover { color: var(--paper); }


/* ===========================
   SHARED PAGE FOOTER (footer.js)
   =========================== */
.page-footer {
  border-top: 1px solid var(--rule);
  padding: 32px var(--gut);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: var(--fs-small);
  color: var(--dim);
  flex-wrap: wrap;
}
.page-footer a { transition: color 0.18s; }
.page-footer a:hover { color: var(--paper); }
.foot-legal { display: flex; gap: 20px; }


/* ===========================
   HOME — HERO
   =========================== */
.hero {
  position: relative;
  height: 100svh;
  min-height: 580px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
}
.hero-grid {
  position: absolute;
  top: -22vh; bottom: -22vh; left: -22vw; right: -22vw;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform: rotate(-7deg);
}
.mrow {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 0;
}
.mtrack {
  display: flex;
  gap: 12px;
  align-items: stretch;
  width: max-content;
  animation: mLeft 38s linear infinite;
}
.mtrack.rev { animation: mRight 30s linear infinite; }
@media (prefers-reduced-motion: reduce) { .mtrack, .mtrack.rev { animation: none; } }
@keyframes mLeft  { from { transform: translateX(0); }    to { transform: translateX(-50%); } }
@keyframes mRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.mblock {
  flex-shrink: 0;
  width: clamp(180px, 20vw, 310px);
  border-radius: 14px;
  overflow: hidden;
  background: #111;
}
.mblock img, .mblock video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.9;
}
.hero-vignette {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 52% at 50% 56%, rgba(0,0,0,0.52) 0%, transparent 100%),
    linear-gradient(to bottom, rgba(0,0,0,0.72) 0%, transparent 28%),
    linear-gradient(to top,    rgba(0,0,0,0.72) 0%, transparent 28%);
}
.hero-body {
  position: relative; z-index: 2; text-align: center;
  display: flex; flex-direction: column; align-items: center;
  gap: 12px; padding: 0 var(--gut); pointer-events: none;
}
.hero-wordmark { display: block; text-align: center; }
.hwm {
  display: block;
  font-size: clamp(50px, 17vw, 300px);
  font-weight: 700;
  letter-spacing: normal; line-height: normal;
  color: #fff; opacity: 0.8; text-align: center;
}
.hero-sub {
  max-width: 560px;
  font-size: var(--fs-hero-sub);
  font-weight: 400;
  color: rgba(242,239,233,0.75);
  line-height: normal; text-align: center; letter-spacing: normal;
}
.hero-sub sup { font-size: 0.7em; vertical-align: super; }
.hwm-r { display: inline-block; }
.hero-desc { font-size: var(--fs-body); color: rgba(242,239,233,0.78); line-height: 1.6; letter-spacing: normal; }

.hero-scroll {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%); z-index: 2;
}
.scroll-ring {
  width: 22px; height: 38px; border-radius: 11px;
  border: 1px solid rgba(242,239,233,0.28);
  position: relative; overflow: hidden;
}
.scroll-ball {
  position: absolute; top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 4px; height: 7px; border-radius: 2px;
  background: rgba(242,239,233,0.55);
  animation: ball 2.2s ease-in-out infinite;
}
@keyframes ball { 0%,100% { top: 6px; } 55% { top: 23px; } }
@media (prefers-reduced-motion: reduce) { .scroll-ball { animation: none; } }


/* ===========================
   HOME — TICKER
   =========================== */
.ticker { overflow: hidden; padding: 44px 0; }
.ticker-track { display: flex; gap: 0; width: max-content; align-items: center; }
.ticker-track.running { animation: mLeft 44s linear infinite; }
.tool-item { display: flex; align-items: center; padding: 0 60px; flex-shrink: 0; }
.tool-logo { height: 26px; width: auto; filter: invert(1); opacity: 0.5; flex-shrink: 0; }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }


/* ===========================
   HOME — STATEMENT
   =========================== */
.statement { position: relative; padding: clamp(60px, 10vw, 140px) var(--gut); overflow: hidden; }
#particles-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.statement-text {
  font-size: var(--fs-h2);
  font-weight: 400; line-height: normal; letter-spacing: normal;
  max-width: 860px; margin: 0 auto; text-align: left;
}
.statement-text .c { display: inline; color: rgba(255,255,255,0.22); }


/* ===========================
   HOME — SECTION SHELL
   =========================== */
.sec { padding: clamp(56px, 9vw, 120px) var(--gut); }
.sec-head { margin-bottom: clamp(32px, 5vw, 56px); }
.sec-head-row {
  display: flex; align-items: flex-end; justify-content: space-between;
  padding-bottom: 20px; margin-bottom: 16px;
}
.sec-title { font-size: var(--fs-h1); font-weight: 700; letter-spacing: normal; line-height: normal; }
.sec-sub { font-size: var(--fs-body); color: var(--dim); line-height: 1.6; max-width: 420px; }
.sec-link {
  font-size: var(--fs-small); white-space: nowrap; flex-shrink: 0;
  border-bottom: 1px solid var(--rule); padding-bottom: 1px;
  display: flex; align-items: center; gap: 6px;
  transition: border-color var(--t-fast), color var(--t-fast), gap var(--t-fast);
}
.sec-link:hover { border-color: var(--paper); color: var(--paper); gap: 10px; }


/* ===========================
   HOME — SERVICES ACCORDION
   =========================== */
.srv-list { display: flex; flex-direction: column; gap: 16px; }
.srv-item {
  border: 1px solid var(--rule); border-radius: 16px; overflow: hidden;
  transition: background var(--t-fast) ease, border-color var(--t-fast) ease;
}
.srv-item:hover:not(.open) { background: var(--card); }
.srv-item.open { background: var(--card); border-color: var(--rule); transition: background var(--t-fast) ease, border-color var(--t-fast) ease; }
.srv-item-head {
  display: grid; grid-template-columns: clamp(56px,8vw,120px) 1fr auto;
  align-items: center; gap: clamp(16px,3vw,48px);
  padding: clamp(20px,2.8vw,32px) clamp(20px,2.8vw,36px);
  cursor: pointer; user-select: none;
}
.srv-num  { font-size: var(--fs-label); letter-spacing: normal; font-variant-numeric: tabular-nums; transition: color var(--t-mid) ease 0.25s; }
.srv-name { font-size: var(--fs-h3); font-weight: 600; letter-spacing: normal; line-height: normal; transition: color var(--t-mid) ease 0.25s; }
.srv-item.open .srv-num,
.srv-item.open .srv-name { transition: color var(--t-mid) ease 0s; }
.srv-chevron {
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: border-color var(--t-mid) ease 0.25s, color var(--t-mid) ease 0.25s;
}
.srv-item.open .srv-chevron { transition: border-color var(--t-mid) ease 0s, color var(--t-mid) ease 0s; }
.srv-chevron svg { transition: transform var(--t-mid) var(--ease-ui); }
.srv-item.open .srv-chevron svg { transform: rotate(180deg); }
.srv-item-body { max-height: 0; overflow: hidden; transition: max-height var(--t-mid) var(--ease-ui); }
.srv-item-body-inner {
  padding: 0 clamp(20px,2.8vw,36px) clamp(20px,2.8vw,32px);
  padding-left: calc(clamp(56px,8vw,120px) + clamp(16px,3vw,48px) + clamp(20px,2.8vw,36px));
}
.srv-desc-acc { font-size: var(--fs-body); line-height: 1.6; padding-bottom: 16px; max-width: 560px; color: rgba(242,239,233,0.6); }
.srv-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.srv-tag  { font-size: var(--fs-small); border-radius: 999px; padding: 5px 14px; letter-spacing: normal; color: rgba(242,239,233,0.5); border: 1px solid rgba(242,239,233,0.18); }
.srv-cta {
  margin-top: clamp(12px,1.5vw,20px); border-radius: 16px; background: #25D366;
  color: #fff; display: flex; align-items: center; justify-content: space-between;
  padding: clamp(14px,1.8vw,22px) clamp(20px,2.8vw,36px); gap: 20px;
}
.srv-cta-text { font-size: var(--fs-quote); font-weight: 700; letter-spacing: normal; line-height: normal; color: #fff; }
.srv-cta-btn {
  flex-shrink: 0; background: #fff; color: #0A0A09; border-radius: 999px;
  padding: clamp(12px,1.4vw,16px) clamp(20px,2.2vw,28px);
  font-size: var(--fs-body); font-weight: 600;
  display: flex; align-items: center; text-decoration: none; white-space: nowrap;
  transition: transform 0.12s ease-out, opacity 0.18s ease-out;
}
.srv-cta-btn:hover { opacity: 0.88; }
.srv-cta-arrow { animation: arrowPing 1.2s ease-in-out infinite; }
@keyframes arrowPing { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(6px); } }
@media (max-width: 600px) { .srv-item-body-inner { padding-left: clamp(20px,2.8vw,36px); } .srv-cta { flex-wrap: wrap; } }

.srv-category-head { padding: clamp(40px,6vw,72px) 0 clamp(32px,5vw,56px); }
.srv-category-title { font-size: var(--fs-h1); font-weight: 700; color: var(--paper); letter-spacing: normal; line-height: normal; }
.srv-category-sub { font-size: var(--fs-body); color: var(--dim); line-height: 1.6; max-width: 420px; margin-top: 36px; }

#services .srv-item .srv-name       { color: var(--paper); }
#services .srv-item .srv-num        { color: var(--dim); }
#services .srv-item .srv-chevron    { border: 1px solid var(--rule); color: var(--paper); }
#services .srv-item.open .srv-name    { color: var(--paper); }
#services .srv-item.open .srv-num     { color: var(--dim); }
#services .srv-item.open .srv-chevron { border-color: rgba(242,239,233,0.2); color: var(--paper); }
#services .srv-cta     { background: #25D366; }
#services .srv-cta-btn { background: #fff; color: #0A0A09; }


/* ===========================
   HOME — SCROLL REVEAL
   =========================== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s cubic-bezier(0.1, 0, 0.1, 1),
              transform 1s cubic-bezier(0.1, 0, 0.1, 1);
}
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { transition: none; } }
@media (max-width: 768px) { .price-panel .reveal { transition: none; opacity: 1; transform: none; } }


/* ===========================
   HOME — TESTIMONIALS (scrolling columns)
   =========================== */
.testi { padding: clamp(56px,9vw,120px) var(--gut); overflow: hidden; }
.testi-head { max-width: 520px; margin: 0 auto clamp(40px,6vw,72px); text-align: center; }
.testi-label {
  display: inline-block; font-size: var(--fs-label); letter-spacing: normal;
  text-transform: uppercase; color: var(--dim);
  border: 1px solid rgba(242,239,233,0.15); border-radius: 999px;
  padding: 4px 14px; margin-bottom: clamp(16px,2vw,24px);
}
.testi-title { font-size: var(--fs-h2); font-weight: 700; letter-spacing: normal; line-height: normal; margin-bottom: 16px; }
.testi-sub   { font-size: var(--fs-body); color: var(--dim); line-height: 1.6; }
.testi-cols  {
  display: flex; gap: clamp(12px,1.5vw,20px); justify-content: center;
  max-height: 720px; overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 12%, black 88%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 88%, transparent);
  pointer-events: none;
}
.testi-col   { display: flex; flex-direction: column; gap: clamp(12px,1.5vw,20px); flex-shrink: 0; width: clamp(260px,28vw,340px); }
.testi-col:nth-child(2) { display: none; }
.testi-col:nth-child(3) { display: none; }
@media (min-width: 768px)  { .testi-col:nth-child(2) { display: flex; } }
@media (min-width: 1080px) { .testi-col:nth-child(3) { display: flex; } }
.testi-track { display: flex; flex-direction: column; gap: 0; will-change: transform; }
.testi-card  {
  background: var(--card); border-radius: 16px;
  padding: clamp(20px,2.5vw,32px); flex-shrink: 0;
  margin-bottom: clamp(12px,1.5vw,20px);
  border: 1px solid transparent; transition: border-color var(--t-mid);
}
.testi-card:hover { border-color: var(--rule); }
.testi-text   { font-size: var(--fs-small); color: var(--dim); line-height: 1.6; margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-img    { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.testi-name   { font-size: var(--fs-body); font-weight: 600; letter-spacing: normal; line-height: normal; }
.testi-role   { font-size: var(--fs-small); color: var(--dim); margin-top: 2px; }


/* ===========================
   HOME — STATS
   =========================== */
.sec-stats { padding: clamp(48px,6vw,80px) 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; width: 100%; }
.stat-cell { background: var(--ink); padding: clamp(32px,4vw,56px) clamp(20px,3vw,40px); text-align: center; opacity: 0; }
.stat-num { font-size: var(--fs-h1); font-weight: 700; letter-spacing: normal; line-height: normal; margin-bottom: 10px; font-variant-numeric: tabular-nums; }
.stat-label { font-size: var(--fs-small); color: var(--dim); line-height: 1.6; }
@keyframes statPop {
  0%   { opacity: 0; transform: scale(0.72) translateY(14px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
.stat-cell.popped { animation: statPop 0.9s cubic-bezier(0.34, 1.45, 0.64, 1) forwards; }
@media (prefers-reduced-motion: reduce) { .stat-cell.popped { animation: none; opacity: 1; } }
@media (max-width: 700px) { .stats-grid { grid-template-columns: repeat(2,1fr); } }


/* ===========================
   HOME — PRICING
   =========================== */
.price-card {
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 20px;
  padding: clamp(28px,4vw,44px) clamp(24px,3vw,36px);
  display: flex; flex-direction: column; gap: 20px;
  position: relative;
  transition: transform var(--t-mid) var(--ease-spring), box-shadow var(--t-mid) ease;
}
.price-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.4); }
.price-card.hi:hover { box-shadow: 0 0 0 1px #25D366, 0 20px 50px rgba(0,0,0,0.4); }
.price-card.hi { border-color: #25D366; box-shadow: 0 0 0 1px #25D366; }
.price-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: #25D366; color: #fff;
  font-size: var(--fs-label); font-weight: 700; letter-spacing: normal;
  padding: 5px 18px; border-radius: 999px; white-space: nowrap;
}
.price-tag    { font-size: var(--fs-label); letter-spacing: normal; color: var(--dim); }
.price-amount { font-size: var(--fs-h1); font-weight: 700; letter-spacing: normal; line-height: normal; font-variant-numeric: tabular-nums; }
.price-amount sup { font-size: 0.38em; font-weight: 400; vertical-align: super; opacity: 0.65; }
.price-amount sub { font-size: 0.28em; font-weight: 400; opacity: 0.5; margin-left: 2px; }
.price-desc     { font-size: var(--fs-body); color: var(--dim); line-height: 1.6; }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.price-feat     { font-size: var(--fs-small); color: var(--dim); display: flex; align-items: center; gap: 10px; }
.price-feat::before { content: '✓'; color: var(--gold); font-weight: 700; font-size: 11px; flex-shrink: 0; }
.price-btn {
  display: block; width: 100%; padding: 13px 20px; border-radius: 10px;
  border: 1px solid var(--rule); background: transparent; color: var(--paper);
  font-family: var(--font); font-size: var(--fs-small); letter-spacing: normal;
  cursor: pointer; text-align: center;
  transition: background var(--t-fast), border-color var(--t-fast), color var(--t-fast), transform 0.12s ease-out;
}
.price-btn:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.price-card.hi .price-btn { background: #25D366; color: #fff; border-color: #25D366; }
.price-card.hi .price-btn:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.price-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.price-footer-note {
  text-align: center; color: var(--dim); font-size: var(--fs-body);
  line-height: normal; max-width: 620px;
  margin: clamp(40px,6vw,64px) auto 0;
  padding: clamp(24px,3vw,36px) clamp(24px,4vw,48px);
  border: 1px solid var(--rule); border-radius: 12px;
}
.price-footer-note strong { color: var(--paper); font-weight: 600; }

.price-tab-wrap { margin-bottom: clamp(28px,4vw,44px); text-align: center; }
.price-tab-list {
  display: inline-flex;
  background: var(--card); border: 1px solid var(--rule);
  border-radius: 999px; padding: 4px; gap: 2px;
  max-width: 100%; overflow-x: auto;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.price-tab-list::-webkit-scrollbar { display: none; }
.price-tab {
  background: none; border: none; color: var(--dim);
  font-family: var(--font); font-size: var(--fs-small); font-weight: 600;
  letter-spacing: normal; padding: 9px 22px; border-radius: 999px;
  cursor: pointer; transition: background 0.28s cubic-bezier(0.4,0,0.2,1), color 0.28s cubic-bezier(0.4,0,0.2,1), transform 0.12s ease-out;
  white-space: nowrap; flex-shrink: 0;
}
.price-tab:hover:not(.is-active) { color: var(--paper); }
.price-tab.is-active { background: var(--paper); color: var(--ink); }

.price-panels {
  display: grid;
  padding-top: 20px;
}
.price-panel {
  grid-area: 1 / 1;
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: clamp(14px,2vw,24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s cubic-bezier(0.22,1,0.36,1);
}
.price-panel.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 860px) { .price-panel { grid-template-columns: 1fr; } }
@media (max-width: 768px)  { .price-panel { transition: none; } }


/* ===========================
   HOME — ÜBER UNS TEXT
   =========================== */
.about-text-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 80px); margin-top: clamp(28px, 4vw, 48px);
}
.about-text-col p { font-size: var(--fs-body); color: var(--dim); line-height: 1.6; margin-bottom: 24px; }
.about-text-col p:last-child { margin-bottom: 0; }
@media (max-width: 768px) { .about-text-grid { grid-template-columns: 1fr; } }


/* ===========================
   HOME — STACKED TESTIMONIAL CARDS (Team)
   =========================== */
.tstack-section { background: var(--ink); }
.tstack-pin { box-sizing: border-box; padding: 32px; }
.tstack-dots {
  display: flex; gap: 8px;
  position: absolute; bottom: clamp(28px,4vw,48px); left: 50%;
  transform: translateX(-50%); z-index: 2;
}
.tstack-dot  { width: 8px; height: 8px; border-radius: 50%; background: rgba(242,239,233,0.3); transition: background var(--t-mid), transform var(--t-mid); }
.tstack-dot.is-active { background: var(--paper); transform: scale(1.4); }
.tstack-right { position: relative; border-radius: 24px; overflow: hidden; height: 100%; }
.tstack-card {
  position: absolute; inset: 0; border-radius: 24px;
  transform: translateY(105%); will-change: transform; overflow: hidden;
}
.tstack-section { touch-action: pan-y; }
.tstack-photo { pointer-events: none; user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; }
.tstack-card.is-active { transform: translateY(0); }
.tstack-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.tstack-card-inner {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(28px,4vw,48px);
  background: rgba(0,0,0,0.52);
}
.tstack-role-badge { font-size: 11px; letter-spacing: normal; text-transform: uppercase; color: rgba(242,239,233,0.55); margin-bottom: 6px; }
.tstack-name  { font-size: var(--fs-tstack); font-weight: 700; letter-spacing: normal; color: var(--paper); line-height: normal; margin-bottom: 10px; }
.tstack-bio   { font-size: var(--fs-small); color: rgba(242,239,233,0.68); line-height: 1.6; margin-bottom: 16px; max-width: 500px; }
.tstack-skills { display: flex; flex-wrap: wrap; gap: 6px; }
.tstack-skill  { font-size: 11px; padding: 3px 10px; border-radius: 100px; border: 1px solid rgba(242,239,233,0.2); color: rgba(242,239,233,0.55); }
@media (max-width: 768px) { .tstack-pin { padding: 16px; } }


/* ===========================
   HOME — FAQ (2-Spalten)
   =========================== */
.faq-layout { display: grid; grid-template-columns: 2fr 3fr; gap: clamp(48px,8vw,120px); align-items: start; }
.faq-head-col { position: sticky; top: 80px; }
.faq-big-title { font-size: var(--fs-display); font-weight: 700; line-height: normal; letter-spacing: normal; }
.faq-big-suffix { color: var(--dim); }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item:first-child { border-top: 1px solid var(--rule); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; width: 100%; padding: clamp(16px,2vw,22px) 0;
  background: none; border: none; color: var(--paper); font-family: var(--font);
  font-size: var(--fs-body); font-weight: 400; text-align: left; cursor: pointer;
}
.faq-q:hover .faq-icon { color: var(--paper); }
.faq-q:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.faq-icon { display: flex; align-items: center; color: var(--dim); flex-shrink: 0; transition: transform var(--t-mid) var(--ease-ui), color var(--t-fast); }
.faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height var(--t-mid) ease; }
.faq-a-inner { padding-bottom: 20px; font-size: var(--fs-body); color: var(--dim); line-height: 1.6; }
@media (max-width: 768px) { .faq-layout { grid-template-columns: 1fr; } .faq-head-col { position: static; } }


/* ===========================
   HOME — BLOG CARDS
   =========================== */
.blog-sec { padding: clamp(80px,10vw,140px) var(--gut); background: var(--ink); }
.blog-head { display: flex; flex-direction: column; gap: 0; margin-bottom: clamp(40px,5vw,64px); }
.blog-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 20px; margin-bottom: 16px; }
.blog-sec-title { font-size: var(--fs-h1); font-weight: 700; letter-spacing: normal; line-height: normal; }
.blog-sec-sub { font-size: var(--fs-body); color: var(--dim); max-width: 42ch; }
.blog-all-link {
  font-size: var(--fs-small); color: var(--dim); text-decoration: none;
  letter-spacing: normal; font-weight: 600; white-space: nowrap;
  border-bottom: 1px solid var(--rule); padding-bottom: 2px;
  transition: color var(--t-fast), border-color var(--t-fast);
}
.blog-all-link:hover { color: var(--paper); border-color: var(--paper); }
.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px,2vw,24px); }
@media (max-width: 700px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card {
  position: relative; border-radius: 20px; overflow: hidden;
  aspect-ratio: 3 / 4; cursor: pointer; text-decoration: none; display: block;
  transition: box-shadow var(--t-mid) ease;
}
.blog-card:hover { box-shadow: 0 24px 60px rgba(0,0,0,0.5); }
.blog-card-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--t-slow) var(--ease-spring);
}
.blog-card:hover .blog-card-img { transform: scale(1.04); }
.blog-card-placeholder {
  position: absolute; inset: 0;
  transition: transform var(--t-slow) var(--ease-spring);
}
.blog-card:hover .blog-card-placeholder { transform: scale(1.04); }
.blog-glass {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: clamp(18px,2.5vw,28px) clamp(20px,2.5vw,28px);
  background: rgba(8, 8, 8, 0.42);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-top: 1px solid rgba(255,255,255,0.09);
  display: flex; flex-direction: column; gap: 8px;
}
.blog-tag { font-size: var(--fs-label); letter-spacing: normal; font-weight: 600; color: var(--gold); text-transform: uppercase; }
.blog-card-title { font-size: var(--fs-h3); font-weight: 700; line-height: normal; letter-spacing: normal; color: var(--paper); text-wrap: balance; }
.blog-card-meta  { font-size: var(--fs-small); color: rgba(255,255,255,0.45); font-weight: 400; }


/* ===========================
   HOME — CTA / IRIS CLOSE
   =========================== */
.iris-wrap       { position: relative; background: #000; touch-action: pan-y; }
.iris-pin        { box-sizing: border-box; width: 100%; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; touch-action: pan-y; }
.iris-blade-clip { position: absolute; inset: 0; overflow: clip; pointer-events: none; z-index: 5; }
.iris-top,
.iris-bot        { position: absolute; left: 0; background: #000; visibility: hidden; will-change: transform; }
.iris-top        { border-radius: 0 0 50% 50% / 0 0 100% 100%; }
.iris-bot        { border-radius: 50% 50% 0 0  / 100% 100% 0 0; }
.cta-slogan {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: min(80vw, 860px); text-align: center;
  font-size: clamp(28px, 5vw, 72px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.1;
  color: #000; z-index: 10; pointer-events: none; text-wrap: balance;
}
.cta-inner { position: relative; z-index: 20; text-align: center; padding: var(--gut); pointer-events: auto; }
.iris-is-dark .cta-slogan         { opacity: 0; }
.iris-pin:not(.iris-is-dark) .cta-inner { opacity: 0; }
.iris-is-dark #aiLogoBg           { opacity: 0; }
@keyframes logoFloat { from { transform: translateY(0); } to { transform: translateY(calc(100vh + 80px)); } }
.cta-h   { font-size: var(--fs-display); font-weight: 700; letter-spacing: normal; line-height: normal; margin-bottom: 16px; text-wrap: balance; color: #fff; }
.cta-sub { font-size: var(--fs-body); color: rgba(255,255,255,0.7); margin-bottom: 48px; }
.cta-h--mobile    { display: none; }
.cta-sub--mobile  { display: none; }
@media (max-width: 768px) {
  .cta-h--desktop   { display: none; }
  .cta-h--mobile    { display: block; }
  .cta-sub--desktop { display: none; }
}
.cta-link {
  display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px;
  background: transparent; color: #fff; font-family: var(--font);
  font-size: var(--fs-small); font-weight: 600;
  border: 1px solid #fff;
  transition: background var(--t-fast), border-color var(--t-fast), transform 0.12s ease-out;
  text-decoration: none;
}
.cta-link:hover        { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.72); }
.cta-link:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
@media (max-width: 768px) {
  .cta-h   { font-size: clamp(48px, 13vw, 80px); margin-bottom: 20px; }
  .cta-sub { margin-bottom: 24px; }
}


/* ===========================
   HOME — FOOTER
   =========================== */
footer { padding: clamp(48px,6vw,80px) var(--gut) 0; }
.foot-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: clamp(24px,4vw,56px); padding-bottom: clamp(40px,5vw,64px); }
.foot-col-label { font-size: var(--fs-label); letter-spacing: normal; color: var(--paper); margin-bottom: 16px; }
.foot-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.foot-links a { font-size: var(--fs-small); color: var(--dim); transition: color var(--t-fast); text-decoration: none; }
.foot-links a:hover { color: var(--paper); }
.foot-social-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.foot-social-links a { font-size: var(--fs-small); color: var(--dim); transition: color var(--t-fast); text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.foot-social-links a:hover { color: var(--paper); }
.foot-social-icon { width: 14px; height: 14px; flex-shrink: 0; opacity: 0.45; transition: opacity var(--t-fast); }
.foot-social-links a:hover .foot-social-icon { opacity: 0.9; }
.foot-wordmark-wrap {
  margin-top: clamp(32px,4vw,56px);
  position: relative; line-height: 0; overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 30%, rgba(0,0,0,0.92) 42%, rgba(0,0,0,0.78) 52%, rgba(0,0,0,0.58) 62%, rgba(0,0,0,0.35) 72%, rgba(0,0,0,0.14) 83%, rgba(0,0,0,0.03) 93%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 30%, rgba(0,0,0,0.92) 42%, rgba(0,0,0,0.78) 52%, rgba(0,0,0,0.58) 62%, rgba(0,0,0,0.35) 72%, rgba(0,0,0,0.14) 83%, rgba(0,0,0,0.03) 93%, transparent 100%);
}
.foot-wordmark { display: inline-block; font-weight: 700; letter-spacing: normal; line-height: normal; white-space: nowrap; color: var(--paper); }
.foot-bottom {
  padding: clamp(16px,2vw,24px) 0 clamp(20px,3vw,36px);
  display: flex; align-items: center; justify-content: space-between;
  font-size: var(--fs-label); color: var(--dim); letter-spacing: normal;
}
@media (max-width: 768px) { .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .foot-top { grid-template-columns: 1fr; gap: 28px; } .foot-bottom { flex-direction: column; gap: 6px; text-align: center; } }


/* ===========================
   HOME — SCROLL PROGRESS BAR
   =========================== */
.scroll-progress {
  position: fixed; top: 0; left: 0; width: 100%; height: 2px;
  background: #25D366; transform-origin: left; transform: scaleX(0);
  z-index: 200; pointer-events: none;
}


/* ===========================
   HOME — BUTTON PRESS FEEDBACK
   =========================== */
.cta-link:active         { transform: scale(0.97); }
.srv-cta-btn:active      { transform: scale(0.97); }
.price-btn:active        { transform: scale(0.97); }
.price-tab:active:not(.is-active) { transform: scale(0.96); }
.burger:active           { opacity: 0.65; }


/* ===========================
   HOME — MOBILE
   =========================== */
@media (max-width: 768px) {
  .hero-scroll { display: none; }
  .statement { min-height: unset; display: flex; align-items: center; padding: 48px var(--gut); }
  .statement-text { font-size: clamp(44px, 12vw, 80px); font-weight: 700; line-height: normal; letter-spacing: normal; max-width: 100%; text-align: left; }
  .testi-col:nth-child(2) { display: flex; }
  .testi-col { width: clamp(140px, 44vw, 240px); }
  .tstack-card-inner { justify-content: flex-end; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.55) 45%, transparent 100%); }
}


/* ===========================
   SERVICE PAGES
   =========================== */
.sp-hero {
  padding: clamp(140px,15vw,200px) var(--gut) clamp(80px,10vw,120px);
  position: relative; border-bottom: 1px solid var(--rule);
}
@media (max-width: 768px) {
  .sp-hero { padding-top: 52px; }
}
.sp-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% -10%, rgba(200,184,144,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.sp-eyebrow {
  font-size: var(--fs-small); letter-spacing: 0.14em; font-weight: 600;
  color: var(--gold); text-transform: uppercase; margin-bottom: 20px;
}
.sp-h1 { font-size: var(--fs-h1); font-weight: 700; letter-spacing: -0.025em; line-height: 1.05; margin-bottom: 24px; max-width: 860px; }
.sp-hero-desc { font-size: clamp(16px, 1.8vw, 20px); color: var(--dim); line-height: 1.65; max-width: 580px; margin-bottom: 40px; }
.sp-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.sp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--paper); color: var(--ink);
  padding: 14px 28px; border-radius: 10px;
  font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.03em;
  transition: opacity var(--t-fast);
}
.sp-btn:hover { opacity: 0.85; }
.sp-btn:active { transform: scale(0.97); }
.sp-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(242,239,233,0.2); color: var(--dim);
  padding: 14px 24px; border-radius: 10px; font-size: var(--fs-small);
  transition: border-color var(--t-fast), color var(--t-fast);
}
.sp-btn-ghost:hover { border-color: rgba(242,239,233,0.4); color: var(--paper); }

.sp-section { padding: clamp(60px, 9vw, 120px) var(--gut); }
.sp-section.dark { background: var(--card); }
.sp-h2 { font-size: var(--fs-h2); font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 12px; }
.sp-h2-sub { font-size: var(--fs-body); color: var(--dim); line-height: 1.6; max-width: 560px; margin-bottom: clamp(36px, 5vw, 56px); }
.sp-h3 { font-size: var(--fs-h3); font-weight: 700; letter-spacing: -0.01em; margin-bottom: 8px; }

.sp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.5vw, 20px); margin-top: clamp(36px, 5vw, 56px); }
@media (max-width: 860px) { .sp-features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .sp-features { grid-template-columns: 1fr; } }
.sp-feat-card {
  background: var(--card); border: 1px solid var(--rule); border-radius: 16px;
  padding: clamp(20px, 2.5vw, 32px); transition: border-color var(--t-fast);
}
.sp-feat-card:hover { border-color: rgba(242,239,233,0.22); }
.sp-feat-num   { font-size: 11px; color: var(--gold); font-weight: 600; letter-spacing: 0.1em; margin-bottom: 14px; }
.sp-feat-title { font-size: var(--fs-h3); font-weight: 700; margin-bottom: 10px; }
.sp-feat-text  { font-size: var(--fs-small); color: var(--dim); line-height: 1.6; }

.sp-included { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(10px, 1.2vw, 16px); margin-top: clamp(36px, 5vw, 56px); }
@media (max-width: 560px) { .sp-included { grid-template-columns: 1fr; } }
.sp-inc-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: clamp(16px, 2vw, 22px); border: 1px solid var(--rule); border-radius: 12px;
  transition: border-color var(--t-fast);
}
.sp-inc-item:hover { border-color: rgba(242,239,233,0.2); }
.sp-inc-check {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(37,211,102,0.1); border: 1px solid rgba(37,211,102,0.28);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: #25D366; margin-top: 1px;
}
.sp-inc-text { font-size: var(--fs-small); color: var(--dim); line-height: 1.55; }
.sp-inc-text strong { color: var(--paper); display: block; margin-bottom: 3px; font-size: var(--fs-body); }

.sp-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.5vw, 20px); margin-top: clamp(36px, 5vw, 56px); }
@media (max-width: 640px) { .sp-process { grid-template-columns: 1fr; } }
.sp-step { background: var(--paper); color: var(--ink); border-radius: 14px; padding: clamp(20px, 2.5vw, 30px); }
.sp-step-num   { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; color: rgba(10,10,9,0.38); margin-bottom: 14px; }
.sp-step-title { font-size: var(--fs-h3); font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.sp-step-text  { font-size: var(--fs-small); color: rgba(10,10,9,0.65); line-height: 1.6; }
.sp-step-free  { margin-top: 12px; font-size: var(--fs-small); font-weight: 700; color: #25D366; }

.sp-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.5vw, 18px); margin-top: clamp(36px, 5vw, 56px); }
@media (max-width: 860px) { .sp-related { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .sp-related { grid-template-columns: 1fr; } }
.sp-rel-card {
  border: 1px solid var(--rule); border-radius: 14px;
  padding: clamp(16px, 2vw, 24px);
  display: flex; flex-direction: column; gap: 8px;
  transition: border-color var(--t-fast), background var(--t-fast);
}
.sp-rel-card:hover { border-color: rgba(242,239,233,0.25); background: rgba(255,255,255,0.03); }
.sp-rel-num   { font-size: 11px; color: var(--gold); font-weight: 600; letter-spacing: 0.1em; }
.sp-rel-title { font-size: clamp(15px, 1.5vw, 18px); font-weight: 700; line-height: 1.25; }
.sp-rel-desc  { font-size: var(--fs-small); color: var(--dim); line-height: 1.5; flex: 1; }
.sp-rel-arrow { font-size: var(--fs-small); color: var(--dim); transition: color var(--t-fast); }
.sp-rel-card:hover .sp-rel-arrow { color: var(--paper); }

.sp-faq { display: flex; flex-direction: column; margin-top: clamp(36px, 5vw, 56px); }
.sp-faq-item { border-bottom: 1px solid var(--rule); }
.sp-faq-item:first-child { border-top: 1px solid var(--rule); }
.sp-faq-q {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; width: 100%; padding: clamp(14px, 1.8vw, 20px) 0;
  background: none; border: none; color: var(--paper); font-family: var(--font);
  font-size: var(--fs-body); text-align: left; cursor: pointer; font-weight: 400;
}
.sp-faq-icon { flex-shrink: 0; color: var(--dim); transition: transform var(--t-mid); }
.sp-faq-item.open .sp-faq-icon { transform: rotate(180deg); }
.sp-faq-a { overflow: hidden; max-height: 0; transition: max-height 0.35s ease; }
.sp-faq-a-inner { padding-bottom: 20px; font-size: var(--fs-body); color: var(--dim); line-height: 1.65; }
.sp-faq-a-inner a { color: var(--gold); border-bottom: 1px solid rgba(200,184,144,0.3); transition: border-color var(--t-fast); }
.sp-faq-a-inner a:hover { border-color: var(--gold); }

.sp-cta-block { background: #111110; border-top: 1px solid var(--rule); padding: clamp(64px, 10vw, 128px) var(--gut); text-align: center; }
.sp-cta-h2  { font-size: clamp(28px, 4.5vw, 60px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 16px; }
.sp-cta-sub { font-size: var(--fs-body); color: var(--dim); margin-bottom: 40px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.6; }

.sp-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: var(--fs-small); color: var(--dim); margin-bottom: 32px; flex-wrap: wrap; }
.sp-breadcrumb a { transition: color var(--t-fast); }
.sp-breadcrumb a:hover { color: var(--paper); }
.sp-breadcrumb-sep { opacity: 0.35; }

.sp-highlight {
  border-left: 3px solid var(--gold); padding: 20px 24px;
  background: rgba(200,184,144,0.05); border-radius: 0 10px 10px 0;
  margin: clamp(32px, 4vw, 48px) 0;
  font-size: var(--fs-h3); font-weight: 500; line-height: 1.5; color: var(--paper);
}


/* ===========================
   BLOG ARTICLES
   =========================== */
.article-wrap { max-width: 720px; margin: 0 auto; padding: clamp(48px,8vw,96px) var(--gut) clamp(80px,12vw,140px); }
.article-tag {
  font-size: var(--fs-small); letter-spacing: 0.12em; font-weight: 600;
  color: var(--gold); text-transform: uppercase; margin-bottom: 20px;
}
.article-title { font-size: var(--fs-h1); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; margin: 0 0 24px; }
.article-meta { font-size: var(--fs-small); color: var(--dim); border-bottom: 1px solid var(--rule); padding-bottom: 32px; margin-bottom: 40px; }
.article-body h2 { font-size: var(--fs-h2); font-weight: 700; letter-spacing: -0.025em; line-height: 1.2; margin: 52px 0 16px; color: var(--paper); }
.article-body p { color: var(--dim); margin: 0 0 22px; font-size: var(--fs-body); }
.article-body ul { color: var(--dim); padding-left: 20px; margin: 0 0 22px; }
.article-body li { margin-bottom: 10px; }
.article-body strong { color: var(--paper); font-weight: 600; }
.article-body a.ext-link,
.article-body a:not(.article-cta-btn) { color: var(--gold); border-bottom: 1px solid rgba(201,168,76,0.3); transition: border-color 0.2s; }
.article-body a.ext-link:hover,
.article-body a:not(.article-cta-btn):hover { border-color: var(--gold); }
.article-callout {
  border-left: 3px solid var(--gold); padding: 20px 24px;
  background: rgba(201,168,76,0.06); border-radius: 0 10px 10px 0; margin: 32px 0;
  color: var(--paper); font-size: var(--fs-h3); font-weight: 500; line-height: 1.45;
}

.tool-card { border: 1px solid var(--rule); border-radius: 16px; padding: clamp(24px,3vw,36px); margin: 32px 0; position: relative; }
.tool-number  { font-size: var(--fs-small); letter-spacing: 0.12em; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
.tool-name    { font-size: var(--fs-h3); font-weight: 700; letter-spacing: -0.02em; color: var(--paper); margin-bottom: 10px; }
.tool-desc    { font-size: var(--fs-body); color: var(--dim); line-height: 1.65; margin-bottom: 16px; }
.tool-usecase { font-size: var(--fs-small); color: rgba(242,239,233,0.38); font-weight: 500; letter-spacing: 0.04em; }
.tool-usecase strong { color: var(--dim); }
.tool-link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 16px;
  font-size: var(--fs-small); color: var(--gold);
  border: 1px solid rgba(201,168,76,0.25); border-radius: 8px; padding: 8px 16px;
  transition: border-color 0.2s, background 0.2s;
}
.tool-link:hover { border-color: var(--gold); background: rgba(201,168,76,0.07); }

.article-cta {
  margin-top: 64px; padding: clamp(32px,5vw,52px) clamp(28px,4vw,48px);
  background: var(--paper); color: var(--ink); border-radius: 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.article-cta-text { font-size: var(--fs-h3); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.article-cta-sub  { font-size: var(--fs-small); color: rgba(10,10,9,0.55); margin-top: 4px; }
.article-cta-btn {
  background: var(--ink); color: var(--paper); padding: 14px 28px;
  border-radius: 10px; font-size: var(--fs-small); font-weight: 500;
  letter-spacing: 0.05em; white-space: nowrap; transition: opacity 0.2s;
}
.article-cta-btn:hover { opacity: 0.8; }


/* ===========================
   LEGAL & CONTACT — SHARED LAYOUT
   =========================== */
.page-wrap { margin: 0 auto; padding: clamp(120px,14vw,160px) var(--gut) clamp(80px,10vw,120px); }
body.page-legal   .page-wrap { max-width: 680px; }
body.page-contact .page-wrap { max-width: 800px; }

.page-tag { font-size: var(--fs-small); letter-spacing: 0.12em; font-weight: 600; text-transform: uppercase; margin-bottom: 20px; }
body.page-legal   .page-tag { color: var(--dim); }
body.page-contact .page-tag { color: var(--green); }

.page-title { font-size: var(--fs-h1); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; }
body.page-legal   .page-title { margin: 0 0 48px; }
body.page-contact .page-title { margin: 0 0 16px; }

.page-date { font-size: var(--fs-small); color: var(--dim); margin: 0 0 48px; }
.page-sub  { font-size: var(--fs-body); color: var(--dim); margin: 0 0 56px; max-width: 500px; }


/* ===========================
   IMPRESSUM
   =========================== */
.imp-section { margin: 0 0 40px; }
.imp-section h2 { font-size: var(--fs-h2); font-weight: 700; letter-spacing: -0.02em; margin: 0 0 16px; color: var(--paper); }
.imp-section p  { color: var(--dim); margin: 0 0 8px; }
.imp-section a  { color: var(--paper); border-bottom: 1px solid var(--rule); transition: border-color 0.18s; }
.imp-section a:hover { border-color: var(--paper); }
.imp-divider { border: none; border-top: 1px solid var(--rule); margin: 40px 0; }


/* ===========================
   DATENSCHUTZ
   =========================== */
.ds-section { margin: 0 0 40px; }
.ds-section h2 { font-size: var(--fs-h2); font-weight: 700; letter-spacing: -0.02em; margin: 0 0 16px; color: var(--paper); }
.ds-section p  { color: var(--dim); margin: 0 0 12px; }
.ds-section ul { color: var(--dim); padding-left: 20px; margin: 0 0 12px; }
.ds-section li { margin-bottom: 6px; }
.ds-section strong { color: var(--paper); font-weight: 600; }
.ds-section a  { color: var(--paper); border-bottom: 1px solid var(--rule); transition: border-color 0.18s; }
.ds-section a:hover { border-color: var(--paper); }
.ds-divider { border: none; border-top: 1px solid var(--rule); margin: 40px 0; }


/* ===========================
   KONTAKT
   =========================== */
.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 56px; }
@media (max-width: 600px) { .contact-options { grid-template-columns: 1fr; } }

.contact-card {
  background: #111110; border-radius: 16px; padding: 28px 28px 24px;
  border: 1px solid var(--rule); display: flex; flex-direction: column; gap: 8px;
  transition: border-color 0.2s;
}
.contact-card:hover { border-color: rgba(242,239,233,0.18); }
.contact-card-label { font-size: var(--fs-small); color: var(--dim); letter-spacing: 0.08em; text-transform: uppercase; }
.contact-card-value { font-size: var(--fs-h3); font-weight: 600; color: var(--paper); line-height: 1.3; }
.contact-card-link  { display: inline-flex; align-items: center; gap: 8px; font-size: var(--fs-small); color: var(--dim); margin-top: 8px; transition: color 0.18s; }
.contact-card-link:hover { color: var(--paper); }

.contact-card.whatsapp { border-color: rgba(37,211,102,0.25); }
.contact-card.whatsapp:hover { border-color: rgba(37,211,102,0.5); }
.contact-card.whatsapp .contact-card-value { color: var(--green); }

.wa-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green); color: #fff; padding: 14px 24px;
  border-radius: 10px; font-size: var(--fs-small); font-weight: 600;
  margin-top: 12px; transition: opacity 0.18s; width: fit-content;
}
.wa-btn:hover { opacity: 0.85; }
.wa-btn svg { flex-shrink: 0; }

.contact-divider { border: none; border-top: 1px solid var(--rule); margin: 0 0 48px; }
.form-title { font-size: var(--fs-h2); font-weight: 700; letter-spacing: -0.02em; margin: 0 0 8px; }
.form-sub   { font-size: var(--fs-small); color: var(--dim); margin: 0 0 36px; }

.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-label { font-size: var(--fs-small); color: var(--dim); letter-spacing: 0.04em; }
.form-input, .form-textarea {
  background: #111110; border: 1px solid var(--rule); border-radius: 10px;
  padding: 14px 16px; font-size: var(--fs-body); color: var(--paper);
  font-family: var(--font); outline: none; transition: border-color 0.18s;
  width: 100%; box-sizing: border-box;
}
.form-input:focus, .form-textarea:focus { border-color: rgba(242,239,233,0.35); }
.form-textarea { resize: vertical; min-height: 140px; line-height: 1.6; }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(242,239,233,0.2); }

.form-check { display: flex; align-items: flex-start; gap: 12px; }
.form-check input[type="checkbox"] { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; accent-color: var(--green); cursor: pointer; }
.form-check-label { font-size: var(--fs-small); color: var(--dim); line-height: 1.5; }
.form-check-label a { color: var(--paper); border-bottom: 1px solid var(--rule); transition: border-color 0.18s; }
.form-check-label a:hover { border-color: var(--paper); }

.form-submit {
  background: var(--paper); color: var(--ink); border: none; cursor: pointer;
  padding: 16px 32px; border-radius: 10px; font-size: var(--fs-small); font-weight: 600;
  font-family: var(--font); letter-spacing: 0.04em; transition: opacity 0.18s; width: fit-content;
}
.form-submit:hover { opacity: 0.85; }


/* ===========================
   SERVICE PAGES — ENHANCED DESIGN
   =========================== */

/* Large decorative number in hero background */
.sp-hero-num {
  position: absolute;
  right: 0;
  bottom: -0.08em;
  font-size: clamp(180px, 28vw, 420px);
  font-weight: 700;
  line-height: 1;
  color: rgba(242,239,233,0.035);
  letter-spacing: -0.06em;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}

/* Feature cards: faint decorative number */
.sp-feat-card { position: relative; overflow: hidden; }
.sp-feat-card::after {
  content: attr(data-num);
  position: absolute;
  right: 12px; bottom: -12px;
  font-size: 88px; font-weight: 700; line-height: 1;
  color: rgba(242,239,233,0.04); letter-spacing: -0.04em;
  pointer-events: none; user-select: none;
}

/* Process steps: faint decorative number */
.sp-step { position: relative; overflow: hidden; }
.sp-step::after {
  content: attr(data-step);
  position: absolute;
  right: 12px; bottom: -10px;
  font-size: 80px; font-weight: 700; line-height: 1;
  color: rgba(10,10,9,0.06); letter-spacing: -0.04em;
  pointer-events: none; user-select: none;
}

/* Statement / Quote section */
.sp-statement {
  padding: clamp(80px, 13vw, 180px) var(--gut);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.sp-statement-text {
  font-size: clamp(22px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.025em;
  max-width: 860px;
  color: var(--paper);
  margin-bottom: 28px;
}
.sp-statement-author {
  font-size: var(--fs-small);
  color: var(--dim);
  letter-spacing: 0.04em;
}

/* Bigger, more dramatic CTA heading */
.sp-cta-h2 { font-size: clamp(48px, 8vw, 112px) !important; letter-spacing: -0.03em; }
.sp-cta-block { overflow: hidden; position: relative; }
.sp-cta-block::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 65% 60% at 50% 120%, rgba(200,184,144,0.07) 0%, transparent 70%);
  pointer-events: none;
}

/* Accordion "Mehr erfahren" link */
.srv-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: var(--fs-small);
  color: var(--gold);
  border-bottom: 1px solid rgba(200,184,144,0.3);
  padding-bottom: 2px;
  transition: color var(--t-fast), border-color var(--t-fast), gap var(--t-fast);
}
.srv-more-link:hover { color: var(--paper); border-color: var(--paper); gap: 10px; }


/* ===========================
   MOBILE FIXES
   =========================== */

/* Ticker schneller auf Mobile */
@media (max-width: 768px) {
  .ticker-track.running { animation-duration: 22s; }
}

/* Preise — Tab-Leiste als Slider auf Mobile (Pill-Rahmen bleibt) */
@media (max-width: 768px) {
  .price-tab-wrap { text-align: left; }
  .price-tab-list {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
  }
  .price-tab-list::-webkit-scrollbar { display: none; }
  .price-tab {
    flex: 0 0 44%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    text-align: center;
    opacity: 0.4;
    transition: none;
  }
  .price-tab.is-active { opacity: 1; }
}

/* Statement-Text kleiner auf Mobile */
@media (max-width: 768px) {
  .statement-text { font-size: clamp(26px, 7vw, 44px) !important; }
}



/* ===========================
   MOBILE BOTTOM NAV — Liquid Glass Pill
   =========================== */
.bottom-nav { display: none; }

@media (max-width: 768px) {
  .nav { display: none !important; }
  body { padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)); }

  .bottom-nav {
    display: flex;
    position: fixed;
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    gap: 0;
    padding: 7px 6px;
    border-radius: 999px;
    z-index: 1100;
    white-space: nowrap;

    /* Liquid Glass */
    background: rgba(18, 18, 18, 0.48);
    backdrop-filter: blur(36px) saturate(180%) brightness(1.08);
    -webkit-backdrop-filter: blur(36px) saturate(180%) brightness(1.08);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow:
      0 20px 60px rgba(0,0,0,0.55),
      0 6px 18px rgba(0,0,0,0.35),
      inset 0 1.5px 0 rgba(255,255,255,0.15),
      inset 0 -1px 0 rgba(0,0,0,0.25);
  }

  .bn-item {
    display: flex; flex-direction: column;
    align-items: center; gap: 4px;
    text-decoration: none; cursor: pointer;
    background: none; border: none;
    color: rgba(242,239,233,0.35);
    font-family: var(--font); font-size: 10px;
    font-weight: 600; letter-spacing: 0.02em;
    padding: 8px 18px;
    border-radius: 999px;
    transition: color 0.18s ease, background 0.18s ease;
    -webkit-tap-highlight-color: transparent;
  }
  .bn-item:active { background: rgba(255,255,255,0.08); color: rgba(242,239,233,0.7); }
  .bn-item.bn-active { color: var(--paper); }
  .bn-icon { width: 22px; height: 22px; flex-shrink: 0; }
}

#overlayClose {
  display: none;
}
@media (max-width: 768px) {
  #overlayClose {
    display: flex;
    position: fixed;
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: rgba(30, 30, 30, 0.52);
    backdrop-filter: blur(36px) saturate(180%) brightness(1.1);
    -webkit-backdrop-filter: blur(36px) saturate(180%) brightness(1.1);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow:
      0 20px 60px rgba(0,0,0,0.55), 0 6px 18px rgba(0,0,0,0.35),
      inset 0 1.5px 0 rgba(255,255,255,0.18), inset 0 -1px 0 rgba(0,0,0,0.25);
    color: var(--paper);
    cursor: pointer;
    z-index: 1100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .menu-overlay {
    align-items: center;
    padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
  }
  .menu-link {
    font-size: clamp(30px, 8vw, 42px);
    text-align: center;
  }
  .menu-bottom {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
}
