:root {
  --ink: #10263a;
  --ink-2: #1c3a53;
  --blue: #245b84;
  --blue-soft: #dceaf3;
  --sky: #edf5f8;
  --paper: #f7f5ef;
  --white: #fff;
  --line: #ccd6dc;
  --muted: #60717f;
  --gold: #c9994f;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 22px 60px rgba(16, 38, 58, .09);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a[href="sample-reception-inspection.html"],
a[href="sample-fulfilment-germany.html"],
a[href="competitor-product-purchase.html"],
a[href="german-customer-experience-test.html"],
a[href="competitor-benchmark-report.html"],
a[href="wholesale-price-list-review.html"] { display: none !important; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; border-radius: 12px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247,245,239,.94); border-bottom: 1px solid rgba(16,38,58,.1); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--ink); color: white; font-weight: 800; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { letter-spacing: .08em; font-size: 14px; }
.brand-copy small { color: var(--muted); font-size: 10px; margin-top: 4px; }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 650; }
.desktop-nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--blue); border-color: var(--blue); }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 14px; background: white; place-content: center; gap: 5px; }
.menu-button span { width: 20px; height: 2px; background: var(--ink); display: block; }
.mobile-menu { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--blue); }
.button-light { background: white; color: var(--ink); }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-small { min-height: 42px; padding-inline: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 14px; font-weight: 750; }
.text-link:hover { text-decoration: underline; }

