:root{
  --bg:#08111f;
  --bg-2:#0d1728;
  --card:#101c2f;
  --text:#f5f7fb;
  --muted:#a9b4c6;
  --line:rgba(255,255,255,.10);
  --accent:#17bfa9;
  --accent-2:#15c68e;
  --max:1180px;
  --radius:22px;
  --shadow:0 24px 80px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 15% -10%, rgba(23,191,169,.15), transparent 32rem),
    linear-gradient(180deg,var(--bg),#0a1220 55%,#08101c);
  color:var(--text);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(8,17,31,.74);
  border-bottom:1px solid var(--line);
}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-weight:900;letter-spacing:.16em}
.nav-links{display:flex;align-items:center;gap:24px;color:#dce5f1;font-size:14px}
.nav-cta,.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 18px;border-radius:14px;
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  color:#041510;font-weight:800;border:0;cursor:pointer
}
.btn.secondary{background:transparent;color:var(--text);border:1px solid var(--line)}
.hero{padding:104px 0 72px}
.eyebrow{color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
h1{font-size:clamp(44px,7vw,82px);line-height:.98;max-width:960px;margin:18px 0 24px;letter-spacing:-.045em}
.hero p{max-width:720px;color:var(--muted);font-size:20px;margin:0 0 32px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:70px}
.metric,.card{
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)
}
.metric{padding:24px}
.metric strong{display:block;font-size:30px}
.metric span{color:var(--muted);font-size:14px}
.section{padding:78px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.section h2{font-size:clamp(34px,5vw,54px);line-height:1.05;margin:8px 0 0;letter-spacing:-.035em}
.section-head p{max-width:620px;color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.product-card{padding:30px;min-height:280px;display:flex;flex-direction:column}
.product-card .kicker{color:var(--accent);font-size:13px;font-weight:800}
.product-card h3{font-size:30px;margin:10px 0 12px}
.product-card p{color:var(--muted);max-width:580px}
.product-card .more{margin-top:auto;font-weight:800}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature{padding:26px}
.feature h3{margin-top:0}
.feature p{color:var(--muted);margin-bottom:0}
.banner{padding:40px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.footer{padding:42px 0 60px;border-top:1px solid var(--line);color:var(--muted);margin-top:60px}
.footer-inner{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}
.page-hero{padding:84px 0 42px}
.page-hero h1{font-size:clamp(42px,6vw,72px)}
.prose{max-width:820px}
.prose p,.prose li{color:var(--muted)}
.module-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}
.module{padding:22px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025)}
.mobile-toggle{display:none;background:none;border:0;color:white;font-size:24px}
@media(max-width:820px){
  .nav-links{display:none;position:absolute;top:74px;left:0;right:0;padding:20px;background:#0a1423;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}
  .nav-links.open{display:flex}
  .mobile-toggle{display:block}
  .metrics,.grid,.feature-grid,.module-list{grid-template-columns:1fr}
  .hero{padding-top:74px}
  .banner,.section-head{align-items:flex-start;flex-direction:column}
}


/* ===== LAUFER BRANDING v2 — native-size logos ===== */
.site-header .brand{
  display:inline-flex !important;
  align-items:center !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  height:auto !important;
  padding:0 !important;
  overflow:visible !important;
}
.site-header .brand img{
  display:block !important;
  width:175px !important;
  max-width:175px !important;
  height:49px !important;
  max-height:49px !important;
  object-fit:contain !important;
}
.footer-brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.footer-logo{
  display:block !important;
  width:175px !important;
  max-width:175px !important;
  height:49px !important;
  max-height:49px !important;
  object-fit:contain !important;
}
@media(max-width:620px){
  .site-header .brand img,
  .footer-logo{
    width:150px !important;
    max-width:150px !important;
    height:auto !important;
    max-height:none !important;
  }
}


/* ===== LAUFER CLEAN HERO IMAGE v1 ===== */
.hero{
  position:relative;
  overflow:hidden;
  padding:92px 0 86px;
  background:
    linear-gradient(
      90deg,
      rgba(5,14,27,.96) 0%,
      rgba(5,14,27,.88) 34%,
      rgba(5,14,27,.60) 62%,
      rgba(5,14,27,.30) 100%
    ),
    url('/assets/hero-bg.webp') center center / cover no-repeat !important;
}
.hero .container{
  position:relative;
  z-index:2;
}
.hero h1{
  font-size:44px !important;
  line-height:1.16 !important;
  letter-spacing:0 !important;
  max-width:650px;
  margin:18px 0 20px !important;
}
.hero p{
  max-width:620px;
  font-size:18px;
  line-height:1.65;
  color:#d7dfeb;
}
.hero .actions{
  margin-top:28px;
}
@media(max-width:900px){
  .hero{
    background:
      linear-gradient(rgba(5,14,27,.84),rgba(5,14,27,.90)),
      url('/assets/hero-bg.webp') 68% center / cover no-repeat !important;
  }
}
@media(max-width:700px){
  .hero{
    padding:74px 0 68px;
  }
  .hero h1{
    font-size:38px !important;
    line-height:1.17 !important;
  }
  .hero p{
    font-size:17px;
  }
}
@media(max-width:480px){
  .hero h1{
    font-size:34px !important;
  }
}


/* ===== LAUFER PRO ECOSYSTEM POLISH v1 ===== */

/* Section title */
#products .section-head h2{
  font-size:44px !important;
  line-height:1.15 !important;
  letter-spacing:0 !important;
}

/* Product titles */
#products .product-card h3,
#products .card h3{
  font-size:28px !important;
  line-height:1.18 !important;
  letter-spacing:0 !important;
}

/* Subtle premium hover */
#products .product-card,
#products .grid > .card{
  position:relative;
  transition:
    transform .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    background-color .24s ease !important;
  will-change:transform;
}

#products .product-card:hover,
#products .grid > .card:hover{
  transform:translateY(-5px);
  border-color:rgba(23,191,169,.42) !important;
  box-shadow:
    0 16px 34px rgba(0,0,0,.20),
    0 0 0 1px rgba(23,191,169,.06);
  background-color:rgba(255,255,255,.025);
}

#products .product-card .more,
#products .grid > .card .more{
  transition:color .24s ease, transform .24s ease;
}

#products .product-card:hover .more,
#products .grid > .card:hover .more{
  color:#17BFA9 !important;
  transform:translateX(3px);
}

@media(max-width:700px){
  #products .section-head h2{
    font-size:36px !important;
  }
  #products .product-card h3,
  #products .card h3{
    font-size:24px !important;
  }
}


/* ===== LAUFER PRINCIPLES POLISH v1 ===== */
.section:has(.feature-grid) .section-head h2{
  font-size:44px !important;
  line-height:1.15 !important;
  letter-spacing:0 !important;
}

/* Principle cards — subtle hover, related to product cards but calmer */
.section:has(.feature-grid) .feature{
  transition:
    transform .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    background-color .24s ease !important;
}

.section:has(.feature-grid) .feature:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.32) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.15);
  background-color:rgba(255,255,255,.018);
}

@media(max-width:700px){
  .section:has(.feature-grid) .section-head h2{
    font-size:36px !important;
  }
}


/* ===== LAUFER FINAL CTA POLISH v1 ===== */
:root{
  --accent-2:#0ef9da;
}

.banner h2{
  font-size:44px !important;
  line-height:1.15 !important;
  letter-spacing:0 !important;
}

/* Final CTA button: brighter Laufer accent with restrained interaction */
.banner .btn{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,var(--accent),var(--accent-2)) !important;
  border:1px solid rgba(14,249,218,.28);
  box-shadow:0 8px 22px rgba(14,249,218,.10);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    filter .22s ease,
    border-color .22s ease !important;
}

.banner .btn::after{
  content:"";
  position:absolute;
  top:-60%;
  left:-45%;
  width:34%;
  height:220%;
  transform:rotate(22deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.30),transparent);
  transition:left .42s ease;
  pointer-events:none;
}

