/* ── LOCAL FONTS (DSGVO-konform, keine Google-Server) ── */

/* Archivo Black – 400 normal */
@font-face {
  font-family: 'Archivo Black';
  src: url('../fonts/archivo-black-v23-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DM Sans – 300 normal */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dm-sans-v17-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* DM Sans – 300 italic */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dm-sans-v17-latin-300italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* DM Sans – 400 normal */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dm-sans-v15-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DM Sans – 500 normal */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dm-sans-v15-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* DM Sans – 600 normal */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dm-sans-v15-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* DM Serif Display – 400 normal */
@font-face {
  font-family: 'DM Serif Display';
  src: url('../fonts/dm-serif-display-v15-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DM Serif Display – 400 italic */
@font-face {
  font-family: 'DM Serif Display';
  src: url('../fonts/dm-serif-display-v15-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }



  :root {

    --lime: #4A7CC9;

    --lime-dark: #3A66AD;

    --lime-muted: rgba(74, 124, 201, 0.14);

    --cream: #FAF7F2;

    --blue: #4A7CC9;

    --blue-dark: #111111;

    --blue-light: rgba(74, 124, 201, 0.14);

    --black: #111111;

    --navy: #111111;

    --gray-900: #111111;

    --gray-800: #1C1C1C;

    --gray-600: #4A4A4A;

    --gray-400: #7A7A7A;

    --gray-200: #D4D0C8;

    --gray-100: #EDEAE3;

    --gray-50: #F3F0E9;

    --white: #ffffff;

    --nav-height: 72px;

    --radius-sm: 8px;

    --radius-md: 12px;

    --radius-lg: 16px;

    --radius-xl: 20px;

    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);

    --shadow-md: 0 4px 16px rgba(0,0,0,0.08);

    --shadow-lg: 0 12px 40px rgba(0,0,0,0.10);

    --transition: 0.22s cubic-bezier(0.4,0,0.2,1);

  }



  html { scroll-behavior: smooth; font-size: 16px; }



  body {

    font-family: 'DM Sans', -apple-system, sans-serif;

    color: var(--black);

    background: var(--cream);

    line-height: 1.65;

    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;

  }



  /* ── NAVBAR ── */

  .nav {

    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;

    height: var(--nav-height);

    background: rgba(250, 247, 242, 0.94);

    backdrop-filter: blur(20px) saturate(180%);

    -webkit-backdrop-filter: blur(20px) saturate(180%);

    border-bottom: 1px solid rgba(17, 17, 17, 0.06);

    transition: box-shadow var(--transition);

  }

  .nav.scrolled { box-shadow: var(--shadow-md); }

  .nav-inner {

    max-width: 1120px; margin: 0 auto;

    height: 100%; display: flex; align-items: center;

    justify-content: space-between; padding: 0 24px;

  }

  .logo {

    display: flex; align-items: center; gap: 10px;

    text-decoration: none; color: var(--black);

    transition: transform var(--transition);

  }

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

  .logo-mark {

    width: 96px; height: 64px; background: transparent;

    display: flex; align-items: center;

    justify-content: center; flex-shrink: 0;

  }

  .logo-img {

    width: 100%; height: 100%; display: block;

    object-fit: contain;

    image-rendering: auto;

    transform: translateZ(0);

  }

  .logo:hover .logo-img { animation: logoLift 1.5s ease-in-out infinite; }

  .logo-name {

    font-family: 'DM Serif Display', serif;

    font-size: 1.25rem; font-weight: 400; letter-spacing: -0.01em;

  }

  .nav-links { display: flex; gap: 4px; list-style: none; }

  .nav-links a {

    display: block; padding: 8px 14px; border-radius: var(--radius-sm);

    text-decoration: none; color: var(--gray-600); font-size: 0.82rem;

    font-weight: 600; transition: all var(--transition);

    letter-spacing: 0.06em; cursor: pointer; user-select: none;

    text-transform: uppercase;

  }

  .nav-links a:hover { color: var(--black); background: var(--gray-100); }

  .nav-links a.active { color: var(--black); }

  .nav-cta {

    background: var(--black) !important; color: var(--white) !important;

    border-radius: 100px; padding: 10px 20px !important;

    box-shadow: none; letter-spacing: 0.04em; text-transform: uppercase;

    font-size: 0.78rem !important; font-weight: 600 !important;

  }

  .nav-cta:hover { background: var(--gray-800) !important; color: var(--white) !important; }



  .burger {

    display: none; flex-direction: column; gap: 5px;

    cursor: pointer; padding: 6px; border: none; background: none;

    border-radius: var(--radius-sm);

  }

  .burger span {

    display: block; width: 22px; height: 1.5px;

    background: var(--black); border-radius: 2px;

    transition: all var(--transition);

  }

  .burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }

  .burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }

  .burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }



  .mobile-menu {

    display: none; position: fixed; top: var(--nav-height); left: 0; right: 0;

    background: rgba(250, 247, 242, 0.97); backdrop-filter: blur(20px);

    border-bottom: 1px solid var(--gray-200); z-index: 999;

    padding: 16px 24px; flex-direction: column; gap: 4px;

    animation: slideDown 0.2s ease;

  }

  .mobile-menu.open { display: flex; }

  .mobile-menu a {

    display: block; padding: 14px 16px; border-radius: var(--radius-sm);

    text-decoration: none; color: var(--black); font-weight: 500;

    font-size: 1.05rem; transition: background var(--transition); cursor: pointer;

  }

  .mobile-menu a:hover { background: var(--gray-100); }

  .mobile-menu a.cta-mobile {

    background: var(--black); color: var(--white); text-align: center;

    margin-top: 8px; border-radius: 100px;

  }



  @keyframes slideDown {

    from { opacity: 0; transform: translateY(-8px); }

    to { opacity: 1; transform: translateY(0); }

  }



  /* ── PAGE MANAGEMENT ── */

  .page { display: none; }

  .page.active { display: block; animation: pageIn 0.42s ease both; }

  .scroll-progress {

    position: fixed; top: 0; left: 0; z-index: 1200;

    width: 100%; height: 3px; transform-origin: left;

    transform: scaleX(0); background: var(--lime);

    box-shadow: none; pointer-events: none;

  }



  /* ── SECTIONS ── */

  section { scroll-margin-top: var(--nav-height); }

  .section-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }



  /* ── HERO ── */

  .hero {

    min-height: 100vh; display: flex; align-items: center;

    justify-content: center; position: relative; overflow: hidden;

    background: var(--cream);

    padding: calc(var(--nav-height) + 66px) 24px 70px;

  }

  .hero::after { display: none; }

  .hero-bg { display: none; }

  .hero-grid {

    display: none;

    position: absolute; inset: 0; pointer-events: none; opacity: 0.025;

    background-image: linear-gradient(var(--gray-400) 1px, transparent 1px),

                      linear-gradient(90deg, var(--gray-400) 1px, transparent 1px);

  background-size: 60px 60px;

    animation: gridDrift 18s linear infinite;

    transform: translate3d(calc(var(--hero-x, 0px) * 0.35), calc(var(--hero-y, 0px) * 0.35), 0);

  }

  .hero-wave { display: none; }

  .hero-illo { display: none; }

  .hero-content {

    position: relative; z-index: 1; text-align: center;

    max-width: 840px; margin: 0 auto;

    animation: fadeUp 0.8s ease both;

  }

  .hero-content > * { animation: fadeUp 0.75s ease both; }

  .hero-badge { animation-delay: 0.05s; }

  .hero h1 { animation-delay: 0.14s; }

  .hero-sub { animation-delay: 0.24s; }

  .hero-actions { animation-delay: 0.34s; }

  .hero-reviews { animation-delay: 0.46s; }

  .hero-badge { display: none; }

  .hero h1 {

    font-family: 'DM Serif Display', serif;

    font-size: clamp(2.6rem, 6.5vw, 4.8rem);

    line-height: 1.05; letter-spacing: -0.02em;

    color: var(--black); margin-bottom: 24px; font-weight: 400;

  }

  .hero h1 em {

    font-style: italic; color: var(--black);

    background: var(--lime);

    padding: 0.02em 0.18em;

    box-decoration-break: clone;

    -webkit-box-decoration-break: clone;

  }

  .hero-sub {

    font-size: 1.05rem; color: var(--gray-600); max-width: 520px;

    margin: 0 auto 34px; line-height: 1.75; font-weight: 300;

  }

  .hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

  .btn-primary {

    display: inline-flex; align-items: center; gap: 8px;

    background: var(--lime); color: var(--black);

    padding: 14px 28px; border-radius: 100px;

    font-size: 0.88rem; font-weight: 700; text-decoration: none;

    border: none; cursor: pointer; transition: all var(--transition);

    letter-spacing: 0.04em; text-transform: uppercase;

    position: relative; overflow: hidden; --tx: 0px; --ty: 0px;

  }

  .btn-primary::after { display: none; }

  .btn-primary > * { position: relative; z-index: 1; }

  .btn-primary:hover { background: var(--lime-dark); transform: translate(var(--tx), calc(var(--ty) - 2px)); box-shadow: 0 8px 24px rgba(17, 17, 17, 0.12); }

  .btn-primary:active { transform: translateY(0); }

  .hero .btn-secondary {

    background: transparent; border-color: var(--black);

    box-shadow: none;

  }

  .btn-secondary {

    display: inline-flex; align-items: center; gap: 8px;

    background: transparent; color: var(--black);

    padding: 14px 28px; border-radius: 100px;

    font-size: 0.88rem; font-weight: 600; text-decoration: none;

    border: 1.5px solid var(--black); cursor: pointer;

    transition: all var(--transition); letter-spacing: 0.04em;

    text-transform: uppercase;

    --tx: 0px; --ty: 0px;

  }

  .btn-secondary:hover { border-color: var(--black); background: var(--black); color: var(--white); transform: translate(var(--tx), calc(var(--ty) - 2px)); }

  .hero-scroll { display: none; }

  .hero-reviews {

    margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--gray-200);

    overflow: hidden; width: 100%; position: relative;

    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);

    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);

  }

  .hero-reviews-track {

    display: flex; gap: 24px; width: max-content;

    animation: heroReviewsScroll 28s linear infinite;

  }

  .hero-reviews:hover .hero-reviews-track { animation-play-state: paused; }

  @keyframes heroReviewsScroll {

    from { transform: translateX(0); }

    to { transform: translateX(-50%); }

  }

  .hero-review {

    flex: 0 0 auto; width: 260px; text-align: left; background: var(--white);

    border: 1px solid var(--gray-200); border-radius: 12px; padding: 20px;

  }

  .hero-review-placeholder { opacity: 0.6; border-style: dashed; }

  .hero-review-stars { color: var(--lime); letter-spacing: 2px; font-size: 1rem; margin-bottom: 10px; }

  .hero-review-text {

    font-size: 0.9rem; color: var(--black); line-height: 1.5;

    margin-bottom: 10px;

  }

  .hero-review-author { font-size: 0.78rem; color: var(--gray-400); font-weight: 500; }



  @keyframes fadeUp {

    from { opacity: 0; transform: translateY(24px); }

    to { opacity: 1; transform: translateY(0); }

  }



  /* ── SECTION LABEL ── */

  .section-label {

    display: inline-flex; align-items: center; gap: 8px;

    color: var(--gray-400); font-size: 0.72rem; font-weight: 700;

    letter-spacing: 0.1em; text-transform: uppercase;

    margin-bottom: 16px;

  }

  .section-label::before {

    content: ''; width: 20px; height: 1.5px; background: var(--lime);

  }

  .section-label.visible::before,
  .reveal.visible.section-label::before { animation: labelLine 1.1s ease both; }

  .section-title {

    font-family: 'DM Serif Display', serif;

    font-size: clamp(2rem, 4vw, 2.8rem);

    line-height: 1.1; letter-spacing: -0.02em;

    color: var(--black); font-weight: 400;

  }

  .section-title em {

    font-style: italic; color: var(--black);

    background: var(--lime);

    padding: 0.02em 0.12em;

    box-decoration-break: clone;

    -webkit-box-decoration-break: clone;

  }

  .section-sub {

    color: var(--gray-600); font-size: 1.05rem; max-width: 540px;

    line-height: 1.7; margin-top: 16px; font-weight: 300;

  }



  /* ── AGENCY SECTION ── */

  .agency { padding: 100px 0; background: var(--cream); }

  .agency-grid {

    display: grid; grid-template-columns: 1fr 1fr; gap: 80px;

    align-items: start; margin-bottom: 80px;

  }

  .agency-text p {

    color: var(--gray-600); line-height: 1.8; margin-bottom: 16px;

    font-size: 1rem; font-weight: 300;

  }

  .agency-visual {

    background: var(--gray-100); border-radius: var(--radius-xl);

    padding: 40px; position: relative; overflow: hidden; aspect-ratio: 4/3;

    border: none;

    display: flex; flex-direction: column; justify-content: space-between;

    isolation: isolate;

  }

  .agency-visual::before { display: none; }

  .agency-visual-card {

    background: var(--white); border-radius: var(--radius-md);

    padding: 20px 24px; box-shadow: var(--shadow-md);

    border: 1px solid var(--gray-100);

    animation: cardFloat 6s ease-in-out infinite;

  }

  .agency-visual-card:nth-child(2) { animation-delay: 0.7s; }

  .agency-visual-card .av-label { font-size: 0.75rem; color: var(--gray-400); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.05em; }

  .agency-visual-card .av-val { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.02em; }

  .agency-visual-row { display: flex; gap: 12px; }

  .agency-visual-bar {

    flex: 1; background: var(--blue-light); border-radius: 8px; overflow: hidden;

    position: relative; height: 8px;

  }

  .agency-visual-bar-fill {

    height: 100%; background: var(--blue); border-radius: 8px;

    transition: width 1s ease; transform-origin: left;

    animation: barGlow 2.4s ease-in-out infinite;

  }

  .agency-logo-showcase {

    align-items: center; justify-content: center; min-height: 520px;

    background: transparent; border: none; padding: 0;

  }

  .agency-logo-showcase::after {

    content: none;

  }

  .agency-logo-showcase::before { content: none; }

  .agency-logo-showcase > .logo-img {

    width: min(100%, 600px); height: auto; overflow: visible;

    animation: logoShowcaseFloat 5.8s ease-in-out infinite;

    transition: transform 0.5s ease;

  }

  .agency-logo-showcase:hover > .logo-img { transform: scale(1.04) rotate(0.6deg); }

  .av-metric { display: flex; justify-content: space-between; align-items: center; margin: 8px 0; }

  .av-metric-label { font-size: 0.85rem; color: var(--gray-600); }

  .av-metric-val { font-size: 0.85rem; font-weight: 600; color: var(--black); }



  /* ── SERVICES GRID ── */

  .services-title { margin-bottom: 48px; }

  .services-grid {

    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;

  }

  .service-card {

    background: var(--white); border: none;

    border-radius: var(--radius-lg); padding: 32px 28px;

    transition: all var(--transition); cursor: default;

    position: relative; overflow: hidden; --tilt-x: 0deg; --tilt-y: 0deg;

    transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));

    box-shadow: 0 2px 12px rgba(17, 17, 17, 0.06);

  }

  .service-card::after { display: none; }

  .service-card::before { display: none; }

  .service-card:hover {

    transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-4px);

    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.1);

  }

  .service-card:nth-child(2) { background: var(--black); }

  .service-card:nth-child(2) h3,
  .service-card:nth-child(2) p { color: var(--white); }

  .service-card:nth-child(2) p { color: rgba(255, 255, 255, 0.65); }

  .service-card:nth-child(4) { background: var(--gray-100); }

  .service-card:nth-child(6) { background: var(--lime); }

  .service-card:nth-child(6) .service-icon { background: var(--white); }

  .service-card:nth-child(4) .service-icon { background: var(--white); }

  .service-icon {

    width: 48px; height: 48px; background: var(--lime);

    border-radius: var(--radius-sm); display: flex; align-items: center;

    justify-content: center; margin-bottom: 20px; transition: all var(--transition);

  }

  .service-icon svg { width: 22px; height: 22px; color: var(--black); stroke: var(--black); }

  .service-card:hover .service-icon { transform: translateY(-2px); box-shadow: none; }

  .service-card:hover .service-icon svg { animation: none; }

  .service-card h3 {

    font-size: 1.05rem; font-weight: 600; margin-bottom: 10px;

    letter-spacing: -0.01em; color: var(--black);

  }

  .service-card p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.65; font-weight: 300; }



  /* ── HOME EXTRAS ── */

  .home-flow {

    margin: 78px 0 0; padding: 52px 0 0;

    border-top: 1px solid var(--gray-100);

  }

  .flow-grid {

    display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;

    margin-top: 34px;

  }

  .flow-step {

    position: relative; min-height: 210px;

    background: var(--white); border: none;

    border-radius: var(--radius-lg); padding: 28px 24px;

    overflow: hidden; transition: all var(--transition);

    box-shadow: 0 2px 12px rgba(17, 17, 17, 0.06);

  }

  .flow-step::before { display: none; }

  .flow-step:hover {

    transform: translateY(-4px);

    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.1);

  }

  .flow-step:nth-child(4) { background: var(--lime); }

  .flow-step:nth-child(4) h3,
  .flow-step:nth-child(4) p { color: var(--black); }

  .flow-number {

    width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;

    border-radius: var(--radius-sm); background: var(--black); color: var(--white);

    font-weight: 700; margin-bottom: 22px; position: relative; z-index: 1;

    font-size: 0.82rem;

  }

  .flow-step:nth-child(4) .flow-number { background: var(--black); color: var(--white); }

  .flow-step h3 {

    font-size: 1rem; font-weight: 600; letter-spacing: -0.01em;

    margin-bottom: 10px; position: relative; z-index: 1;

  }

  .flow-step p {

    font-size: 0.9rem; line-height: 1.65; color: var(--gray-600);

    font-weight: 300; position: relative; z-index: 1;

  }

  .value-strip {

    margin-top: 72px; display: grid; grid-template-columns: 1.1fr 1fr;

    gap: 34px; align-items: center; padding: 52px 42px;

    border-radius: var(--radius-xl); background: var(--black);

    border: none; overflow: hidden; position: relative;

    color: var(--white);

  }

  .value-strip::after { display: none; }

  .value-strip h2 {

    font-family: 'DM Serif Display', serif; font-weight: 400;

    font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.1;

    letter-spacing: -0.02em; margin-bottom: 14px; color: var(--white);

  }

  .value-strip p {

    color: rgba(255, 255, 255, 0.65); line-height: 1.7; font-weight: 300;

  }

  .value-strip .section-label { color: var(--lime); }

  .value-strip .section-label::before { background: var(--lime); }

  .value-pill {

    background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1);

    border-radius: var(--radius-md); padding: 18px 20px;

    transition: all var(--transition);

  }

  .value-pill:hover {

    transform: translateY(-3px); border-color: rgba(212, 255, 0, 0.3);

    background: rgba(255, 255, 255, 0.1);

  }

  .value-pill strong {

    display: block; color: var(--lime); font-size: 0.78rem;

    letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 6px;

    font-weight: 700;

  }

  .value-pill span { color: rgba(255, 255, 255, 0.7); font-size: 0.88rem; }

  .value-pills {

    display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;

    position: relative; z-index: 1;

  }



  /* ── PROJECTS ── */

  .projects { padding: 100px 0; background: var(--cream); }

  .projects-header { margin-bottom: 56px; }

  .projects-grid {

    display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;

  }

  .project-card {

    background: var(--white); border-radius: var(--radius-xl);

    overflow: hidden; transition: all var(--transition);

    border: 1px solid var(--gray-100);

    box-shadow: var(--shadow-sm); --tilt-x: 0deg; --tilt-y: 0deg;

    transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));

  }

  .project-card:hover { transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-8px) scale(1.01); box-shadow: var(--shadow-lg); }

  .project-preview {

    aspect-ratio: 16/9; background: var(--gray-100);

    position: relative; overflow: hidden;

  }

  .project-preview::after {

    content: ''; position: absolute; inset: 0;

    background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.20), transparent 58%);

    transform: translateX(-120%); transition: transform 0.7s ease; pointer-events: none;

  }

  .project-card:hover .project-preview::after { transform: translateX(120%); }

  .project-mockup {

    position: absolute; inset: 0; display: flex;

    flex-direction: column;

    transition: transform 0.65s cubic-bezier(0.2,0.8,0.2,1);

  }

  .project-card:hover .project-mockup { transform: scale(1.035); }

  .pm-bar {

    height: 28px; display: flex; align-items: center; padding: 0 12px; gap: 6px;

    border-bottom: 1px solid rgba(0,0,0,0.06);

  }

  .pm-dot { width: 8px; height: 8px; border-radius: 50%; }

  .project-card:hover .pm-dot { animation: dotBlink 1.2s ease-in-out infinite; }

  .pm-url {

    flex: 1; height: 16px; border-radius: 4px; background: rgba(0,0,0,0.06); margin: 0 8px;

  }

  .pm-body { flex: 1; padding: 12px; display: flex; flex-direction: column; gap: 8px; }

  .pm-hero { border-radius: 8px; flex: 0 0 50%; display: flex; align-items: center; justify-content: center; }

  .pm-hero-text { display: flex; flex-direction: column; gap: 6px; }

  .pm-line { height: 10px; border-radius: 3px; background: rgba(255,255,255,0.5); }

  .project-card:hover .pm-line { animation: linePulse 1.6s ease-in-out infinite; }

  .pm-line.sm { width: 60%; }

  .pm-line.xs { width: 40%; }

  .pm-cards { display: flex; gap: 6px; flex: 1; }

  .pm-card { flex: 1; border-radius: 6px; background: rgba(255,255,255,0.12); }

  .project-info { padding: 24px 28px; }

  .project-tag {

    display: inline-block; font-size: 0.72rem; font-weight: 600;

    letter-spacing: 0.07em; text-transform: uppercase;

    color: var(--black); background: var(--lime);

    padding: 4px 10px; border-radius: 100px; margin-bottom: 10px;

  }

  .project-info h3 {

    font-size: 1.1rem; font-weight: 600; margin-bottom: 6px;

    letter-spacing: -0.01em;

  }

  .project-info p { font-size: 0.9rem; color: var(--gray-600); margin-bottom: 20px; font-weight: 300; }

  .project-link {

    display: inline-flex; align-items: center; gap: 6px;

    color: var(--black); font-size: 0.9rem; font-weight: 600;

    text-decoration: none; transition: gap var(--transition);

  }

  .project-link:hover { gap: 10px; }

  .project-link svg { width: 16px; height: 16px; }



  /* ── CONTACT ── */

  .contact { padding: 100px 0; background: var(--cream); }

  .contact-left h2 em {

    font-style: italic; color: var(--black);

    background: var(--lime);

    padding: 0.02em 0.12em;

    box-decoration-break: clone;

    -webkit-box-decoration-break: clone;

  }

  .contact-grid {

    display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start;

  }

  .contact-left { position: sticky; top: calc(var(--nav-height) + 24px); }

  .contact-left h2 {

    font-family: 'DM Serif Display', serif;

    font-size: clamp(2rem, 3.5vw, 2.6rem);

    line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 16px;

    font-weight: 400;

  }

  .contact-left > p { color: var(--gray-600); line-height: 1.7; font-weight: 300; margin-bottom: 40px; }

  .contact-info-items { display: flex; flex-direction: column; gap: 16px; }

  .contact-info-item {

    display: flex; align-items: center; gap: 14px;

    padding: 16px 20px; background: var(--gray-50);

    border-radius: var(--radius-md); border: 1px solid var(--gray-100);

  }

  .contact-info-icon {

    width: 40px; height: 40px; background: var(--lime);

    border-radius: var(--radius-sm); display: flex; align-items: center;

    justify-content: center; flex-shrink: 0;

  }

  .contact-info-icon svg { width: 18px; height: 18px; stroke: var(--black); }

  .contact-info-text .cit-label { font-size: 0.78rem; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.05em; }

  .contact-info-text .cit-value { font-size: 0.95rem; font-weight: 500; color: var(--black); }

  .contact-info-text .cit-value a { color: var(--black); text-decoration: none; font-weight: 600; }



  /* ── MULTISTEP FORM ── */

  .form-wrapper {

    background: var(--white); border: 1.5px solid var(--gray-100);

    border-radius: var(--radius-xl); overflow: hidden;

    box-shadow: var(--shadow-lg);

  }

  .form-progress {

    height: 4px; background: var(--gray-100); position: relative;

  }

  .form-progress-bar {

    height: 100%; background: var(--black); border-radius: 2px;

    transition: width 0.4s ease;

  }

  .form-inner { padding: 36px 32px; }

  .form-step { display: none; animation: fadeUp 0.3s ease; }

  .form-step.active { display: block; }

  .step-meta {

    font-size: 0.78rem; color: var(--gray-400); font-weight: 500;

    letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 12px;

  }

  .form-step h3 {

    font-size: 1.35rem; font-weight: 600; letter-spacing: -0.02em;

    margin-bottom: 8px; color: var(--black);

  }

  .form-step .step-desc {

    color: var(--gray-400); font-size: 0.9rem; margin-bottom: 28px; font-weight: 300;

  }

  .options-grid {

    display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px;

  }

  .option-btn {

    display: flex; align-items: center; gap: 12px;

    padding: 14px 18px; border: 1.5px solid var(--gray-100);

    border-radius: var(--radius-md); cursor: pointer; text-align: left;

    background: var(--white); transition: all var(--transition);

    font-size: 0.95rem; color: var(--black); font-family: inherit;

    font-weight: 400;

  }

  .option-btn:hover { border-color: var(--black); background: var(--lime-muted); }

  .option-btn.selected { border-color: var(--black); background: var(--lime-muted); color: var(--black); font-weight: 500; }

  .option-check {

    width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--gray-200);

    flex-shrink: 0; display: flex; align-items: center; justify-content: center;

    transition: all var(--transition);

  }

  .option-btn.selected .option-check {

    background: var(--black); border-color: var(--black);

  }

  .option-btn.selected .option-check::after {

    content: ''; width: 6px; height: 6px; border-radius: 50%; background: white;

  }

  .form-textarea {

    width: 100%; min-height: 120px; padding: 14px 16px;

    border: 1.5px solid var(--gray-200); border-radius: var(--radius-md);

    font-size: 0.95rem; font-family: inherit; color: var(--black);

    resize: vertical; outline: none; transition: border-color var(--transition);

    line-height: 1.6; margin-bottom: 16px;

  }

  .form-textarea:focus { border-color: var(--black); }

  .form-input-group { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }

  .form-input {

    width: 100%; padding: 13px 16px; border: 1.5px solid var(--gray-200);

    border-radius: var(--radius-md); font-size: 0.95rem; font-family: inherit;

    color: var(--black); outline: none; transition: border-color var(--transition);

  }

  .form-input:focus { border-color: var(--black); }

  .form-input::placeholder { color: var(--gray-400); }



  /* ── CALENDAR ── */

  .calendar { margin-bottom: 24px; }

  .cal-header {

    display: flex; align-items: center; justify-content: space-between;

    margin-bottom: 20px;

  }

  .cal-header h4 { font-size: 1rem; font-weight: 600; }

  .cal-nav {

    display: flex; gap: 4px;

  }

  .cal-nav-btn {

    width: 32px; height: 32px; border: 1.5px solid var(--gray-200);

    border-radius: var(--radius-sm); background: none; cursor: pointer;

    display: flex; align-items: center; justify-content: center;

    transition: all var(--transition); color: var(--gray-600);

  }

  .cal-nav-btn:hover { border-color: var(--black); color: var(--black); }

  .cal-grid {

    display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;

  }

  .cal-day-label {

    text-align: center; font-size: 0.72rem; font-weight: 600;

    color: var(--gray-400); padding: 6px 0; letter-spacing: 0.05em;

    text-transform: uppercase;

  }

  .cal-day {

    aspect-ratio: 1; display: flex; align-items: center; justify-content: center;

    border-radius: var(--radius-sm); font-size: 0.85rem; cursor: pointer;

    border: 1.5px solid transparent; transition: all var(--transition);

    font-weight: 400;

  }

  .cal-day.available:hover { border-color: var(--black); color: var(--black); background: var(--lime-muted); }

  .cal-day.selected { background: var(--black); color: white; font-weight: 600; }

  .cal-day.unavailable { color: var(--gray-200); cursor: not-allowed; }

  .cal-day.empty { cursor: default; }

  .cal-day.today { font-weight: 700; color: var(--black); }



  .time-slots { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }

  .time-slot {

    padding: 8px 14px; border: 1.5px solid var(--gray-200);

    border-radius: var(--radius-sm); font-size: 0.85rem; cursor: pointer;

    transition: all var(--transition); background: var(--white); font-family: inherit;

    font-weight: 400; color: var(--black);

  }

  .time-slot:hover { border-color: var(--black); color: var(--black); }

  .time-slot.selected { background: var(--black); border-color: var(--black); color: white; font-weight: 600; }

  .time-slot.unavailable { color: var(--gray-200); border-color: var(--gray-100); cursor: not-allowed; }



  .form-nav {

    display: flex; justify-content: space-between; align-items: center;

    margin-top: 8px;

  }

  .form-nav .step-count { font-size: 0.82rem; color: var(--gray-400); }

  .form-btn-row { display: flex; gap: 10px; }

  .btn-back {

    padding: 11px 20px; border: 1.5px solid var(--gray-200); border-radius: 100px;

    font-size: 0.9rem; font-family: inherit; cursor: pointer; background: none;

    color: var(--gray-600); transition: all var(--transition); font-weight: 500;

  }

  .btn-back:hover { border-color: var(--gray-400); color: var(--black); }

  .btn-next {

    padding: 11px 22px; background: var(--black); color: white; border: none;

    border-radius: 100px; font-size: 0.82rem; font-family: inherit;

    cursor: pointer; font-weight: 600; transition: all var(--transition);

    display: flex; align-items: center; gap: 6px;

    text-transform: uppercase; letter-spacing: 0.04em;

  }

  .btn-next:hover { background: var(--gray-800); transform: translateY(-1px); }

  .btn-next:disabled { background: var(--gray-200); cursor: not-allowed; transform: none; }



  /* start screen */

  .form-start {

    text-align: center; padding: 16px 0 24px;

  }

  .form-start-icon {

    width: 64px; height: 64px; background: var(--lime-muted);

    border-radius: 50%; display: flex; align-items: center; justify-content: center;

    margin: 0 auto 20px;

  }

  .form-start-icon svg { width: 28px; height: 28px; stroke: var(--black); }

  .form-start h3 {

    font-size: 1.3rem; font-weight: 600; margin-bottom: 12px; color: var(--black);

    letter-spacing: -0.02em;

  }

  .form-start p { color: var(--gray-600); line-height: 1.65; font-weight: 300; margin-bottom: 28px; font-size: 0.95rem; }

  .form-start .btn-primary { width: 100%; justify-content: center; font-size: 1rem; padding: 15px; }



  /* success */

  .form-success {

    text-align: center; padding: 24px 0 16px; display: none;

  }

  .form-success-icon {

    width: 72px; height: 72px; background: #E8F5E9;

    border-radius: 50%; display: flex; align-items: center; justify-content: center;

    margin: 0 auto 20px;

  }

  .form-success-icon svg { width: 32px; height: 32px; stroke: #2E7D32; }

  .form-success h3 { font-size: 1.4rem; font-weight: 600; margin-bottom: 10px; color: var(--black); }

  .form-success p { color: var(--gray-600); font-weight: 300; line-height: 1.7; }



  /* ── FOOTER ── */

  .footer {

    background: var(--gray-900); color: rgba(255,255,255,0.5);

    padding: 60px 0 32px;

  }

  .footer-inner {

    max-width: 1200px; margin: 0 auto; padding: 0 24px;

  }

  .footer-grid {

    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;

    padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08);

    margin-bottom: 32px;

  }

  .footer-brand .logo { margin-bottom: 16px; }

  .footer-brand .logo-name { color: var(--white); }

  .footer-brand .logo-mark { background: transparent; }

  .footer-brand p { font-size: 0.88rem; line-height: 1.65; max-width: 240px; }

  .footer-col h4 { color: var(--white); font-size: 0.88rem; font-weight: 600; margin-bottom: 16px; letter-spacing: -0.01em; }

  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }

  .footer-col a {

    color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.88rem;

    transition: color var(--transition);

  }

  .footer-col a:hover { color: var(--white); }

  .footer-bottom {

    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;

  }

  .footer-bottom p { font-size: 0.82rem; }

  .footer-bottom-links { display: flex; gap: 24px; }

  .footer-bottom-links a {

    color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.82rem;

    transition: color var(--transition);

  }

  .footer-bottom-links a:hover { color: var(--white); }



  /* ── COOKIE BANNER ── */

  .cookie-banner {

    position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);

    width: calc(100% - 48px); max-width: 680px; z-index: 2000;

    background: var(--gray-900); color: var(--white);

    border-radius: var(--radius-lg); padding: 24px 28px;

    box-shadow: var(--shadow-lg);

    display: flex; align-items: flex-start; gap: 20px; flex-wrap: wrap;

    animation: slideUp 0.4s ease;

  }

  .cookie-banner.hidden { display: none; }

  @keyframes slideUp {

    from { opacity: 0; transform: translateX(-50%) translateY(20px); }

    to { opacity: 1; transform: translateX(-50%) translateY(0); }

  }

  .cookie-text { flex: 1; min-width: 200px; }

  .cookie-text p { font-size: 0.88rem; line-height: 1.6; color: rgba(255,255,255,0.7); }

  .cookie-text a { color: var(--lime); }

  .cookie-text strong { color: var(--white); display: block; margin-bottom: 6px; font-size: 1rem; }

  .cookie-actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }

  .cookie-accept {

    background: var(--lime); color: var(--black); border: none; padding: 10px 20px;

    border-radius: 100px; cursor: pointer; font-weight: 600;

    font-family: inherit; font-size: 0.88rem; transition: background var(--transition);

  }

  .cookie-accept:hover { background: var(--lime-dark); }

  .cookie-decline {

    background: none; color: rgba(255,255,255,0.5); border: 1.5px solid rgba(255,255,255,0.15);

    padding: 9px 16px; border-radius: var(--radius-sm); cursor: pointer;

    font-family: inherit; font-size: 0.88rem; transition: all var(--transition);

  }

  .cookie-decline:hover { color: white; border-color: rgba(255,255,255,0.4); }

  .cookie-settings {

    background: none; color: rgba(255,255,255,0.7); border: 1.5px solid rgba(255,255,255,0.15);

    padding: 9px 16px; border-radius: var(--radius-sm); cursor: pointer;

    font-family: inherit; font-size: 0.88rem; transition: all var(--transition);

  }

  .cookie-settings:hover { color: white; border-color: rgba(255,255,255,0.4); }

  /* Buttons inside the light settings modal need a different decline style */

  #cookieSettingsModal .cookie-decline {

    color: var(--gray-500); border-color: var(--gray-200);

  }

  #cookieSettingsModal .cookie-decline:hover { color: var(--black); border-color: var(--gray-400); }

  /* ── COOKIE CATEGORY TOGGLES ── */

  .cookie-category {

    margin-top: 20px; padding: 16px 0; border-bottom: 1px solid var(--gray-100);

  }

  .cookie-category:last-of-type { border-bottom: none; }

  .cookie-category-header {

    display: flex; align-items: center; justify-content: space-between; gap: 16px;

    font-weight: 600; font-size: 0.95rem; color: var(--black);

  }

  .cookie-category p {

    margin-top: 8px; font-size: 0.85rem; line-height: 1.6; color: var(--gray-500);

  }

  .cookie-switch {

    position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0;

  }

  .cookie-switch input { opacity: 0; width: 0; height: 0; }

  .cookie-slider {

    position: absolute; cursor: pointer; inset: 0;

    background-color: var(--gray-200); transition: var(--transition);

    border-radius: 100px;

  }

  .cookie-slider::before {

    content: ''; position: absolute; height: 18px; width: 18px;

    left: 3px; bottom: 3px; background-color: var(--white);

    transition: var(--transition); border-radius: 50%;

  }

  .cookie-switch input:checked + .cookie-slider {

    background-color: var(--lime);

  }

  .cookie-switch input:checked + .cookie-slider::before {

    transform: translateX(20px);

  }

  .cookie-switch-disabled {

    opacity: 0.6; cursor: not-allowed;

  }

  .cookie-switch-disabled .cookie-slider {

    background-color: var(--lime); cursor: not-allowed;

  }

  .cookie-switch-disabled .cookie-slider::before {

    transform: translateX(20px);

  }



  /* ── MODAL / IMPRESSUM ── */

  .modal-overlay {

    position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 9500;

    display: none; align-items: flex-end; justify-content: center;

    padding: 0;

  }

  .modal-overlay.open { display: flex; }

  .modal {

    background: var(--white); border-radius: var(--radius-xl) var(--radius-xl) 0 0;

    width: 100%; max-width: 680px; max-height: 80vh; overflow-y: auto;

    padding: 32px; animation: modalUp 0.3s ease;

  }

  @keyframes modalUp {

    from { transform: translateY(40px); opacity: 0; }

    to { transform: translateY(0); opacity: 1; }

  }

  .modal-close {

    float: right; background: var(--gray-100); border: none; width: 32px; height: 32px;

    border-radius: 50%; cursor: pointer; font-size: 1rem; display: flex;

    align-items: center; justify-content: center; font-family: inherit;

    transition: background var(--transition);

  }

  .modal-close:hover { background: var(--gray-200); }

  .modal h2 {

    font-family: 'DM Serif Display', serif; font-size: 1.8rem; font-weight: 400;

    margin-bottom: 24px; margin-top: 4px; letter-spacing: -0.02em;

  }

  .modal h3 { font-size: 1rem; font-weight: 600; margin: 20px 0 8px; }

  .modal p { color: var(--gray-600); font-size: 0.92rem; line-height: 1.65; margin-bottom: 8px; font-weight: 300; }



  /* ── STANDALONE PAGES ── */

  .page-hero {

    padding: calc(var(--nav-height) + 60px) 0 60px;

    background: var(--gray-50); border-bottom: 1px solid var(--gray-100);

  }

  .page-hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  .page-hero-inner h1 {

    font-family: 'DM Serif Display', serif;

    font-size: clamp(2.2rem, 5vw, 3.4rem);

    font-weight: 400; letter-spacing: -0.025em; line-height: 1.1;

    margin-bottom: 16px;

  }

  .page-hero-inner h1 em {

    font-style: italic; color: var(--black);

    background: var(--lime);

    padding: 0.02em 0.12em;

    box-decoration-break: clone;

    -webkit-box-decoration-break: clone;

  }

  .page-hero-inner p { color: var(--gray-600); max-width: 540px; font-weight: 300; line-height: 1.7; }



  /* ── VISUAL SYSTEM ── */

  .section-title,
  .contact-left h2,
  .page-hero-inner h1,
  .modal h2 {

    color: var(--black);

  }

  .agency,
  .contact,
  .projects,
  .page-hero {

    position: relative; overflow: hidden;

    background: var(--cream);

  }

  .agency::before,
  .contact::before,
  .projects::before,
  .page-hero::before { display: none; }

  .projects .section-inner,
  .agency .section-inner,
  .contact .section-inner,
  .page-hero-inner {

    position: relative; z-index: 1;

  }

  .project-card {

    border: none; border-radius: var(--radius-lg);

    background: var(--white);

    box-shadow: 0 2px 12px rgba(17, 17, 17, 0.06);

  }

  .project-info { background: var(--white); }

  .project-tag { background: var(--lime); color: var(--black); }

  .page-hero {

    border-bottom: 1px solid var(--gray-200);

  }

  .page-hero-inner { text-align: center; max-width: 850px; }

  .page-hero-inner .section-label { justify-content: center; }

  .page-hero-inner p { margin: 0 auto; }

  .page-hero-inner h1 em {

    font-style: italic; color: var(--black);

    background: var(--lime);

    padding: 0.02em 0.12em;

    box-decoration-break: clone;

    -webkit-box-decoration-break: clone;

  }

  .contact-info-item {

    background: var(--white); border: none;

    box-shadow: 0 2px 12px rgba(17, 17, 17, 0.05);

    transition: all var(--transition);

  }

  .contact-info-item:hover {

    transform: translateY(-3px);

    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08);

  }

  .form-wrapper {

    border: none; border-radius: var(--radius-xl);

    box-shadow: 0 4px 24px rgba(17, 17, 17, 0.08);

    background: var(--white);

  }

  .form-progress-bar,
  .cal-day.selected,
  .time-slot.selected,
  .option-btn.selected .option-check {

    background: var(--black); border-color: var(--black);

  }

  .option-btn:hover,
  .option-btn.selected,
  .cal-day.available:hover,
  .time-slot:hover {

    border-color: var(--black);

    background: var(--lime-muted);

  }

  .btn-next {

    background: var(--black); border-radius: 100px;

    text-transform: uppercase; letter-spacing: 0.04em;

    font-size: 0.82rem;

  }

  .btn-next:hover { background: var(--gray-800); }

  .form-start-icon { background: var(--lime-muted); }

  .form-start-icon svg { stroke: var(--black); }

  .footer {

    position: relative; overflow: hidden;

    background: var(--black);

  }

  .footer::before { display: none; }

  .footer-inner { position: relative; z-index: 1; }

  .cookie-text a { color: var(--lime); }

  .cookie-accept { background: var(--lime); color: var(--black); border-radius: 100px; }

  .cookie-accept:hover { background: var(--lime-dark); }

  .mobile-menu a.cta-mobile {

    background: var(--black); border-radius: 100px;

    text-transform: uppercase; letter-spacing: 0.04em;

  }

  .home-flow { border-top-color: var(--gray-200); }

  /* Desktop: condensed uppercase headings */

  @media (min-width: 901px) {

    .hero h1,
    .section-title,
    .page-hero-inner h1 {

      font-family: 'Archivo Black', sans-serif;

      text-transform: uppercase;

      letter-spacing: -0.01em;

      line-height: 1.0;

    }

    .hero h1 em,
    .section-title em,
    .page-hero-inner h1 em {

      font-family: 'Archivo Black', sans-serif;

      font-style: normal;

    }

    .contact-left h2,
    .value-strip h2 {

      font-family: 'Archivo Black', sans-serif;

      text-transform: uppercase;

      letter-spacing: -0.01em;

    }

    .contact-left h2 em { font-style: normal; font-family: 'Archivo Black', sans-serif; }

  }



  /* ── RESPONSIVE ── */

  @media (max-width: 900px) {

    .nav-links { display: none; }

    .burger { display: flex; }

    .agency-grid {

      grid-template-columns: 1fr; gap: 34px; text-align: center;

      align-items: center; margin-bottom: 64px;

    }

    .agency-text .section-label { justify-content: center; }

    .agency-text .section-sub { margin-left: auto; margin-right: auto; }

    .agency-logo-showcase {

      width: min(100%, 430px); min-height: 260px; aspect-ratio: 16 / 10;

      margin: 0 auto; display: flex; align-items: center; justify-content: center;

    }

    .agency-logo-showcase > .logo-img { width: min(95vw, 500px); }

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

    .hero-wave { min-width: 920px; height: 440px; }

    .hero-illo { opacity: 0.34; width: 120px; }

    .hero-illo.left { left: 8vw; top: 58%; }

    .hero-illo.right { right: 7vw; top: 58%; }

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

    .value-strip { grid-template-columns: 1fr; }

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

    .contact-grid { grid-template-columns: 1fr; gap: 40px; }

    .contact-left { position: static; }

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

  }

  @media (max-width: 600px) {

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

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

    .value-strip { padding: 30px 22px; }

    .value-pills { grid-template-columns: 1fr; }

    .hero {

      min-height: auto;

      padding: calc(var(--nav-height) + 44px) 18px 52px;

    }

    .hero-content { max-width: 380px; }

    .hero h1 {

      font-family: 'Archivo Black', sans-serif;

      text-transform: uppercase;

      font-size: clamp(2.15rem, 11.2vw, 3.1rem);

      line-height: 0.98; letter-spacing: 0;

      margin-bottom: 20px; text-wrap: balance;

    }

    .hero h1 em {

      font-family: 'Archivo Black', sans-serif;

      font-style: normal;

      padding: 0.03em 0.14em;

      line-height: 1;

    }

    .hero-sub {

      font-size: 1rem; line-height: 1.65;

      max-width: 32ch; margin-bottom: 28px;

    }

    .hero-actions {

      flex-direction: column; align-items: stretch;

      width: min(100%, 340px); margin: 0 auto;

    }

    .hero-actions .btn-primary,
    .hero-actions .btn-secondary {

      width: 100%; justify-content: center;

      padding: 14px 20px;

    }

    .hero-wave { min-width: 760px; height: 380px; transform: translate(-50%, -34%); }

    .hero-wave.back { transform: translate(-50%, -45%); }

    .hero-wave.front { transform: translate(-50%, -17%); }

    .hero-illo { display: none; }

    .hero-reviews { margin-top: 38px; padding-top: 28px; }

    .hero-review { width: 230px; padding: 18px; }

    .agency { padding: 74px 0; }

    .agency-logo-showcase {

      min-height: 220px; width: min(100%, 360px);

    }

    .agency-logo-showcase > .logo-img { width: min(98vw, 440px); }

    .footer-grid { grid-template-columns: 1fr; gap: 32px; }

    .footer-bottom { flex-direction: column; text-align: center; }

    .cookie-banner { bottom: 0; border-radius: var(--radius-lg) var(--radius-lg) 0 0; width: 100%; left: 0; transform: none; }

    .cookie-banner {
      padding: 18px 18px calc(18px + env(safe-area-inset-bottom, 0px));
      gap: 14px;
      max-height: 80vh;
      overflow-y: auto;
    }

    .cookie-text strong { font-size: 0.95rem; }

    .cookie-text p { font-size: 0.84rem; }

    .cookie-actions {
      width: 100%;
      flex-wrap: wrap;
      gap: 8px;
    }

    .cookie-actions button {
      flex: 1 1 100%;
      text-align: center;
      padding: 12px 16px;
    }

    .cookie-actions .cookie-accept { order: 1; }

    .cookie-actions .cookie-settings { order: 2; flex: 1 1 calc(50% - 4px); }

    .cookie-actions .cookie-decline { order: 3; flex: 1 1 calc(50% - 4px); }

  }



  /* ── ANIMATIONS ON SCROLL ── */

  .reveal {

    opacity: 0; transform: translateY(26px) scale(0.985); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2,0.8,0.2,1);

  }

  .reveal.visible { opacity: 1; transform: translateY(0) scale(1); }

  .reveal-delay-1 { transition-delay: 0.1s; }

  .reveal-delay-2 { transition-delay: 0.2s; }

  .reveal-delay-3 { transition-delay: 0.3s; }

  .reveal-delay-4 { transition-delay: 0.4s; }

  .reveal-delay-5 { transition-delay: 0.5s; }



  /* ── MISC UTILS ── */

  .text-center { text-align: center; }

  .mb-16 { margin-bottom: 16px; }

  .divider { height: 1px; background: var(--gray-100); margin: 0; }



  /* Success message for email */

  .email-note {

    font-size: 0.8rem; color: var(--gray-400); text-align: center;

    margin-top: 12px; font-weight: 300;

  }



  .selected-summary {

    background: var(--gray-50); border-radius: var(--radius-md); padding: 20px;

    margin-bottom: 24px; border: 1px solid var(--gray-100);

  }

  .selected-summary h4 { font-size: 0.85rem; color: var(--gray-400); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.05em; }

  .summary-row { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid var(--gray-100); font-size: 0.88rem; }

  .summary-row:last-child { border: none; }

  .summary-row .sr-label { color: var(--gray-600); }

  .summary-row .sr-val { font-weight: 500; color: var(--black); text-align: right; max-width: 60%; }

  @keyframes spin { to { transform: rotate(360deg); } }

  @keyframes logoLift {

    0%, 100% { transform: translateY(0); }

    50% { transform: translateY(-2px); }

  }

  @keyframes auroraShift {

    0% { transform: translate3d(-1%, -1%, 0) scale(1); filter: saturate(1); }

    100% { transform: translate3d(1.5%, 1%, 0) scale(1.04); filter: saturate(1.25); }

  }

  @keyframes gridDrift {

    from { background-position: 0 0, 0 0; }

    to { background-position: 60px 60px, 60px 60px; }

  }

  @keyframes waveBreathe {

    0%, 100% { transform: scaleX(1) translateY(0); }

    50% { transform: scaleX(1.025) translateY(-10px); }

  }

  @keyframes softFloat {

    0%, 100% { transform: translateY(0); }

    50% { transform: translateY(-6px); }

  }

  @keyframes cardFloat {

    0%, 100% { transform: translateY(0); }

    50% { transform: translateY(-7px); }

  }

  @keyframes slowSpin {

    to { transform: rotate(360deg); }

  }

  @keyframes barGlow {

    0%, 100% { box-shadow: 0 0 0 rgba(26,107,250,0); }

    50% { box-shadow: 0 0 16px rgba(26,107,250,0.35); }

  }

  @keyframes linePulse {

    0%, 100% { opacity: 0.5; transform: scaleX(1); }

    50% { opacity: 0.9; transform: scaleX(1.04); }

  }

  @keyframes logoShowcaseFloat {

    0%, 100% { transform: translateY(0) rotate(-0.5deg); }

    50% { transform: translateY(-12px) rotate(0.7deg); }

  }

  @keyframes pageIn {

    from { opacity: 0; transform: translateY(10px); }

    to { opacity: 1; transform: translateY(0); }

  }

  @keyframes heroSweep {

    0%, 18% { transform: translateX(-42%); opacity: 0; }

    42% { opacity: 1; }

    72%, 100% { transform: translateX(42%); opacity: 0; }

  }

  @keyframes badgeGlint {

    0%, 55% { transform: translateX(-130%); }

    78%, 100% { transform: translateX(130%); }

  }

  @keyframes labelLine {

    from { width: 0; opacity: 0; }

    to { width: 20px; opacity: 1; }

  }

  @keyframes iconWiggle {

    0%, 100% { transform: rotate(0) scale(1); }

    35% { transform: rotate(-8deg) scale(1.08); }

    70% { transform: rotate(5deg) scale(1.03); }

  }

  @keyframes dotBlink {

    0%, 100% { transform: scale(1); opacity: 0.75; }

    50% { transform: scale(1.28); opacity: 1; }

  }

  @media (prefers-reduced-motion: reduce) {

    *, *::before, *::after {

      animation-duration: 0.01ms !important;

      animation-iteration-count: 1 !important;

      scroll-behavior: auto !important;

      transition-duration: 0.01ms !important;

    }

  }



