/* ==========================================================================
   Drücker Basis GmbH - Design System
   CMYK brand palette derived from the logo
   ========================================================================== */

:root {
  /* Brand */
  --cyan: #27aae2;
  --cyan-dark: #1b87b8;
  --cyan-soft: #eaf6fc;
  --magenta: #27aae2;      /* accents unified to brand cyan */
  --magenta-dark: #1b87b8;
  --yellow: #ffed00;
  --ink: #16181d;
  --ink-soft: #2b2f38;

  /* Neutrals */
  --white: #ffffff;
  --bg: #ffffff;
  --bg-alt: #f4f7fb;
  --bg-dark: #0f1115;
  --border: #e2e8f0;
  --muted: #5a6472;
  --text: #1f2733;

  /* Effects */
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.08);
  --shadow-md: 0 10px 30px rgba(16, 24, 40, 0.10);
  --shadow-lg: 0 24px 60px rgba(16, 24, 40, 0.16);
  --radius: 14px;
  --radius-lg: 22px;

  /* Layout */
  --container: 1200px;
  --header-h: 78px;

  --brand-gradient: var(--cyan);            /* solid brand color (no gradient) */
  --brand-gradient-soft: var(--cyan-soft);  /* soft brand tint */

  font-family: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

/* Reset ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: inherit;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--cyan-dark); text-decoration: none; }
a:hover { color: var(--magenta); }
ul { list-style: none; padding: 0; }

h1, h2, h3, h4 { line-height: 1.15; color: var(--ink); font-weight: 800; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.28rem; }
p { color: var(--muted); }

/* Layout helpers --------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--bg-dark); color: #cfd6e2; }
.section--dark h2, .section--dark h3 { color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--magenta); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--brand-gradient); }

.section-head { max-width: 720px; margin: 0 auto clamp(36px, 5vw, 60px); text-align: center; }
.section-head p { margin-top: 14px; font-size: 1.08rem; }
.text-center { text-align: center; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* Buttons ---------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 1rem;
  border: 2px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--cyan); color: #fff; box-shadow: 0 10px 22px rgba(39, 170, 226, 0.30); }
.btn--primary:hover { color: #fff; background: var(--cyan-dark); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(39, 170, 226, 0.38); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-soft); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--border); }
.btn--ghost:hover { color: var(--ink); border-color: var(--cyan); background: #fff; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { color: var(--ink); transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* Header ----------------------------------------------------------------- */
.topbar {
  background: var(--ink); color: #cbd2de; font-size: 0.85rem;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; flex-wrap: wrap; }
.topbar a { color: #cbd2de; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: #fff; }
.topbar__contact { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar__tag { color: #8b93a3; }
.topbar svg { width: 15px; height: 15px; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid var(--border);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 20px; }
.nav__logo img { height: 52px; width: auto; }
.nav__menu { display: flex; align-items: center; gap: 4px; }
.nav__menu a {
  color: var(--ink); font-weight: 600; font-size: 0.98rem; padding: 10px 14px; border-radius: 10px;
  transition: background .15s ease, color .15s ease; position: relative;
}
.nav__menu a:hover, .nav__menu a[aria-current="page"] { color: var(--cyan-dark); background: var(--bg-alt); }

/* Dropdown */
.has-dropdown { position: relative; }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 288px;
  background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s ease;
}
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: flex; gap: 12px; padding: 11px 12px; border-radius: 10px; align-items: flex-start; }
.dropdown a span { display: block; }
.dropdown a strong { color: var(--ink); font-weight: 700; font-size: 0.96rem; }
.dropdown a small { color: var(--muted); font-size: 0.82rem; }
.dropdown .ic { flex: 0 0 auto; margin-top: 2px; color: var(--cyan); }

.nav__actions { display: flex; align-items: center; gap: 12px; }
.nav__toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--border); background: #fff;
  border-radius: 12px; cursor: pointer; align-items: center; justify-content: center; color: var(--ink);
}
.nav__toggle svg { width: 24px; height: 24px; }
.nav__toggle .ic-close { display: none; }
body.nav-open .nav__toggle .ic-open { display: none; }
body.nav-open .nav__toggle .ic-close { display: block; }