.banner .btn:hover{
  transform:translateY(-2px);
  border-color:rgba(14,249,218,.55);
  box-shadow:
    0 12px 28px rgba(14,249,218,.16),
    0 0 0 1px rgba(14,249,218,.08);
  filter:brightness(1.04);
}

.banner .btn:hover::after{
  left:115%;
}

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

@media(max-width:700px){
  .banner h2{
    font-size:36px !important;
  }
}


/* ===== LAUFER FINAL CTA v1.1 ===== */
.banner .btn{
  white-space:nowrap !important;
  width:auto !important;
  min-width:max-content;
  flex-shrink:0;
}


/* ===== LAUFER CTA BACKGROUND POLISH v1 ===== */
.banner{
  position:relative;
  overflow:hidden;
  min-height:360px;
  padding:56px 58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  background:
    linear-gradient(
      90deg,
      rgba(5,14,27,.94) 0%,
      rgba(5,14,27,.86) 42%,
      rgba(5,14,27,.58) 72%,
      rgba(5,14,27,.42) 100%
    ),
    url('/assets/laufer-cta-bg.webp') center center / cover no-repeat !important;
  border-radius:22px !important;
  border:1px solid rgba(23,191,169,.22) !important;
}

.banner > div{
  position:relative;
  z-index:2;
  max-width:720px;
}

.banner h2{
  max-width:700px;
  margin-bottom:18px !important;
}

.banner .cta-copy{
  max-width:620px;
  margin:0 0 28px;
  color:#d4dce8;
  font-size:17px;
  line-height:1.65;
}

.banner .btn{
  display:inline-flex !important;
  align-items:center !important;
  gap:12px !important;
  min-height:50px;
  padding:0 20px !important;
  white-space:nowrap !important;
}

.banner .btn .cta-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:19px;
  height:19px;
  transition:transform .22s ease;
}

.banner .btn .cta-arrow svg{
  display:block;
  width:18px;
  height:18px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.banner .btn:hover .cta-arrow{
  transform:translateX(3px);
}

@media(max-width:800px){
  .banner{
    min-height:320px;
    padding:42px 32px !important;
    background:
      linear-gradient(rgba(5,14,27,.84),rgba(5,14,27,.88)),
      url('/assets/laufer-cta-bg.webp') 65% center / cover no-repeat !important;
  }
  .banner .cta-copy{
    font-size:16px;
  }
}

@media(max-width:520px){
  .banner{
    padding:34px 24px !important;
  }
}


/* ===== LAUFER PRODUCT MANAGER PRO v1 ===== */
.product-detail-hero{
  padding:86px 0 58px;
}
.product-detail-hero .eyebrow{
  margin-bottom:14px;
}
.product-detail-hero h1{
  max-width:850px;
  font-size:52px;
  line-height:1.1;
  letter-spacing:0;
  margin:0 0 20px;
}
.product-detail-hero .lead{
  max-width:790px;
  font-size:19px;
  line-height:1.65;
  color:#b7c3d5;
}
.product-detail-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.pm-kicker{
  color:var(--accent);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.pm-module-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.pm-module{
  min-height:190px;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.pm-module:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.32);
  box-shadow:0 12px 28px rgba(0,0,0,.15);
}
.pm-module h3{
  font-size:20px;
  letter-spacing:0;
  margin:10px 0 10px;
}
.pm-module p{
  margin:0;
}
.pm-workflow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.pm-step{
  padding:22px;
}
.pm-step strong{
  display:block;
  font-size:17px;
  margin:8px 0;
}
.pm-step-number{
  color:var(--accent);
  font-weight:900;
  font-size:12px;
  letter-spacing:.08em;
}
.pm-note{
  padding:28px;
  border-left:3px solid var(--accent);
}
@media(max-width:900px){
  .pm-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pm-workflow{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .product-detail-hero h1{font-size:40px}
  .pm-module-grid,.pm-workflow{grid-template-columns:1fr}
}


/* ===== PRODUCT MANAGER MODULES POLISH v1.1 ===== */

/* "Alati za stvarni WooCommerce katalog." */
.pm-module-grid + * {}

/* Module section heading */
.section:has(.pm-module-grid) .section-head h2{
  font-size:44px !important;
  line-height:1.15 !important;
  letter-spacing:0 !important;
}

/* Give module cards the same comfortable inner whitespace as other cards */
.pm-module{
  padding:24px 26px !important;
}

.pm-module .pm-kicker{
  margin-bottom:8px;
}

.pm-module h3{
  margin:0 0 12px !important;
  line-height:1.25;
  letter-spacing:0 !important;
}

.pm-module p{
  margin:0 !important;
  line-height:1.65;
}

@media(max-width:700px){
  .section:has(.pm-module-grid) .section-head h2{
    font-size:36px !important;
  }
  .pm-module{
    padding:22px !important;
  }
}


/* =========================================================
   LAUFER GLOBAL TYPOGRAPHY STANDARD v1
   ========================================================= */

html,
body{
  font-size:15px;
}

h1,
h2,
h3,
h4,
h5,
h6{
  line-height:1.2 !important;
  letter-spacing:normal !important;
}

h1{ font-size:42px !important; }
h2{ font-size:36px !important; }
h3{ font-size:28px !important; }
h4{ font-size:22px !important; }
h5{ font-size:18px !important; }
h6{ font-size:16px !important; }

/* Responsive typography */
@media(max-width:700px){
  h1{ font-size:36px !important; }
  h2{ font-size:30px !important; }
  h3{ font-size:24px !important; }
  h4{ font-size:20px !important; }
  h5{ font-size:18px !important; }
  h6{ font-size:16px !important; }
}


/* =========================================================
   LAUFER GLOBAL BUTTON SYSTEM v1
   ========================================================= */
:root{
  --accent:#17bfa9;
  --accent-2:#15c68e;
}

.btn,
.nav-cta{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  width:auto !important;
  min-width:max-content !important;
  min-height:46px;
  padding:0 18px !important;
  white-space:nowrap !important;
  line-height:1 !important;
  border-radius:14px !important;
  position:relative;
  overflow:hidden;
  flex-shrink:0;
  text-decoration:none !important;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease,
             border-color .22s ease, background-color .22s ease !important;
}

.btn:not(.secondary),
.nav-cta{
  background:linear-gradient(135deg,var(--accent),var(--accent-2)) !important;
  color:#041510 !important;
  border:1px solid rgba(23,191,169,.30) !important;
  box-shadow:0 8px 22px rgba(23,191,169,.10);
}

.btn.secondary{
  background:rgba(255,255,255,.015) !important;
  color:var(--text) !important;
  border:1px solid var(--line) !important;
  box-shadow:none;
}

.btn::after,
.nav-cta::after{
  content:"";
  position:absolute;
  top:-70%;
  left:-45%;
  width:34%;
  height:240%;
  transform:rotate(22deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);
  transition:left .42s ease;
  pointer-events:none;
}

.btn:hover,
.nav-cta:hover{ transform:translateY(-2px); }

.btn:not(.secondary):hover,
.nav-cta:hover{
  border-color:rgba(23,191,169,.58) !important;
  box-shadow:0 12px 28px rgba(23,191,169,.16),0 0 0 1px rgba(23,191,169,.08);
  filter:brightness(1.04);
}

.btn.secondary:hover{
  border-color:rgba(23,191,169,.38) !important;
  background:rgba(23,191,169,.04) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.btn:hover::after,
.nav-cta:hover::after{ left:115%; }

.btn:active,
.nav-cta:active{ transform:translateY(0); }

.button-label{
  display:inline-block;
  white-space:nowrap;
  position:relative;
  z-index:1;
}

.button-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  flex:0 0 18px;
  position:relative;
  z-index:1;
  transition:transform .22s ease;
}

.button-icon svg{
  display:block;
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.btn:hover .icon-arrow,
.nav-cta:hover .icon-arrow{ transform:translateX(3px); }

.btn:hover .icon-grid{ transform:scale(1.08); }
.btn:hover .icon-mail{ transform:translateX(2px); }
.btn:hover .icon-home{ transform:translateY(-1px); }

@media(max-width:620px){
  .btn,.nav-cta{
    min-height:44px;
    padding:0 16px !important;
  }
}


/* =========================================================
   LAUFER GLOBAL BUTTON SYSTEM v2 — CACHEFIX + HARD OVERRIDES
   ========================================================= */

:root{
  --accent:#17bfa9;
  --accent-2:#15c68e;
}

/* GLOBAL BASE */
a.btn,
a.nav-cta{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  width:auto !important;
  min-width:max-content !important;
  min-height:46px !important;
  padding:0 18px !important;
  white-space:nowrap !important;
  line-height:1 !important;
  border-radius:14px !important;
  position:relative !important;
  overflow:hidden !important;
  flex-shrink:0 !important;
  text-decoration:none !important;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    filter .22s ease,
    border-color .22s ease,
    background .22s ease,
    color .22s ease !important;
}

/* TYPE 1 — COLOR / GRADIENT */
a.btn:not(.secondary),
a.nav-cta{
  background:linear-gradient(135deg,var(--accent),var(--accent-2)) !important;
  color:#041510 !important;
  border:1px solid rgba(23,191,169,.36) !important;
  box-shadow:0 8px 22px rgba(23,191,169,.10) !important;
}

/* TYPE 2 — BORDERED */
a.btn.secondary{
  background:rgba(7,16,29,.44) !important;
  color:#f5f7fb !important;
  border:1px solid rgba(255,255,255,.16) !important;
  box-shadow:none !important;
}

/* LABEL */
a.btn .button-label,
a.nav-cta .button-label{
  display:inline-block !important;
  white-space:nowrap !important;
  line-height:1 !important;
  position:relative !important;
  z-index:2 !important;
}

/* ICON */
a.btn .button-icon,
a.nav-cta .button-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:18px !important;
  min-width:18px !important;
  max-width:18px !important;
  height:18px !important;
  min-height:18px !important;
  max-height:18px !important;
  flex:0 0 18px !important;
  position:relative !important;
  z-index:2 !important;
  opacity:1 !important;
  visibility:visible !important;
  transition:transform .22s ease !important;
}

a.btn .button-icon svg,
a.nav-cta .button-icon svg{
  display:block !important;
  width:18px !important;
  height:18px !important;
  max-width:18px !important;
  max-height:18px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.9 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  opacity:1 !important;
  visibility:visible !important;
}

a.btn .button-icon svg *,
a.nav-cta .button-icon svg *{
  fill:none !important;
  stroke:currentColor !important;
}

/* Bordered buttons keep icon in Laufer teal */
a.btn.secondary .button-icon{
  color:var(--accent) !important;
}

/* SHEEN — both button types */
a.btn::after,
a.nav-cta::after{
  content:"" !important;
  position:absolute !important;
  top:-75% !important;
  left:-48% !important;
  width:34% !important;
  height:250% !important;
  transform:rotate(22deg) !important;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.27),
    transparent
  ) !important;
  transition:left .44s ease !important;
  pointer-events:none !important;
  z-index:1 !important;
}

