@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,600;6..72,700&family=Manrope:wght@400;500;600&display=swap');

@layer reset, tokens, layout, components, utilities;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
  body { min-height: 100vh; display: flex; flex-direction: column; }
  img { max-width: 100%; height: auto; display: block; }
  ul, ol { list-style: none; }
  a { color: inherit; text-decoration: none; }
  button { cursor: pointer; border: none; background: none; font: inherit; }
  input, select, textarea { font: inherit; }
  table { border-collapse: collapse; width: 100%; }
}

@layer tokens {
  :root {
    --clr-bg: #f5f4f0;
    --clr-bg-dark: #1a1d21;
    --clr-bg-mid: #eceae4;
    --clr-surface: #ffffff;
    --clr-primary: #1e3a5f;
    --clr-primary-light: #2a5080;
    --clr-accent: #e8612a;
    --clr-accent-light: #f07645;
    --clr-text: #1f2328;
    --clr-text-muted: #5a6172;
    --clr-text-light: #f0ede8;
    --clr-border: #d8d5ce;
    --clr-timeline: #c8c4bb;

    --font-heading: 'Newsreader', Georgia, serif;
    --font-body: 'Manrope', system-ui, sans-serif;

    --fs-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    --fs-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
    --fs-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    --fs-lg: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
    --fs-xl: clamp(1.375rem, 1.1rem + 1.375vw, 2rem);
    --fs-2xl: clamp(1.75rem, 1.3rem + 2.25vw, 3rem);
    --fs-3xl: clamp(2.25rem, 1.5rem + 3.75vw, 4.5rem);
    --fs-hero: clamp(2.75rem, 2rem + 3.75vw, 5.5rem);

    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2.5rem;
    --space-xl: 4rem;
    --space-2xl: 6rem;
    --space-3xl: 9rem;

    --radius-sm: 4px;
    --radius-md: 10px;
    --radius-lg: 18px;
    --radius-xl: 28px;

    --shadow-sm: 0 1px 3px rgba(30,58,95,0.08), 0 1px 2px rgba(30,58,95,0.04);
    --shadow-md: 0 4px 12px rgba(30,58,95,0.1), 0 2px 6px rgba(30,58,95,0.06);
    --shadow-lg: 0 12px 32px rgba(30,58,95,0.12), 0 4px 12px rgba(30,58,95,0.08);
    --shadow-accent: 0 8px 24px rgba(232,97,42,0.2), 0 2px 8px rgba(232,97,42,0.12);

    --nav-height: 68px;
    --transition: 0.25s ease;
  }
}