/* Hero ------------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; background: var(--bg-alt); }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; padding: clamp(56px, 7vw, 96px) 0; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--border);
  padding: 7px 14px; border-radius: 999px; font-size: 0.85rem; font-weight: 600; color: var(--ink-soft); box-shadow: var(--shadow-sm);
}
.hero__badge .dot { width: 9px; height: 9px; border-radius: 50%; background: #16c784; box-shadow: 0 0 0 4px rgba(22,199,132,.18); }
.hero h1 { margin: 20px 0 18px; }
.hero h1 .grad { color: var(--cyan); }
.hero__lead { font-size: 1.16rem; max-width: 560px; }
.hero__cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero__points { display: flex; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.hero__points li { display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink-soft); font-size: 0.95rem; }
.hero__points svg { width: 20px; height: 20px; color: var(--cyan); flex: 0 0 auto; }

.hero__media { position: relative; }
.hero__media img {
  width: 100%; height: 100%; max-height: 520px; object-fit: cover; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.hero__media::after {
  content: ""; position: absolute; inset: auto -18px -18px auto; width: 62%; height: 62%; z-index: -1;
  background: var(--cyan); border-radius: var(--radius-lg); opacity: .16;
}
.hero__float {
  position: absolute; left: -22px; bottom: 28px; background: #fff; border-radius: 16px; padding: 16px 18px;
  box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px; max-width: 250px;
}
.hero__float .kpi { font-size: 1.6rem; font-weight: 800; color: var(--ink); line-height: 1; }
.hero__float small { color: var(--muted); font-size: 0.8rem; }
.hero__float .ico { width: 42px; height: 42px; border-radius: 12px; background: var(--brand-gradient-soft); display: grid; place-items: center; color: var(--magenta); flex: 0 0 auto; }

/* Logo strip / stats ----------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 8px; }
.stat__num { font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 800; color: var(--cyan); }
.stat__label { color: var(--muted); font-weight: 600; font-size: 0.95rem; margin-top: 4px; }

/* Cards / services ------------------------------------------------------- */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 26px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; height: 100%;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.card__icon {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px;
  background: var(--brand-gradient-soft); color: var(--cyan-dark);
}
.card__icon svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 0.98rem; margin-bottom: 16px; }
.card__link { font-weight: 700; color: var(--magenta); display: inline-flex; align-items: center; gap: 6px; font-size: 0.95rem; }
.card__link svg { width: 16px; height: 16px; transition: transform .15s ease; }
.card:hover .card__link svg { transform: translateX(4px); }

/* Feature split ---------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split__media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.feature-list { display: grid; gap: 20px; margin-top: 26px; }
.feature-list li { display: flex; gap: 15px; align-items: flex-start; }
.feature-list .fic { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; background: var(--brand-gradient-soft); color: var(--magenta); display: grid; place-items: center; }
.feature-list .fic svg { width: 22px; height: 22px; }
.feature-list strong { display: block; color: var(--ink); font-size: 1.04rem; }
.feature-list p { font-size: 0.95rem; margin-top: 2px; }

/* Process ---------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step__num {
  width: 52px; height: 52px; border-radius: 14px; background: var(--brand-gradient); color: #fff;
  font-weight: 800; font-size: 1.25rem; display: grid; place-items: center; margin-bottom: 16px; box-shadow: var(--shadow-sm);
}
.step h3 { font-size: 1.12rem; margin-bottom: 8px; }
.step p { font-size: 0.95rem; }

/* Industries ------------------------------------------------------------- */
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.industry {
  display: flex; align-items: center; gap: 14px; padding: 20px 22px; background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); font-weight: 700; color: var(--ink); transition: all .18s ease;
}
.industry:hover { color: var(--ink); border-color: var(--cyan); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.industry .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--brand-gradient-soft); color: var(--cyan-dark); display: grid; place-items: center; flex: 0 0 auto; }
.industry .ico svg { width: 24px; height: 24px; }