/* HOVER — BOTH TYPES */
a.btn:hover,
a.nav-cta:hover{
  transform:translateY(-2px) !important;
}

a.btn:hover::after,
a.nav-cta:hover::after{
  left:116% !important;
}

/* Gradient hover */
a.btn:not(.secondary):hover,
a.nav-cta:hover{
  background:linear-gradient(135deg,var(--accent-2),var(--accent)) !important;
  border-color:rgba(23,191,169,.68) !important;
  box-shadow:
    0 12px 28px rgba(23,191,169,.18),
    0 0 0 1px rgba(23,191,169,.08) !important;
  filter:brightness(1.05) !important;
}

/* Bordered hover */
a.btn.secondary:hover{
  color:#fff !important;
  background:rgba(23,191,169,.075) !important;
  border-color:rgba(23,191,169,.56) !important;
  box-shadow:
    0 10px 24px rgba(0,0,0,.14),
    inset 0 0 0 1px rgba(23,191,169,.04) !important;
}

/* ICON MICRO-ANIMATION */
a.btn:hover .icon-arrow,
a.nav-cta:hover .icon-arrow{
  transform:translateX(3px) !important;
}
a.btn:hover .icon-grid{
  transform:scale(1.10) !important;
}
a.btn:hover .icon-mail{
  transform:translateX(2px) !important;
}
a.btn:hover .icon-home{
  transform:translateY(-1px) !important;
}

/* ACTIVE */
a.btn:active,
a.nav-cta:active{
  transform:translateY(0) !important;
}

/* Final CTA must use the same global system */
.banner a.btn{
  white-space:nowrap !important;
}
.banner a.btn .button-icon{
  display:inline-flex !important;
}

/* MOBILE */
@media(max-width:620px){
  a.btn,
  a.nav-cta{
    min-height:44px !important;
    padding:0 16px !important;
    gap:9px !important;
  }
}

/* LAUFER HOME KPI ICON SYSTEM v1 */
.kpi-icon,.feature-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;min-width:42px!important;margin:0 0 14px!important;border:1px solid rgba(23,191,169,.28)!important;border-radius:12px!important;background:rgba(23,191,169,.065)!important;color:var(--accent)!important;transition:transform .22s ease,border-color .22s ease,background .22s ease!important}
.kpi-icon svg,.feature-icon svg{display:block!important;width:21px!important;height:21px!important;max-width:21px!important;max-height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.kpi-icon svg *,.feature-icon svg *{fill:none!important;stroke:currentColor!important}
.hero .card:hover .kpi-icon,.feature:hover .feature-icon{transform:translateY(-2px)!important;border-color:rgba(23,191,169,.46)!important;background:rgba(23,191,169,.10)!important}


/* ===== HOME KPI ICON FIX v1.1 ===== */
.metric .kpi-icon,
.feature .feature-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:42px !important;
  min-width:42px !important;
  height:42px !important;
  min-height:42px !important;
  margin:0 0 14px !important;
  border:1px solid rgba(23,191,169,.30) !important;
  border-radius:12px !important;
  background:rgba(23,191,169,.07) !important;
  color:var(--accent) !important;
}

.metric .kpi-icon svg,
.feature .feature-icon svg{
  width:21px !important;
  height:21px !important;
  max-width:21px !important;
  max-height:21px !important;
  display:block !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.metric:hover .kpi-icon,
.feature:hover .feature-icon{
  transform:translateY(-2px) !important;
  border-color:rgba(23,191,169,.48) !important;
  background:rgba(23,191,169,.11) !important;
}

.metric strong{
  display:block;
  margin-top:0 !important;
}


/* =========================================================
   LAUFER PRODUCT DETAIL VISUALS + 8 PRODUCT GRID v1
   ========================================================= */
.product-shot{
  margin-top:34px;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:rgba(255,255,255,.02);
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}
.product-shot img{
  display:block;
  width:100%;
  height:auto;
}
.detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.detail-card{
  padding:26px;
}
.detail-card h3{
  margin:8px 0 10px;
}
.detail-card p{
  margin:0;
  line-height:1.65;
}
.workflow-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.workflow-step{
  padding:22px;
}
.workflow-step .step-no{
  display:block;
  color:var(--accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:8px;
}
.workflow-step strong{
  display:block;
  margin-bottom:8px;
}
@media(max-width:900px){
  .detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .detail-grid,.workflow-grid{grid-template-columns:1fr}
}


/* =========================================================
   LAUFER CONTACT PAGE v1
   ========================================================= */

.contact-hero{
  position:relative;
  overflow:hidden;
  padding:86px 0 68px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 82% 24%, rgba(23,191,169,.14), transparent 28rem),
    radial-gradient(circle at 64% 70%, rgba(21,198,142,.08), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.018), transparent);
}
.contact-hero::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-110px;
  top:-170px;
  border-radius:50%;
  border:1px solid rgba(23,191,169,.10);
  box-shadow:
    0 0 0 70px rgba(23,191,169,.025),
    0 0 0 140px rgba(23,191,169,.015);
  pointer-events:none;
}
.contact-hero .container{position:relative;z-index:1}
.contact-hero h1{
  max-width:900px;
  margin-bottom:20px;
}
.contact-hero .lead{
  max-width:760px;
  color:#b7c3d5;
  font-size:18px;
  line-height:1.7;
  margin:0;
}