@layer layout {
  body {
    font-family: var(--font-body);
    font-size: var(--fs-base);
    color: var(--clr-text);
    background-color: var(--clr-bg);
    line-height: 1.7;
  }

  main { flex: 1; }

  .skip-link {
    position: absolute;
    top: -100px;
    left: var(--space-sm);
    z-index: 9999;
    background: var(--clr-primary);
    color: var(--clr-text-light);
    padding: var(--space-xs) var(--space-sm);
    border-radius: var(--radius-sm);
    font-size: var(--fs-sm);
    transition: top var(--transition);
  }
  .skip-link:focus { top: var(--space-sm); }

  .s-hero {
    min-height: 100vh;
    padding-top: calc(var(--nav-height) + 2rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xl);
    align-items: center;
    padding-left: clamp(1.5rem, 5vw, 6rem);
    padding-right: clamp(1.5rem, 5vw, 6rem);
    padding-bottom: var(--space-2xl);
    background-color: var(--clr-bg);
    overflow: hidden;
  }

  .s-intro { padding: var(--space-xl) clamp(1.5rem, 8vw, 10rem); background: var(--clr-bg); }

  .s-pillars { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-bg-mid); }
  .s-pillars__inner { max-width: 1200px; margin: 0 auto; }
  .s-pillars__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--space-lg); margin-top: var(--space-xl); }

  .s-workflow { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-bg-dark); }
  .s-workflow__inner { max-width: 900px; margin: 0 auto; }

  .s-audience { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-bg); }
  .s-audience__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-xl); align-items: center; }

  .s-timeline { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-bg-mid); }
  .s-timeline__inner { max-width: 900px; margin: 0 auto; }

  .s-contact-preview { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-bg-dark); }
  .s-contact-preview__inner { max-width: 1200px; margin: 0 auto; }
  .s-contact-preview__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--space-md); margin-top: var(--space-xl); margin-bottom: var(--space-xl); }

  .s-page-hero { padding: calc(var(--nav-height) + 3rem) clamp(1.5rem, 5vw, 6rem) var(--space-2xl); background: var(--clr-bg-dark); }
  .s-page-hero__inner { max-width: 800px; }
  .s-page-hero--medium { padding-bottom: var(--space-2xl); }
  .s-page-hero__title, .s-page-hero__sub { color: var(--clr-surface); }
  .s-why-values { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-bg); }
  .s-why-values__inner { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: var(--space-2xl); }

  .s-cta-band { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-accent); }
  .s-cta-band__inner { max-width: 700px; margin: 0 auto; text-align: center; }

  .s-form-section { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-bg); }
  .s-form-section__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: var(--space-2xl); align-items: start; }

  .s-contact-main { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-bg); }
  .s-contact-main__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: var(--space-xl); }
  .s-contact-main__cards { display: flex; flex-direction: column; gap: var(--space-md); }

  .s-service-area { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-bg-mid); }
  .s-service-area__inner { max-width: 1100px; margin: 0 auto; }
  .s-service-area__content { display: grid; grid-template-columns: 1.2fr 1fr; gap: var(--space-xl); margin-top: var(--space-xl); }
  .s-service-area__regions ul { display: flex; flex-direction: column; gap: var(--space-xs); margin-top: var(--space-sm); }
  .s-service-area__regions li { display: flex; align-items: center; gap: var(--space-xs); color: var(--clr-text-muted); }
  .s-service-area__regions li i { color: var(--clr-accent); font-size: 0.6rem; }

  .s-services-grid { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-bg); }
  .s-services-grid__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--space-lg); }

  .s-services-image-band { height: 400px; overflow: hidden; }
  .s-services-image-band__figure { height: 100%; margin: 0; }
  .s-services-image-band__figure img { width: 100%; height: 100%; object-fit: cover; }

  .s-services-note { padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem); background: var(--clr-bg-mid); }
  .s-services-note__inner { max-width: 700px; }

  .s-thanks-page { display: flex; align-items: center; justify-content: center; min-height: calc(100vh - var(--nav-height) - 200px); padding: var(--space-xl) var(--space-sm); position: relative; background: var(--clr-bg-mid); }

  .s-legal-page { padding: var(--space-lg) clamp(1rem, 3vw, 3rem); padding-top: calc(var(--nav-height) + 2rem); }
  .s-legal-page__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 240px 1fr; gap: var(--space-2xl); align-items: start; }
  .s-legal-page__header { margin-bottom: var(--space-xl); }
  .s-legal-page__header h1 { font-family: var(--font-heading); font-size: var(--fs-2xl); color: var(--clr-primary); margin-bottom: var(--space-xs); }
  .s-legal-page__meta { color: var(--clr-text-muted); }
  .s-legal-page__content section { margin-bottom: var(--space-xl); padding-bottom: var(--space-lg); border-bottom: 1px solid var(--clr-border); }
  .s-legal-page__content section:last-child { border-bottom: none; }
  .s-legal-page__content h2 { font-family: var(--font-heading); font-size: var(--fs-xl); color: var(--clr-primary); margin-bottom: var(--space-sm); }
  .s-legal-page__content h3 { font-family: var(--font-body); font-size: var(--fs-lg); color: var(--clr-text); font-weight: 600; margin-top: var(--space-md); margin-bottom: var(--space-xs); }
  .s-legal-page__content p { margin-bottom: var(--space-sm); color: var(--clr-text); }
  .s-legal-page__content ul { margin-left: var(--space-md); list-style: disc; margin-bottom: var(--space-sm); }
  .s-legal-page__content ul li { margin-bottom: 0.3rem; }
  .s-legal-page__content address { font-style: normal; margin: var(--space-sm) 0; padding: var(--space-sm); background: var(--clr-bg-mid); border-radius: var(--radius-md); line-height: 1.8; }
  .s-legal-page__content a { color: var(--clr-accent); text-decoration: underline; }

  .s-impressum-page { padding: calc(var(--nav-height) + 2rem) clamp(1.5rem, 5vw, 6rem) var(--space-2xl); }
  .s-impressum-page__inner { max-width: 900px; margin: 0 auto; }
  .s-impressum-page__section { margin-bottom: var(--space-xl); padding-bottom: var(--space-lg); border-bottom: 1px solid var(--clr-border); }
  .s-impressum-page__section:last-child { border-bottom: none; }
  .s-impressum-page__section h2 { font-family: var(--font-heading); font-size: var(--fs-xl); color: var(--clr-primary); margin-bottom: var(--space-sm); }
  .s-impressum-page__section h3 { font-family: var(--font-body); font-weight: 600; font-size: var(--fs-base); margin-top: var(--space-md); margin-bottom: var(--space-xs); }
  .s-impressum-page__section p { margin-bottom: var(--space-xs); }
  .s-impressum-page__section ul { list-style: disc; margin-left: var(--space-md); margin-top: var(--space-xs); }
  .s-impressum-page__section ul li { margin-bottom: 0.25rem; }
  .s-impressum-page__section address { font-style: normal; margin: var(--space-sm) 0; padding: var(--space-sm); background: var(--clr-bg-mid); border-radius: var(--radius-md); line-height: 1.8; }
  .s-impressum-page__section a { color: var(--clr-accent); }

  .s-section-header { text-align: center; margin-bottom: var(--space-xl); }
  .s-section-header__title { font-family: var(--font-heading); font-size: var(--fs-2xl); color: var(--clr-primary); margin-bottom: var(--space-xs); }
  .s-section-header--light .s-section-header__title { color: var(--clr-text-light); }
  .s-section-header--light .s-section-header__sub { color: rgba(240,237,232,0.7); }
  .s-section-header__sub { color: var(--clr-text-muted); font-size: var(--fs-lg); }
}

