/* ══════════════════════════════════════════════════
   EFS GLOBAL — PREMIUM WEBDESIGN AGENCY
   Design System & Stylesheet
══════════════════════════════════════════════════ */

/* ── SELF-HOSTED FONTS (kein Google-Kontakt) ─────── */
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dm-serif-display-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dm-serif-display-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/dm-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/dm-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── TOKENS ─────────────────────────────────────── */
:root {
  --black:       #0D0D0D;
  --white:       #FAFAF8;
  --cream:       #F4EFE7;
  --accent:      #1A4FD8;
  --accent-dark: #1240B0;
  --accent-bg:   #EEF3FF;
  --gray-100:    #F0EFED;
  --gray-200:    #E2E0DC;
  --gray-400:    #A8A49E;
  --gray-600:    #6B6660;
  --gray-800:    #2A2826;
  --success:     #16A34A;

  --font-display: 'DM Serif Display', serif;
  --font-body:    'DM Sans', sans-serif;

  --radius-sm:   6px;
  --radius-md:   12px;
  --radius-lg:   20px;
  --radius-xl:   32px;

  --shadow-sm:   0 2px 8px rgba(0,0,0,.06);
  --shadow-md:   0 8px 32px rgba(0,0,0,.10);
  --shadow-lg:   0 24px 64px rgba(0,0,0,.12);

  --transition:  .25s cubic-bezier(.4,0,.2,1);

  --container:   1200px;
  --section-pad: clamp(64px, 10vw, 120px);
}

/* ── RESET ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--black);
  background: var(--white);
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; font-size: inherit; }

/* ── UTILITIES ───────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-bg);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.section-label--light {
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.9);
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(48px, 6vw, 80px);
}
.section-header h2 { margin-bottom: 16px; }
.section-header p {
  font-size: 17px;
  color: var(--gray-600);
  line-height: 1.7;
}
.section-header--light h2 { color: #fff; }
.section-header--light p { color: rgba(255,255,255,.7); }

/* Typography */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.1;
  letter-spacing: -.01em;
  font-weight: 400;
}
h1 { font-size: clamp(44px, 7vw, 88px); }
h2 { font-size: clamp(32px, 4.5vw, 56px); }
h3 { font-size: clamp(20px, 2.5vw, 26px); font-family: var(--font-body); font-weight: 700; }
em { font-style: normal; color: var(--accent); }
p { line-height: 1.7; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: var(--radius-md);
  transition: var(--transition);
  white-space: nowrap;
  cursor: pointer;
}
.btn--accent {
  background: var(--cream);
  color: var(--black);
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.btn--accent:hover {
  background: var(--gray-200);
  box-shadow: 0 8px 28px rgba(0,0,0,.12);
  transform: translateY(-2px);
}
.btn--ghost {
  background: transparent;
  color: var(--black);
  border: 2px solid var(--gray-200);
}
.btn--ghost:hover {
  border-color: var(--black);
  background: var(--black);
  color: #fff;
}
.btn--white {
  background: #fff;
  color: var(--black);
  box-shadow: var(--shadow-md);
}
.btn--white:hover {
  background: var(--cream);
  transform: translateY(-2px);
}
.btn--nav {
  background: var(--black);
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
}
.btn--nav:hover { background: var(--gray-800); transform: none; }
.btn--lg { padding: 18px 36px; font-size: 16px; }
.btn--full { width: 100%; justify-content: center; }

/* ══════════════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(250,250,248,.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--gray-200);
  transition: var(--transition);
}
.nav--scrolled { box-shadow: var(--shadow-sm); }

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

.nav__logo {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -.03em;
}
.nav__logo span { color: var(--accent); }

.nav__links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav__links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-600);
  transition: color var(--transition);
}
.nav__links a:hover { color: var(--black); }

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
}
.nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--black);
  border-radius: 2px;
  transition: var(--transition);
}

.nav__mobile {
  display: none;
  flex-direction: column;
  padding: 20px clamp(20px, 5vw, 48px) 28px;
  border-top: 1px solid var(--gray-200);
  gap: 4px;
}
.nav__mobile a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid var(--gray-100);
  color: var(--gray-800);
}
.nav__mobile .btn {
  margin-top: 16px;
  justify-content: center;
}
.nav__mobile.open { display: flex; }

@media (max-width: 768px) {
  .nav__links, .nav .btn--nav { display: none; }
  .nav__burger { display: flex; }
}

/* ══════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════ */
.hero {
  min-height: 100svh;
  padding: calc(70px + clamp(48px, 8vw, 100px)) clamp(20px, 5vw, 48px) clamp(64px, 8vw, 100px);
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--success);
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22,163,74,.4); }
  50%       { box-shadow: 0 0 0 6px rgba(22,163,74,.0); }
}