.contact-layout{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:22px;
  align-items:start;
}
.contact-info,
.contact-form-card{
  padding:30px;
}
.contact-info{
  position:sticky;
  top:104px;
}
.contact-info h2{
  margin:8px 0 16px;
}
.contact-info p{
  color:var(--muted);
}
.contact-points{
  display:grid;
  gap:12px;
  margin-top:26px;
}
.contact-point{
  display:flex;
  gap:13px;
  align-items:flex-start;
  padding:14px 0;
  border-top:1px solid var(--line);
}
.contact-point:first-child{border-top:0}
.contact-point-icon{
  display:grid;
  place-items:center;
  width:38px;height:38px;flex:0 0 38px;
  border-radius:11px;
  border:1px solid rgba(23,191,169,.26);
  background:rgba(23,191,169,.055);
  color:var(--accent);
}
.contact-point-icon svg{
  width:19px;height:19px;
  fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round;
}
.contact-point strong{display:block;margin-bottom:2px}
.contact-point span{color:var(--muted);font-size:14px}

.contact-form{
  display:grid;
  gap:18px;
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.form-field{
  display:grid;
  gap:8px;
}
.form-field label{
  font-size:13px;
  font-weight:800;
  color:#dfe7f2;
}
.form-field input,
.form-field select,
.form-field textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  background:#0b1626;
  color:var(--text);
  font:inherit;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-field input,
.form-field select{
  min-height:50px;
  padding:0 14px;
}
.form-field textarea{
  min-height:160px;
  resize:vertical;
  padding:14px;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
  border-color:rgba(23,191,169,.62);
  box-shadow:0 0 0 3px rgba(23,191,169,.08);
  background:#0d192b;
}
.form-field select{
  color-scheme:dark;
}
.form-field small{
  color:var(--muted);
  font-size:12px;
}
.form-honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.form-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.form-trust{
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}
.form-status{
  display:none;
  padding:14px 16px;
  border-radius:12px;
  font-size:14px;
  line-height:1.5;
}
.form-status.success{
  display:block;
  border:1px solid rgba(23,191,169,.32);
  background:rgba(23,191,169,.07);
  color:#d9fff7;
}
.form-status.error{
  display:block;
  border:1px solid rgba(255,113,113,.30);
  background:rgba(255,113,113,.06);
  color:#ffdede;
}

.contact-help{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  padding:32px 36px;
}
.contact-help p{
  margin:8px 0 0;
  color:var(--muted);
}

@media(max-width:900px){
  .contact-layout{grid-template-columns:1fr}
  .contact-info{position:static}
}
@media(max-width:700px){
  .contact-hero{padding:68px 0 54px}
  .form-row{grid-template-columns:1fr}
  .contact-info,.contact-form-card{padding:24px}
  .contact-help{
    grid-template-columns:1fr;
    padding:28px 24px;
  }
}


/* =========================================================
   LAUFER ABOUT PAGE v1
   ========================================================= */

.about-hero{
  position:relative;
  overflow:hidden;
  padding:92px 0 74px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 78% 28%, rgba(23,191,169,.13), transparent 27rem),
    radial-gradient(circle at 62% 82%, rgba(21,198,142,.07), transparent 23rem),
    linear-gradient(180deg,rgba(255,255,255,.018),transparent);
}
.about-hero::before{
  content:"";
  position:absolute;
  right:7%;
  top:38px;
  width:290px;
  height:290px;
  border:1px solid rgba(23,191,169,.10);
  border-radius:38px;
  transform:rotate(12deg);
  box-shadow:
    0 0 0 46px rgba(23,191,169,.018),
    0 0 0 92px rgba(23,191,169,.010);
}
.about-hero .container{position:relative;z-index:1}
.about-hero h1{max-width:920px;margin-bottom:20px}
.about-hero .lead{
  max-width:790px;
  color:#b7c3d5;
  font-size:18px;
  line-height:1.7;
  margin:0;
}

.about-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.about-card{
  padding:28px;
  transition:
    transform .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    background .24s ease !important;
}
.about-card:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.38);
  background:rgba(23,191,169,.025);
  box-shadow:0 18px 38px rgba(0,0,0,.16);
}
.about-card h3{margin:0 0 10px}
.about-card p{margin:0;color:var(--muted);line-height:1.65}

.about-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  margin-bottom:17px;
  border:1px solid rgba(23,191,169,.28);
  border-radius:13px;
  background:rgba(23,191,169,.065);
  color:var(--accent);
  transition:
    transform .24s ease,
    background .24s ease,
    border-color .24s ease;
}
.about-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.about-card:hover .about-icon{
  transform:translateY(-2px) scale(1.04);
  border-color:rgba(23,191,169,.50);
  background:rgba(23,191,169,.11);
}