/* Testimonial ------------------------------------------------------------ */
.quote {
  max-width: 860px; margin: 0 auto; text-align: center;
}
.quote blockquote { font-size: clamp(1.3rem, 2.6vw, 1.9rem); font-weight: 700; color: #fff; letter-spacing: -0.01em; line-height: 1.4; }
.quote .stars { color: var(--yellow); font-size: 1.3rem; letter-spacing: 3px; margin-bottom: 20px; }
.quote figcaption { margin-top: 22px; color: #aeb7c6; font-weight: 600; }
.quote figcaption strong { color: #fff; display: block; }

/* CTA band --------------------------------------------------------------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--brand-gradient); color: #fff; padding: clamp(38px, 5vw, 64px); text-align: center; box-shadow: var(--shadow-lg); }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.92); max-width: 620px; margin: 0 auto 26px; font-size: 1.08rem; }
.cta-band .btn--light { color: var(--magenta-dark); }
.cta-band .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-band .btn--outline { border-color: rgba(255,255,255,.6); color: #fff; background: transparent; }
.cta-band .btn--outline:hover { background: rgba(255,255,255,.14); color: #fff; }

/* Footer ----------------------------------------------------------------- */
.site-footer { background: var(--bg-dark); color: #9aa3b2; padding-top: 66px; font-size: 0.95rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px; padding-bottom: 46px; }
.footer__brand img { height: 64px; margin-bottom: 18px; filter: brightness(0) invert(1); opacity: .96; }
.footer__brand p { color: #8791a1; max-width: 320px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.site-footer ul li { margin-bottom: 11px; }
.site-footer a { color: #9aa3b2; }
.site-footer a:hover { color: #fff; }
.footer__contact li { display: flex; gap: 11px; align-items: flex-start; }
.footer__contact svg { width: 18px; height: 18px; color: var(--cyan); flex: 0 0 auto; margin-top: 3px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.09); padding: 22px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.footer__bottom .legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer__company { color: #6f7788; font-size: 0.85rem; }

/* Page hero (interior) --------------------------------------------------- */
.page-hero { background: var(--ink); color: #fff; padding: clamp(56px, 8vw, 92px) 0; position: relative; }
.page-hero .eyebrow { color: var(--yellow); }
.page-hero h1 { color: #fff; max-width: 780px; }
.page-hero p { color: #c3cbd8; max-width: 640px; margin-top: 16px; font-size: 1.1rem; }
.breadcrumb { font-size: 0.88rem; color: #8b93a3; margin-bottom: 16px; }
.breadcrumb a { color: #b9c1cf; }

/* Forms ------------------------------------------------------------------ */
.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-md); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.field--full { grid-column: 1 / -1; }
.field label { font-weight: 600; color: var(--ink); font-size: 0.92rem; }
.field label .req { color: var(--cyan-dark); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 0.98rem; color: var(--text); background: #fff;
  border: 1px solid var(--border); border-radius: 11px; padding: 13px 15px; width: 100%;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(39,170,226,.16);
}
.field--hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 0.9rem; color: var(--muted); }
.form-consent input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; accent-color: var(--cyan); }
.form-note { font-size: 0.86rem; color: var(--muted); margin-top: 4px; }

/* Contact layout --------------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 46px; align-items: start; }
.contact-info .info-item { display: flex; gap: 15px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--border); }
.contact-info .info-item:last-child { border-bottom: none; }
.contact-info .ico { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 12px; background: var(--cyan-soft); color: var(--cyan-dark); display: grid; place-items: center; }
.contact-info .ico svg { width: 22px; height: 22px; }
.contact-info strong { display: block; color: var(--ink); margin-bottom: 2px; }
.contact-info a { color: var(--muted); }
.contact-info a:hover { color: var(--cyan-dark); }
.map-embed { border: 0; width: 100%; height: 320px; border-radius: var(--radius); margin-top: 26px; filter: grayscale(0.2); }

/* Prose (legal & rich text) --------------------------------------------- */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 1.5rem; margin: 38px 0 14px; }
.prose h3 { font-size: 1.15rem; margin: 26px 0 10px; }
.prose p, .prose li { color: var(--text); font-size: 1rem; margin-bottom: 14px; }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 16px; }
.prose ul li { margin-bottom: 8px; }
.prose a { color: var(--cyan-dark); text-decoration: underline; }
.prose strong { color: var(--ink); }
.prose .lead { font-size: 1.12rem; color: var(--muted); }
.prose table { width: 100%; border-collapse: collapse; margin-bottom: 18px; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border: 1px solid var(--border); font-size: 0.95rem; }
.prose th { background: var(--bg-alt); color: var(--ink); }
.callout { background: var(--cyan-soft); border-left: 4px solid var(--cyan); border-radius: 10px; padding: 16px 20px; margin: 20px 0; }
.callout p { margin: 0; color: var(--ink-soft); }

/* Service page detail ---------------------------------------------------- */
.detail-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: start; }
.detail-grid img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); position: sticky; top: 100px; }
.check-list { display: grid; gap: 14px; margin: 22px 0; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); }
.check-list svg { width: 22px; height: 22px; color: var(--cyan); flex: 0 0 auto; margin-top: 2px; }
.aside-card { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.aside-card h3 { margin-bottom: 8px; }
.aside-card p { font-size: 0.95rem; margin-bottom: 16px; }

/* FAQ -------------------------------------------------------------------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 4px 22px; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--ink); padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--cyan); font-weight: 400; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding-bottom: 18px; margin: 0; font-size: 0.98rem; }

/* Alert (form status) ---------------------------------------------------- */
.alert { border-radius: 12px; padding: 16px 18px; margin-bottom: 22px; font-size: 0.96rem; }
.alert--error { background: #fdecec; border: 1px solid #f5b5b5; color: #a12626; }
.alert--success { background: #e9f8f0; border: 1px solid #a9e0c4; color: #1c7a4d; }

@media (max-width: 900px) {
  .contact-grid, .detail-grid { grid-template-columns: 1fr; gap: 34px; }
  .detail-grid img { position: static; }
}
@media (max-width: 560px) {
  .form-grid { grid-template-columns: 1fr; }
}

/* Cookie banner ---------------------------------------------------------- */
.cookie {
  position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 200; max-width: 560px; margin-inline: auto;
  background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: 20px 22px; display: none;
}
.cookie.is-visible { display: block; animation: cookieIn .3s ease; }
@keyframes cookieIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.cookie h4 { font-size: 1.05rem; margin-bottom: 6px; }
.cookie p { font-size: 0.9rem; margin-bottom: 16px; }
.cookie__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie__actions .btn { padding: 11px 20px; font-size: 0.92rem; }

/* Reveal on scroll ------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Responsive ------------------------------------------------------------- */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 900px) {
  .nav__toggle { display: inline-flex; }
  .nav__menu {
    position: fixed; inset: var(--header-h) 0 0 auto; width: min(360px, 86vw); background: #fff;
    flex-direction: column; align-items: stretch; gap: 4px; padding: 20px; box-shadow: var(--shadow-lg);
    transform: translateX(100%); transition: transform .25s ease; overflow-y: auto; border-left: 1px solid var(--border);
  }
  body.nav-open .nav__menu { transform: translateX(0); }
  .nav__menu a { padding: 13px 14px; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 4px 0 6px 12px; min-width: 0; }
  .hero__grid, .split { grid-template-columns: 1fr; gap: 40px; }
  .hero__media { order: -1; }
  .hero__float { display: none; }
  .grid--3, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .grid--3, .grid--4, .grid--2, .industry-grid, .steps { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__cta .btn, .cta-actions .btn { width: 100%; }
  .topbar__contact { gap: 14px; }
}

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

/* ==========================================================================
   Landing Page (Google Ads) - single-conversion layout
   ========================================================================== */

/* Slim header: logo + phone CTA, no navigation */
.lp-header {
  position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--border);
}
.lp-header .container { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 16px; }
.lp-header img { height: 48px; width: auto; }
.lp-header__phone {
  display: inline-flex; align-items: center; gap: 9px; font-weight: 800; color: var(--ink); font-size: 1.05rem;
}
.lp-header__phone svg { width: 20px; height: 20px; color: var(--cyan); }
.lp-header__phone small { display: block; font-weight: 600; font-size: 0.72rem; color: var(--muted); letter-spacing: .02em; }
.lp-header__phone .btn { padding: 11px 20px; }

/* LP hero with form */
.lp-hero { background: var(--bg-alt); position: relative; overflow: hidden; }
.lp-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; padding: clamp(40px, 6vw, 76px) 0; }
.lp-hero h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); margin: 16px 0 16px; }
.lp-hero h1 .grad { color: var(--cyan); }
.lp-hero__lead { font-size: 1.12rem; max-width: 540px; }
.lp-hero__points { display: grid; gap: 12px; margin-top: 24px; }
.lp-hero__points li { display: flex; align-items: flex-start; gap: 11px; font-weight: 600; color: var(--ink-soft); }
.lp-hero__points svg { width: 22px; height: 22px; color: var(--cyan); flex: 0 0 auto; margin-top: 2px; }
.lp-hero__cta { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }

/* Lead form card in hero */
.lp-form { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(24px, 3vw, 34px); }
.lp-form__head { text-align: center; margin-bottom: 20px; }
.lp-form__head h2 { font-size: 1.4rem; }
.lp-form__head p { font-size: 0.95rem; margin-top: 4px; }
.lp-form .form-grid { gap: 14px; }
.lp-form .field input, .lp-form .field select { padding: 12px 14px; }

/* Trust strip */
.trust-strip { background: var(--ink); color: #dfe4ec; }
.trust-strip .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; padding: 18px 22px; }
.trust-strip span { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 0.95rem; }
.trust-strip svg { width: 20px; height: 20px; color: var(--cyan); flex: 0 0 auto; }

/* Minimal LP footer */
.lp-footer { background: var(--bg-dark); color: #8791a1; padding: 30px 0; font-size: 0.9rem; }
.lp-footer .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.lp-footer a { color: #aeb7c6; }
.lp-footer a:hover { color: #fff; }
.lp-footer .legal { display: flex; gap: 18px; flex-wrap: wrap; }

/* Sticky mobile call button */
.lp-call {
  display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 150;
  background: var(--cyan); color: #fff; border-radius: 999px; padding: 15px 20px; text-align: center;
  font-weight: 800; font-size: 1.05rem; box-shadow: 0 12px 28px rgba(39,170,226,.45);
  align-items: center; justify-content: center; gap: 10px;
}
.lp-call svg { width: 20px; height: 20px; }
.lp-call:hover { color: #fff; }

@media (max-width: 900px) {
  .lp-hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .lp-hero__media { order: 2; }
  .lp-header__phone.lp-header__phone--text { display: none; }
}
@media (max-width: 600px) {
  .lp-call { display: flex; }
  body.has-lp-call { padding-bottom: 84px; }
}