.hero__headline {
  margin-bottom: 24px;
  color: var(--black);
}

.hero__sub {
  font-size: clamp(16px, 1.8vw, 19px);
  color: var(--gray-600);
  max-width: 500px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 24px;
}
.trust__item {
  display: flex;
  flex-direction: column;
}
.trust__item strong {
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 700;
  color: var(--black);
  line-height: 1;
}
.trust__item span { font-size: 12px; color: var(--gray-400); margin-top: 4px; }
.trust__divider {
  width: 1px;
  height: 36px;
  background: var(--gray-200);
}

/* Mockup Visual */
.hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__mockup { position: relative; width: 100%; max-width: 500px; }

.mockup__browser {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--gray-200);
}

.mockup__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--gray-100);
  border-bottom: 1px solid var(--gray-200);
}
.mockup__bar span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.mockup__bar span:nth-child(1) { background: #FF5F57; }
.mockup__bar span:nth-child(2) { background: #FEBC2E; }
.mockup__bar span:nth-child(3) { background: #28C840; }

.mockup__url {
  flex: 1;
  background: #fff;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 11px;
  color: var(--gray-600);
  margin-left: 8px;
  border: 1px solid var(--gray-200);
}

.mockup__screen { padding: 0; background: var(--white); }

.mockup__hero-sim {
  padding: 24px;
  background: linear-gradient(135deg, var(--black) 0%, #1a1a2e 100%);
  position: relative;
  min-height: 200px;
}
.sim__nav {
  height: 8px;
  background: rgba(255,255,255,.15);
  border-radius: 4px;
  margin-bottom: 28px;
  width: 80%;
}
.sim__headline {
  height: 18px;
  background: rgba(255,255,255,.9);
  border-radius: 4px;
  width: 70%;
  margin-bottom: 10px;
}
.sim__sub {
  height: 10px;
  background: rgba(255,255,255,.4);
  border-radius: 4px;
  width: 55%;
  margin-bottom: 20px;
}
.sim__btn {
  height: 32px;
  width: 120px;
  background: var(--accent);
  border-radius: 6px;
}
.sim__image {
  position: absolute;
  bottom: 0; right: 24px;
  width: 100px;
  height: 120px;
  background: rgba(255,255,255,.08);
  border-radius: 8px 8px 0 0;
}

.mockup__phone {
  position: absolute;
  bottom: -20px;
  right: -40px;
  width: 100px;
  background: var(--black);
  border-radius: 16px;
  padding: 8px;
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--gray-800);
}
.phone__screen {
  background: linear-gradient(135deg, #1a1a2e, #0a0a1a);
  border-radius: 10px;
  padding: 10px 8px;
  min-height: 140px;
}
.sim__nav--mobile {
  height: 4px;
  background: rgba(255,255,255,.3);
  border-radius: 2px;
  margin-bottom: 14px;
}
.sim__headline--mobile {
  height: 10px;
  background: rgba(255,255,255,.8);
  border-radius: 2px;
  width: 80%;
  margin-bottom: 8px;
}
.sim__btn--mobile {
  height: 20px;
  width: 70%;
  background: var(--accent);
  border-radius: 4px;
  margin-top: 12px;
}

/* Floating Badges */
.hero__floating {
  position: absolute;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.hero__floating span { font-size: 16px; }
.hero__floating--1 { top: 20%; left: -20px; transform: rotate(-2deg); }
.hero__floating--2 { top: 45%; right: -20px; transform: rotate(1.5deg); }
.hero__floating--3 { bottom: 15%; left: 10px; transform: rotate(-1deg); }

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 56px;
    text-align: center;
  }
  .hero__visual { display: none; }
  .hero__sub, .hero__actions { margin: 0 auto 40px; }
  .hero__actions { justify-content: center; }
  .hero__trust { justify-content: center; }
  .hero__badge { justify-content: center; }
}

/* ══════════════════════════════════════════════════
   TICKER
══════════════════════════════════════════════════ */
.ticker {
  background: var(--black);
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.ticker__track {
  display: inline-flex;
  gap: 32px;
  white-space: nowrap;
  animation: ticker 60s linear infinite;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.5);
  letter-spacing: .04em;
}
.ticker__dot { color: var(--accent); }
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ══════════════════════════════════════════════════
   PROBLEM / LÖSUNG
══════════════════════════════════════════════════ */
.problem {
  padding: var(--section-pad) 0;
  background: var(--white);
}

.problem__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 80px;
}

.problem__headline {
  font-size: clamp(28px, 3.5vw, 46px);
  position: sticky;
  top: 100px;
}

.problem__items { display: flex; flex-direction: column; gap: 24px; }

.problem__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: #FEF2F2;
  border: 1px solid #FEE2E2;
}
.problem__item strong { display: block; font-size: 16px; margin-bottom: 6px; color: var(--black); }
.problem__item p { font-size: 14px; color: var(--gray-600); line-height: 1.6; margin: 0; }
.problem__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #FCA5A5;
  color: #DC2626;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}

/* Solution Banner */
.solution__banner {
  background: var(--black);
  border-radius: var(--radius-xl);
  padding: clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.solution__label {
  background: rgba(0,82,255,.2);
  color: #7BA7FF;
}

.solution__text h2 { color: #fff; margin-bottom: 20px; }
.solution__text em { color: var(--accent); }
.solution__text p { color: rgba(255,255,255,.65); margin-bottom: 32px; font-size: 16px; }

.solution__points {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.solution__point {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,.85);
}
.point__check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .problem__grid { grid-template-columns: 1fr; gap: 40px; }
  .problem__headline { position: static; }
  .solution__banner { grid-template-columns: 1fr; gap: 40px; }
}

/* ══════════════════════════════════════════════════
   SERVICES
══════════════════════════════════════════════════ */
.services {
  padding: var(--section-pad) 0;
  background: var(--cream);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: start;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid var(--gray-200);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: transparent;
}
.service-card--featured {
  background: var(--black);
  border-color: transparent;
  grid-row: span 1;
}
.service-card--featured h3 { color: #fff; }
.service-card--featured p { color: rgba(255,255,255,.65); }
.service-card--featured .service-card__list li { color: rgba(255,255,255,.8); }
.service-card--featured .service-card__list li::before { color: var(--accent); }
.service-card--featured .service-card__number { color: rgba(255,255,255,.2); }
/* service-card--featured cta removed */

.service-card__number {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  color: var(--gray-400);
  letter-spacing: .06em;
}
.service-card__icon { font-size: 28px; color: var(--accent); line-height: 1; }
.service-card--featured .service-card__icon { color: rgba(255,255,255,.65); }
.service-card h3 { color: var(--black); margin: 0; }
.service-card p { font-size: 14px; color: var(--gray-600); line-height: 1.6; flex: 1; }

.service-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-card__list li {
  font-size: 13px;
  color: var(--gray-800);
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-card__list li::before {
  content: '✓';
  color: var(--accent);
  font-weight: 700;
  font-size: 12px;
}

/* service-card__cta removed */

/* ── Service Card Expand ─────────────────────────── */
.service-card__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: none;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 10px 16px;
  width: 100%;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-600);
  transition: var(--transition);
  margin-top: auto;
}
.service-card__toggle:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.service-card__toggle.is-open {
  border-color: var(--accent);
  color: var(--accent);
}
.service-card--featured .service-card__toggle {
  border-color: rgba(255,255,255,.2);
  color: rgba(255,255,255,.6);
}
.service-card--featured .service-card__toggle:hover,
.service-card--featured .service-card__toggle.is-open {
  border-color: var(--accent);
  color: var(--accent);
}

.toggle-icon {
  display: inline-block;
  transition: transform .3s ease;
  font-size: 14px;
  line-height: 1;
}
.service-card__toggle.is-open .toggle-icon {
  transform: rotate(180deg);
}

.service-card__expand {
  overflow: hidden;
  max-height: 0;
  transition: max-height .45s cubic-bezier(.4,0,.2,1), opacity .3s ease;
  opacity: 0;
}
.service-card__expand.is-open {
  max-height: 600px;
  opacity: 1;
}

.service-card__expand-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.expand-divider {
  height: 1px;
  background: var(--gray-200);
  margin-top: 4px;
}
.service-card--featured .expand-divider {
  background: rgba(255,255,255,.12);
}

.expand-detail strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 8px;
}
.service-card--featured .expand-detail strong {
  color: rgba(255,255,255,.4);
}
.expand-detail p {
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.65;
  margin: 0;
}
.service-card--featured .expand-detail p {
  color: rgba(255,255,255,.6);
}
.expand-detail .service-card__list {
  margin-top: 4px;
}

@media (max-width: 768px) {
  .services__grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════
   PROJECTS
══════════════════════════════════════════════════ */
.projects {
  padding: var(--section-pad) 0;
  background: var(--black);
}

.projects__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.project-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-xl);
  padding: 40px;
  transition: var(--transition);
}
.project-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.14);
}
.project-card--reverse { grid-template-columns: 1fr 1.2fr; }
.project-card--reverse .project-card__preview { order: 2; }
.project-card--reverse .project-card__info { order: 1; }