.about-workflow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  counter-reset:aboutstep;
}
.about-step{
  position:relative;
  padding:24px 20px;
  min-height:176px;
  transition:transform .24s ease,border-color .24s ease,background .24s ease;
}
.about-step:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.35);
  background:rgba(23,191,169,.025);
}
.about-step-no{
  display:block;
  color:var(--accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:14px;
}
.about-step strong{display:block;margin-bottom:9px}
.about-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.about-values{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.about-statement{
  position:relative;
  overflow:hidden;
  padding:42px;
  background:
    radial-gradient(circle at 88% 30%,rgba(23,191,169,.12),transparent 20rem),
    rgba(255,255,255,.018);
}
.about-statement h2{max-width:820px;margin:8px 0 14px}
.about-statement p{max-width:720px;color:var(--muted);line-height:1.7;margin:0 0 24px}

@media(max-width:1000px){
  .about-values{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-workflow{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:800px){
  .about-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .about-hero{padding:68px 0 54px}
  .about-workflow,.about-values{grid-template-columns:1fr}
  .about-step{min-height:auto}
  .about-statement{padding:28px 24px}
}


/* =========================================================
   ASM ERP SUITE — BASIC VS PRO v1
   ========================================================= */
.asm-hero{
  position:relative;
  overflow:hidden;
  padding:92px 0 82px;
  border-bottom:1px solid var(--line);
  background:
    linear-gradient(90deg,rgba(5,14,27,.97) 0%,rgba(5,14,27,.90) 42%,rgba(5,14,27,.62) 68%,rgba(5,14,27,.36) 100%),
    url('/assets/asm-hero-erp.webp') right center/cover no-repeat;
}
.asm-hero .container{position:relative;z-index:1}
.asm-hero h1{max-width:720px;margin-bottom:18px}
.asm-hero .lead{max-width:680px;color:#c3cedd;font-size:18px;line-height:1.7}
.asm-hero .product-detail-actions{margin-top:28px}
.asm-compare-intro{text-align:center;max-width:820px;margin:0 auto 30px}
.asm-compare-intro p{color:var(--muted);max-width:760px;margin:10px auto 0;line-height:1.7}
.asm-version-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px}
.asm-version-card{padding:24px;position:relative;overflow:hidden}
.asm-version-badge{display:inline-flex;align-items:center;justify-content:center;min-width:90px;height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(23,191,169,.34);color:var(--accent);background:rgba(23,191,169,.06);font-size:12px;font-weight:900;letter-spacing:.08em;margin-bottom:16px}
.asm-version-card.pro .asm-version-badge{color:#041510;background:linear-gradient(135deg,var(--accent),var(--accent-2));border-color:transparent}
.asm-screen{position:relative;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.10);background:#0b1626;box-shadow:0 20px 50px rgba(0,0,0,.24);transform-origin:center bottom;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.asm-version-card.basic .asm-screen{transform:perspective(1200px) rotateY(3deg) rotateX(1deg)}
.asm-version-card.pro .asm-screen{transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)}
.asm-version-card:hover .asm-screen{transform:perspective(1200px) rotateY(0) rotateX(0) translateY(-3px);border-color:rgba(23,191,169,.36);box-shadow:0 26px 60px rgba(0,0,0,.28)}
.asm-screen img{display:block;width:100%;height:auto}
.asm-version-card h3{margin:20px 0 8px}
.asm-version-card p{color:var(--muted);margin:0;line-height:1.65}
.asm-compare-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.018)}
.asm-compare-table{width:100%;min-width:760px;border-collapse:collapse}
.asm-compare-table th,.asm-compare-table td{padding:15px 18px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}
.asm-compare-table tr:last-child td{border-bottom:0}
.asm-compare-table th{background:rgba(255,255,255,.025);font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#cbd6e4}
.asm-compare-table th:nth-child(2),.asm-compare-table th:nth-child(3),.asm-compare-table td:nth-child(2),.asm-compare-table td:nth-child(3){text-align:center}
.asm-compare-table th:nth-child(3){color:var(--accent)}
.asm-check{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(23,191,169,.12);color:var(--accent);font-weight:900}
.asm-dash{color:#6f7d90;font-size:18px}
.asm-pro-only td:first-child{color:#eef7f5;font-weight:700}
.asm-pro-only{background:linear-gradient(90deg,rgba(23,191,169,.025),rgba(23,191,169,.012))}
.asm-compare-note{display:flex;gap:12px;align-items:flex-start;margin-top:16px;padding:16px 18px;border:1px solid rgba(23,191,169,.18);border-radius:14px;background:rgba(23,191,169,.035);color:#b8c5d4;font-size:13px;line-height:1.6}
.asm-compare-note strong{color:#e8f5f1}
@media(max-width:900px){
  .asm-version-grid{grid-template-columns:1fr}
  .asm-hero{background:linear-gradient(rgba(5,14,27,.87),rgba(5,14,27,.92)),url('/assets/asm-hero-erp.webp') 68% center/cover no-repeat}
}
@media(max-width:700px){
  .asm-hero{padding:72px 0 62px}
  .asm-version-card{padding:18px}
}


/* =========================================================
   ASM HERO COMPUTER IMAGE HOOK v1
   Only hero background source changed.
   ========================================================= */
.asm-hero{
  background:
    linear-gradient(
      90deg,
      rgba(5,14,27,.97) 0%,
      rgba(5,14,27,.90) 42%,
      rgba(5,14,27,.62) 68%,
      rgba(5,14,27,.36) 100%
    ),
    url('/assets/asm-hero-computer.webp') right center / cover no-repeat !important;
}

@media(max-width:900px){
  .asm-hero{
    background:
      linear-gradient(rgba(5,14,27,.87),rgba(5,14,27,.92)),
      url('/assets/asm-hero-computer.webp') 68% center / cover no-repeat !important;
  }
}


/* =========================================================
   LAUFER RENT A CAR PRO — PRODUCT PAGE v1
   ========================================================= */

.rent-hero{
  position:relative;
  overflow:hidden;
  padding:92px 0 82px;
  border-bottom:1px solid var(--line);
  background:
    linear-gradient(
      90deg,
      rgba(5,14,27,.97) 0%,
      rgba(5,14,27,.90) 40%,
      rgba(5,14,27,.64) 67%,
      rgba(5,14,27,.34) 100%
    ),
    url('/assets/rent-pro-hero.webp') right center / cover no-repeat;
}
.rent-hero .container{position:relative;z-index:2}
.rent-hero h1{max-width:720px;margin-bottom:18px}
.rent-hero .lead{
  max-width:680px;
  color:#c4cfdd;
  font-size:18px;
  line-height:1.7;
}
.rent-hero .product-detail-actions{margin-top:28px}

.rent-kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:30px;
}
.rent-kpi{
  padding:18px;
  min-height:132px;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.rent-kpi:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.34);
  background:rgba(23,191,169,.025);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}
.rent-kpi .about-icon{margin-bottom:12px}
.rent-kpi h3{margin:0 0 7px;font-size:20px!important}
.rent-kpi p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.rent-module-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.rent-module{
  padding:26px;
  min-height:190px;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.rent-module:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.34);
  background:rgba(23,191,169,.02);
  box-shadow:0 14px 30px rgba(0,0,0,.14);
}
.rent-module h3{margin:10px 0 10px}
.rent-module p{margin:0;color:var(--muted);line-height:1.65}
.rent-module .eyebrow{margin-bottom:8px}

.rent-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.rent-flow-step{
  padding:22px 20px;
  min-height:180px;
}
.rent-flow-step .step-no{
  display:block;
  color:var(--accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:12px;
}
.rent-flow-step strong{display:block;margin-bottom:8px}
.rent-flow-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.rent-ops-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.rent-ops{
  padding:28px;
}
.rent-ops h3{margin:10px 0}
.rent-ops p{margin:0;color:var(--muted);line-height:1.65}

@media(max-width:1000px){
  .rent-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rent-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rent-flow{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:800px){
  .rent-ops-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .rent-hero{
    padding:72px 0 62px;
    background:
      linear-gradient(rgba(5,14,27,.88),rgba(5,14,27,.93)),
      url('/assets/rent-pro-hero.webp') 68% center / cover no-repeat;
  }
  .rent-kpi-grid,.rent-module-grid,.rent-flow{grid-template-columns:1fr}
}


/* =========================================================
   LAUFER RENT A CAR PRO — HERO + KPI SPLIT v2
   ========================================================= */

.rent-hero{
  background:
    linear-gradient(
      90deg,
      rgba(5,14,27,.97) 0%,
      rgba(5,14,27,.90) 39%,
      rgba(5,14,27,.60) 65%,
      rgba(5,14,27,.26) 100%
    ),
    url('/assets/rent-pro-hero.webp') right center / cover no-repeat !important;
}

.rent-kpi-section{
  padding:30px 0 16px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.012),transparent);
}

.rent-kpi-section .rent-kpi-grid{
  margin-top:0;
}

@media(max-width:700px){
  .rent-hero{
    background:
      linear-gradient(rgba(5,14,27,.89),rgba(5,14,27,.94)),
      url('/assets/rent-pro-hero.webp') 72% center / cover no-repeat !important;
  }
}


/* =========================================================
   LAUFER RADIO PLATFORM PRO — PRODUCT PAGE v1
   ========================================================= */

.radio-hero{
  position:relative;
  overflow:hidden;
  padding:94px 0 86px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 78% 38%,rgba(23,191,169,.18),transparent 23rem),
    radial-gradient(circle at 88% 72%,rgba(21,198,142,.08),transparent 20rem),
    linear-gradient(110deg,#06101e 0%,#071525 54%,#08131f 100%);
}
.radio-hero:before{
  content:"";
  position:absolute;
  right:8%;
  top:50%;
  width:390px;
  height:390px;
  transform:translateY(-50%);
  border-radius:50%;
  border:1px solid rgba(23,191,169,.18);
  box-shadow:
    0 0 0 38px rgba(23,191,169,.025),
    0 0 0 76px rgba(23,191,169,.018),
    0 0 90px rgba(23,191,169,.08);
}
.radio-hero:after{
  content:"";
  position:absolute;
  right:15%;
  top:50%;
  width:230px;
  height:2px;
  transform:translateY(-50%);
  background:linear-gradient(90deg,transparent,rgba(23,191,169,.85),transparent);
  box-shadow:
    0 -36px 0 rgba(23,191,169,.18),
    0 36px 0 rgba(23,191,169,.18),
    0 -72px 0 rgba(23,191,169,.08),
    0 72px 0 rgba(23,191,169,.08);
}
.radio-hero .container{position:relative;z-index:2}
.radio-hero .prose{max-width:760px}
.radio-hero p{max-width:690px;color:#c6d1df;font-size:18px;line-height:1.7}

.radio-kpi-section{
  padding:30px 0 16px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.012),transparent);
}
.radio-kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.radio-kpi,.radio-module,.radio-principle{
  padding:24px;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.radio-kpi:hover,.radio-module:hover,.radio-principle:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.34);
  background:rgba(23,191,169,.025);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}
.radio-kpi h3{font-size:20px!important;margin:10px 0 7px}
.radio-kpi p,.radio-module p,.radio-principle p{margin:0;color:var(--muted);line-height:1.62}

.radio-module-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.radio-module{min-height:205px}
.radio-module h3{margin:10px 0}

.radio-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.radio-flow-step{padding:22px 20px;min-height:176px}
.radio-flow-step .step-no{
  display:block;color:var(--accent);font-size:12px;font-weight:900;
  letter-spacing:.08em;margin-bottom:12px;
}
.radio-flow-step strong{display:block;margin-bottom:8px}
.radio-flow-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.radio-agent{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  align-items:stretch;
}
.radio-agent-main{padding:32px}
.radio-agent-main h2{margin:8px 0 14px}
.radio-agent-main p{color:var(--muted);line-height:1.7;max-width:700px}
.radio-agent-list{display:grid;gap:12px}
.radio-agent-item{padding:20px}
.radio-agent-item strong{display:block;margin-bottom:5px}
.radio-agent-item span{color:var(--muted);font-size:14px;line-height:1.55}

.radio-principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

@media(max-width:1000px){
  .radio-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .radio-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .radio-flow{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:800px){
  .radio-agent{grid-template-columns:1fr}
  .radio-principles{grid-template-columns:1fr}
}
@media(max-width:700px){
  .radio-hero{padding:72px 0 62px}
  .radio-hero:before,.radio-hero:after{opacity:.25}
  .radio-kpi-grid,.radio-module-grid,.radio-flow{grid-template-columns:1fr}
}


/* =========================================================
   LAUFER RADIO PLATFORM PRO — MODERN HERO v2
   No raster image: modern broadcast/studio visual in CSS
   ========================================================= */

.radio-hero{
  min-height:460px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(ellipse at 84% 45%,rgba(23,191,169,.16) 0%,rgba(23,191,169,.04) 27%,transparent 48%),
    linear-gradient(110deg,#050d18 0%,#071322 48%,#07111d 100%) !important;
}

.radio-hero:before{
  content:"";
  position:absolute;
  right:7%;
  top:50%;
  width:500px;
  height:300px;
  transform:translateY(-50%);
  border-radius:28px;
  border:1px solid rgba(125,244,226,.12);
  background:
    linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.008)),
    repeating-linear-gradient(
      90deg,
      transparent 0 18px,
      rgba(23,191,169,.08) 18px 20px,
      transparent 20px 38px
    );
  box-shadow:
    0 32px 80px rgba(0,0,0,.30),
    inset 0 0 70px rgba(23,191,169,.035),
    0 0 0 1px rgba(23,191,169,.025);
  opacity:.92;
}

.radio-hero:after{
  content:"";
  position:absolute;
  right:10%;
  top:50%;
  width:440px;
  height:150px;
  transform:translateY(-50%);
  background:
    linear-gradient(90deg,transparent,rgba(23,191,169,.7),transparent) 0 50%/100% 2px no-repeat,
    linear-gradient(90deg,transparent,rgba(23,191,169,.24),transparent) 0 22%/100% 1px no-repeat,
    linear-gradient(90deg,transparent,rgba(23,191,169,.20),transparent) 0 78%/100% 1px no-repeat;
  filter:drop-shadow(0 0 10px rgba(23,191,169,.25));
  opacity:.85;
}

/* Studio-console accents */
.radio-hero .container:after{
  content:"";
  position:absolute;
  right:12%;
  top:50%;
  width:360px;
  height:220px;
  transform:translateY(-50%);
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 22%,#17bfa9 0 3px,transparent 4px),
    radial-gradient(circle at 21% 68%,#15c68e 0 3px,transparent 4px),
    radial-gradient(circle at 38% 34%,#17bfa9 0 3px,transparent 4px),
    radial-gradient(circle at 57% 73%,#15c68e 0 3px,transparent 4px),
    radial-gradient(circle at 76% 27%,#17bfa9 0 3px,transparent 4px),
    radial-gradient(circle at 91% 61%,#15c68e 0 3px,transparent 4px);
  opacity:.85;
}

@media(max-width:900px){
  .radio-hero:before,.radio-hero:after,.radio-hero .container:after{
    opacity:.25;
  }
}


/* =========================================================
   LAUFER RADIO PLATFORM PRO — HERO IMAGE v3
   ========================================================= */

.radio-hero{
  min-height:460px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(
      90deg,
      rgba(5,14,27,.97) 0%,
      rgba(5,14,27,.91) 40%,
      rgba(5,14,27,.64) 66%,
      rgba(5,14,27,.28) 100%
    ),
    url('/assets/radio-pro-hero.webp') right center / cover no-repeat !important;
}

/* Remove previous CSS-only broadcast artwork */
.radio-hero:before,
.radio-hero:after,
.radio-hero .container:after{
  display:none !important;
}

@media(max-width:700px){
  .radio-hero{
    background:
      linear-gradient(rgba(5,14,27,.89),rgba(5,14,27,.94)),
      url('/assets/radio-pro-hero.webp') 68% center / cover no-repeat !important;
  }
}


/* =========================================================
   IMS BOUTIQUE INVENTORY PRO — PRODUCT PAGE v1
   ========================================================= */

.ims-hero{
  position:relative;
  overflow:hidden;
  padding:94px 0 86px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 80% 34%,rgba(23,191,169,.15),transparent 25rem),
    radial-gradient(circle at 70% 80%,rgba(21,198,142,.07),transparent 22rem),
    linear-gradient(110deg,#050d18 0%,#071322 52%,#07111d 100%);
}
.ims-hero .container{position:relative;z-index:2}
.ims-hero h1{max-width:780px;margin-bottom:18px}
.ims-hero p{max-width:710px;color:#c6d1df;font-size:18px;line-height:1.7}

.ims-kpi-section{
  padding:30px 0 16px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.012),transparent);
}
.ims-kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.ims-kpi,.ims-module,.ims-principle{
  padding:24px;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.ims-kpi:hover,.ims-module:hover,.ims-principle:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.34);
  background:rgba(23,191,169,.025);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}
.ims-kpi h3{font-size:20px!important;margin:10px 0 7px}
.ims-kpi p,.ims-module p,.ims-principle p{margin:0;color:var(--muted);line-height:1.62}

.ims-module-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.ims-module{min-height:202px}
.ims-module h3{margin:10px 0}

.ims-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.ims-flow-step{padding:22px 20px;min-height:176px}
.ims-flow-step .step-no{
  display:block;color:var(--accent);font-size:12px;font-weight:900;
  letter-spacing:.08em;margin-bottom:12px;
}
.ims-flow-step strong{display:block;margin-bottom:8px}
.ims-flow-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.ims-sync{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.ims-sync-card{padding:28px}
.ims-sync-card h3{margin:10px 0}
.ims-sync-card p{margin:0;color:var(--muted);line-height:1.65}

.ims-principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

@media(max-width:1000px){
  .ims-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ims-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ims-flow{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:800px){
  .ims-sync,.ims-principles{grid-template-columns:1fr}
}
@media(max-width:700px){
  .ims-hero{padding:72px 0 62px}
  .ims-kpi-grid,.ims-module-grid,.ims-flow{grid-template-columns:1fr}
}


/* =========================================================
   IMS BOUTIQUE INVENTORY PRO — HERO IMAGE v2
   ========================================================= */
.ims-hero{
  min-height:460px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(
      90deg,
      rgba(5,13,24,.97) 0%,
      rgba(5,13,24,.91) 38%,
      rgba(5,13,24,.60) 63%,
      rgba(5,13,24,.20) 100%
    ),
    url('/assets/ims-pro-hero.webp') center center / cover no-repeat !important;
}

@media(max-width:700px){
  .ims-hero{
    background:
      linear-gradient(rgba(5,13,24,.90),rgba(5,13,24,.94)),
      url('/assets/ims-pro-hero.webp') 67% center / cover no-repeat !important;
  }
}


/* =========================================================
   LAUFER PRODUCT MANAGER PRO — PRODUCT PAGE v2
   ========================================================= */

.pm-hero{
  position:relative;
  overflow:hidden;
  padding:94px 0 86px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 80% 34%,rgba(23,191,169,.15),transparent 25rem),
    radial-gradient(circle at 70% 80%,rgba(21,198,142,.07),transparent 22rem),
    linear-gradient(110deg,#050d18 0%,#071322 52%,#07111d 100%);
}
.pm-hero .container{position:relative;z-index:2}
.pm-hero h1{max-width:820px;margin-bottom:18px}
.pm-hero p{max-width:730px;color:#c6d1df;font-size:18px;line-height:1.7}

.pm-kpi-section{
  padding:30px 0 16px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.012),transparent);
}
.pm-kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.pm-kpi,.pm-module,.pm-principle{
  padding:24px;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.pm-kpi:hover,.pm-module:hover,.pm-principle:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.34);
  background:rgba(23,191,169,.025);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}
.pm-kpi h3{font-size:20px!important;margin:10px 0 7px}
.pm-kpi p,.pm-module p,.pm-principle p{margin:0;color:var(--muted);line-height:1.62}

.pm-module-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.pm-module{min-height:215px}
.pm-module h3{margin:10px 0}

.pm-flow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.pm-flow-step{padding:22px 20px;min-height:174px}
.pm-flow-step .step-no{
  display:block;color:var(--accent);font-size:12px;font-weight:900;
  letter-spacing:.08em;margin-bottom:12px;
}
.pm-flow-step strong{display:block;margin-bottom:8px}
.pm-flow-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.pm-platform{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  align-items:stretch;
}
.pm-platform-main{padding:32px}
.pm-platform-main h2{margin:8px 0 14px}
.pm-platform-main p{color:var(--muted);line-height:1.7;max-width:720px}
.pm-platform-list{display:grid;gap:12px}
.pm-platform-item{padding:20px}
.pm-platform-item strong{display:block;margin-bottom:5px}
.pm-platform-item span{color:var(--muted);font-size:14px;line-height:1.55}

.pm-principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

@media(max-width:1000px){
  .pm-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pm-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pm-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:800px){
  .pm-platform{grid-template-columns:1fr}
  .pm-principles{grid-template-columns:1fr}
}
@media(max-width:700px){
  .pm-hero{padding:72px 0 62px}
  .pm-kpi-grid,.pm-module-grid,.pm-flow{grid-template-columns:1fr}
}

/* LAUFER PRODUCT MANAGER PRO — HERO IMAGE v3 */
.pm-hero{
  min-height:460px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(5,13,24,.97) 0%,rgba(5,13,24,.90) 37%,rgba(5,13,24,.56) 62%,rgba(5,13,24,.18) 100%),
    url('/assets/product-manager-pro-hero.webp') center center / cover no-repeat !important;
}
@media(max-width:700px){
  .pm-hero{
    background:
      linear-gradient(rgba(5,13,24,.91),rgba(5,13,24,.94)),
      url('/assets/product-manager-pro-hero.webp') 58% center / cover no-repeat !important;
  }
}


/* =========================================================
   LAUFER PRODUCT COMPARATOR PRO — PRODUCT PAGE v1
   ========================================================= */

.pc-hero{
  position:relative;
  overflow:hidden;
  padding:94px 0 86px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 80% 34%,rgba(23,191,169,.15),transparent 25rem),
    radial-gradient(circle at 70% 80%,rgba(21,198,142,.07),transparent 22rem),
    linear-gradient(110deg,#050d18 0%,#071322 52%,#07111d 100%);
}
.pc-hero .container{position:relative;z-index:2}
.pc-hero h1{max-width:820px;margin-bottom:18px}
.pc-hero p{max-width:730px;color:#c6d1df;font-size:18px;line-height:1.7}

.pc-kpi-section{
  padding:30px 0 16px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.012),transparent);
}
.pc-kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.pc-kpi,.pc-module,.pc-principle{
  padding:24px;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.pc-kpi:hover,.pc-module:hover,.pc-principle:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.34);
  background:rgba(23,191,169,.025);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}
.pc-kpi h3{font-size:20px!important;margin:10px 0 7px}
.pc-kpi p,.pc-module p,.pc-principle p{margin:0;color:var(--muted);line-height:1.62}

.pc-module-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.pc-module{min-height:205px}
.pc-module h3{margin:10px 0}

.pc-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.pc-flow-step{padding:22px 20px;min-height:176px}
.pc-flow-step .step-no{
  display:block;color:var(--accent);font-size:12px;font-weight:900;
  letter-spacing:.08em;margin-bottom:12px;
}
.pc-flow-step strong{display:block;margin-bottom:8px}
.pc-flow-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.pc-decision{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  align-items:stretch;
}
.pc-decision-main{padding:32px}
.pc-decision-main h2{margin:8px 0 14px}
.pc-decision-main p{color:var(--muted);line-height:1.7;max-width:720px}
.pc-decision-list{display:grid;gap:12px}
.pc-decision-item{padding:20px}
.pc-decision-item strong{display:block;margin-bottom:5px}
.pc-decision-item span{color:var(--muted);font-size:14px;line-height:1.55}

.pc-principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

@media(max-width:1000px){
  .pc-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pc-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pc-flow{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:800px){
  .pc-decision{grid-template-columns:1fr}
  .pc-principles{grid-template-columns:1fr}
}
@media(max-width:700px){
  .pc-hero{padding:72px 0 62px}
  .pc-kpi-grid,.pc-module-grid,.pc-flow{grid-template-columns:1fr}
}

/* Product Comparator PRO — Hero Image v2 */
.pc-hero{
  background:
    linear-gradient(90deg,rgba(3,10,18,.93) 0%,rgba(3,10,18,.80) 31%,rgba(3,10,18,.34) 58%,rgba(3,10,18,.10) 100%),
    url('/assets/laufer-product-comparator-pro-hero.webp') center center / cover no-repeat;
}

/* =========================================================
   LAUFER SEO PRO — PRODUCT PAGE v1
   ========================================================= */

.seo-hero{
  position:relative;
  overflow:hidden;
  padding:92px 0 82px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 78% 28%, rgba(23,191,169,.15), transparent 28rem),
    radial-gradient(circle at 64% 72%, rgba(21,198,142,.07), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.018), transparent);
}
.seo-hero::after{
  content:"";
  position:absolute;
  right:5%;
  top:58px;
  width:430px;
  height:260px;
  border:1px solid rgba(23,191,169,.14);
  border-radius:26px;
  background:
    linear-gradient(180deg,rgba(23,191,169,.06),rgba(23,191,169,.015));
  box-shadow:
    0 22px 60px rgba(0,0,0,.22),
    inset 0 0 50px rgba(23,191,169,.025);
}
.seo-hero .container{position:relative;z-index:2}
.seo-hero h1{max-width:760px;margin-bottom:18px}
.seo-hero .lead{
  max-width:700px;
  color:#c4cfdd;
  font-size:18px;
  line-height:1.7;
}
.seo-hero .product-detail-actions{margin-top:28px}

.seo-score-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:32px;
}
.seo-score{
  padding:18px;
  min-height:126px;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.seo-score:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.34);
  background:rgba(23,191,169,.025);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}
