@media (max-width: 768px) {
  :root {
    --m-pad: 18px;
    --m-space-1: 8px;
    --m-space-2: 12px;
    --m-space-3: 16px;
    --m-space-4: 24px;
    --m-space-5: 32px;
    --m-space-6: 48px;
    --m-space-7: 72px;
    --m-line: rgba(12, 19, 36, 0.12);
    --m-text: #0c1324;
    --m-text-soft: #42536f;
    --m-surface: #f7f9fd;
    --m-accent: #1b4075;
  }

  html,
  body {
    overflow-x: hidden;
  }

  body.landing-page {
    background:
      radial-gradient(circle at 90% 0%, rgba(27, 64, 117, 0.08), transparent 28%),
      #f5f7fc;
    color: var(--m-text);
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  p,
  li {
    overflow-wrap: break-word;
    word-break: normal;
  }

  h1,
  h2,
  h3 {
    overflow-wrap: normal;
    word-break: normal;
  }

  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 100;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(12, 19, 36, 0.1);
    box-shadow: 0 8px 24px rgba(12, 19, 36, 0.08);
  }

  .header-inner {
    width: calc(100% - (var(--m-pad) * 2)) !important;
    min-height: 64px !important;
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    align-items: center;
    gap: 10px;
  }

  .top-nav,
  .header-inner > .btn.btn-primary {
    display: none !important;
  }

  .mobile-menu-btn {
    display: inline-flex !important;
    appearance: none;
    -webkit-appearance: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--m-line);
    background: transparent;
    box-shadow: none;
    justify-self: start;
  }

  .mobile-cta {
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    min-height: 44px;
    justify-self: end;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    font-size: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .brand {
    justify-self: center;
  }

  .brand-logo {
    width: 108px;
    height: 36px;
  }

  .mobile-drawer {
    z-index: 200;
  }

  main {
    padding-top: 72px;
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .landing-page .section[id] {
    scroll-margin-top: 82px;
  }

  .page-wrap,
  .landing-page .landing-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0 var(--m-pad);
  }

  .scroll-progress {
    opacity: 0.65;
  }

  .landing-page .section {
    padding-block: 64px;
  }

  .landing-page .section-soft {
    background: rgba(255, 255, 255, 0.62);
  }

  .landing-page .section-clear {
    background: transparent;
  }

  .landing-page .section-shell,
  .landing-page .section-soft,
  .landing-page .section-clear,
  .landing-page .fit-card,
  .landing-page .fit-card-muted,
  .landing-page .insight-card,
  .landing-page .process-card,
  .landing-page .faq-item {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding-inline: 0;
  }

  .landing-page .section-head {
    margin-bottom: 22px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    row-gap: 10px;
    border-left: none !important;
    padding-left: 16px;
  }

  .landing-page .section-marker {
    margin: 0;
    min-width: 34px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid rgba(12, 19, 36, 0.16);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--m-text-soft);
  }

  .landing-page .kicker {
    align-self: center;
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .landing-page .section-title {
    grid-column: 1 / -1;
    font-size: clamp(1.55rem, 7.1vw, 1.9rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    max-width: 18ch;
    margin: 0;
  }

  .landing-page .section-subtitle {
    grid-column: 1 / -1;
    margin: 0;
  }

  .landing-page .section-subtitle,
  .landing-page .hero-subline,
  .landing-page .service-copy p,
  .landing-page .psy-copy p,
  .landing-page .fit-card ul,
  .landing-page .service-bullets {
    font-size: 1rem;
    line-height: 1.58;
    color: var(--m-text-soft);
  }

  .landing-page .hero-layout {
    display: flex;
    flex-direction: column;
    gap: var(--m-space-4);
  }

  .landing-page .hero-premium {
    padding: var(--m-space-3) 0 var(--m-space-2);
    background: transparent;
  }

  .landing-page .hero-premium .hero-content {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }

  .landing-page .hero-premium h1 {
    font-size: clamp(1.88rem, 8.2vw, 2.24rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    word-break: keep-all;
    hyphens: none;
    text-wrap: balance;
  }

  .landing-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .landing-page .hero-actions .btn {
    width: 100%;
    min-height: 50px;
  }

  .landing-page .trust-line {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .landing-page .about-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }

  .landing-page .about-card-body {
    grid-template-columns: 72px 1fr;
    gap: 0.9rem;
  }

  .landing-page .about-card-photo {
    width: 72px;
    height: 72px;
  }

  .landing-page .hero-intel {
    border: 1px solid var(--m-line);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none;
    padding: 0.9rem;
  }

  .landing-page .hero-intel-line,
  .landing-page .hero-intel-foot {
    color: var(--m-text-soft);
    font-size: 0.95rem;
  }

  .landing-page .hero-insight-btn {
    width: 34px;
    height: 34px;
  }

  .landing-page .hero-signal-track {
    height: 10px;
  }

  .landing-page .fit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .landing-page .fit-card,
  .landing-page .fit-card-muted {
    border-top: 1px solid var(--m-line) !important;
    padding: 22px 0;
    background: transparent !important;
  }

  .landing-page .fit-card:first-child {
    border-top: 0 !important;
  }

  .landing-page .fit-card::before,
  .landing-page .fit-card-muted::before {
    display: none !important;
  }

  .landing-page .fit-card h3,
  .landing-page .fit-card-muted h3 {
    font-size: 1.24rem;
    color: var(--m-text);
  }

  .landing-page .fit-card ul,
  .landing-page .fit-card-muted ul {
    padding-left: 1.05rem;
    gap: 0.72rem;
  }

  .landing-page .psychology-stack {
    gap: 0;
  }

  .landing-page .psy-item,
  .landing-page .psy-item-reverse {
    grid-template-columns: 1fr !important;
    gap: 14px;
    border-top: 1px solid var(--m-line);
    padding: 22px 0;
  }

  .landing-page .psy-copy {
    display: grid;
    gap: 8px;
  }

  .landing-page .psy-item:first-child {
    border-top: 0;
  }

  .landing-page .psy-item-reverse .psy-visual,
  .landing-page .psy-item-reverse .psy-copy {
    order: initial;
  }

  .landing-page .psy-visual {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }

  .landing-page .psy-visual > * {
    width: min(360px, 100%);
    margin: 0 auto;
  }

  .landing-page .service-blocks {
    gap: 0;
  }

  .landing-page .service-block,
  .landing-page .service-block.is-reverse {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "bullets";
    gap: 14px;
    border-top: 1px solid var(--m-line);
    padding: 28px 0;
  }

  .landing-page .service-block:first-child {
    border-top: 0;
  }

  .landing-page .service-block::before {
    content: attr(data-step);
    position: absolute;
    right: 0;
    top: 10px;
    font-size: clamp(54px, 14vw, 78px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: rgba(27, 64, 117, 0.07);
    pointer-events: none;
  }

  .landing-page .service-index {
    display: none !important;
  }

  .landing-page .service-copy {
    grid-area: copy;
    display: grid;
    gap: 10px;
  }

  .landing-page .service-visual {
    grid-area: visual;
    display: block !important;
    min-height: 190px;
    border-radius: 14px;
    border: 1px solid rgba(12, 19, 36, 0.12);
    background: linear-gradient(160deg, #fcfdff 0%, #edf2fb 100%);
    padding: 12px;
  }

  .landing-page .service-bullets {
    grid-area: bullets;
  }

  .landing-page .visual-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .landing-page .visual-flow .flow-arrow {
    width: 2px;
    height: 16px;
    margin: 0 auto;
    background: rgba(12, 19, 36, 0.28);
  }

  .landing-page .service-copy h3 {
    font-size: clamp(1.45rem, 5.6vw, 1.9rem);
    line-height: 1.14;
  }

  .landing-page .service-bullets {
    margin-top: 0;
    padding-left: 1.05rem;
    gap: 0.62rem;
    line-height: 1.6;
  }

  .landing-page .process-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .landing-page .process-card {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 12px;
    border-top: 1px solid var(--m-line) !important;
    padding: 18px 0;
  }

  .landing-page .process-card:first-child {
    border-top: 0 !important;
  }

  .landing-page .process-card span {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(12, 19, 36, 0.2);
    background: transparent;
  }

  .landing-page .process-card h3 {
    margin: 0;
  }

  .landing-page .faq-list {
    gap: 0;
  }

  .landing-page .faq-item {
    border-top: 1px solid var(--m-line) !important;
    padding: 18px 0;
    overflow: hidden;
  }

  .landing-page .faq-item:first-child {
    border-top: 0 !important;
  }

  .landing-page .faq-item summary {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-right: 0;
  }

  .landing-page .faq-item p {
    max-height: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 220ms ease, opacity 180ms ease, margin-top 180ms ease;
  }

  .landing-page .faq-item[open] p {
    max-height: 260px;
    opacity: 1;
    margin-top: 10px;
  }

  .landing-page .faq-item summary::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(12, 19, 36, 0.62);
    border-bottom: 2px solid rgba(12, 19, 36, 0.62);
    transform: rotate(45deg);
    transition: transform 180ms ease-out;
    margin-left: 8px;
    flex: 0 0 auto;
  }

  .landing-page .faq-item[open] summary::after {
    transform: rotate(-135deg) translateY(-2px);
  }

  .landing-page .section-break {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    box-shadow: none;
    padding: 68px 0;
    background: linear-gradient(142deg, #0f192f 0%, #172f57 100%);
  }

  .landing-page .section-break-inner {
    width: min(1120px, calc(100% - (var(--m-pad) * 2)));
    margin: 0 auto;
  }

  .landing-page .section-break p {
    margin: 0;
    max-width: 24ch;
    font-size: clamp(27px, 6.8vw, 34px);
    line-height: 1.16;
    letter-spacing: -0.02em;
  }

  .landing-page .mobile-sticky-cta {
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 1rem;
    bottom: calc(10px + env(safe-area-inset-bottom));
  }

  .site-footer .footer-inner {
    width: 100%;
    max-width: 100%;
    padding: 1.25rem var(--m-pad);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
  }

  .footer-brand {
    margin: 0 auto;
    justify-content: center;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .landing-page .hero-premium h1 {
    font-size: clamp(30px, 9.2vw, 34px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-drawer,
  .mobile-drawer-panel,
  .landing-page .mobile-sticky-cta,
  .landing-page .faq-item summary::after {
    transition: none !important;
  }
}

/* Mobile editorial override: remove box feeling */
@media (max-width: 768px) {
  .landing-page .section-shell,
  .landing-page .section-soft,
  .landing-page .section-clear {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .landing-page .section {
    padding-block: 84px !important;
    border-top: 1px solid rgba(12, 19, 36, 0.1);
  }

  .landing-page .section:first-of-type {
    border-top: 0;
  }

  .landing-page .section-head {
    margin-bottom: 22px !important;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(12, 19, 36, 0.1);
  }

  .landing-page .fit-grid,
  .landing-page .psychology-stack,
  .landing-page .service-blocks,
  .landing-page .process-grid,
  .landing-page .faq-list {
    border-top: 1px solid rgba(12, 19, 36, 0.1);
  }

  .landing-page .fit-card,
  .landing-page .fit-card-muted,
  .landing-page .psy-item,
  .landing-page .service-block,
  .landing-page .process-card,
  .landing-page .faq-item {
    border-top: 1px solid rgba(12, 19, 36, 0.1) !important;
    padding: 18px 0 !important;
    background: transparent !important;
  }

  .landing-page .fit-card:first-child,
  .landing-page .psy-item:first-child,
  .landing-page .service-block:first-child,
  .landing-page .process-card:first-child,
  .landing-page .faq-item:first-child {
    border-top: 0 !important;
  }

  .landing-page #fuer-wen.section-shell {
    width: min(1100px, calc(100% - (var(--m-pad) * 2))) !important;
    margin-inline: auto;
    padding: 16px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(12, 19, 36, 0.1) !important;
    background: linear-gradient(165deg, rgba(246, 250, 255, 0.92), rgba(241, 246, 253, 0.86)) !important;
  }

  .landing-page #fuer-wen .fit-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    border-top: 0 !important;
  }

  .landing-page #fuer-wen .fit-card,
  .landing-page #fuer-wen .fit-card-muted {
    padding: 20px 18px !important;
    border: 1px solid rgba(12, 19, 36, 0.14) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(12, 19, 36, 0.07) !important;
  }

  .landing-page #fuer-wen .fit-card {
    border-color: rgba(27, 64, 117, 0.22) !important;
    background: linear-gradient(160deg, rgba(245, 250, 255, 0.96), rgba(237, 245, 255, 0.92)) !important;
  }

  .landing-page #fuer-wen .fit-card::after {
    height: 3px;
  }

  .landing-page #fuer-wen .fit-card h3,
  .landing-page #fuer-wen .fit-card-muted h3 {
    margin-bottom: 10px !important;
    font-size: 1.42rem !important;
  }

  .landing-page #fuer-wen .fit-card ul,
  .landing-page #fuer-wen .fit-card-muted ul {
    gap: 9px !important;
    line-height: 1.65 !important;
    padding-left: 1.05rem !important;
  }
}

/* Unified framed shell for all major sections (mobile) */
@media (max-width: 768px) {
  .landing-page .section.section-shell {
    width: min(1100px, calc(100% - (var(--m-pad) * 2))) !important;
    margin-inline: auto;
    padding: 16px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(12, 19, 36, 0.1) !important;
    box-shadow: 0 8px 18px rgba(12, 19, 36, 0.06) !important;
  }

  .landing-page .section.section-shell.section-soft {
    background: linear-gradient(165deg, rgba(246, 250, 255, 0.92), rgba(241, 246, 253, 0.86)) !important;
  }

  .landing-page .section.section-shell.section-clear {
    background: linear-gradient(165deg, rgba(250, 252, 255, 0.9), rgba(244, 248, 253, 0.82)) !important;
  }
}

@media (max-width: 768px) {
  .landing-page .section-break {
    padding: 3.5rem 0;
    margin: 2rem 0;
    background: linear-gradient(145deg, rgba(12, 20, 44, 0.88), rgba(19, 27, 55, 0.82));
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(5, 7, 20, 0.55);
  }

  .landing-page .section-break-inner {
    padding: 2rem 1.25rem;
    border-radius: 16px;
    background: rgba(5, 9, 26, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .landing-page .section-break p {
    font-size: clamp(1.65rem, 6vw, 2.3rem);
    text-align: center;
    color: #f7f8ff;
  }
}

/* Final spacing + wider shells on mobile */
@media (max-width: 768px) {
  .landing-page .section.section-shell,
  .landing-page #fuer-wen.section-shell {
    width: min(1100px, calc(100% - 12px)) !important;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .landing-page .section.section-shell:first-of-type {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .landing-page .section-break {
    margin: 0.8rem 0 !important;
    padding: 1.6rem 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .landing-page .section-break-inner {
    width: min(740px, calc(100% - 1.2rem)) !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .landing-page .section-break p {
    font-size: clamp(1.2rem, 4.8vw, 1.5rem) !important;
    line-height: 1.35 !important;
    color: #15233f !important;
    max-width: 28ch !important;
    padding: 0.7rem 0 0.8rem !important;
  }

  .landing-page .section-break p::before,
  .landing-page .section-break p::after {
    width: clamp(72px, 25vw, 110px) !important;
    height: 2px !important;
  }
}

@media (max-width: 768px) {
  .landing-page #fuer-wen .fit-card ul li::before,
  .landing-page #fuer-wen .fit-card-muted ul li::before {
    font-size: 0.68rem;
  }

  .landing-page .service-bullets li::before {
    font-size: 0.8rem;
  }
}

/* Final mobile FAQ icon override: show + / - (not chevron) */
@media (max-width: 768px) {
  .landing-page .faq-item summary::after {
    content: '+' !important;
    width: 24px !important;
    height: 24px !important;
    border: 1px solid rgba(14, 26, 48, 0.2) !important;
    border-right: 1px solid rgba(14, 26, 48, 0.2) !important;
    border-bottom: 1px solid rgba(14, 26, 48, 0.2) !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    color: #1f3d74 !important;
    background: rgba(28, 103, 217, 0.08) !important;
    transform: none !important;
    margin-left: 8px !important;
    flex: 0 0 24px !important;
  }

  .landing-page .faq-item[open] summary::after {
    content: '−' !important;
    transform: none !important;
    color: #fff !important;
    background: linear-gradient(140deg, #184080, #245ca6) !important;
    border-color: transparent !important;
  }
}

/* Mobile menu + FAQ polish */
@media (max-width: 768px) {
  .mobile-menu-btn {
    border-radius: 14px !important;
    border: 1px solid rgba(22, 45, 86, 0.22) !important;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 255, 0.9)) !important;
    box-shadow: 0 8px 18px rgba(11, 30, 65, 0.1) !important;
  }

  .mobile-menu-btn .menu-icon,
  .mobile-menu-btn .menu-icon::before,
  .mobile-menu-btn .menu-icon::after {
    background: #17356a !important;
    height: 2.2px;
    border-radius: 999px;
  }

  .mobile-drawer-overlay {
    background: rgba(8, 14, 30, 0.54);
    backdrop-filter: blur(2px);
  }

  .mobile-drawer-panel {
    width: min(86vw, 360px);
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-right: 1px solid rgba(12, 19, 36, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.94));
    box-shadow: 24px 0 52px rgba(7, 12, 23, 0.24);
    padding: 1.2rem 1.15rem;
  }

  .mobile-drawer-header {
    margin-bottom: 1.05rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(12, 19, 36, 0.09);
    color: #3f5478;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .mobile-drawer-close {
    border-radius: 12px;
    border: 1px solid rgba(12, 19, 36, 0.14);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 14px rgba(11, 30, 65, 0.08);
  }

  .mobile-drawer-nav {
    gap: 8px;
  }

  .mobile-drawer-nav a {
    min-height: 48px;
    border-radius: 12px;
    padding: 0 0.9rem;
    font-size: 0.95rem;
    font-weight: 650;
    color: #10213e;
    border: 1px solid rgba(18, 33, 60, 0.08);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(242, 248, 255, 0.88));
  }

  .mobile-drawer-nav a:active {
    transform: translateY(1px);
  }

  .landing-page .faq-list {
    gap: 12px !important;
  }

  .landing-page .faq-item {
    border-radius: 14px !important;
    border: 1px solid rgba(12, 19, 36, 0.12) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    padding: 0.9rem 0.95rem !important;
    box-shadow: 0 8px 18px rgba(11, 30, 65, 0.08) !important;
  }

  .landing-page .faq-item summary {
    min-height: 46px;
    font-size: 1rem !important;
  }

  .landing-page .faq-item summary::after {
    width: 24px !important;
    height: 24px !important;
  }
}