.project-card__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(0,82,255,.15);
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.project-card__info h3 { color: #fff; margin-bottom: 12px; }
.project-card__info p { color: rgba(255,255,255,.6); font-size: 15px; margin-bottom: 28px; }

.project-card__stats {
  display: flex;
  gap: 28px;
}
.stat { display: flex; flex-direction: column; }
.stat strong {
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.stat span { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 4px; }

/* Preview Mockup */
.project-card__preview { position: relative; }

.preview__browser {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.1);
}
.preview__dots {
  display: flex;
  gap: 6px;
  padding: 10px 14px;
  background: var(--gray-100);
  border-bottom: 1px solid var(--gray-200);
}
.preview__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.preview__dots span:nth-child(1) { background: #FF5F57; }
.preview__dots span:nth-child(2) { background: #FEBC2E; }
.preview__dots span:nth-child(3) { background: #28C840; }

.preview__content { background: var(--white); }

.preview__nav-bar {
  height: 36px;
  background: var(--black);
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.preview__hero {
  padding: 28px 20px;
  background: var(--black);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.preview__section {
  padding: 20px;
  background: var(--cream);
}
.preview__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.preview__card {
  height: 48px;
  border-radius: 6px;
  background: var(--gray-200);
}

@media (max-width: 900px) {
  .project-card, .project-card--reverse {
    grid-template-columns: 1fr;
  }
  .project-card--reverse .project-card__preview { order: 0; }
  .project-card--reverse .project-card__info { order: 0; }
}

/* ══════════════════════════════════════════════════
   PROCESS
══════════════════════════════════════════════════ */
.process {
  padding: var(--section-pad) 0;
  background: var(--white);
}

.process__steps {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.process__step {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  position: relative;
}

.step__number {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: var(--black);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  position: relative;
  z-index: 1;
}

.step__content {
  padding-bottom: 8px;
  padding-top: 12px;
}
.step__content h3 { color: var(--black); margin-bottom: 10px; }
.step__content p { font-size: 15px; color: var(--gray-600); margin-bottom: 14px; }

.step__duration {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  background: var(--accent-bg);
  padding: 5px 12px;
  border-radius: 100px;
}

.process__connector {
  width: 2px;
  height: 48px;
  background: linear-gradient(to bottom, var(--black), var(--gray-200));
  margin-left: 25px;
}

.process__cta {
  text-align: center;
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid var(--gray-200);
  width: 100%;
}
.process__cta p {
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--gray-800);
}

/* ══════════════════════════════════════════════════
   ABOUT
══════════════════════════════════════════════════ */
.about {
  padding: var(--section-pad) 0;
  background: var(--cream);
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: center;
}

.about__image-wrap { position: relative; }

.about__image-placeholder {
  aspect-ratio: 3/4;
  max-width: 320px;
  background-color: var(--black);
  background-image: radial-gradient(circle, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 20px 20px;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.about__image-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 70%, rgba(26,79,216,.22) 0%, transparent 55%);
}

.about__initials {
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 400;
  color: rgba(255,255,255,.2);
  letter-spacing: .1em;
}

.about__badge-img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #fff;
  padding: 8px 16px;
  border-radius: var(--radius-md);
  font-size: 12px;
  font-weight: 700;
  color: var(--success);
  box-shadow: var(--shadow-md);
}

.about__experience {
  position: absolute;
  bottom: -16px;
  left: -16px;
  background: var(--accent);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 14px 20px;
  box-shadow: var(--shadow-md);
}
.about__experience strong {
  display: block;
  font-family: var(--font-body);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.about__experience span { font-size: 11px; opacity: .85; }

.about__content h2 { margin-bottom: 20px; }

.about__lead {
  font-size: 18px;
  color: var(--gray-800);
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.65;
}

.about__content p {
  font-size: 15px;
  color: var(--gray-600);
  margin-bottom: 14px;
  line-height: 1.75;
}

.about__values {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--gray-200);
}
.about__value {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.value__icon {
  flex-shrink: 0;
  font-size: 22px;
  margin-top: 2px;
  color: var(--accent);
  line-height: 1;
}
.about__value strong { display: block; font-size: 15px; margin-bottom: 4px; }
.about__value p { font-size: 13px; color: var(--gray-600); margin: 0; }

@media (max-width: 900px) {
  .about__grid { grid-template-columns: 1fr; gap: 48px; }
  .about__image-wrap { display: flex; justify-content: center; }
}

/* ══════════════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════════════ */
.testimonials {
  padding: var(--section-pad) 0;
  background: var(--black);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: var(--transition);
}
.testimonial-card:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.15);
}
.testimonial-card--featured {
  background: var(--accent);
  border-color: transparent;
}
.testimonial-card--featured blockquote { color: #fff; }
.testimonial-card--featured .testimonial-card__author strong { color: #fff; }
.testimonial-card--featured .testimonial-card__author span { color: rgba(255,255,255,.7); }

.testimonial-card__stars { color: #FBBF24; font-size: 14px; letter-spacing: 2px; }

blockquote {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.75);
  font-style: italic;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.author__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.testimonial-card__author strong { display: block; font-size: 14px; color: #fff; }
.testimonial-card__author span { font-size: 12px; color: rgba(255,255,255,.5); }

@media (max-width: 900px) {
  .testimonials__grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════
   CTA SECTION
══════════════════════════════════════════════════ */
.cta-section {
  padding: var(--section-pad) 0;
  background: #0D0D0D;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 55%, rgba(26,79,216,.09) 0%, transparent 60%);
}

.cta-section__inner {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.cta-section__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.12);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 28px;
}

.cta-section__headline {
  color: #fff;
  margin-bottom: 24px;
}
.cta-section__headline em { color: rgba(255,255,255,.55); }

.cta-section__sub {
  font-size: 17px;
  color: rgba(255,255,255,.75);
  margin-bottom: 40px;
  line-height: 1.65;
}

.cta-section__note {
  margin-top: 16px;
  font-size: 12px;
  color: rgba(255,255,255,.5);
  letter-spacing: .04em;
}

/* ══════════════════════════════════════════════════
   CONTACT
══════════════════════════════════════════════════ */
.contact {
  padding: var(--section-pad) 0;
  background: var(--white);
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.contact__info h2 { margin-bottom: 16px; }
.contact__info > p { color: var(--gray-600); font-size: 16px; margin-bottom: 36px; }

.contact__methods {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.contact__method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--cream);
  border-radius: var(--radius-md);
  border: 1px solid var(--gray-200);
  transition: var(--transition);
  text-decoration: none;
}
.contact__method:hover {
  border-color: var(--accent);
  background: var(--accent-bg);
}
.contact__method--nolink { cursor: default; }
.contact__method--nolink:hover { border-color: var(--gray-200); background: var(--cream); }

.method__icon {
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}
.contact__method strong { display: block; font-size: 14px; font-weight: 600; color: var(--black); }
.contact__method span { font-size: 13px; color: var(--gray-600); }

/* FAQ */
.contact__faq h3 {
  font-size: 18px;
  margin-bottom: 16px;
  color: var(--black);
}

.faq__item { border-bottom: 1px solid var(--gray-200); }

.faq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  text-align: left;
  transition: color var(--transition);
  gap: 12px;
}
.faq__q:hover { color: var(--accent); }
.faq__q span {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 400;
  transition: transform var(--transition);
}
.faq__q.open span { transform: rotate(45deg); }

.faq__a {
  font-size: 14px;
  color: var(--gray-600);
  line-height: 1.7;
  padding-bottom: 16px;
  display: none;
}
.faq__a.open { display: block; }

/* Contact Form */
.contact__form-wrap {
  position: sticky;
  top: 90px;
}

.contact__form {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}

.contact__form h3 {
  font-size: 22px;
  margin-bottom: 4px;
}
.form__subtitle {
  font-size: 13px;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 28px !important;
}

.form__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label {
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-800);
}

input, textarea, select {
  padding: 12px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--black);
  font-size: 14px;
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  width: 100%;
  -webkit-appearance: none;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(26,79,216,.12);
}
textarea { resize: vertical; }

.form__privacy {
  font-size: 11px;
  color: var(--gray-400);
  text-align: center;
  margin-top: 12px;
}
.form__privacy a { color: var(--accent); text-decoration: underline; }

.form__success {
  display: none;
  align-items: center;
  gap: 16px;
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin-top: 16px;
}
.form__success.show { display: flex; }
.form__success span {
  width: 36px;
  height: 36px;
  background: var(--success);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}
.form__success strong { display: block; font-size: 14px; color: var(--success); }
.form__success p { font-size: 13px; color: var(--gray-600); margin: 0; }

@media (max-width: 900px) {
  .contact__grid { grid-template-columns: 1fr; gap: 48px; }
  .contact__form-wrap { position: static; }
  .form__row { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════ */
.footer {
  background: var(--black);
  padding: 64px 0 32px;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 32px;
}

.footer__brand .nav__logo { color: #fff; }
.footer__brand p {
  font-size: 14px;
  color: rgba(255,255,255,.45);
  margin-top: 12px;
  max-width: 260px;
  line-height: 1.65;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__col strong {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.4);
  margin-bottom: 4px;
}
.footer__col a {
  font-size: 14px;
  color: rgba(255,255,255,.6);
  transition: color var(--transition);
}
.footer__col a:hover { color: #fff; }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__bottom p { font-size: 13px; color: rgba(255,255,255,.35); }

.footer__legal {
  display: flex;
  gap: 24px;
}
.footer__legal a {
  font-size: 13px;
  color: rgba(255,255,255,.35);
  transition: color var(--transition);
}
.footer__legal a:hover { color: rgba(255,255,255,.7); }

@media (max-width: 768px) {
  .footer__top { grid-template-columns: 1fr; gap: 40px; }
  .footer__links { grid-template-columns: repeat(2, 1fr); }
}


/* ══════════════════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════════════════ */
.fade-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s ease, transform .7s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ══════════════════════════════════════════════════
   SCROLL PROGRESS
══════════════════════════════════════════════════ */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  background: var(--accent);
  z-index: 9999;
  width: 0%;
  transition: width .1s linear;
}

/* ══════════════════════════════════════════════════
   STATEMENT SECTION
══════════════════════════════════════════════════ */
.statement {
  background: #1A1A1A;
  padding: clamp(72px, 10vw, 128px) 0;
}

.statement__inner {
  max-width: 900px;
}

.statement__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 36px;
}

.statement__text {
  font-family: var(--font-display);
  font-size: clamp(22px, 3.2vw, 38px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.02em;
  margin-bottom: 48px;
}

.statement__highlight {
  color: #FFFFFF;
}

.statement__muted {
  color: rgba(255,255,255,.38);
}

.statement__cta {
  display: inline-flex;
}

/* ══════════════════════════════════════════════════
   SELECTION
══════════════════════════════════════════════════ */
::selection { background: rgba(26,79,216,.15); color: var(--black); }

/* ══════════════════════════════════════════════════
   PROJECTS — SINGLE / LARGE LAYOUT
══════════════════════════════════════════════════ */
.projects__grid--single { gap: 0; }

.project-card--large {
  grid-template-columns: 1.4fr 1fr;
  padding: 48px;
  gap: 64px;
}

.project-card__link {
  margin-top: 20px;
  color: #fff;
  border-color: rgba(255,255,255,.25);
  align-self: flex-start;
}
.project-card__link:hover {
  background: #fff;
  color: var(--black);
  border-color: #fff;
}

/* Luxvia Preview Mockup */
.preview__browser--luxvia {
  background: #0D0C0A;
  border: 1px solid rgba(255,255,255,.1);
}

.preview__url-bar {
  flex: 1;
  background: rgba(255,255,255,.08);
  border-radius: 4px;
  padding: 3px 12px;
  font-size: 11px;
  color: rgba(255,255,255,.5);
  margin-left: 8px;
}

.preview__luxvia {
  background: #0D0C0A;
  font-family: var(--font-display);
}

.luxvia__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.luxvia__logo {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  color: #C9A96E;
}
.luxvia__nav-links {
  display: flex;
  gap: 12px;
}
.luxvia__navlink {
  width: 32px;
  height: 5px;
  background: rgba(255,255,255,.2);
  border-radius: 3px;
}

.luxvia__hero {
  position: relative;
  min-height: 160px;
  background: linear-gradient(135deg, #1a1410 0%, #0d0c0a 60%, #1a1a1a 100%);
  display: flex;
  align-items: center;
  padding: 24px 20px;
  overflow: hidden;
}
.luxvia__hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(201,169,110,.12) 0%, transparent 60%);
}
.luxvia__overlay {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 45%;
  background: linear-gradient(to left, rgba(201,169,110,.06) 0%, transparent 100%);
}
.luxvia__hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.luxvia__tag {
  width: 60px;
  height: 5px;
  background: #C9A96E;
  border-radius: 2px;
  opacity: .7;
}
.luxvia__h1 {
  width: 160px;
  height: 12px;
  background: rgba(255,255,255,.88);
  border-radius: 3px;
}
.luxvia__h1--short { width: 100px; }
.luxvia__sub {
  width: 130px;
  height: 7px;
  background: rgba(255,255,255,.3);
  border-radius: 2px;
  margin-top: 4px;
}
.luxvia__actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.luxvia__btn {
  height: 24px;
  border-radius: 3px;
}
.luxvia__btn--gold {
  width: 80px;
  background: #C9A96E;
}
.luxvia__btn--ghost {
  width: 64px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.3);
}

.luxvia__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 16px 20px 20px;
  background: #0D0C0A;
}
.luxvia__card {
  height: 56px;
  border-radius: 6px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
}
.luxvia__card--featured {
  background: rgba(201,169,110,.1);
  border-color: rgba(201,169,110,.2);
}

@media (max-width: 900px) {
  .project-card--large {
    grid-template-columns: 1fr;
    padding: 28px;
    gap: 32px;
  }
}

/* ══════════════════════════════════════════════════
   SCROLL TO TOP BUTTON
══════════════════════════════════════════════════ */
.scroll-top {
  position: fixed;
  bottom: 32px;
  left: 28px;
  z-index: 950;
  width: 48px;
  height: 48px;
  background: var(--black);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .3s ease, transform .3s ease, background var(--transition);
  pointer-events: none;
}
.scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.scroll-top:hover {
  background: var(--gray-800);
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .scroll-top { bottom: 88px; left: 16px; width: 44px; height: 44px; }
}

/* ══════════════════════════════════════════════════
   WHATSAPP FLOATING BUTTON
══════════════════════════════════════════════════ */
.whatsapp-float {
  position: fixed;
  bottom: 32px;
  right: 28px;
  z-index: 950;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(37,211,102,.4);
  transition: transform var(--transition), box-shadow var(--transition);
}
.whatsapp-float:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 16px 40px rgba(37,211,102,.45);
}

.whatsapp-float__tooltip {
  position: absolute;
  right: calc(100% + 12px);
  background: var(--black);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
.whatsapp-float__tooltip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--black);
}
.whatsapp-float:hover .whatsapp-float__tooltip { opacity: 1; }

/* On mobile push it above sticky CTA */
@media (max-width: 768px) {
  .whatsapp-float { bottom: 88px; right: 16px; width: 50px; height: 50px; }
}

/* Time icon in contact */
.method__icon--time {
  color: var(--gray-600);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* WhatsApp method icon in contact */
.method__icon--wa {
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__method--whatsapp:hover {
  border-color: #25D366;
  background: #F0FFF5;
}

/* ── COOKIE BANNER ───────────────────────────────── */
.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(140%);
  background: #1a1a1a;
  color: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
  z-index: 99999;
  opacity: 0;
  transition: transform .4s cubic-bezier(.4,0,.2,1), opacity .4s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
}
.cookie-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.cookie-banner__inner {
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie-banner__title {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin: 0;
}
.cookie-banner__text {
  font-size: .9rem;
  line-height: 1.65;
  color: rgba(250,250,248,.68);
  margin: 0;
}
.cookie-banner__link {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner__link:hover { opacity: .75; }

.cookie-banner__settings {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 0 2px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.cookie-banner__settings[hidden] { display: none; }

.cookie-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-toggle input { position: absolute; opacity: 0; width: 0; height: 0; }
.cookie-toggle__slider {
  position: relative;
  width: 40px;
  height: 22px;
  background: rgba(255,255,255,.2);
  border-radius: 99px;
  flex-shrink: 0;
  transition: background var(--transition);
}
.cookie-toggle__slider::after {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  width: 16px; height: 16px;
  background: var(--white);
  border-radius: 50%;
  transition: transform var(--transition);
}
.cookie-toggle input:disabled ~ .cookie-toggle__slider { background: rgba(255,255,255,.3); }
.cookie-toggle input:disabled ~ .cookie-toggle__slider::after { transform: translateX(18px); }
.cookie-toggle__label {
  font-size: .85rem;
  color: rgba(250,250,248,.8);
  display: flex;
  align-items: center;
  gap: 8px;
}
.cookie-toggle__badge {
  font-size: .7rem;
  background: rgba(255,255,255,.12);
  color: rgba(250,250,248,.55);
  padding: 2px 8px;
  border-radius: 99px;
}

.cookie-banner__settings-link {
  background: none;
  border: none;
  color: rgba(250,250,248,.6);
  font-family: var(--font-body);
  font-size: .875rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding: 4px 0;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--transition);
  align-self: center;
}
.cookie-banner__settings-link:hover { color: var(--white); }

.cookie-banner__actions {
  display: flex;
  gap: 12px;
}
.cookie-banner__btn {
  flex: 1;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 700;
  text-align: center;
  transition: var(--transition);
  white-space: nowrap;
}
.cookie-banner__btn--outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.3);
}
.cookie-banner__btn--outline:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.55);
}
.cookie-banner__btn--primary {
  background: var(--accent);
  color: var(--white);
  border: 1.5px solid transparent;
}
.cookie-banner__btn--primary:hover { background: var(--accent-dark); }

@media (max-width: 480px) {
  .cookie-banner__inner { padding: 24px 18px 20px; }
  .cookie-banner__actions { flex-direction: column; }
}