.seo-score .about-icon{margin-bottom:12px}
.seo-score h3{font-size:20px!important;margin:0 0 7px}
.seo-score p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.seo-module-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.seo-module{
  padding:26px;
  min-height:196px;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.seo-module:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.34);
  background:rgba(23,191,169,.02);
  box-shadow:0 14px 30px rgba(0,0,0,.14);
}
.seo-module h3{margin:10px 0 10px}
.seo-module p{margin:0;color:var(--muted);line-height:1.65}
.seo-module .eyebrow{margin-bottom:8px}

.seo-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.seo-flow-step{
  padding:22px 20px;
  min-height:180px;
}
.seo-flow-step .step-no{
  display:block;
  color:var(--accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:12px;
}
.seo-flow-step strong{display:block;margin-bottom:8px}
.seo-flow-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.seo-principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.seo-principle{
  padding:28px;
}
.seo-principle h3{margin:10px 0}
.seo-principle p{margin:0;color:var(--muted);line-height:1.65}

@media(max-width:1000px){
  .seo-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .seo-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .seo-flow{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:800px){
  .seo-principles{grid-template-columns:1fr}
}
@media(max-width:700px){
  .seo-hero{padding:72px 0 62px}
  .seo-score-grid,.seo-module-grid,.seo-flow{grid-template-columns:1fr}
}

/* LAUFER SEO PRO — HERO IMAGE v2 */
.seo-hero{
  background:
    linear-gradient(90deg,rgba(5,14,27,.96) 0%,rgba(5,14,27,.88) 42%,rgba(5,14,27,.48) 70%,rgba(5,14,27,.24) 100%),
    url('/assets/seo-pro-hero.webp') center center / cover no-repeat !important;
}
.seo-hero::after{display:none !important;}
@media(max-width:700px){
  .seo-hero{
    background:
      linear-gradient(rgba(5,14,27,.87),rgba(5,14,27,.93)),
      url('/assets/seo-pro-hero.webp') 68% center / cover no-repeat !important;
  }
}


/* =========================================================
   LAUFER SEO PRO — CLEAN HERO IMAGE v3
   ========================================================= */
.seo-hero{
  background:
    linear-gradient(
      90deg,
      rgba(5,14,27,.97) 0%,
      rgba(5,14,27,.91) 40%,
      rgba(5,14,27,.68) 66%,
      rgba(5,14,27,.42) 100%
    ),
    url('/assets/seo-pro-hero-clean.webp') right center / cover no-repeat !important;
}

.seo-hero::after{
  display:none !important;
}

@media(max-width:800px){
  .seo-hero{
    background:
      linear-gradient(rgba(5,14,27,.88),rgba(5,14,27,.93)),
      url('/assets/seo-pro-hero-clean.webp') 72% center / cover no-repeat !important;
  }
}


/* =========================================================
   LAUFER SEO PRO — KPI SECTION SEPARATION v4
   ========================================================= */

/* KPI cards are now a standalone section below hero */
.seo-kpi-section{
  padding:34px 0 18px;
  border-bottom:1px solid var(--line);
  background:
    linear-gradient(180deg,rgba(255,255,255,.012),transparent);
}

.seo-kpi-section .seo-score-grid{
  margin-top:0 !important;
}

.seo-kpi-section .section-kicker{
  margin-bottom:16px;
}

.seo-kpi-section .section-kicker p{
  margin:6px 0 0;
  color:var(--muted);
  line-height:1.6;
  max-width:720px;
}

@media(max-width:700px){
  .seo-kpi-section{
    padding:26px 0 12px;
  }
}

/* =========================================================
   LAUFER CHAT PRO — PRODUCT PAGE v1
   ========================================================= */

.chat-hero{
  position:relative;
  overflow:hidden;
  padding:92px 0 82px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 78% 28%, rgba(23,191,169,.14), transparent 26rem),
    radial-gradient(circle at 62% 78%, rgba(21,198,142,.07), transparent 23rem),
    linear-gradient(180deg,rgba(255,255,255,.015),transparent);
}
.chat-hero .container{position:relative;z-index:2}
.chat-hero h1{max-width:760px;margin-bottom:18px}
.chat-hero .lead{
  max-width:700px;
  color:#c4cfdd;
  font-size:18px;
  line-height:1.7;
}
.chat-hero .product-detail-actions{margin-top:28px}

.chat-preview-shell{
  margin-top:34px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:24px;
  align-items:center;
}
.chat-preview-copy{
  display:grid;
  gap:14px;
}
.chat-preview-copy .card{
  padding:22px;
}
.chat-preview-copy h3{margin:8px 0}
.chat-preview-copy p{margin:0;color:var(--muted);line-height:1.65}

.chat-device{
  width:min(100%,420px);
  margin-left:auto;
  padding:14px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  box-shadow:
    0 28px 70px rgba(0,0,0,.30),
    0 0 0 1px rgba(23,191,169,.04);
  transform:perspective(1200px) rotateY(-5deg) rotateX(1deg);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.chat-device:hover{
  transform:perspective(1200px) rotateY(0) rotateX(0) translateY(-3px);
  border-color:rgba(23,191,169,.36);
  box-shadow:0 34px 80px rgba(0,0,0,.34);
}
.chat-device img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
}

.chat-kpi-section{
  padding:34px 0 18px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.012),transparent);
}
.chat-kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.chat-kpi{
  padding:18px;
  min-height:128px;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.chat-kpi:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.34);
  background:rgba(23,191,169,.025);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}