.hero { padding: 76px 0 66px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 68px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--blue); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(40px, 5vw, 68px); }
h1 span { color: var(--blue); }
h2 { margin-bottom: 18px; font-size: clamp(30px, 3.5vw, 46px); }
h3 { margin-bottom: 12px; font-size: 21px; }
p { margin-top: 0; }
.hero-lead { max-width: 650px; color: #415868; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.proof-row span, .tag { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.6); color: #435969; font-size: 12px; font-weight: 650; }

.market-visual { position: relative; min-height: 430px; }
.market-panel { position: absolute; inset: 20px 15px; padding: 24px; border-radius: 28px; background: var(--ink); color: white; box-shadow: var(--shadow); transform: rotate(1.5deg); overflow: hidden; }
.market-panel::after { content: ''; position: absolute; inset: -30% auto -30% -15%; width: 24%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.1), transparent); transform: translateX(-180%) skewX(-18deg); }
.market-visual.visible .market-panel { animation: panel-settle .8s cubic-bezier(.2,.8,.2,1) both; }
.market-visual.visible .market-panel::after { animation: market-scan 4.8s 1s ease-in-out infinite; }
.market-panel-head, .market-panel-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.market-panel-head { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 13px; }
.market-panel-head i { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #7fc3a6; }
.market-panel-head small { color: #a9c3d4; }
.market-table { margin: 20px 0; display: grid; gap: 1px; overflow: hidden; border-radius: 15px; background: rgba(255,255,255,.12); }
.market-table > div { display: grid; grid-template-columns: 1fr 1.7fr .8fr; gap: 12px; padding: 12px 14px; background: #1c3a53; font-size: 12px; }
.market-visual.visible .market-table > div:not(.market-table-head) { animation: table-row-in .45s both; }
.market-visual.visible .market-table > div:nth-child(2) { animation-delay: .25s; }
.market-visual.visible .market-table > div:nth-child(3) { animation-delay: .34s; }
.market-visual.visible .market-table > div:nth-child(4) { animation-delay: .43s; }
.market-visual.visible .market-table > div:nth-child(5) { animation-delay: .52s; }
.market-table .market-table-head { color: #a9c3d4; background: #173047; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.market-table em { justify-self: end; color: #8bd4b3; font-style: normal; }
.market-table em.review { color: #f0c477; }
.market-panel-foot { color: #a9c3d4; font-size: 11px; }
.market-panel-foot strong { color: white; text-align: right; }
.market-float { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; min-width: 170px; padding: 12px 14px; border: 1px solid rgba(16,38,58,.1); border-radius: 17px; background: white; box-shadow: 0 15px 38px rgba(16,38,58,.14); opacity: 0; transition: opacity .4s ease; animation: float 5s ease-in-out infinite; }
.market-float > span { display: grid; place-items: center; min-width: 39px; height: 39px; padding: 0 6px; border-radius: 12px; background: var(--blue-soft); color: var(--blue); font-weight: 800; }
.market-float div { display: grid; line-height: 1.2; }
.market-float small { color: var(--muted); font-size: 9px; }
.market-float strong { font-size: 11px; }
.float-competitors { top: 0; right: 0; }
.float-sample { left: 0; bottom: 18px; animation-delay: -1.8s; }
.float-feedback { right: 8px; bottom: 0; animation-delay: -3.1s; }
.float-signals { top: 96px; left: -16px; min-width: 156px; animation-delay: -4.2s; }
.float-signals > span { position: relative; background: #e7f4ed; color: #267352; }
.float-signals > span::after { content: ''; position: absolute; inset: 8px; border: 1px solid currentColor; border-radius: 9px; animation: signal-pulse 2.3s ease-out infinite; }
.market-visual.visible .market-float { opacity: 1; transition-delay: var(--enter-delay, .55s); }
.float-competitors { --enter-delay: .36s; }
.float-signals { --enter-delay: .48s; }
.float-sample { --enter-delay: .58s; }
.float-feedback { --enter-delay: .68s; }
@keyframes panel-settle { from { opacity: 0; transform: translateY(18px) rotate(-1deg) scale(.97); } to { opacity: 1; transform: rotate(1.5deg); } }
@keyframes market-scan { 0%, 18% { transform: translateX(-180%) skewX(-18deg); } 48%, 100% { transform: translateX(620%) skewX(-18deg); } }
@keyframes table-row-in { from { opacity: 0; transform: translateX(-12px); } to { opacity: 1; transform: none; } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes signal-pulse { 0% { opacity: .8; transform: scale(.65); } 100% { opacity: 0; transform: scale(1.6); } }

.section { padding: 78px 0; }
.section-tint { background: var(--sky); }
.section-dark { background: var(--ink); color: white; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading p:last-child { color: var(--muted); }
.section-dark .section-heading p:last-child { color: #b6c8d3; }
.heading-row { max-width: none; display: grid; grid-template-columns: 1.1fr .8fr; gap: 70px; align-items: end; }
.heading-row > p { margin-bottom: 8px; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card, .service-card, .value-card, .industry-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 30px rgba(16,38,58,.04); }
.card p, .service-card p, .value-card p, .industry-card p { color: var(--muted); }
.card-number { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 28px; border-radius: 12px; background: var(--blue-soft); color: var(--blue); font-size: 12px; font-weight: 800; }
.service-card { display: flex; flex-direction: column; min-height: 330px; }
.service-card .tag { align-self: flex-start; margin-bottom: 28px; background: var(--sky); }
.service-card .text-link { margin-top: auto; padding-top: 18px; }
.service-card.featured { background: var(--ink); color: white; border-color: var(--ink); }
.service-card.featured p { color: #b9c8d2; }
.service-card.featured .tag { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: white; }
.service-card.featured .text-link { color: #d7b779; }
.service-group + .service-group { margin-top: 44px; }
.supporting-services { padding-top: 2px; }
.compact-card { min-height: 270px; }
.compact-card .tag { margin-bottom: 20px; }
.services-link { margin-top: 28px; }
.group-title { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-bottom: 18px; }
.group-title h2 { margin: 0; font-size: 28px; }
.group-title p { margin: 0; color: var(--muted); font-size: 13px; }

.path-grid, .step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.path-card, .step-card { position: relative; padding: 24px; border-radius: var(--radius); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); }
.path-card span, .step-card span { display: block; margin-bottom: 34px; color: #d7b779; font-size: 12px; font-weight: 800; }
.path-card p, .step-card p { color: #b8c8d2; font-size: 13px; }
.path-card h3, .step-card h3 { font-size: 18px; }

.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 38px; border-radius: 28px; background: var(--blue); color: white; }
.cta-panel h2 { margin-bottom: 8px; font-size: 32px; }
.cta-panel p { margin: 0; color: #d8e7f0; }

.page-hero { padding: 68px 0 50px; }
.page-hero .hero-lead { max-width: 760px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.breadcrumb a:hover { color: var(--blue); }
.page-hero h1 { max-width: 900px; font-size: clamp(38px, 5vw, 62px); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: start; }
.fact-panel { padding: 30px; border-radius: var(--radius); background: var(--ink); color: white; }
.fact-list { margin: 0; display: grid; }
.fact-list div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.fact-list div:last-child { border-bottom: 0; }
.fact-list dt { color: #a9c1d0; font-size: 12px; }
.fact-list dd { margin: 0; font-size: 13px; font-weight: 650; }

.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 55px; align-items: start; }
.service-content > section + section { margin-top: 52px; }
.service-content h2 { font-size: 32px; }
.service-content p { color: #4c6271; }
.check-list, .plain-list { padding: 0; margin: 22px 0 0; list-style: none; display: grid; gap: 12px; }
.check-list li, .plain-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 7px; background: var(--blue-soft); color: var(--blue); font-size: 11px; font-weight: 900; }
.plain-list li::before { content: '—'; position: absolute; left: 0; color: var(--blue); }
.deliverable-box { padding: 30px; border-radius: var(--radius); background: var(--sky); border: 1px solid #d3e3eb; }
.deliverable-box h2 { margin-bottom: 20px; }
.fair-calendar { margin-top: 24px; overflow-x: auto; border: 1px solid #d3e3eb; border-radius: 15px; background: white; }
.fair-calendar table { width: 100%; min-width: 720px; border-collapse: collapse; text-align: left; }
.fair-calendar th, .fair-calendar td { padding: 14px 16px; border-bottom: 1px solid #e4edf1; vertical-align: top; font-size: 14px; line-height: 1.4; }
.fair-calendar th { background: var(--sky); color: #435969; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.fair-calendar tr:last-child td { border-bottom: 0; }
.fair-calendar td:first-child { width: 128px; white-space: nowrap; color: #435969; font-weight: 700; }
.fair-calendar td:nth-child(2) { font-weight: 700; }
.fair-calendar a { color: var(--blue); text-decoration: none; }
.fair-calendar a:hover { text-decoration: underline; }
.service-aside { position: sticky; top: 105px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.service-aside .tag { display: table; width: fit-content; margin-bottom: 16px; }
.service-aside h3 { font-size: 19px; }
.service-aside p { color: var(--muted); font-size: 13px; }
.service-aside .button { width: 100%; margin-top: 12px; }
.aside-links { display: grid; gap: 10px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.aside-links a { color: var(--blue); font-size: 12px; font-weight: 700; }

.faq-list { max-width: 900px; display: grid; gap: 12px; }
.faq-category + .faq-category { margin-top: 58px; }
.faq-category .section-heading { margin-bottom: 26px; }
.faq-category .section-heading h2 { margin-bottom: 0; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: white; overflow: hidden; }
.faq-list summary { padding: 20px 24px; cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; float: right; color: var(--blue); font-size: 22px; line-height: 1; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details p { margin: 0; padding: 0 24px 22px; color: var(--muted); }
.faq-preview { background: var(--paper); }
.faq-preview-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.faq-preview .section-heading { margin: 0; }
.faq-preview .text-link { margin-top: 8px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.contact-card { padding: 28px; border-radius: var(--radius); background: var(--ink); color: white; }
.contact-card a { color: #d7b779; }
.contact-card p { color: #b8c8d2; }
.contact-methods { display: grid; gap: 14px; margin: 24px 0; padding: 22px 0; border-block: 1px solid rgba(255,255,255,.16); }
.contact-methods div { display: grid; gap: 3px; }
.contact-methods strong { color: #b8c8d2; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.contact-methods a { width: fit-content; font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.contact-faq-link { display: inline-block; }
.contact-form { display: grid; gap: 16px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fbfcfc; padding: 13px 14px; color: var(--ink); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); outline: 2px solid rgba(36,91,132,.15); }
.form-note, .form-success { margin: 0; color: var(--muted); font-size: 11px; }
.form-success { display: none; padding: 12px; border-radius: 12px; background: #e6f4ed; color: #205d42; }
.form-success.show { display: block; }
.form-success.error { background: #fbe9e7; color: #8a2d24; }
.consent-field { grid-template-columns: auto 1fr; align-items: start; }
.consent-field input { width: auto; margin: 3px 0 0; }
.consent-field a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.contact-form .button:disabled { cursor: wait; opacity: .7; transform: none; }

.site-footer { padding: 52px 0 28px; background: #0d2133; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; }
.footer-brand p { max-width: 390px; color: #9eb3c1; font-size: 13px; }
.footer-col { display: grid; align-content: start; gap: 9px; font-size: 13px; }
.footer-col strong { margin-bottom: 5px; color: #93acbc; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a:hover { color: #d7b779; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8fa6b5; font-size: 11px; }
.footer-bottom a:hover { color: #d7b779; }
.footer-legal { display: inline-flex; flex-wrap: wrap; gap: 18px; }

.legal-hero { padding-bottom: 40px; }
.legal-content { padding-top: 38px; }
.legal-layout { max-width: 900px; }
.legal-section, .privacy-section, .privacy-highlight { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 30px rgba(16,38,58,.04); }
.legal-section + .legal-section, .privacy-section { margin-top: 18px; }
.legal-section h2, .privacy-section h2 { font-size: clamp(25px, 3vw, 32px); }
.legal-section p:last-child, .privacy-section p:last-child { margin-bottom: 0; }
.legal-section a, .privacy-section a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.privacy-highlight { border-color: #c8dce9; background: var(--sky); }
.privacy-highlight p { margin: 0; }
.privacy-section h3 { margin-top: 28px; font-size: 19px; }
.privacy-section ul { padding-left: 20px; color: #4c6271; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s, transform .55s; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 1020px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: grid; }
  .mobile-menu { position: fixed; inset: 79px 0 auto; display: grid; gap: 4px; padding: 18px 20px 24px; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s; }
  .mobile-menu.open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-menu a { padding: 13px; border-radius: 12px; font-weight: 700; }
  .mobile-menu a:hover { background: white; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 760px; }
  .market-visual { width: min(620px, 100%); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .path-grid, .step-grid { grid-template-columns: repeat(2, 1fr); }
  .service-layout { grid-template-columns: 1fr; }
  .service-aside { position: static; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { min-height: 70px; }
  .mobile-menu { top: 71px; }
  .brand-copy small { display: none; }
  .hero, .page-hero { padding: 48px 0 42px; }
  h1 { font-size: 40px; }
  h2 { font-size: 31px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { justify-content: center; }
  .market-visual { min-height: 360px; }
  .market-panel { inset: 12px 0 20px; padding: 16px; }
  .market-table > div { grid-template-columns: .9fr 1.5fr .7fr; padding: 10px; font-size: 10px; }
  .market-float { min-width: 145px; padding: 9px; }
  .float-competitors { right: -6px; }
  .float-feedback { right: 0; }
  .section { padding: 58px 0; }
  .heading-row, .intro-grid, .contact-grid, .footer-grid, .faq-preview-grid { grid-template-columns: 1fr; gap: 28px; }
  .card-grid, .path-grid, .step-grid, .form-grid { grid-template-columns: 1fr; }
  .group-title { align-items: flex-start; flex-direction: column; gap: 5px; }
  .cta-panel { grid-template-columns: 1fr; padding: 28px; }
  .service-card { min-height: 0; }
  .fact-list div { grid-template-columns: 1fr; gap: 4px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