/* ── Hero Particle Effect ── */
.hero-particles {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
  background: transparent;
  mix-blend-mode: multiply;
}

/* ── Hero Reviews Label ── */
.hero-reviews-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 16px;
  margin-top: 40px;
}

.hero-reviews-label::before {
  content: '';
  width: 20px;
  height: 1.5px;
  background: var(--lime);
  flex-shrink: 0;
}

/* ── Floating CTA ── */
.floating-cta {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9000;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--dark, #0f1117);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px;
  padding: 10px 20px 10px 14px;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(0,0,0,0.28), 0 2px 8px rgba(0,0,0,0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  user-select: none;
}

.floating-cta:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 40px rgba(0,0,0,0.34), 0 4px 12px rgba(0,0,0,0.22);
}

.floating-cta-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4A7CC9;
  flex-shrink: 0;
  animation: floatingDotPulse 2s ease-in-out infinite;
}

@keyframes floatingDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.35); }
}

.floating-cta-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.floating-cta-top {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4A7CC9;
}

.floating-cta-bottom {
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 480px) {
  .floating-cta {
    bottom: 18px;
    right: 16px;
    padding: 9px 16px 9px 12px;
  }
  .floating-cta-bottom {
    font-size: 0.82rem;
  }
}

@media (max-width: 600px) {
  body.cookie-visible .floating-cta {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
}

body.modal-open .floating-cta {
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* ── Pain Point Section ── */
.painpoint-section {
  background: var(--cream);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

.painpoint-section .section-label {
  color: var(--black, #0f1117);
  border-color: rgba(15, 17, 23, 0.2);
  background: rgba(15, 17, 23, 0.06);
}

.painpoint-section .section-title {
  color: var(--black, #0f1117);
}

.painpoint-section .section-title em {
  color: var(--black, #0f1117);
  background: var(--lime, #4A7CC9);
}

.painpoint-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.painpoint-intro {
  position: sticky;
  top: 100px;
}

.painpoint-lead {
  color: var(--gray-500, #6b7280);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 20px;
  font-weight: 300;
}

.painpoint-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.painpoint-card {
  background: var(--gray-50, #f8f9fa);
  border: 1px solid var(--gray-200, #e5e7eb);
  border-radius: 16px;
  padding: 32px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.painpoint-card:hover {
  background: #ffffff;
  border-color: var(--lime, #4A7CC9);
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

.painpoint-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(168, 224, 96, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.painpoint-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--black, #0f1117);
}

.painpoint-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--black, #0f1117);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.painpoint-card p {
  color: var(--gray-500, #6b7280);
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 300;
}

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

  .painpoint-intro {
    position: static;
  }

  .painpoint-section {
    padding: 64px 0;
  }
}

/* ══════════════════════════════════════════════
   FAQ PAGE
   ══════════════════════════════════════════════ */

/* Search */
.faq-search-wrap {
  position: relative; margin: 0 auto 32px; max-width: 760px;
}

.faq-search-icon {
  position: absolute; left: 20px; top: 50%; transform: translateY(-50%);
  color: var(--gray-400); pointer-events: none;
}

.faq-search-input {
  width: 100%; padding: 18px 20px 18px 52px;
  font-size: 1.05rem; font-family: inherit;
  border: 1.5px solid var(--gray-200); border-radius: var(--radius-lg);
  background: var(--white); color: var(--black);
  transition: all var(--transition);
}

.faq-search-input:focus {
  outline: none; border-color: var(--lime); box-shadow: 0 0 0 4px var(--lime-muted, rgba(74,124,201,0.14));
}

.faq-search-input::placeholder { color: var(--gray-400); }

/* Accordion */
.faq-list { display: flex; flex-direction: column; gap: 12px; margin: 0 auto; max-width: 760px; }

.faq-item {
  background: var(--white); border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.faq-item.open { border-color: var(--lime); box-shadow: var(--shadow-md); }

.faq-item.faq-hidden { display: none; }

.faq-question {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; text-align: left; padding: 20px 22px;
  background: none; border: none; cursor: pointer;
  font-family: inherit; font-size: 1rem; font-weight: 500; color: var(--black);
  transition: color var(--transition);
}

.faq-question:hover { color: var(--lime-dark, var(--lime)); }

.faq-question-icon {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  background: var(--gray-50); display: flex; align-items: center; justify-content: center;
  transition: transform 0.35s ease, background var(--transition);
}

.faq-item.open .faq-question-icon { transform: rotate(45deg); background: var(--lime); color: var(--black); }

.faq-question-icon svg { transition: transform 0.35s ease; }

.faq-answer-wrap {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
}

.faq-item.open .faq-answer-wrap { max-height: 400px; }

.faq-answer {
  padding: 0 22px 20px; color: var(--gray-500);
  font-size: 0.95rem; line-height: 1.7; font-weight: 300;
}

.faq-noresult {
  text-align: center; padding: 32px 0; color: var(--gray-400);
}

@media (max-width: 640px) {
  .faq-search-input { font-size: 0.95rem; padding: 15px 16px 15px 46px; }
}