.chat-kpi h3{font-size:20px!important;margin:0 0 7px}
.chat-kpi p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.chat-module-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.chat-module{
  padding:26px;
  min-height:198px;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.chat-module:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.34);
  background:rgba(23,191,169,.02);
  box-shadow:0 14px 30px rgba(0,0,0,.14);
}
.chat-module h3{margin:10px 0 10px}
.chat-module p{margin:0;color:var(--muted);line-height:1.65}

.chat-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.chat-flow-step{
  padding:22px 20px;
  min-height:178px;
}
.chat-flow-step .step-no{
  display:block;
  color:var(--accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:12px;
}
.chat-flow-step strong{display:block;margin-bottom:8px}
.chat-flow-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

.chat-commerce-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.chat-commerce{
  padding:28px;
}
.chat-commerce h3{margin:10px 0}
.chat-commerce p{margin:0;color:var(--muted);line-height:1.65}

@media(max-width:1000px){
  .chat-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .chat-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .chat-flow{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:850px){
  .chat-preview-shell{grid-template-columns:1fr}
  .chat-device{margin:0 auto}
  .chat-commerce-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .chat-hero{padding:72px 0 62px}
  .chat-kpi-grid,.chat-module-grid,.chat-flow{grid-template-columns:1fr}
}


/* =========================================================
   LAUFER CHAT PRO — HERO CLEANUP v2
   ========================================================= */

.chat-hero{
  background:
    linear-gradient(
      90deg,
      rgba(5,14,27,.97) 0%,
      rgba(5,14,27,.90) 40%,
      rgba(5,14,27,.62) 67%,
      rgba(5,14,27,.34) 100%
    ),
    url('/assets/chat-pro-hero.webp') right center / cover no-repeat !important;
}

.chat-hero .product-detail-actions{
  margin-bottom:0 !important;
}

/* Old hero preview shell no longer used */
.chat-preview-shell,
.chat-device{
  display:none !important;
}

/* Two former hero cards are now a separate section below hero */
.chat-intro-section{
  padding:30px 0 16px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.012),transparent);
}