@layer components {

  
  .c-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: var(--clr-surface);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
  }
  .c-nav.is-scrolled { box-shadow: var(--shadow-md); }
  .c-nav__inner { max-width: 1400px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1rem, 3vw, 3rem); }
  .c-nav__logo img { height: 36px; width: auto; }
  .c-nav__list { display: flex; gap: var(--space-lg); align-items: center; }
  .c-nav__list a { font-size: var(--fs-sm); font-weight: 500; color: var(--clr-text-muted); transition: color var(--transition); position: relative; padding-bottom: 2px; }
  .c-nav__list a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--clr-accent); transition: width var(--transition); }
  .c-nav__list a:hover, .c-nav__list a.is-active { color: var(--clr-primary); }
  .c-nav__list a:hover::after, .c-nav__list a.is-active::after { width: 100%; }
  .c-nav__hamburger { display: none; flex-direction: column; gap: 5px; padding: var(--space-xs); }
  .c-nav__hamburger span { display: block; width: 22px; height: 2px; background: var(--clr-text); border-radius: 2px; transition: all var(--transition); }

  
  .c-mobile-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--clr-surface);
    box-shadow: 0 -2px 12px rgba(30,58,95,0.12);
    padding: 0.5rem 0;
    padding-bottom: env(safe-area-inset-bottom, 0.5rem);
  }
  .c-mobile-nav.is-visible { display: flex; }
  .c-mobile-nav__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: var(--space-xs) 0.25rem;
    font-size: 0.65rem;
    font-weight: 500;
    color: var(--clr-text-muted);
    min-height: 44px;
    justify-content: center;
    transition: color var(--transition);
  }
  .c-mobile-nav__item i { font-size: 1.1rem; }
  .c-mobile-nav__item.is-active { color: var(--clr-accent); }
  .c-mobile-nav__item:hover { color: var(--clr-primary); }

  
  .s-hero__content { display: flex; flex-direction: column; gap: var(--space-md); position: relative; }
  .s-hero__eyebrow { font-size: var(--fs-sm); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clr-accent); }
  .s-hero__heading { font-family: var(--font-heading); font-size: var(--fs-hero); line-height: 1.05; color: var(--clr-primary); display: flex; flex-direction: column; gap: 0.1em; }
  .s-hero__sub { font-size: var(--fs-lg); color: var(--clr-text-muted); max-width: 480px; line-height: 1.6; }
  .s-hero__sub mark { background: none; color: var(--clr-accent); font-weight: 600; }
  .s-hero__actions { display: flex; gap: var(--space-sm); flex-wrap: wrap; }
  .s-hero__accent { position: absolute; bottom: -2rem; right: -1rem; opacity: 0.06; pointer-events: none; }

  .s-hero__images { position: relative; display: flex; align-items: center; justify-content: center; }
  .s-hero__img { position: absolute; border-radius: var(--radius-lg); overflow: hidden; }
  .s-hero__img img { width: 100%; height: 100%; object-fit: cover; }
  .s-hero__img--back { width: 340px; height: 420px; right: 0; top: 0; transform: rotate(3deg); box-shadow: var(--shadow-lg), 0 0 0 4px var(--clr-bg); z-index: 1; }
  .s-hero__img--front { width: 280px; height: 360px; left: 0; bottom: -20px; transform: rotate(-2.5deg); box-shadow: var(--shadow-lg), 0 0 0 4px var(--clr-bg); z-index: 2; }

  
  .c-spinning-gear {
    font-size: 15rem;
    color: var(--clr-primary);
    animation: spin-slow 20s linear infinite;
  }
  @keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

  
  .u-kinetic-word {
    display: block;
    animation: kinetic-weight 6s ease-in-out infinite alternate;
  }
  .u-kinetic-word--alt {
    display: block;
    animation: kinetic-color 8s ease-in-out infinite alternate;
    color: var(--clr-primary-light);
  }
  .u-kinetic-word--accent {
    display: block;
    color: var(--clr-accent);
    animation: kinetic-spacing 7s ease-in-out infinite alternate;
  }
  @keyframes kinetic-weight {
    0% { font-weight: 400; letter-spacing: -0.02em; }
    100% { font-weight: 700; letter-spacing: 0.01em; }
  }
  @keyframes kinetic-color {
    0% { color: var(--clr-primary); }
    100% { color: var(--clr-primary-light); }
  }
  @keyframes kinetic-spacing {
    0% { letter-spacing: -0.01em; }
    100% { letter-spacing: 0.04em; }
  }

  
  .c-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    padding: 0.75rem 1.75rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: var(--fs-sm);
    transition: all var(--transition);
    white-space: nowrap;
    min-height: 44px;
  }
  .c-btn--primary { background: var(--clr-accent); color: #fff; box-shadow: var(--shadow-accent); }
  .c-btn--primary:hover { background: var(--clr-accent-light); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(232,97,42,0.3); }
  .c-btn--outline { background: transparent; color: var(--clr-primary); border: 2px solid var(--clr-primary); }
  .c-btn--outline:hover { background: var(--clr-primary); color: #fff; }
  .c-btn--light { background: var(--clr-surface); color: var(--clr-accent); font-weight: 700; }
  .c-btn--light:hover { background: var(--clr-bg-mid); transform: translateY(-2px); }
  .c-btn--full { width: 100%; justify-content: center; }

  
  .c-pull-quote { text-align: center; max-width: 700px; margin: 0 auto; }
  .c-pull-quote p { font-family: var(--font-heading); font-size: var(--fs-xl); line-height: 1.5; color: var(--clr-primary); font-style: italic; }
  .c-pull-quote cite { display: block; margin-top: var(--space-sm); font-size: var(--fs-sm); color: var(--clr-text-muted); font-style: normal; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }

  
  .c-pillar {
    background: var(--clr-surface);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    box-shadow: var(--shadow-md);
    transition: transform var(--transition), box-shadow var(--transition);
  }
  .c-pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
  .c-pillar__icon { font-size: 1.75rem; color: var(--clr-accent); margin-bottom: var(--space-sm); }
  .c-pillar__title { font-family: var(--font-heading); font-size: var(--fs-lg); color: var(--clr-primary); margin-bottom: var(--space-xs); }
  .c-pillar__text { color: var(--clr-text-muted); margin-bottom: var(--space-sm); }
  .c-pillar__list { padding-left: var(--space-sm); }
  .c-pillar__list li { position: relative; padding-left: var(--space-sm); color: var(--clr-text-muted); font-size: var(--fs-sm); margin-bottom: 0.3rem; }
  .c-pillar__list li::before { content: '—'; position: absolute; left: 0; color: var(--clr-accent); }

  
  .c-workflow { display: flex; flex-direction: column; gap: 0; }
  .c-workflow__step { display: grid; grid-template-columns: 60px 1fr; gap: var(--space-md); position: relative; padding-bottom: var(--space-xl); }
  .c-workflow__step--last { padding-bottom: 0; }
  .c-workflow__number { font-family: var(--font-heading); font-size: var(--fs-2xl); color: var(--clr-accent); font-weight: 700; line-height: 1; padding-top: 0.2em; }
  .c-workflow__number--final { color: var(--clr-text-light); }
  .c-workflow__content h3 { font-family: var(--font-heading); font-size: var(--fs-lg); color: var(--clr-text-light); margin-bottom: var(--space-xs); }
  .c-workflow__content p { color: rgba(240,237,232,0.7); font-size: var(--fs-sm); }
  .c-workflow__connector { position: absolute; left: 28px; top: 3.5rem; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--clr-accent), rgba(232,97,42,0.1)); }

  
  .s-audience__image figure { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
  .s-audience__image img { width: 100%; height: 480px; object-fit: cover; }
  .s-audience__image figcaption { padding: var(--space-xs) var(--space-sm); font-size: var(--fs-xs); color: var(--clr-text-muted); }
  .s-audience__text h2 { font-family: var(--font-heading); font-size: var(--fs-2xl); color: var(--clr-primary); margin-bottom: var(--space-md); }
  .s-audience__text p { color: var(--clr-text-muted); margin-bottom: var(--space-md); }
  .s-audience__text .c-btn { margin-top: var(--space-sm); }

  
  .c-timeline { position: relative; padding-left: var(--space-lg); }
  .c-timeline::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--clr-timeline); }
  .c-timeline__item { position: relative; padding-bottom: var(--space-xl); }
  .c-timeline__item:last-child { padding-bottom: 0; }
  .c-timeline__marker { position: absolute; left: calc(-1 * var(--space-lg) - 6px); top: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--clr-bg-mid); border: 2px solid var(--clr-timeline); }
  .c-timeline__marker--current { background: var(--clr-accent); border-color: var(--clr-accent); }
  .c-timeline__date { display: block; font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clr-accent); margin-bottom: var(--space-xs); }
  .c-timeline__title { font-family: var(--font-heading); font-size: var(--fs-lg); color: var(--clr-primary); margin-bottom: var(--space-xs); }
  .c-timeline__body p { color: var(--clr-text-muted); font-size: var(--fs-sm); }

  
  .c-contact-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    padding: var(--space-md);
    color: var(--clr-text-light);
    transition: background var(--transition), border-color var(--transition);
  }
  .c-contact-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }
  .c-contact-card--large { background: var(--clr-surface); border: 1px solid var(--clr-border); color: var(--clr-text); }
  .c-contact-card--large:hover { box-shadow: var(--shadow-md); border-color: var(--clr-accent); }
  .c-contact-card__icon { font-size: 1.5rem; color: var(--clr-accent); margin-bottom: var(--space-sm); }
  .c-contact-card h3 { font-family: var(--font-heading); font-size: var(--fs-base); margin-bottom: var(--space-xs); font-weight: 600; }
  .c-contact-card address { font-style: normal; font-size: var(--fs-sm); line-height: 1.8; }
  .c-contact-card p { font-size: var(--fs-sm); }
  .c-contact-card p a { color: var(--clr-accent); }
  .c-contact-card--large p a { color: var(--clr-accent); }
  .c-contact-card small { font-size: var(--fs-xs); color: var(--clr-text-muted); }
  .c-contact-card ul li { font-size: var(--fs-sm); color: var(--clr-text-muted); margin-bottom: 0.25rem; }
  .c-contact-card--large ul li { color: var(--clr-text-muted); }

  
  .c-why-block { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-xl); align-items: center; }
  .c-why-block--reverse { direction: rtl; }
  .c-why-block--reverse > * { direction: ltr; }
  .c-why-block__image { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
  .c-why-block__image img { width: 100%; height: 380px; object-fit: cover; }
  .c-why-block__image figcaption { padding: var(--space-xs) var(--space-sm); font-size: var(--fs-xs); color: var(--clr-text-muted); }
  .c-why-block__text h2 { font-family: var(--font-heading); font-size: var(--fs-2xl); color: var(--clr-primary); margin-bottom: var(--space-md); }
  .c-why-block__text p { color: var(--clr-text-muted); margin-bottom: var(--space-sm); }
  .c-why-block__text ul { margin-top: var(--space-sm); display: flex; flex-direction: column; gap: var(--space-xs); }
  .c-why-block__text ul li { display: flex; align-items: center; gap: var(--space-xs); color: var(--clr-text-muted); font-size: var(--fs-sm); }
  .c-why-block__text ul li::before { content: '✓'; color: var(--clr-accent); font-weight: 700; flex-shrink: 0; }

  
  .s-cta-band__inner h2 { font-family: var(--font-heading); font-size: var(--fs-2xl); color: #fff; margin-bottom: var(--space-sm); }
  .s-cta-band__inner p { color: rgba(255,255,255,0.85); font-size: var(--fs-lg); margin-bottom: var(--space-lg); }

  
  .c-form { display: flex; flex-direction: column; gap: var(--space-md); }
  .c-form__group { display: flex; flex-direction: column; gap: 0.4rem; }
  .c-form__label { font-size: var(--fs-sm); font-weight: 600; color: var(--clr-text); }
  .c-form__label span { color: var(--clr-accent); }
  .c-form__input, .c-form__select, .c-form__textarea {
    padding: 0.75rem 1rem;
    border: 1.5px solid var(--clr-border);
    border-radius: var(--radius-md);
    background: var(--clr-surface);
    color: var(--clr-text);
    font-size: var(--fs-base);
    transition: border-color var(--transition), box-shadow var(--transition);
    min-height: 44px;
  }
  .c-form__input:focus, .c-form__select:focus, .c-form__textarea:focus { outline: none; border-color: var(--clr-accent); box-shadow: 0 0 0 3px rgba(232,97,42,0.12); }
  .c-form__textarea { resize: vertical; min-height: 130px; }
  .c-form__group--checkbox { flex-direction: row; align-items: flex-start; gap: var(--space-xs); }
  .c-form__checkbox { width: 18px; height: 18px; min-width: 18px; margin-top: 2px; accent-color: var(--clr-accent); }
  .c-form__label--checkbox { font-weight: 400; font-size: var(--fs-sm); color: var(--clr-text-muted); }
  .c-form__label--checkbox a { color: var(--clr-accent); text-decoration: underline; }
  .c-form__output { font-size: var(--fs-sm); min-height: 1.4em; color: var(--clr-accent); }

  
  .c-info-list { display: flex; flex-direction: column; gap: var(--space-xs); margin-top: var(--space-md); }
  .c-info-list li { display: flex; align-items: center; gap: var(--space-xs); font-size: var(--fs-sm); color: var(--clr-text-muted); }
  .c-info-list li i { color: var(--clr-accent); flex-shrink: 0; }

  
  .c-info-box { display: flex; gap: var(--space-sm); align-items: flex-start; margin-top: var(--space-lg); padding: var(--space-md); background: var(--clr-bg-mid); border-radius: var(--radius-md); border-left: 3px solid var(--clr-accent); }
  .c-info-box i { color: var(--clr-accent); margin-top: 3px; flex-shrink: 0; }
  .c-info-box p { font-size: var(--fs-sm); color: var(--clr-text-muted); margin: 0; }

  
  .c-service-card {
    background: var(--clr-surface);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition);
    border: 1px solid var(--clr-border);
  }
  .c-service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--clr-accent); }
  .c-service-card__icon { font-size: 1.6rem; color: var(--clr-accent); margin-bottom: var(--space-sm); }
  .c-service-card__title { font-family: var(--font-heading); font-size: var(--fs-lg); color: var(--clr-primary); margin-bottom: var(--space-xs); }
  .c-service-card__intro { color: var(--clr-text-muted); font-size: var(--fs-sm); margin-bottom: var(--space-sm); }
  .c-service-card ul { display: flex; flex-direction: column; gap: 0.3rem; }
  .c-service-card ul li { font-size: var(--fs-sm); color: var(--clr-text-muted); padding-left: var(--space-sm); position: relative; }
  .c-service-card ul li::before { content: '→'; position: absolute; left: 0; color: var(--clr-accent); }

  
  .s-services-note__inner h2 { font-family: var(--font-heading); font-size: var(--fs-2xl); color: var(--clr-primary); margin-bottom: var(--space-md); }
  .s-services-note__inner p { color: var(--clr-text-muted); margin-bottom: var(--space-sm); }
  .s-services-note__inner .c-btn { margin-top: var(--space-md); }

  
  .c-map-wrapper { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); margin-top: var(--space-md); }
  .c-map-note { font-size: var(--fs-sm); color: var(--clr-text-muted); margin-top: var(--space-sm); display: flex; align-items: center; gap: var(--space-xs); }
  .c-map-note i { color: var(--clr-accent); }
  .s-contact-main__map h2 { font-family: var(--font-heading); font-size: var(--fs-xl); color: var(--clr-primary); }

  
  .s-thanks-page__card {
    position: relative;
    z-index: 1;
    background: var(--clr-surface);
    border-radius: var(--radius-xl);
    padding: var(--space-2xl) var(--space-xl);
    max-width: 520px;
    width: 100%;
    text-align: center;
    box-shadow: var(--shadow-lg), 0 0 0 1px var(--clr-border);
  }
  .s-thanks-page__icon { font-size: 3.5rem; color: var(--clr-accent); margin-bottom: var(--space-md); }
  .s-thanks-page__title { font-family: var(--font-heading); font-size: var(--fs-2xl); color: var(--clr-primary); margin-bottom: var(--space-sm); }
  .s-thanks-page__text { color: var(--clr-text-muted); margin-bottom: var(--space-lg); line-height: 1.7; }
  .s-thanks-page__contact { margin-bottom: var(--space-lg); }
  .s-thanks-page__contact p { font-size: var(--fs-sm); color: var(--clr-text-muted); }
  .s-thanks-page__contact a { color: var(--clr-accent); font-weight: 600; }

  
  .c-toc { position: sticky; top: calc(var(--nav-height) + 2rem); background: var(--clr-surface); border-radius: var(--radius-lg); padding: var(--space-md); box-shadow: var(--shadow-sm); border: 1px solid var(--clr-border); }
  .c-toc__title { font-family: var(--font-heading); font-size: var(--fs-base); color: var(--clr-primary); margin-bottom: var(--space-sm); }
  .c-toc__nav ul { display: flex; flex-direction: column; gap: 0.25rem; }
  .c-toc__nav a { font-size: var(--fs-xs); color: var(--clr-text-muted); padding: 0.3rem 0.5rem; border-radius: var(--radius-sm); display: block; transition: all var(--transition); border-left: 2px solid transparent; }
  .c-toc__nav a:hover, .c-toc__nav a.is-active { color: var(--clr-accent); background: rgba(232,97,42,0.06); border-left-color: var(--clr-accent); }
  .c-toc__mobile-toggle { display: none; }
  .c-toc__toggle-btn { width: 100%; text-align: left; font-size: var(--fs-sm); color: var(--clr-text-muted); font-weight: 500; padding: var(--space-xs) 0; display: flex; align-items: center; justify-content: space-between; }

  
  .c-impr-table { border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--clr-border); margin-top: var(--space-sm); }
  .c-impr-table th, .c-impr-table td { padding: 0.6rem var(--space-sm); font-size: var(--fs-sm); text-align: left; border-bottom: 1px solid var(--clr-border); }
  .c-impr-table tr:last-child th, .c-impr-table tr:last-child td { border-bottom: none; }
  .c-impr-table th { background: var(--clr-bg-mid); font-weight: 600; color: var(--clr-text); width: 40%; }
  .c-impr-table td { color: var(--clr-text-muted); }
  .c-impr-table a { color: var(--clr-accent); }

  
  .c-cookie-table { overflow-x: auto; margin-top: var(--space-sm); }
  .c-cookie-table table { border: 1px solid var(--clr-border); border-radius: var(--radius-md); overflow: hidden; }
  .c-cookie-table th, .c-cookie-table td { padding: 0.6rem var(--space-sm); font-size: var(--fs-sm); border-bottom: 1px solid var(--clr-border); text-align: left; }
  .c-cookie-table th { background: var(--clr-bg-mid); font-weight: 600; color: var(--clr-text); }
  .c-cookie-table td { color: var(--clr-text-muted); }
  .c-cookie-table tr:last-child td { border-bottom: none; }

  
  .s-form-section__left h2 { font-family: var(--font-heading); font-size: var(--fs-2xl); color: var(--clr-primary); margin-bottom: var(--space-sm); }
  .s-form-section__left p { color: var(--clr-text-muted); margin-bottom: var(--space-sm); }

  
  .c-footer { background: var(--clr-bg-dark); color: var(--clr-text-light); margin-top: auto; }
  .c-footer__inner { max-width: 1400px; margin: 0 auto; padding: var(--space-2xl) clamp(1.5rem, 5vw, 6rem) var(--space-xl); display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: var(--space-xl); }
  .c-footer__brand img { margin-bottom: var(--space-sm); filter: brightness(0) invert(1); opacity: 0.85; }
  .c-footer__brand p { font-size: var(--fs-sm); color: rgba(240,237,232,0.6); line-height: 1.7; max-width: 280px; }
  .c-footer__links h4, .c-footer__legal h4, .c-footer__contact h4 { font-size: var(--fs-xs); letter-spacing: 0.1em; text-transform: uppercase; color: rgba(240,237,232,0.5); margin-bottom: var(--space-sm); font-weight: 600; }
  .c-footer__links ul, .c-footer__legal ul { display: flex; flex-direction: column; gap: var(--space-xs); }
  .c-footer__links a, .c-footer__legal a { font-size: var(--fs-sm); color: rgba(240,237,232,0.7); transition: color var(--transition); }
  .c-footer__links a:hover, .c-footer__legal a:hover { color: var(--clr-text-light); }
  .c-footer__contact address { font-style: normal; display: flex; flex-direction: column; gap: var(--space-xs); }
  .c-footer__contact p { font-size: var(--fs-sm); color: rgba(240,237,232,0.7); display: flex; align-items: center; gap: var(--space-xs); }
  .c-footer__contact i { color: var(--clr-accent); width: 16px; flex-shrink: 0; }
  .c-footer__contact a { color: rgba(240,237,232,0.7); transition: color var(--transition); }
  .c-footer__contact a:hover { color: var(--clr-text-light); }
  .c-footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: var(--space-md) clamp(1.5rem, 5vw, 6rem); text-align: center; }
  .c-footer__bottom small { font-size: var(--fs-xs); color: rgba(240,237,232,0.4); }

  
  .c-cookie-consent {
    position: fixed;
    top: calc(var(--nav-height) + 1rem);
    left: 1rem;
    z-index: 9000;
    width: 280px;
    background: var(--clr-surface);
    border-radius: var(--radius-lg);
    padding: var(--space-md);
    box-shadow: var(--shadow-lg), 0 0 0 1px var(--clr-border);
    transform: translateX(-110%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .c-cookie-consent.is-visible { transform: translateX(0); }
  .c-cookie-consent__header { display: flex; align-items: center; gap: var(--space-xs); margin-bottom: var(--space-xs); }
  .c-cookie-consent__header i { color: var(--clr-accent); font-size: 1rem; }
  .c-cookie-consent__header strong { font-size: var(--fs-sm); color: var(--clr-text); font-weight: 700; }
  .c-cookie-consent__text { font-size: var(--fs-xs); color: var(--clr-text-muted); line-height: 1.5; margin-bottom: var(--space-sm); }
  .c-cookie-consent__text a { color: var(--clr-accent); text-decoration: underline; }
  .c-cookie-consent__actions { display: flex; gap: var(--space-xs); flex-direction: column; }
  .c-cookie-consent__btn { padding: 0.5rem 0.75rem; border-radius: var(--radius-sm); font-size: var(--fs-xs); font-weight: 600; transition: all var(--transition); min-height: 36px; }
  .c-cookie-consent__btn--accept { background: var(--clr-accent); color: #fff; }
  .c-cookie-consent__btn--accept:hover { background: var(--clr-accent-light); }
  .c-cookie-consent__btn--decline { background: var(--clr-bg-mid); color: var(--clr-text-muted); }
  .c-cookie-consent__btn--decline:hover { background: var(--clr-border); }
  .c-cookie-consent__btn--settings { background: transparent; color: var(--clr-text-muted); text-decoration: underline; padding: 0.25rem; font-size: 0.7rem; }
  .c-cookie-consent__row { display: flex; gap: var(--space-xs); }

  .c-cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 9100;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26,29,33,0.7);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition);
  }
  .c-cookie-modal.is-visible { opacity: 1; pointer-events: all; }
  .c-cookie-modal__inner { background: var(--clr-surface); border-radius: var(--radius-xl); padding: var(--space-xl); max-width: 480px; width: 90%; box-shadow: var(--shadow-lg); }
  .c-cookie-modal__inner h3 { font-family: var(--font-heading); font-size: var(--fs-xl); color: var(--clr-primary); margin-bottom: var(--space-md); }
  .c-cookie-modal__category { padding: var(--space-sm) 0; border-bottom: 1px solid var(--clr-border); }
  .c-cookie-modal__category:last-of-type { border-bottom: none; }
  .c-cookie-modal__cat-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.25rem; }
  .c-cookie-modal__cat-name { font-weight: 600; font-size: var(--fs-sm); color: var(--clr-text); }
  .c-cookie-modal__cat-desc { font-size: var(--fs-xs); color: var(--clr-text-muted); }
  .c-toggle { position: relative; display: inline-block; width: 38px; height: 20px; }
  .c-toggle input { opacity: 0; width: 0; height: 0; }
  .c-toggle__slider { position: absolute; inset: 0; background: var(--clr-border); border-radius: 10px; transition: background var(--transition); cursor: pointer; }
  .c-toggle__slider::before { content: ''; position: absolute; left: 3px; bottom: 3px; width: 14px; height: 14px; background: #fff; border-radius: 50%; transition: transform var(--transition); }
  .c-toggle input:checked + .c-toggle__slider { background: var(--clr-accent); }
  .c-toggle input:checked + .c-toggle__slider::before { transform: translateX(18px); }
  .c-toggle input:disabled + .c-toggle__slider { opacity: 0.5; cursor: not-allowed; }
  .c-cookie-modal__actions { display: flex; gap: var(--space-sm); margin-top: var(--space-lg); justify-content: flex-end; }
}