.chat-intro-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.chat-intro-card{
  padding:24px;
  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.chat-intro-card:hover{
  transform:translateY(-3px);
  border-color:rgba(23,191,169,.34);
  background:rgba(23,191,169,.025);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}

.chat-intro-card h3{
  margin:8px 0 10px;
}

.chat-intro-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}

@media(max-width:800px){
  .chat-intro-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:700px){
  .chat-hero{
    background:
      linear-gradient(rgba(5,14,27,.88),rgba(5,14,27,.93)),
      url('/assets/chat-pro-hero.webp') 68% center / cover no-repeat !important;
  }
}

/* =========================================================
   LAUFER GLOBAL TYPOGRAPHY AUTHORITY
   Single source of truth for site-wide typography.
   Keep this block LAST so page-specific legacy font sizes
   cannot override the global scale.
   ========================================================= */

html,
body{
  font-size:15px;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6{
  line-height:1.2 !important;
  letter-spacing:normal !important;
}

html body h1{ font-size:42px !important; }
html body h2{ font-size:36px !important; }
html body h3{ font-size:28px !important; }
html body h4{ font-size:22px !important; }
html body h5{ font-size:18px !important; }
html body h6{ font-size:16px !important; }

/* Responsive typography */
@media(max-width:700px){
  html body h1{ font-size:36px !important; }
  html body h2{ font-size:30px !important; }
  html body h3{ font-size:24px !important; }
  html body h4{ font-size:20px !important; }
  html body h5{ font-size:18px !important; }
  html body h6{ font-size:16px !important; }
}