@layer utilities {
  .u-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .u-text-center { text-align: center; }
  .is-active { }
  .is-visible { }
}


@media (max-width: 1024px) {
  .s-hero { grid-template-columns: 1fr; min-height: auto; padding-top: calc(var(--nav-height) + 1.5rem); }
  .s-hero__images { display: none; }
  .s-audience__inner { grid-template-columns: 1fr; }
  .s-audience__image { display: none; }
  .s-form-section__inner { grid-template-columns: 1fr; }
  .s-contact-main__inner { grid-template-columns: 1fr; }
  .s-service-area__content { grid-template-columns: 1fr; }
  .c-footer__inner { grid-template-columns: 1fr 1fr; gap: var(--space-lg); }
  .c-why-block { grid-template-columns: 1fr; }
  .c-why-block--reverse { direction: ltr; }
  .s-legal-page__inner { grid-template-columns: 1fr; }
  .c-toc { position: static; }
  .c-toc__mobile-toggle { display: block; }
  .c-toc__nav { display: none; }
  .c-toc__nav.is-open { display: block; margin-top: var(--space-xs); }
}

@media (max-width: 768px) {
  .c-nav__list { display: none; }
  .c-nav__hamburger { display: flex; }
  .c-mobile-nav { display: flex; }
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px)); }
  .c-footer__inner { grid-template-columns: 1fr; }
  .s-hero { padding-bottom: var(--space-xl); }
  .s-hero__heading { font-size: clamp(2.5rem, 10vw, 4.5rem); }
  .s-pillars__grid { grid-template-columns: 1fr; }
  .s-services-grid__inner { grid-template-columns: 1fr; }
  .c-workflow__step { grid-template-columns: 40px 1fr; }
  .c-workflow__connector { left: 18px; }
  .s-services-image-band { height: 240px; }
  .s-thanks-page__card { padding: var(--space-xl) var(--space-md); }
  .c-cookie-consent { width: calc(100vw - 2rem); }
}

@media (max-width: 480px) {
  .s-hero__actions { flex-direction: column; }
  .c-btn { width: 100%; justify-content: center; }
  .s-cta-band__inner { text-align: left; }
}