
:root{
  --ink:#142033;
  --ink-soft:#23324a;
  --teal:#0f766e;
  --mint:#16a394;
  --sky:#3aa5e8;
  --violet:#7c5cff;
  --bg:#f7fbfd;
  --sand:#fbfcfe;
  --line:#dbe6ee;
  --white:#ffffff;
  --muted:#68768d;
  --shadow:0 18px 48px rgba(17, 24, 39, .10);
  --shadow-soft:0 10px 30px rgba(17, 24, 39, .07);
  --radius-xl:34px;
  --radius-lg:26px;
  --radius-md:18px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,#f7fbfd 45%,#fff 100%);line-height:1.6}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.topbar{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,230,238,.95)}
.nav{height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px;min-width:260px}.brand img{width:82px;height:82px;object-fit:contain;border-radius:14px}.brand strong{display:block;font-size:17px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;line-height:1.02}.brand small{display:block;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--teal);font-weight:800;margin-top:5px}
.menu{display:flex;align-items:center;gap:26px;font-size:15px;font-weight:700;color:var(--ink-soft)}.menu a{position:relative;padding:4px 0}.menu a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:linear-gradient(90deg,var(--teal),var(--sky));transition:.25s}.menu a:hover:after,.menu a.active:after{width:100%}
.btn,.nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:15px 24px;border:0;font-weight:800;line-height:1;cursor:pointer;transition:.25s;white-space:nowrap}.btn.primary,.nav-cta{color:#fff;background:linear-gradient(135deg,var(--teal),var(--sky));box-shadow:0 14px 30px rgba(58,165,232,.22)}.btn.secondary{color:var(--ink);background:#fff;border:1px solid var(--line)}.btn:hover,.nav-cta:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(17,24,39,.14)}
.burger{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px;color:var(--ink)}.mobile-menu{display:none}
.hero,.small-hero{position:relative;overflow:hidden}.hero{padding:96px 0 88px;background:radial-gradient(circle at 86% 16%, rgba(58,165,232,.16), transparent 28%),radial-gradient(circle at 10% 88%, rgba(22,163,148,.12), transparent 26%),linear-gradient(180deg,#fff 0%,#f7fbfd 100%)}.small-hero{padding:76px 0 64px;background:radial-gradient(circle at 88% 14%, rgba(124,92,255,.10), transparent 28%),linear-gradient(180deg,#fff 0%,#f6fbff 100%)}.hero:before,.small-hero:before{content:"";position:absolute;right:-150px;top:58px;width:430px;height:430px;border:28px solid rgba(22,163,148,.06);border-radius:50%}.hero:after{content:"";position:absolute;left:-100px;bottom:-120px;width:270px;height:270px;border:20px solid rgba(124,92,255,.08);border-radius:50%}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;text-transform:uppercase;letter-spacing:.22em;font-weight:900;color:var(--teal);margin-bottom:16px}.eyebrow:before,.kicker:before{content:"";width:30px;height:2px;background:linear-gradient(90deg,var(--teal),var(--sky));border-radius:2px}
.headline{margin:0 0 20px;font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.05em;font-weight:900}.headline span{background:linear-gradient(135deg,var(--teal),var(--sky));-webkit-background-clip:text;background-clip:text;color:transparent}.subline{font-size:19px;color:#4d5f78;max-width:680px;margin:0 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0}.trust-row,.stats-row{display:flex;flex-wrap:wrap;gap:16px}.mini-stat,.stat-chip{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid var(--line);box-shadow:var(--shadow-soft)}.mini-stat b,.stat-chip b{display:block;font-size:19px}.mini-stat span,.stat-chip span{font-size:13px;color:var(--muted)}
.visual-card,.image-shell,.method-band,.form,.legal-content,.section-card{background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.visual-card,.image-shell{padding:20px}.visual-card img,.image-shell img{width:100%;border-radius:24px}
.section{padding:90px 0}.section.compact{padding:64px 0}.section.alt{background:linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%);border-top:1px solid rgba(219,230,238,.55);border-bottom:1px solid rgba(219,230,238,.55)}
.section-header{max-width:800px;margin-bottom:42px}.section-header.center{text-align:center;margin-left:auto;margin-right:auto}.h2{margin:0 0 14px;font-size:clamp(30px,4.4vw,54px);line-height:1.06;letter-spacing:-.04em;font-weight:900}.lead{margin:0;font-size:18px;color:#5c6c84}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.card:after{content:"";position:absolute;right:-50px;top:-50px;width:120px;height:120px;border-radius:50%;background:rgba(22,163,148,.06)}.card h3{margin:0 0 10px;font-size:23px;line-height:1.2}.card p{margin:0;color:var(--muted)}.card ul{padding-left:18px;margin:16px 0 0;color:var(--muted)}.card li{margin:7px 0}
.icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--teal),var(--sky));box-shadow:0 12px 24px rgba(58,165,232,.22);margin-bottom:18px}
.feature-image,.blog-image,.contact-image,.price-visual{border-radius:22px;overflow:hidden;border:1px solid var(--line);background:#fff;margin-bottom:18px}.feature-image img,.blog-image img,.contact-image img,.price-visual img{width:100%;height:100%;object-fit:cover}
.method-band{padding:34px}.method-list{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;margin-top:26px}.method-item{background:linear-gradient(180deg,#fff,#f4fbfd);border:1px solid var(--line);border-radius:18px;padding:16px;text-align:center;font-weight:850;font-size:14px}.method-item b{display:block;font-size:28px;line-height:1;color:var(--teal);margin-bottom:9px}
.feature-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center}.feature-split.reverse{grid-template-columns:1.1fr .9fr}.feature-copy h3{font-size:34px;line-height:1.12;margin:0 0 16px}.feature-copy p{margin:0 0 18px;color:var(--muted);font-size:17px}.feature-list{display:grid;gap:14px}.feature-line{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start}.check{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eaf9f7;color:var(--teal);font-weight:900;border:1px solid #cfeae5}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.metric{padding:28px 24px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft)}.metric b{display:block;font-size:40px;line-height:1;margin-bottom:10px}.metric span{display:block;font-weight:800;color:var(--ink-soft);margin-bottom:6px}.metric p{margin:0;color:var(--muted);font-size:14px}
.steps{counter-reset:step;display:grid;gap:16px}.step{display:grid;grid-template-columns:68px 1fr;gap:18px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow-soft)}.step-number{counter-increment:step;width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#eefcf9,#eef7ff);color:var(--teal);display:grid;place-items:center;font-weight:900;border:1px solid var(--line)}.step-number:before{content:counter(step)}
.pill-row{display:flex;flex-wrap:wrap;gap:10px}.pill,.placeholder-tag{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;font-size:12px;font-weight:800;border:1px solid #d7eaef}.pill{background:#eefbf8;color:var(--teal)}.placeholder-tag{background:#f3efff;color:var(--violet)}
.dark-surface{background:linear-gradient(135deg,#162235,#24476c);color:#fff;border-radius:40px;padding:50px;position:relative;overflow:hidden;box-shadow:var(--shadow)}.dark-surface:after{content:"";position:absolute;right:-92px;bottom:-96px;width:280px;height:280px;border:22px solid rgba(255,255,255,.08);border-radius:50%}.dark-surface h2,.dark-surface h3{color:#fff}.dark-surface p,.dark-surface li{color:rgba(255,255,255,.82)}.cta{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:center}.cta .btn{justify-self:end;background:#fff;color:var(--ink)}
.price-card{display:flex;flex-direction:column;min-height:100%}.price-card .price{font-size:40px;line-height:1;font-weight:900;margin:12px 0 4px}.price-card .price small{font-size:15px;color:var(--muted);font-weight:700}.price-card .btn{margin-top:auto}.price-note{padding:12px 14px;background:#f7fbff;border:1px dashed #bfd5df;border-radius:16px;color:var(--muted);font-size:13px;margin:16px 0}
.blog-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:700;margin-bottom:10px}.blog-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-weight:800;color:var(--teal)}
.timeline{display:grid;gap:18px}.timeline-item{display:grid;grid-template-columns:96px 1fr;gap:18px;align-items:start;padding:20px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft)}.timeline-year{display:inline-flex;justify-content:center;align-items:center;height:56px;padding:0 18px;border-radius:16px;background:#effaf8;border:1px solid #d3ebe5;font-weight:900;color:var(--teal)}
.form{padding:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.field.full{grid-column:1/-1}label{font-size:14px;font-weight:800}input,select,textarea{width:100%;border:1px solid #c9d8e3;background:#fff;border-radius:15px;padding:14px 15px;font:inherit;color:var(--ink)}textarea{min-height:150px;resize:vertical}.note{font-size:13px;color:var(--muted)}
.contact-list{display:grid;gap:14px}.contact-item{display:flex;gap:14px;align-items:flex-start;padding:18px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft)}.contact-item .icon{width:44px;height:44px;margin-bottom:0;border-radius:14px;font-size:18px}.contact-item b{display:block;margin-bottom:4px}
.footer{padding:64px 0 28px;background:#111a29;color:rgba(255,255,255,.78)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:28px}.footer h4{margin:0 0 14px;color:#fff}.footer a{display:block;margin:8px 0;color:rgba(255,255,255,.72)}.footer .brand strong{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:38px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:13px}
.legal-content{padding:34px}.legal-content h2{margin:26px 0 10px}.legal-content p{margin:0 0 12px;color:var(--muted)}.notice{padding:16px 18px;border-radius:18px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:14px;margin-top:16px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);background:#fff}.table{width:100%;border-collapse:collapse;min-width:700px}.table th,.table td{padding:18px 20px;text-align:left;border-bottom:1px solid var(--line)}.table th{background:#f7fbff;font-size:14px}.table td{color:var(--muted)}.table tr:last-child td{border-bottom:0}
@media (max-width:980px){.menu,.nav-cta{display:none}.burger{display:block}.mobile-menu.open{display:grid;gap:8px;padding:0 0 18px}.mobile-menu a{padding:12px 14px;border-radius:12px;background:#f4fbff;font-weight:800}.hero-grid,.grid-2,.grid-3,.cta,.feature-split,.feature-split.reverse{grid-template-columns:1fr}.grid-4,.metric-grid{grid-template-columns:repeat(2,1fr)}.method-list{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta .btn{justify-self:start}.section{padding:68px 0}.hero{padding:74px 0 72px}}
@media (max-width:640px){.container{width:min(100% - 26px,var(--max))}.nav{height:82px}.brand img{width:62px;height:62px}.brand strong{font-size:13px}.headline{font-size:42px}.subline{font-size:17px}.grid-4,.metric-grid,.form-grid,.footer-grid{grid-template-columns:1fr}.method-list{grid-template-columns:1fr}.step,.timeline-item{grid-template-columns:1fr}.btn,.nav-cta{width:100%}.hero-actions{display:grid}.section{padding:54px 0}.dark-surface{padding:34px}.footer-bottom{display:block}.footer-bottom div+div{margin-top:10px}}

.method-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:26px}
.method-detail{background:linear-gradient(180deg,#fff,#f7fcff);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}
.method-detail b{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--sky));color:#fff;font-size:20px;margin-bottom:14px}
.method-detail h3{margin:0 0 8px;font-size:22px;line-height:1.2;color:var(--ink)}
.method-detail p{margin:0;color:var(--muted)}
.category-nav{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 0}
.category-nav a{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800;color:var(--ink-soft);box-shadow:var(--shadow-soft)}
.category-nav a:hover{color:var(--teal);transform:translateY(-1px)}
.knowledge-feature{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:stretch}
.featured-article{padding:28px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);display:grid;grid-template-columns:1fr;gap:18px}
.category-section{scroll-margin-top:120px;margin-top:54px}
.category-section:first-child{margin-top:0}
.category-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px;border-bottom:1px solid var(--line);padding-bottom:18px}
.category-head h2{font-size:34px;line-height:1.1;margin:0;color:var(--ink)}
.category-head p{margin:8px 0 0;color:var(--muted);max-width:720px}
.article-list{display:grid;gap:16px}
.article-row{display:grid;grid-template-columns:170px 1fr;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow-soft)}
.article-thumb{height:118px;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#f6fbff}.article-thumb img{width:100%;height:100%;object-fit:cover}
.article-row h3{margin:0 0 8px;font-size:22px;line-height:1.2}.article-row p{margin:0;color:var(--muted)}
@media (max-width:980px){.method-detail-grid,.knowledge-feature{grid-template-columns:1fr}.article-row{grid-template-columns:1fr}.article-thumb{height:190px}.category-head{display:block}}


/* Header dropdown menus for Leistungen and Wissen */
.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-main{display:inline-flex;align-items:center;gap:6px}
.chevron{font-size:12px;line-height:1;transform:translateY(1px);color:var(--teal)}
.dropdown-panel{position:absolute;top:calc(100% + 20px);left:50%;transform:translateX(-50%) translateY(10px);width:720px;display:grid;grid-template-columns:250px 1fr;gap:18px;padding:18px;background:rgba(255,255,255,.98);border:1px solid var(--line);border-radius:24px;box-shadow:0 28px 70px rgba(17,24,39,.16);opacity:0;visibility:hidden;pointer-events:none;transition:.22s;z-index:120}
.dropdown-panel:before{content:"";position:absolute;left:0;right:0;top:-22px;height:22px}
.nav-dropdown:hover .dropdown-panel,.nav-dropdown:focus-within .dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.dropdown-intro{background:linear-gradient(135deg,#eefbf8,#eef7ff);border:1px solid var(--line);border-radius:18px;padding:18px}
.dropdown-intro small{display:block;text-transform:uppercase;letter-spacing:.18em;color:var(--teal);font-size:11px;font-weight:900;margin-bottom:10px}
.dropdown-intro strong{display:block;font-size:22px;line-height:1.1;color:var(--ink);margin-bottom:10px}
.dropdown-intro p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}
.dropdown-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.dropdown-links a{display:block;padding:13px 14px;border:1px solid transparent;border-radius:16px;background:#fff;transition:.2s}
.dropdown-links a:hover{border-color:var(--line);background:#f7fbff;transform:translateY(-1px)}
.dropdown-links a:after,.dropdown-intro a:after{display:none!important}
.dropdown-links strong{display:block;font-size:14px;color:var(--ink);margin-bottom:4px}
.dropdown-links span{display:block;font-size:12px;color:var(--muted);line-height:1.35;font-weight:600}
.mobile-details{border:1px solid var(--line);border-radius:14px;background:#f4fbff;padding:0;overflow:hidden}
.mobile-details summary{list-style:none;cursor:pointer;padding:12px 14px;font-weight:900;color:var(--ink)}
.mobile-details summary::-webkit-details-marker{display:none}
.mobile-details summary:after{content:"▾";float:right;color:var(--teal)}
.mobile-details[open] summary:after{content:"▴"}
.mobile-details a{display:block;margin:0 10px 8px;padding:10px 12px!important;background:#fff!important;border:1px solid var(--line);font-size:14px}
@media (max-width:1160px){.menu{gap:18px}.dropdown-panel{width:650px}.dropdown-links{grid-template-columns:1fr}}
@media (max-width:980px){.nav-dropdown{display:none}.dropdown-panel{display:none}}


.price-hero-form{position:relative;z-index:2;padding:30px;align-self:start}
.price-hero-form .h2{margin-bottom:12px}
.price-hero-form .field{margin-bottom:12px}
.price-hero-form textarea{min-height:105px}
.price-hero-form .btn{width:100%}
@media (max-width:980px){.price-hero-form{margin-top:10px}}


/* LeadPfad custom refinements */
.topbar .brand img{width:108px;height:108px;object-fit:contain}
.topbar .brand strong{font-size:17px}
.topbar .brand small{font-size:11px}
.topbar .nav{height:122px}
.hero-title{font-size:clamp(38px,4.6vw,62px);line-height:1.04;letter-spacing:-.045em;max-width:760px}
.hero .subline{max-width:650px;margin-bottom:0}
.legacy-ways-section{padding-top:96px}
.legacy-ways-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:42px}
.way-card{display:grid;grid-template-columns:74px 1fr;gap:22px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}
.way-card:after{content:"";position:absolute;right:-72px;top:-72px;width:160px;height:160px;border-radius:50%;background:rgba(22,163,148,.065)}
.way-card.wide{grid-column:1/-1;max-width:840px;margin:0 auto}
.way-number{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--sky));color:#fff;font-size:24px;font-weight:900;box-shadow:0 12px 24px rgba(58,165,232,.22)}
.way-card h3{margin:0 0 10px;font-size:25px;line-height:1.15;color:var(--ink)}
.way-card p{margin:0 0 14px;color:var(--muted);font-size:16px}
.way-card strong{display:inline-flex;color:var(--teal);font-size:15px;line-height:1.4}
.footer .brand img{width:62px;height:62px}
@media (max-width:980px){.topbar .brand img{width:78px;height:78px}.topbar .nav{height:94px}.legacy-ways-grid{grid-template-columns:1fr}.way-card.wide{max-width:none}.hero-title{font-size:clamp(36px,7vw,52px)}}
@media (max-width:640px){.topbar .brand img{width:68px;height:68px}.topbar .nav{height:84px}.way-card{grid-template-columns:1fr;padding:24px}.hero-title{font-size:36px}.topbar .brand strong{font-size:13px}.topbar .brand small{font-size:10px}}


/* Final start-page refinements: Legacy method */
.topbar .brand img{width:118px;height:118px;object-fit:contain}
.topbar .brand strong{font-size:15px}
.topbar .brand small{font-size:10px}
.topbar .nav{height:126px}
.hero-clean{padding:86px 0 78px;background:radial-gradient(circle at 92% 14%, rgba(58,165,232,.13), transparent 28%),radial-gradient(circle at 12% 90%, rgba(22,163,148,.10), transparent 26%),linear-gradient(180deg,#fff 0%,#f7fbfd 100%)}
.hero-clean-inner{max-width:980px;margin:0 auto;text-align:left}
.hero-clean .hero-title{font-size:clamp(42px,5.2vw,68px);line-height:1.02;letter-spacing:-.05em;max-width:840px;margin-bottom:18px}
.hero-slogan{font-weight:900;color:var(--ink);font-size:clamp(21px,2.3vw,30px);margin-bottom:18px!important}
.hero-copy{max-width:820px;margin-bottom:30px!important}
.appointment-card{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;padding:17px 24px;border-radius:22px;background:linear-gradient(135deg,var(--teal),var(--sky));color:#fff;font-weight:900;box-shadow:0 18px 40px rgba(58,165,232,.24);transition:.25s}
.appointment-card:hover{transform:translateY(-2px);box-shadow:0 24px 48px rgba(17,24,39,.16)}
.appointment-card span{font-size:18px;line-height:1.1}.appointment-card small{font-size:12px;opacity:.86;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.legacy-method-section{padding-top:94px}
.legacy-method-intro{display:grid;grid-template-columns:minmax(220px,280px) 1fr;gap:28px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow);margin:0 auto 30px;max-width:980px;position:relative;overflow:hidden}
.legacy-method-intro:after{content:"";position:absolute;right:-70px;top:-70px;width:160px;height:160px;border-radius:50%;background:rgba(22,163,148,.07)}
.legacy-method-intro h3{font-size:30px;line-height:1.1;margin:0 0 12px;color:var(--ink)}
.legacy-method-intro p{margin:0;color:var(--muted);font-size:17px;max-width:780px}
.legacy-method-media,.legacy-method-copy{position:relative;z-index:1}
.method-visual-card{height:200px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#EAF5F8,#D0E7F3);border:1px solid #CFE6F3;box-shadow:var(--shadow-soft)}
.method-visual-card img{width:100%;height:100%;object-fit:cover;display:block}
.method-label{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eefbf8;color:var(--teal);border:1px solid #d3ebe5;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.16em}
.legacy-method-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.legacy-method-card{display:grid;grid-template-columns:74px 1fr;gap:22px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}
.legacy-method-card:after{content:"";position:absolute;right:-70px;top:-70px;width:160px;height:160px;border-radius:50%;background:rgba(58,165,232,.06)}
.legacy-method-card-wide{grid-column:1/-1;max-width:900px;margin:0 auto;width:100%}
.letter-badge{width:60px;height:60px;border-radius:19px;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--sky));color:#fff;font-size:28px;font-weight:900;box-shadow:0 12px 26px rgba(58,165,232,.24)}
.legacy-method-card h3{margin:0 0 10px;font-size:25px;line-height:1.15;color:var(--ink)}
.legacy-method-card p{margin:0;color:var(--muted);font-size:16px}
.footer .brand img{width:62px;height:62px}
@media (max-width:980px){.topbar .brand img{width:82px;height:82px}.topbar .nav{height:98px}.hero-clean-inner{text-align:left}.legacy-method-intro{grid-template-columns:1fr;padding:24px}.legacy-method-grid{grid-template-columns:1fr}.legacy-method-card-wide{max-width:none}.hero-clean .hero-title{font-size:clamp(38px,7vw,56px)}}
@media (max-width:640px){.topbar .brand img{width:70px;height:70px}.topbar .nav{height:86px}.legacy-method-card{grid-template-columns:1fr;padding:24px}.method-visual-card{height:180px}.hero-clean{padding:62px 0}.appointment-card{width:100%}.topbar .brand strong{font-size:13px}.topbar .brand small{font-size:10px}}


/* Homepage update: hero image, system section, agency process, service spectrum */
.hero-home-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:center}
.hero-home-copy{min-width:0}.hero-side-image{padding:18px}.hero-side-image img{width:100%;border-radius:24px;box-shadow:none}
.hero-home-new .appointment-card{margin-top:4px}
.system-section{background:#fff}.system-split{grid-template-columns:1.08fr .92fr}.system-card-stack{display:grid;gap:18px}
.system-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}
.system-card:after{content:"";position:absolute;right:-45px;top:-45px;width:110px;height:110px;border-radius:50%;background:rgba(58,165,232,.07)}
.system-card span{display:inline-flex;width:44px;height:44px;border-radius:15px;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--teal),var(--sky));color:#fff;font-weight:900;margin-bottom:14px}
.system-card strong{display:block;font-size:22px;line-height:1.2;color:var(--ink);margin-bottom:8px}.system-card p{margin:0;color:var(--muted)}
.agency-process-section{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.process-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.process-card:after{content:"";position:absolute;right:-55px;top:-55px;width:130px;height:130px;border-radius:50%;background:rgba(22,163,148,.06)}
.process-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#eefbf8;border:1px solid #d3ebe5;color:var(--teal);font-size:27px;font-weight:900;margin-bottom:16px}.process-card span{display:block;color:var(--sky);font-weight:900;font-size:18px;margin-bottom:6px}.process-card h3{font-size:22px;line-height:1.18;margin:0 0 10px;color:var(--ink)}.process-card p{margin:0;color:var(--muted)}.process-card-wide{grid-column:span 2}
.service-spectrum-section{position:relative}.service-spectrum-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-spectrum-card{display:block;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow-soft);transition:.22s;min-height:100%}.service-spectrum-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c5dde8}.service-spectrum-card span{display:inline-flex;width:42px;height:42px;border-radius:14px;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--teal),var(--sky));color:#fff;font-weight:900;margin-bottom:14px}.service-spectrum-card strong{display:block;font-size:20px;line-height:1.2;color:var(--ink);margin-bottom:8px}.service-spectrum-card p{margin:0;color:var(--muted);font-size:15px}
@media (max-width:1100px){.process-grid,.service-spectrum-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:980px){.hero-home-grid,.system-split{grid-template-columns:1fr}.hero-side-image{order:2}.hero-home-copy{order:1}.process-card-wide{grid-column:auto}.hero-clean .hero-title{max-width:760px}}
@media (max-width:640px){.process-grid,.service-spectrum-grid{grid-template-columns:1fr}.system-card,.process-card,.service-spectrum-card{padding:22px}.hero-side-image{padding:12px}}


/* Homepage refinement: system icons, mission, trust, glossary */
.system-split-icons{grid-template-columns:1.06fr .94fr}
.system-icon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.system-icon-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:var(--shadow-soft)}
.system-icon-badge{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#2d6e88;color:#fff;margin-bottom:16px}
.system-icon-badge svg{width:36px;height:36px;stroke:currentColor;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.system-icon-card strong{display:block;font-size:20px;line-height:1.18;margin-bottom:8px;color:var(--ink)}
.system-icon-card p{margin:0;color:var(--muted);font-size:15px}
.service-big-title{font-size:clamp(36px,5.2vw,64px)!important;line-height:1.02}
.mission-split{grid-template-columns:.94fr 1.06fr}
.mission-image-shell img,.trust-image-shell img{min-height:420px;object-fit:cover}
.trust-section .section-header{max-width:900px}
.trust-split{display:grid;grid-template-columns:.88fr 1.12fr;gap:30px;align-items:start}
.trust-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.benefit-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}
.benefit-card h3{margin:0 0 10px;font-size:22px;line-height:1.18}.benefit-card p{margin:0;color:var(--muted)}
.glossary-topbar{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:end}
.glossary-search-box label{display:block;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);margin-bottom:8px}
.glossary-search-box input{width:100%;border:1px solid #c9d8e3;background:#fff;border-radius:18px;padding:15px 16px;font:inherit;color:var(--ink);box-shadow:var(--shadow-soft)}
.glossary-alpha-bar{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.glossary-letter{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 10px;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);font-weight:900;color:var(--ink);transition:.2s}
.glossary-letter:hover{transform:translateY(-2px);border-color:#c5dde8}.glossary-letter.disabled{opacity:.38;pointer-events:none}
.glossary-group + .glossary-group{margin-top:32px}
.glossary-letter-title{font-size:34px;font-weight:900;line-height:1;color:var(--teal);margin-bottom:18px}
.glossary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.glossary-entry{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}
.glossary-entry h3{margin:0 0 10px;font-size:22px;line-height:1.15}.glossary-entry p{margin:0;color:var(--muted)}
.glossary-entry.hidden,.glossary-group.hidden{display:none}
@media (max-width:1100px){.system-icon-grid,.trust-benefits-grid,.glossary-grid{grid-template-columns:1fr 1fr}}
@media (max-width:980px){.system-split-icons,.mission-split,.trust-split,.glossary-topbar{grid-template-columns:1fr}.service-big-title{font-size:clamp(34px,7vw,54px)!important}.system-icon-grid{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.system-icon-grid,.trust-benefits-grid,.glossary-grid{grid-template-columns:1fr}.system-icon-badge{width:64px;height:64px}.glossary-letter{min-width:40px;height:40px}}


/* Footer brand refinement */
.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.footer-brand img{width:122px;height:122px;object-fit:contain}
.footer-brand-text strong{display:block;font-size:18px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;line-height:1.02;color:#fff}
.footer-brand-text small{display:block;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--mint);font-weight:800;margin-top:6px}
.footer-brand-copy{margin-top:18px}
.footer .brand img{width:62px;height:62px}
@media (max-width:640px){.footer-brand img{width:96px;height:96px}}


/* Refinement: Legacy card 7 and services without numbering */
.legacy-method-card-wide{max-width:none!important;width:100%!important;grid-column:1/-1!important;align-items:stretch!important;min-height:170px}
.legacy-method-card-wide .letter-badge{height:100%!important;min-height:130px!important;width:82px!important;border-radius:26px!important;align-self:stretch!important;font-size:34px!important}
.service-spectrum-card{padding-top:26px!important}
.service-spectrum-card > span{display:none!important}
.service-spectrum-card strong{margin-top:0!important}
@media (max-width:640px){.legacy-method-card-wide .letter-badge{width:100%!important;height:76px!important;min-height:76px!important}.legacy-method-card-wide{min-height:auto}}


/* Glossary article enhancements */
.glossary-entry{display:flex;flex-direction:column;gap:12px}
.glossary-more{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-weight:800;margin-top:auto}
.glossary-more:after{content:"→";font-size:15px}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}
.article-main{min-width:0}
.article-content{padding:34px}
.article-meta{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eefbf8;border:1px solid #d3ebe5;color:var(--teal);font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.article-content h2{margin:34px 0 14px;font-size:30px;line-height:1.08;letter-spacing:-.03em}
.article-content h3{margin:24px 0 10px;font-size:22px;line-height:1.12}
.article-content p{margin:0 0 16px;color:var(--muted);font-size:17px}
.article-list{margin:0 0 18px;padding-left:20px;color:var(--muted)}
.article-list li{margin:8px 0}
.article-list.compact li{margin:6px 0}
.article-hero-image{margin-bottom:22px}
.toc-box{padding:22px 24px;border-radius:22px;background:#f7fbff;border:1px solid var(--line);margin:26px 0}
.toc-box h2{margin:0 0 12px;font-size:24px}.toc-box ul{margin:0;padding-left:18px}.toc-box li{margin:8px 0}.toc-box a{color:var(--ink);font-weight:700}
.article-sidebar{display:grid;gap:18px;position:sticky;top:110px}.article-side-card{padding:26px}.article-side-card h3{margin:0 0 10px;font-size:22px}.article-side-card p{margin:0 0 16px;color:var(--muted)}
@media (max-width:980px){.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}}


/* Glossary cards with local images */
.glossary-thumb{display:block;margin:-4px -4px 8px;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#f7fbff}
.glossary-thumb img{width:100%;height:170px;object-fit:cover;transition:.25s}
.glossary-entry:hover .glossary-thumb img{transform:scale(1.02)}
@media (max-width:640px){.glossary-thumb img{height:150px}}

/* Glossar expansion: no card thumbnails, images only on detail pages */
.glossary-entry .glossary-thumb{display:none!important}
.glossary-entry{display:flex;flex-direction:column;gap:12px}
.glossary-entry h3{margin-bottom:0!important}
.glossary-more{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-weight:800;margin-top:auto}
.glossary-more:after{content:"→";font-size:15px}
.article-logo-image{padding:40px;margin-bottom:22px;text-align:center;background:linear-gradient(180deg,#ffffff,#f7fbff)}
.article-logo-image img{width:min(260px,55%);height:auto;margin:0 auto 18px;object-fit:contain}
.article-logo-image p{margin:0;color:var(--muted);font-size:14px}
.article-content{padding:34px}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}
.article-main{min-width:0}
.article-meta{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eefbf8;border:1px solid #d3ebe5;color:var(--teal);font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.article-content h2{margin:34px 0 14px;font-size:30px;line-height:1.08;letter-spacing:-.03em}
.article-content h3{margin:24px 0 10px;font-size:22px;line-height:1.12}
.article-content p{margin:0 0 16px;color:var(--muted);font-size:17px}
.article-list{margin:0 0 18px;padding-left:20px;color:var(--muted)}
.article-list li{margin:8px 0}
.article-list.compact li{margin:6px 0}
.toc-box{padding:22px 24px;border-radius:22px;background:#f7fbff;border:1px solid var(--line);margin:26px 0}
.toc-box h2{margin:0 0 12px;font-size:24px}
.toc-box ul{margin:0;padding-left:18px}
.toc-box li{margin:8px 0}
.toc-box a{color:var(--ink);font-weight:700}
.article-sidebar{display:grid;gap:18px;position:sticky;top:110px}
.article-side-card{padding:26px}
.article-side-card h3{margin:0 0 10px;font-size:22px}
.article-side-card p{margin:0 0 16px;color:var(--muted)}
@media (max-width:980px){.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}}


/* Glossar letter-page structure: compact pages without image placeholders */
.glossary-letter-actions{justify-content:center;margin-top:24px;flex-wrap:wrap}
.letter-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:28px;align-items:start}
.letter-sidebar{position:sticky;top:120px;padding:26px}
.letter-sidebar h2{margin:0 0 6px;font-size:26px;line-height:1.1}
.letter-sidebar p{margin:0 0 18px;color:var(--muted);font-weight:700}
.letter-sidebar ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.letter-sidebar a{display:block;padding:10px 12px;border-radius:12px;background:#f7fbff;color:var(--ink);font-weight:750;border:1px solid var(--line)}
.letter-sidebar a:hover{background:#eefbf8;color:var(--teal)}
.letter-content{display:grid;gap:22px}
.letter-term-detail{padding:30px;scroll-margin-top:130px}
.letter-term-detail h2{font-size:34px;line-height:1.06;margin:10px 0 16px;letter-spacing:-.035em}
.letter-term-detail h3{font-size:22px;margin:24px 0 10px;line-height:1.12}
.letter-term-detail p{font-size:16.5px;color:var(--muted);margin:0 0 14px}
.letter-alpha-bar{justify-content:center}
.article-logo-image,.article-hero-image,.glossary-card-image,.glossary-image{display:none!important}
@media (max-width:980px){.letter-layout{grid-template-columns:1fr}.letter-sidebar{position:static}.letter-sidebar ul{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.letter-sidebar ul{grid-template-columns:1fr}.letter-term-detail{padding:24px}.letter-term-detail h2{font-size:28px}}


/* Leistungen: Online-Marketing intro */
.online-marketing-intro-section{background:#fff}
.online-marketing-intro{display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:start}
.online-marketing-copy{background:#fff;border:1px solid var(--line);border-radius:30px;padding:32px;box-shadow:var(--shadow-soft)}
.online-marketing-copy p{margin:0 0 16px;color:var(--muted);font-size:17px;line-height:1.7}
.online-marketing-copy p:last-of-type{margin-bottom:22px}
.intro-pill-row{display:flex;gap:10px;flex-wrap:wrap}
.intro-pill-row span{display:inline-flex;padding:9px 12px;border-radius:999px;background:#eefbf8;border:1px solid #d3ebe5;color:var(--teal);font-weight:850;font-size:13px}
@media (max-width:900px){.online-marketing-intro{grid-template-columns:1fr}.online-marketing-copy{padding:26px}}

/* Legacy method: card N wieder wie alle anderen Karten */
.legacy-method-grid .legacy-method-card:not(.legacy-method-card-wide) .letter-badge{width:64px!important;height:64px!important;min-height:64px!important;border-radius:22px!important;align-self:flex-start!important;font-size:28px!important}


/* Tools section */
.tools-section{background:#eef7fb}
.tools-pill-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin:-18px auto 30px;max-width:900px}
.tools-pill-row span{display:inline-flex;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--teal);font-weight:850;font-size:13px;box-shadow:var(--shadow-soft)}
.tools-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}
.tool-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px 18px;min-height:250px;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;color:var(--ink)}
.tool-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#cfe2eb}.tool-logo-wrap{width:108px;height:108px;border-radius:28px;background:#f7fbff;border:1px solid var(--line);display:grid;place-items:center;margin-bottom:18px;padding:10px}.tool-logo-wrap img{width:78px;height:78px;object-fit:contain}.tool-card-body span{display:inline-flex;margin-bottom:10px;color:var(--teal);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.tool-card h3{font-size:20px;line-height:1.15;margin:0 0 10px}.tool-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}
@media (max-width:1180px){.tools-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:760px){.tools-grid{grid-template-columns:repeat(2,1fr)}.tool-card{min-height:230px}}
@media (max-width:520px){.tools-grid{grid-template-columns:1fr}}

/* LeadPfad brand color system */
:root{
  --ink:#023144;
  --ink-soft:#1E607A;
  --teal:#1E607A;
  --mint:#5BF6BF;
  --mint-soft:#6ECFBC;
  --sky:#9EE7F5;
  --violet:#C9B2FA;
  --orange:#FFC874;
  --lime:#CBE485;
  --bg:#EAF5F8;
  --sand:#F7FBFC;
  --ice:#D0E7F3;
  --line:#CFE6F3;
  --white:#ffffff;
  --muted:#5D7280;
  --shadow:0 20px 55px rgba(2,49,68,.14);
  --shadow-soft:0 12px 32px rgba(2,49,68,.08);
}
body{background:linear-gradient(180deg,#ffffff 0%,#EAF5F8 46%,#ffffff 100%)!important;color:var(--ink)!important}
.topbar{background:rgba(2,49,68,.95)!important;border-bottom:1px solid rgba(91,246,191,.18)!important;box-shadow:0 14px 38px rgba(2,49,68,.20)}
.menu,.brand strong,.nav-main{color:#fff!important}.brand small{color:var(--mint)!important}.menu a:after{background:linear-gradient(90deg,var(--mint),var(--sky))!important}.nav-cta,.btn.primary{background:linear-gradient(135deg,#5BF6BF,#6ECFBC)!important;color:#023144!important;box-shadow:0 16px 34px rgba(91,246,191,.24)!important}.btn.secondary{background:rgba(255,255,255,.10)!important;color:#fff!important;border-color:rgba(255,255,255,.25)!important}.topbar .btn.secondary{background:#fff!important;color:#023144!important}.burger{background:rgba(255,255,255,.10)!important;color:#fff!important;border-color:rgba(255,255,255,.18)!important}.mobile-menu{background:#023144!important;color:#fff!important}.mobile-menu a,.mobile-details summary{color:#fff!important}.dropdown-panel{background:#fff!important;border-color:var(--line)!important}.dropdown-intro strong,.dropdown-links strong{color:var(--ink)!important}.dropdown-intro p,.dropdown-links span{color:var(--muted)!important}
.hero,.small-hero,.hero-clean{background:radial-gradient(circle at 82% 12%,rgba(91,246,191,.18),transparent 30%),radial-gradient(circle at 18% 90%,rgba(158,231,245,.14),transparent 28%),linear-gradient(135deg,#023144 0%,#02445c 58%,#1E607A 100%)!important;color:#fff!important}.hero:before,.small-hero:before{border-color:rgba(91,246,191,.10)!important}.hero:after{border-color:rgba(201,178,250,.12)!important}.headline,.hero-title,.small-hero .h2,.hero h1,.small-hero h1{color:#fff!important}.headline span,.hero-title span{background:linear-gradient(135deg,#5BF6BF,#9EE7F5)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.subline,.hero-copy,.hero-slogan,.small-hero .lead{color:rgba(255,255,255,.82)!important}.eyebrow,.kicker{color:var(--mint)!important}.eyebrow:before,.kicker:before{background:linear-gradient(90deg,var(--mint),var(--sky))!important}.hero .visual-card,.small-hero .visual-card,.hero .image-shell{background:rgba(255,255,255,.96)!important;border-color:rgba(255,255,255,.20)!important;box-shadow:0 24px 65px rgba(0,0,0,.22)!important}
.section.alt,.tools-section{background:linear-gradient(180deg,#EAF5F8 0%,#D0E7F3 100%)!important;border-color:#CFE6F3!important}.system-section,.agency-process-section,.online-marketing-intro-section{background:#fff!important}.card,.section-card,.process-card,.service-spectrum-card,.benefit-card,.glossary-entry,.metric,.step,.timeline-item,.online-marketing-copy,.tool-card,.letter-term-detail,.letter-sidebar,.price-card{background:#fff!important;border:1px solid var(--line)!important;box-shadow:var(--shadow-soft)!important}.card:hover,.service-spectrum-card:hover,.tool-card:hover,.glossary-entry:hover{border-color:var(--mint)!important;box-shadow:0 18px 44px rgba(2,49,68,.14)!important}.card:after,.process-card:after,.system-card:after{background:rgba(91,246,191,.12)!important}.h2,.card h3,.process-card h3,.service-spectrum-card strong,.benefit-card h3,.tool-card h3,.letter-term-detail h2,.letter-sidebar h2{color:#023144!important}.lead,.card p,.process-card p,.benefit-card p,.tool-card p,.online-marketing-copy p,.letter-term-detail p{color:var(--muted)!important}.icon,.letter-badge,.system-card span,.service-spectrum-card span{background:linear-gradient(135deg,#1E607A,#5BF6BF)!important;color:#fff!important;box-shadow:0 14px 30px rgba(30,96,122,.20)!important}.process-icon,.check{background:#EAF5F8!important;border-color:#CFE6F3!important;color:#1E607A!important}.process-card span,.method-item b,.glossary-letter-title,.blog-link,.glossary-more,.tool-card-body span{color:#1E607A!important}.pill,.intro-pill-row span,.tools-pill-row span,.method-label,.article-meta{background:#EAF5F8!important;color:#1E607A!important;border-color:#CFE6F3!important}.tools-pill-row span:hover,.intro-pill-row span:hover{border-color:var(--mint)!important}.tool-logo-wrap{background:#fff!important;border-color:#CFE6F3!important;box-shadow:inset 0 0 0 1px rgba(91,246,191,.10)}.dark-surface,.footer{background:radial-gradient(circle at 88% 12%,rgba(91,246,191,.12),transparent 25%),linear-gradient(135deg,#023144 0%,#042b3a 100%)!important;color:#fff!important}.dark-surface p,.dark-surface li,.footer p,.footer a,.footer-bottom{color:rgba(255,255,255,.78)!important}.footer h4,.footer-brand-text strong{color:#fff!important}.footer-brand-text small{color:var(--mint)!important}.cta .btn{background:linear-gradient(135deg,#5BF6BF,#6ECFBC)!important;color:#023144!important}.method-band,.legacy-method-intro{background:#fff!important;border-color:var(--line)!important}.method-item{background:linear-gradient(180deg,#fff,#EAF5F8)!important;border-color:var(--line)!important}.system-icon-badge{background:#1E607A!important;color:#fff!important}.glossary-letter{background:#fff!important;border-color:var(--line)!important;color:#023144!important}.glossary-letter:hover{border-color:var(--mint)!important;background:#EAF5F8!important}.form input,.form textarea,.glossary-search-box input{border-color:#CFE6F3!important;background:#fff!important}.form input:focus,.form textarea:focus,.glossary-search-box input:focus{outline:3px solid rgba(91,246,191,.25)!important;border-color:var(--mint)!important}
@media (max-width:920px){.menu{background:#023144!important}.nav-cta{display:none}}


/* LeadPfad readability + pricing refinements */
:root{
  --teal:#0B6B5A;
  --mint:#5BF6BF;
  --sky:#1E607A;
  --muted:#5D6D7D;
}
.section .kicker,
.section-header .kicker,
.card .kicker,
.feature-copy .kicker,
.tools-section .kicker,
.system-section .kicker,
.agency-process-section .kicker,
.online-marketing-intro-section .kicker,
.price-info-section .kicker{
  color:#0B6B5A!important;
  font-size:15px!important;
  letter-spacing:.16em!important;
  font-weight:950!important;
}
.hero .eyebrow,.small-hero .eyebrow,.hero .kicker,.small-hero > .container .kicker{
  color:#5BF6BF!important;
}
.kicker:before,.eyebrow:before{height:3px!important;width:34px!important;background:linear-gradient(90deg,#0B6B5A,#5BF6BF)!important}
.hero .eyebrow:before,.small-hero .eyebrow:before{background:linear-gradient(90deg,#5BF6BF,#9EE7F5)!important}
.price-hero-form{background:#ffffff!important;color:#023144!important;border-color:rgba(255,255,255,.45)!important;box-shadow:0 28px 70px rgba(0,0,0,.24)!important}
.small-hero .price-hero-form .h2,.price-hero-form .h2{color:#023144!important;background:none!important;-webkit-text-fill-color:#023144!important}
.price-hero-form .lead,.price-hero-form p,.price-hero-form label{color:#5D6D7D!important}.price-hero-form label{color:#023144!important}.price-hero-form .kicker{color:#0B6B5A!important}
.form-privacy{margin:18px 0 0!important;font-size:12.5px!important;line-height:1.55!important;color:#647587!important;background:#EAF5F8!important;border:1px solid #CFE6F3!important;border-radius:16px!important;padding:13px 14px!important}
.price-combined-card{padding:40px!important;border-radius:34px!important}.compact-head{margin-bottom:28px!important}.price-combined-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.price-combined-item{background:linear-gradient(180deg,#fff,#F7FCFF);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}.price-item-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}.price-icon-img{width:56px;height:56px;object-fit:contain;display:block;flex:0 0 56px}.price-combined-item h3{font-size:21px;line-height:1.16;margin:0;color:#023144}.price-combined-item p{margin:0;color:var(--muted)}
@media(max-width:1000px){.price-combined-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.price-combined-grid{grid-template-columns:1fr}.price-combined-card{padding:26px!important}}


/* Blog raster redesign */
.price-hero-form .price-form-kicker{color:#023144!important;font-size:14px!important;font-weight:900!important;letter-spacing:.16em!important}
.blog-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 84% 18%,rgba(91,246,191,.14),transparent 28%),linear-gradient(135deg,#023144 0%,#0A5066 100%);color:#fff;padding:84px 0 0}.blog-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:54px;align-items:center}.blog-hero .headline{font-size:clamp(48px,6vw,78px);line-height:.98;margin:18px 0 26px;color:#fff!important}.blog-hero .subline{color:rgba(255,255,255,.86)!important;max-width:760px}.blog-hero-visual{display:flex;justify-content:center}.blog-hero-visual img{width:min(460px,100%);filter:drop-shadow(0 30px 50px rgba(0,0,0,.22))}.blog-tabs{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;margin-top:58px}.blog-tab{appearance:none;border:0;border-radius:14px 14px 0 0;background:transparent;color:#fff;font:inherit;font-weight:750;font-size:17px;padding:18px 22px;cursor:pointer;transition:.18s}.blog-tab:hover{background:rgba(255,255,255,.10)}.blog-tab.active{background:#EAF5F8;color:#023144}.blog-list-section{background:#EAF5F8;padding:74px 0 88px}.blog-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,540px);gap:26px;align-items:end;margin-bottom:42px}.blog-toolbar .h2{margin:4px 0 0}.blog-search{display:flex;align-items:center;border:1px solid #1E607A;border-radius:10px;background:#fff;overflow:hidden;height:56px}.blog-search input{border:0;outline:0;background:#fff;width:100%;height:100%;padding:0 18px;font:inherit;font-size:17px;color:#023144}.blog-search span{height:56px;width:62px;background:#023144;color:#5BF6BF;display:grid;place-items:center;font-size:30px;font-weight:900}.blog-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog-teaser-card{border-radius:24px;background:#fff;border:1px solid rgba(30,96,122,.18);box-shadow:0 18px 42px rgba(2,49,68,.10);overflow:hidden;transition:.22s}.blog-teaser-card:hover{transform:translateY(-4px);box-shadow:0 24px 54px rgba(2,49,68,.16);border-color:#5BF6BF}.blog-card-link{display:flex;flex-direction:column;height:100%;color:inherit}.blog-teaser-image{height:205px;background:#D0E7F3;overflow:hidden}.blog-teaser-image img{width:100%;height:100%;object-fit:cover;transition:.25s}.blog-teaser-card:hover img{transform:scale(1.03)}.blog-teaser-body{padding:24px;display:flex;flex-direction:column;gap:12px}.blog-teaser-body .blog-meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:0}.blog-teaser-body .blog-meta span{display:inline-flex;background:#EAF5F8;color:#1E607A;border:1px solid #CFE6F3;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.blog-teaser-body h3{font-size:22px;line-height:1.16;margin:0;color:#023144}.blog-teaser-body p{margin:0;color:#5D6D7D;line-height:1.55}.blog-readmore{margin-top:auto;color:#0B6B5A;font-weight:900}.blog-empty{font-size:18px;color:#5D6D7D;background:#fff;border:1px solid #CFE6F3;border-radius:18px;padding:18px}.blog-teaser-card.hidden{display:none!important}@media(max-width:1060px){.blog-hero-grid,.blog-toolbar{grid-template-columns:1fr}.blog-card-grid{grid-template-columns:repeat(2,1fr)}.blog-hero{padding-top:64px}}@media(max-width:680px){.blog-card-grid{grid-template-columns:1fr}.blog-tab{font-size:15px;padding:14px 16px}.blog-search{height:52px}.blog-hero .headline{font-size:44px}.blog-hero-visual img{max-width:330px}}


/* Service image placeholders */
.service-card-image{height:132px;margin:-2px -2px 18px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#EAF5F8,#D0E7F3);border:1px solid #CFE6F3}
.service-card-image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92)}
.service-spectrum-card:hover .service-card-image{border-color:var(--mint);box-shadow:0 12px 28px rgba(91,246,191,.16)}
.blog-tab{font-size:16px;letter-spacing:-.01em}.blog-tab.active{font-weight:900}.blog-meta span{white-space:normal}

/* Final readability + responsive refinements */
:root{
  --dark-green:#064B42;
  --dark-green-2:#083F38;
}

/* Dunklere grüne Texte auf hellen Bereichen */
.section .kicker,
.section-header .kicker,
.card .kicker,
.feature-copy .kicker,
.tools-section .kicker,
.system-section .kicker,
.agency-process-section .kicker,
.online-marketing-intro-section .kicker,
.price-info-section .kicker,
.blog-toolbar .kicker,
.blog-readmore,
.blog-link,
.glossary-more,
.tool-card-body span,
.process-card span,
.method-item b,
.glossary-letter-title,
.blog-teaser-body .blog-meta span{
  color:var(--dark-green)!important;
}

.section .kicker,
.section-header .kicker,
.blog-toolbar .kicker{
  font-size:16px!important;
  line-height:1.2!important;
}

.blog-toolbar .kicker{
  color:#064B42!important;
  font-weight:950!important;
}

/* Blog-Kategorien in einer Reihe halten */
.blog-tabs{
  flex-wrap:nowrap!important;
  gap:7px!important;
  align-items:flex-end!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
  padding-bottom:0;
}
.blog-tab{
  white-space:nowrap!important;
  flex:0 0 auto!important;
  font-size:14px!important;
  line-height:1.15!important;
  padding:15px 12px!important;
  border-radius:13px 13px 0 0!important;
  letter-spacing:-.02em!important;
}
@media (min-width:1180px){
  .blog-tabs{overflow-x:visible!important;gap:8px!important}
  .blog-tab{font-size:14px!important;padding:15px 13px!important}
}
@media (max-width:1100px){
  .blog-tab{font-size:13px!important;padding:13px 10px!important}
}

/* Tablet- und Handy-Optimierung für die gesamte Website */
img,svg,video{max-width:100%;height:auto}
.container{padding-left:clamp(18px,4vw,32px)!important;padding-right:clamp(18px,4vw,32px)!important}

@media (max-width:1024px){
  .hero-grid,.hero-home-grid,.feature-split,.feature-split.reverse,.system-split,.system-split-icons,.mission-split,.trust-split,.knowledge-feature,.online-marketing-intro,.blog-hero-grid,.cta,.price-hero-grid,.footer-grid{
    grid-template-columns:1fr!important;
  }
  .grid-4,.process-grid,.tools-grid,.service-spectrum-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .grid-3,.blog-card-grid,.trust-benefits-grid,.price-combined-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .hero,.small-hero,.hero-clean,.blog-hero{padding-top:72px!important}
  .hero-visual,.blog-hero-visual{max-width:560px;margin-inline:auto}
  .headline{font-size:clamp(42px,7vw,70px)!important}
  .h2{font-size:clamp(32px,5vw,48px)!important}
}

@media (max-width:760px){
  .grid-2,.grid-3,.grid-4,.process-grid,.tools-grid,.service-spectrum-grid,.blog-card-grid,.trust-benefits-grid,.price-combined-grid,.form-grid,.method-detail-grid,.legacy-method-grid,.legacy-ways-grid{
    grid-template-columns:1fr!important;
  }
  .hero,.small-hero,.hero-clean,.blog-hero{padding-top:56px!important;padding-bottom:56px!important}
  .blog-hero{padding-bottom:0!important}
  .blog-tabs{margin-top:34px!important;padding-bottom:0!important}
  .headline,.blog-hero .headline{font-size:clamp(36px,10vw,48px)!important;line-height:1.03!important}
  .h2{font-size:clamp(28px,8vw,38px)!important}
  .subline,.lead{font-size:16px!important}
  .btn-row,.hero-actions,.price-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important}
  .btn,.nav-cta{width:100%;justify-content:center;text-align:center}
  .card,.section-card,.process-card,.service-spectrum-card,.benefit-card,.tool-card,.price-card{border-radius:22px!important;padding:22px!important}
  .service-card-image{height:150px!important;margin:0 0 18px!important}
  .blog-toolbar{grid-template-columns:1fr!important;gap:20px!important}
  .blog-search{height:52px!important}
  .blog-search span{height:52px!important;width:56px!important}
  .footer-grid{grid-template-columns:1fr!important}
}

@media (max-width:480px){
  .container{padding-left:16px!important;padding-right:16px!important}
  .blog-tab{font-size:12.5px!important;padding:12px 9px!important}
  .blog-teaser-image{height:185px!important}
  .tool-card{min-height:auto!important}
  .form input,.form textarea,.blog-search input,.glossary-search-box input{font-size:16px!important}
}

/* Mobile pull-up menu readability fix */
@media (max-width:980px){
  .mobile-menu.open{
    background:#023144!important;
    border-top:1px solid rgba(91,246,191,.18)!important;
  }
  .mobile-menu > a,
  .mobile-details,
  .mobile-details summary{
    background:#EAF5F8!important;
    color:#023144!important;
    border-color:rgba(30,96,122,.18)!important;
  }
  .mobile-menu > a,
  .mobile-details summary{
    font-weight:900!important;
    letter-spacing:-.01em!important;
  }
  .mobile-details summary:after{
    color:#0F766E!important;
  }
  .mobile-details a{
    background:#fff!important;
    color:#023144!important;
    border-color:rgba(30,96,122,.16)!important;
  }
}


/* Ziele-Seite und integrierte Preisorientierung */
.goals-hero .headline span{color:var(--mint)}
.goals-visual{padding:34px;background:linear-gradient(145deg,rgba(234,245,248,.96),rgba(208,231,243,.92));}
.dashboard-mockup{display:grid;gap:14px;background:#fff;border:1px solid rgba(30,96,122,.18);border-radius:28px;padding:28px;box-shadow:0 18px 44px rgba(2,49,68,.16)}
.mockup-row{display:flex;align-items:center;justify-content:space-between;color:#023144;font-weight:800}.mockup-row span{color:#1E607A}.mockup-row strong{color:#0F766E}.mockup-bar{height:12px;border-radius:999px;background:#EAF5F8;overflow:hidden}.mockup-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#0F766E,#5BF6BF)}
.goals-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.goal-card{background:#fff;border:1px solid rgba(30,96,122,.16);border-radius:28px;padding:28px;box-shadow:0 18px 42px rgba(2,49,68,.08)}.goal-card span{display:inline-flex;width:42px;height:42px;border-radius:14px;align-items:center;justify-content:center;background:#EAF5F8;color:#0F766E;font-weight:950;margin-bottom:18px}.goal-card h3{margin:0 0 12px;color:#023144;font-size:22px}.goal-card p{color:var(--muted);margin:0 0 16px}.goal-card ul{margin:0;padding-left:18px;color:var(--muted)}.goal-card li{margin:8px 0}.goals-method-section .feature-line span{color:var(--muted)}
.price-integrated-section{background:linear-gradient(180deg,#EAF5F8,#fff)}.price-integrated-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:28px;align-items:start}.compact-price-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}.price-intro-card{padding:34px}
.compact-price-grid .price-combined-item h3{font-size:18px;line-height:1.2;letter-spacing:-.01em}
.compact-price-grid .price-item-head{align-items:center;gap:12px}
.compact-price-grid .price-combined-item p{font-size:15px;line-height:1.55}
@media(max-width:1024px){.goals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.price-integrated-grid{grid-template-columns:1fr}.goals-visual{max-width:620px;margin-inline:auto}}
@media(max-width:680px){.goals-grid,.compact-price-grid{grid-template-columns:1fr}.goal-card{padding:22px;border-radius:22px}.price-intro-card{padding:24px}.dashboard-mockup{padding:22px}.price-integrated-grid{gap:20px}}

/* LeadPfad final overrides: readability, anchors, desktop/iPhone/iPad */
:root{
  --leadspfad-navy:#023144;
  --leadspfad-petrol:#1E607A;
  --leadspfad-mint:#5BF6BF;
  --leadspfad-mint-soft:#6ECFBC;
  --leadspfad-ice:#EAF5F8;
  --leadspfad-ice-2:#D0E7F3;
  --leadspfad-ice-3:#CFE6F3;
  --leadspfad-green-readable:#064B42;
}

/* Mint/green text on light surfaces is intentionally darkened for contrast. */
.section:not(.hero):not(.small-hero) .kicker,
.section:not(.hero):not(.small-hero) .eyebrow,
.blog-readmore,
.blog-link,
.glossary-more,
.tool-card-body span,
.process-card span,
.method-item b,
.glossary-letter-title,
.mockup-row strong,
.goal-card span,
.blog-teaser-body .blog-meta span{
  color:var(--leadspfad-green-readable)!important;
}

.hero .eyebrow,
.small-hero .eyebrow,
.blog-hero .eyebrow,
.hero .headline span,
.small-hero .headline span{
  color:var(--leadspfad-mint)!important;
}

.solutions-grid .card{
  min-height:100%;
}
.solutions-grid .feature-image{
  aspect-ratio:16/10;
  margin-bottom:18px;
}
.solutions-grid .feature-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Keep the main navigation to the requested top-level items and make dropdowns readable. */
.dropdown-links a,
.mobile-details a{
  color:var(--leadspfad-navy)!important;
}
.dropdown-links a:hover,
.mobile-details a:hover{
  background:var(--leadspfad-ice)!important;
}

/* Mobile pull-up menu: light cards, dark text, large tap targets. */
@media (max-width:980px){
  .nav{height:86px!important;}
  .brand{min-width:auto!important;}
  .brand img{width:68px!important;height:68px!important;}
  .burger{min-width:46px!important;min-height:46px!important;font-size:24px!important;}
  .mobile-menu.open{
    display:grid!important;
    gap:10px!important;
    padding:12px 0 20px!important;
    background:var(--leadspfad-navy)!important;
  }
  .mobile-menu > a,
  .mobile-details,
  .mobile-details summary{
    background:var(--leadspfad-ice)!important;
    color:var(--leadspfad-navy)!important;
    border:1px solid rgba(30,96,122,.22)!important;
    border-radius:16px!important;
    box-shadow:0 8px 20px rgba(2,49,68,.10)!important;
  }
  .mobile-menu > a,
  .mobile-details summary{
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    padding:14px 16px!important;
    font-weight:900!important;
  }
  .mobile-details summary{list-style:none!important;cursor:pointer!important;justify-content:space-between!important;}
  .mobile-details summary::-webkit-details-marker{display:none!important;}
  .mobile-details summary:after{content:'▾';color:var(--leadspfad-petrol)!important;font-size:17px!important;}
  .mobile-details[open] summary:after{content:'▴';}
  .mobile-details a{
    display:block!important;
    margin:8px 10px!important;
    padding:12px 14px!important;
    background:#fff!important;
    color:var(--leadspfad-navy)!important;
    border:1px solid rgba(30,96,122,.16)!important;
    border-radius:14px!important;
    font-weight:800!important;
  }
}

@media (min-width:761px) and (max-width:1180px){
  .nav{gap:16px!important;}
  .menu{gap:18px!important;font-size:14px!important;}
  .nav-cta{padding:13px 18px!important;}
  .brand strong{font-size:15px!important;letter-spacing:.14em!important;}
}

@media (max-width:760px){
  .section{padding:62px 0!important;}
  .hero-home-grid,
  .system-split-icons,
  .support-split,
  .trust-split{
    gap:28px!important;
  }
  .service-spectrum-grid,
  .solutions-grid{
    grid-template-columns:1fr!important;
  }
}


/* Startseite: eingesetzte Bildmotive */
.hero-side-image img{
  aspect-ratio:4/3;
  object-fit:cover;
}
.service-card-image{
  height:auto!important;
  aspect-ratio:4/3;
  margin:0 0 18px!important;
}
.service-card-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.method-visual-card.method-image-card{
  height:auto!important;
  aspect-ratio:1/1;
  background:#fff;
}
.method-visual-card.method-image-card img{
  object-fit:contain!important;
  padding:0;
}
.mission-image-shell img,
.trust-image-shell img{
  aspect-ratio:4/3;
  min-height:0!important;
  height:auto!important;
  object-fit:cover;
}
@media (max-width:760px){
  .service-card-image{aspect-ratio:4/3!important;}
  .mission-image-shell img,
  .trust-image-shell img,
  .hero-side-image img{aspect-ratio:4/3;}
}

/* Startseite: größere Bildflächen neben Texten */
@media (min-width:981px){
  .hero-home-grid{
    grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr)!important;
    gap:64px!important;
  }
  .hero-side-image{
    padding:26px!important;
    border-radius:34px!important;
  }
  .hero-side-image img{
    aspect-ratio:3/2!important;
    object-fit:cover!important;
    border-radius:28px!important;
  }

  .legacy-method-intro{
    grid-template-columns:minmax(360px,440px) minmax(0,1fr)!important;
    max-width:1180px!important;
    gap:38px!important;
    padding:34px!important;
  }
  .method-visual-card.method-image-card{
    min-height:320px!important;
    height:clamp(320px,28vw,390px)!important;
    aspect-ratio:auto!important;
    border-radius:28px!important;
  }
  .method-visual-card.method-image-card img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }

  .service-spectrum-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px!important;
  }
  .service-spectrum-card{
    padding:24px!important;
  }
  .service-card-image{
    aspect-ratio:16/10!important;
    border-radius:22px!important;
    margin:0 0 22px!important;
  }

  .mission-split{
    grid-template-columns:1.1fr .9fr!important;
    gap:50px!important;
  }
  .trust-split{
    grid-template-columns:1.05fr .95fr!important;
    gap:46px!important;
  }
  .mission-image-shell,
  .trust-image-shell{
    padding:26px!important;
    border-radius:34px!important;
  }
  .mission-image-shell img,
  .trust-image-shell img{
    aspect-ratio:3/2!important;
    object-fit:cover!important;
    border-radius:28px!important;
  }
}

@media (min-width:761px) and (max-width:980px){
  .hero-side-image,
  .mission-image-shell,
  .trust-image-shell{
    padding:22px!important;
  }
  .hero-side-image img,
  .mission-image-shell img,
  .trust-image-shell img{
    aspect-ratio:16/10!important;
    object-fit:cover!important;
  }
  .method-visual-card.method-image-card{
    min-height:340px!important;
    aspect-ratio:auto!important;
  }
  .service-card-image{
    aspect-ratio:16/10!important;
  }
}

@media (max-width:760px){
  .hero-side-image,
  .mission-image-shell,
  .trust-image-shell{
    padding:14px!important;
  }
  .hero-side-image img,
  .mission-image-shell img,
  .trust-image-shell img{
    aspect-ratio:4/3!important;
    object-fit:cover!important;
  }
  .method-visual-card.method-image-card{
    min-height:260px!important;
    aspect-ratio:auto!important;
  }
  .service-card-image{
    aspect-ratio:16/10!important;
  }
}

/* Final 2026-06-26: neue vertikale Startseitenbilder und reduzierte Lösungen-Untermenüs */
.hero-side-image img,
.method-visual-card.method-image-card img{
  display:block!important;
}

@media (min-width:981px){
  .hero-home-grid{
    grid-template-columns:minmax(0,.95fr) minmax(430px,.88fr)!important;
    align-items:center!important;
    gap:58px!important;
  }
  .hero-side-image{
    max-width:600px!important;
    justify-self:center!important;
    padding:24px!important;
    border-radius:34px!important;
  }
  .hero-side-image img{
    width:100%!important;
    height:auto!important;
    aspect-ratio:4/5!important;
    object-fit:cover!important;
    border-radius:28px!important;
  }

  .legacy-method-intro{
    grid-template-columns:minmax(420px,520px) minmax(0,1fr)!important;
    gap:44px!important;
    align-items:center!important;
    padding:34px!important;
  }
  .method-visual-card.method-image-card{
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    aspect-ratio:4/5!important;
    padding:16px!important;
    border-radius:30px!important;
  }
  .method-visual-card.method-image-card img{
    width:100%!important;
    height:100%!important;
    aspect-ratio:4/5!important;
    object-fit:contain!important;
    border-radius:22px!important;
  }
}

@media (min-width:761px) and (max-width:980px){
  .hero-side-image,
  .method-visual-card.method-image-card{
    max-width:560px!important;
    margin-inline:auto!important;
  }
  .hero-side-image img,
  .method-visual-card.method-image-card img{
    aspect-ratio:4/5!important;
    object-fit:contain!important;
  }
  .method-visual-card.method-image-card{
    min-height:0!important;
    height:auto!important;
    padding:14px!important;
  }
}

@media (max-width:760px){
  .hero-side-image img,
  .method-visual-card.method-image-card img{
    aspect-ratio:4/5!important;
    object-fit:contain!important;
  }
  .method-visual-card.method-image-card{
    min-height:0!important;
    height:auto!important;
    padding:10px!important;
  }
}



/* Startseite: Karten mit Bildmotiven statt Buchstaben */
.legacy-method-card{grid-template-columns:1fr!important;gap:18px!important;padding:22px!important;align-content:start!important}
.legacy-method-card-visual{background:linear-gradient(180deg,#fff,#f7fbfd);border:1px solid rgba(30,96,122,.12);border-radius:24px;padding:8px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.legacy-method-card-visual img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:contain;border-radius:18px;background:#fff}
.legacy-method-card-body{display:block}
.legacy-method-card-body p{margin:0;font-size:16px;line-height:1.65;color:var(--muted)!important}
@media (min-width:981px){
  .legacy-method-grid{align-items:stretch!important}
  .legacy-method-card{min-height:100%!important}
  .legacy-method-card-visual img{aspect-ratio:5/6}
}
@media (max-width:640px){
  .legacy-method-card{padding:20px!important}
  .legacy-method-card-visual{padding:6px!important;border-radius:22px!important}
}


/* LeadPfad-Prüflogik: linkes Symbol in kleiner Hexagon-Form statt große Bildausschnitte */
.legacy-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px!important}
.legacy-method-card{display:grid!important;grid-template-columns:120px 1fr!important;gap:22px!important;align-items:start!important;padding:26px!important}
.legacy-method-card-icon{width:108px;height:108px;display:flex;align-items:flex-start;justify-content:flex-start;flex:0 0 108px}
.legacy-method-card-icon img{display:block;width:100%;height:100%;object-fit:contain;filter:none!important;background:none!important;border-radius:0!important;box-shadow:none!important}
.legacy-method-card-body h3{margin:0 0 10px!important;font-size:25px!important;line-height:1.15!important;color:#023144!important}
.legacy-method-card-body p{margin:0!important;color:var(--muted)!important;font-size:16px!important;line-height:1.65!important}
.legacy-method-card-visual{display:none!important}
@media (max-width:980px){.legacy-method-grid{grid-template-columns:1fr!important}.legacy-method-card{grid-template-columns:106px 1fr!important}}
@media (max-width:640px){.legacy-method-card{grid-template-columns:1fr!important;padding:22px!important}.legacy-method-card-icon{width:94px;height:94px;justify-content:flex-start}.legacy-method-card-body h3{font-size:22px!important}}


/* Feinjustierung: größere LeadPfad-Symbole links, näher am großen Referenzbild */
.legacy-method-card{grid-template-columns:176px 1fr!important;gap:24px!important;align-items:center!important}
.legacy-method-card-icon{width:168px!important;height:168px!important;flex:0 0 168px!important}
.legacy-method-card-icon img{width:168px!important;height:168px!important;object-fit:contain!important}
.legacy-method-card-body p{max-width:60ch!important}
@media (max-width:980px){.legacy-method-card{grid-template-columns:160px 1fr!important}.legacy-method-card-icon,.legacy-method-card-icon img{width:152px!important;height:152px!important}}
@media (max-width:640px){.legacy-method-card{grid-template-columns:1fr!important;gap:16px!important;align-items:start!important}.legacy-method-card-icon,.legacy-method-card-icon img{width:148px!important;height:148px!important}}


/* Startseite: Ehrliche Beratung professioneller, ohne klassische Kästchenoptik */
.trust-headline-block{max-width:980px!important}
.trust-split-professional{grid-template-columns:.88fr 1.12fr!important;gap:44px!important;align-items:center!important}
.trust-principles-list{display:grid!important;gap:0!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(30,96,122,.14)!important;border-radius:30px!important;padding:10px 30px!important;box-shadow:0 20px 55px rgba(2,49,68,.08)!important}
.trust-principle{display:grid!important;grid-template-columns:54px 1fr!important;gap:18px!important;padding:22px 0!important;border-bottom:1px solid rgba(30,96,122,.13)!important;align-items:start!important}
.trust-principle:last-child{border-bottom:0!important}
.trust-principle span{display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;border-radius:50%!important;background:linear-gradient(135deg,#1E607A,#5BF6BF)!important;color:#fff!important;font-size:14px!important;font-weight:950!important;letter-spacing:.04em!important;box-shadow:0 10px 24px rgba(30,96,122,.20)!important}
.trust-principle h3{margin:0 0 8px!important;color:#023144!important;font-size:21px!important;line-height:1.18!important}
.trust-principle p{margin:0!important;color:var(--muted)!important;font-size:15.8px!important;line-height:1.62!important}
.trust-section .trust-benefits-grid{display:none!important}
@media (max-width:980px){.trust-split-professional{grid-template-columns:1fr!important;gap:28px!important}.trust-principles-list{padding:8px 22px!important}}
@media (max-width:640px){.trust-principles-list{padding:4px 18px!important;border-radius:24px!important}.trust-principle{grid-template-columns:44px 1fr!important;gap:14px!important;padding:18px 0!important}.trust-principle span{width:36px!important;height:36px!important;font-size:13px!important}.trust-principle h3{font-size:19px!important}}


/* Glossar: saubere Buchstaben-Struktur statt Einzeldateien pro Begriff */
.glossary-hero-clean .lead{max-width:880px;margin-inline:auto}.glossary-topbar-clean{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,380px)!important;gap:28px!important;align-items:end!important}.glossary-alpha-pages{margin:28px 0 30px!important}.glossary-alpha-bar .glossary-letter.active{background:#023144!important;color:#fff!important;border-color:#023144!important}.glossary-letter-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.glossary-letter-card{display:grid;gap:10px;min-height:170px;padding:24px;border-radius:26px;background:#fff;border:1px solid rgba(30,96,122,.16);box-shadow:var(--shadow-soft);text-decoration:none;color:#023144;transition:.2s ease}.glossary-letter-card:hover{transform:translateY(-3px);border-color:#5BF6BF;box-shadow:0 20px 48px rgba(2,49,68,.14)}.glossary-letter-card-letter{font-size:42px;line-height:1;font-weight:950;color:#023144;letter-spacing:-.04em}.glossary-letter-card-count{font-weight:900;color:#1E607A}.glossary-letter-card-preview{font-size:14px;line-height:1.55;color:var(--muted)}.glossary-compact-index{display:grid;gap:22px}.glossary-index-group{background:#fff;border:1px solid rgba(30,96,122,.14);border-radius:24px;padding:22px;box-shadow:var(--shadow-soft)}.glossary-index-group h3{margin:0 0 14px;color:#023144;font-size:26px}.glossary-index-links{display:flex;flex-wrap:wrap;gap:10px}.glossary-index-links a{display:inline-flex;align-items:center;border:1px solid #CFE6F3;background:#EAF5F8;color:#023144;text-decoration:none;border-radius:999px;padding:9px 13px;font-weight:800;font-size:14px}.glossary-index-links a:hover{border-color:#5BF6BF;background:#fff}.letter-alpha-bar{position:sticky;top:92px;z-index:4;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);padding:12px;border-radius:22px;border:1px solid rgba(30,96,122,.14)}@media (max-width:1024px){.glossary-letter-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.glossary-topbar-clean{grid-template-columns:1fr!important}.letter-alpha-bar{position:relative;top:auto}}@media (max-width:760px){.glossary-letter-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.glossary-letter-card{min-height:150px;padding:20px}.glossary-letter-card-letter{font-size:36px}.glossary-index-links a{font-size:13px;padding:8px 11px}}@media (max-width:480px){.glossary-letter-card-grid{grid-template-columns:1fr}.glossary-alpha-bar{gap:7px!important}.glossary-letter{min-width:38px!important}}


/* Startseite: kombinierter Bereich Über LeadPfad + Ehrliche Beratung */
.growth-trust-section{background:linear-gradient(180deg,#fff 0%,#EAF5F8 100%)!important;}
.growth-trust-layout{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:42px;align-items:center;}
.growth-trust-media{display:grid;gap:18px;align-content:start;}
.growth-trust-image{padding:14px!important;border-radius:30px!important;background:#fff!important;}
.growth-trust-image img{display:block;width:100%;height:auto;object-fit:cover;border-radius:22px!important;}
.growth-trust-image-main img{aspect-ratio:4/3;}
.growth-trust-image-small{max-width:82%;justify-self:end;margin-top:-38px;}
.growth-trust-image-small img{aspect-ratio:4/3;}
.growth-trust-content .lead{max-width:860px;}
.growth-trust-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:30px;}
.growth-trust-block{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}
.growth-trust-block h3{margin:0 0 16px;color:#023144;font-size:23px;line-height:1.2;}
.growth-trust-list{display:grid;gap:0;border-top:1px solid rgba(30,96,122,.18);}
.growth-trust-list>div{position:relative;padding:14px 0 14px 22px;border-bottom:1px solid rgba(30,96,122,.18);}
.growth-trust-list>div:before{content:"";position:absolute;left:0;top:22px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#1E607A,#5BF6BF);}
.growth-trust-list strong{display:block;color:#023144;font-size:16.5px;line-height:1.28;margin-bottom:5px;}
.growth-trust-list span{display:block;color:var(--muted);font-size:14.8px;line-height:1.55;}
.growth-trust-list.numbered>div{padding-left:50px;}
.growth-trust-list.numbered>div:before{display:none;}
.growth-trust-list.numbered em{position:absolute;left:0;top:14px;width:36px;height:36px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:950;background:#EAF5F8;color:#1E607A;border:1px solid #CFE6F3;}
@media (max-width:1024px){
  .growth-trust-layout{grid-template-columns:1fr;gap:32px;}
  .growth-trust-media{grid-template-columns:1fr 1fr;align-items:start;}
  .growth-trust-image-small{max-width:100%;justify-self:auto;margin-top:0;}
}
@media (max-width:760px){
  .growth-trust-panel{grid-template-columns:1fr;gap:26px;margin-top:24px;}
  .growth-trust-media{grid-template-columns:1fr;}
  .growth-trust-image-small{display:none;}
  .growth-trust-list>div{padding-top:13px;padding-bottom:13px;}
}


/* Startseite gekürzt: 7-Wege-Kacheln entfernt, Wachstums-/Beratungsbereich kompakt zusammengeführt */
.compact-growth-trust-section{
  background:linear-gradient(180deg,#EAF5F8 0%,#D0E7F3 100%)!important;
}
.compact-growth-wrap{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(30,96,122,.16);
  border-radius:36px;
  box-shadow:0 22px 58px rgba(2,49,68,.10);
  padding:clamp(28px,4vw,52px)!important;
}
.compact-growth-header{
  max-width:980px;
  margin:0 auto 34px;
  text-align:center;
}
.compact-growth-header .lead{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}
.compact-growth-body{
  display:grid;
  grid-template-columns:minmax(280px,.9fr) minmax(0,1.25fr);
  gap:clamp(28px,4vw,52px);
  align-items:center;
}
.compact-growth-image{
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 18px 44px rgba(2,49,68,.12);
  background:#fff;
}
.compact-growth-image img{
  display:block;
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}
.compact-growth-text h3{
  margin:0 0 18px;
  color:#023144;
  font-size:clamp(24px,3vw,34px);
  line-height:1.12;
}
.compact-growth-points{
  display:grid;
  gap:0;
  border-top:1px solid rgba(30,96,122,.16);
}
.compact-growth-points div{
  display:grid;
  grid-template-columns:minmax(170px,.42fr) minmax(0,1fr);
  gap:18px;
  padding:16px 0;
  border-bottom:1px solid rgba(30,96,122,.16);
}
.compact-growth-points strong{
  color:#023144;
  font-size:17px;
  line-height:1.28;
}
.compact-growth-points span{
  color:var(--muted);
  line-height:1.55;
}
@media (max-width:980px){
  .compact-growth-body{
    grid-template-columns:1fr;
  }
  .compact-growth-image img{
    min-height:0;
    aspect-ratio:16/10;
  }
}
@media (max-width:640px){
  .compact-growth-wrap{
    border-radius:26px;
    padding:24px!important;
  }
  .compact-growth-points div{
    grid-template-columns:1fr;
    gap:6px;
    padding:15px 0;
  }
  .compact-growth-image img{
    aspect-ratio:4/3;
  }
}


/* Lösungen: Symbolreihe statt Text-Pills im Online-Marketing-Intro */
.marketing-symbol-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
  align-items:center;
}
.marketing-symbol{
  width:62px;
  height:62px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#EAF5F8);
  border:1px solid rgba(30,96,122,.18);
  box-shadow:0 14px 30px rgba(2,49,68,.08);
}
.marketing-symbol svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:#1E607A;
  stroke-width:3.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.marketing-symbol:nth-child(2n) svg{stroke:#0F7FC4}
.marketing-symbol:nth-child(3n) svg{stroke:#0F766E}
.marketing-symbol:hover{
  transform:translateY(-2px);
  border-color:#5BF6BF;
  box-shadow:0 18px 38px rgba(2,49,68,.13);
}
@media (max-width:640px){
  .marketing-symbol-row{gap:10px;margin-top:20px}
  .marketing-symbol{width:54px;height:54px;border-radius:17px}
  .marketing-symbol svg{width:28px;height:28px}
}

/* Kostenlose Tools: Filter-Pills entfernt, Abstand kompakt halten */
.tools-section .section-header{margin-bottom:30px!important}


/* Lösungen: echte Themenbilder ohne Markenbadge */
.solutions-grid .placeholder-tag{display:none!important}
.solutions-grid .feature-image{
  background:linear-gradient(180deg,#fff,#F7FBFD)!important;
  padding:8px!important;
  border-color:#CFE6F3!important;
}
.solutions-grid .feature-image img{
  object-fit:contain!important;
  border-radius:16px!important;
}
.small-hero .visual-card img{
  max-height:640px;
  object-fit:contain;
}
.online-marketing-intro .image-shell img,
.section.alt .image-shell img{
  max-height:760px;
  object-fit:contain;
}
@media (max-width:980px){
  .small-hero .visual-card img,
  .online-marketing-intro .image-shell img,
  .section.alt .image-shell img{max-height:none}
}


/* Lösungen: Online-Marketing-Text links, Bild rechts, ohne Symbolreihe */
.online-marketing-intro > div:first-child{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.online-marketing-intro > div:first-child p{
  margin:0;
}
.online-marketing-copy{
  display:flex;
  align-items:flex-start;
}
.online-marketing-copy .image-shell{
  width:100%;
}

/* Lösungen: kräftigere und größere Bildwirkung in den Karten */
.solutions-grid .feature-image{
  aspect-ratio: 4 / 3;
  padding: 0 !important;
  background: linear-gradient(180deg,#ffffff,#eef8fb) !important;
}
.solutions-grid .feature-image img{
  border-radius: 0 !important;
}

@media (max-width:980px){
  .online-marketing-copy{order:-1;}
}


/* Ziele-Seite: Bildintegration */
.goals-hero-image{
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
.goals-hero-image img{
  width:100%!important;
  height:100%!important;
  min-height:430px!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  display:block!important;
  border-radius:28px!important;
}
.goal-image{
  width:100%;
  aspect-ratio:1/1;
  border-radius:22px;
  overflow:hidden;
  margin-bottom:20px;
  background:linear-gradient(180deg,#fff,#EAF5F8);
  border:1px solid rgba(30,96,122,.12);
}
.goal-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.goal-card{
  display:flex;
  flex-direction:column;
}
.goal-card > span{
  flex:0 0 auto;
}
.goals-method-section .image-shell{
  padding:0!important;
  overflow:hidden!important;
}
.goals-method-section .image-shell img{
  width:100%!important;
  height:100%!important;
  min-height:380px;
  object-fit:cover!important;
  display:block;
  border-radius:28px!important;
}
.icon-feature{
  grid-template-columns:58px 1fr!important;
  align-items:center!important;
}
.feature-3d-icon{
  width:54px;
  height:54px;
  border-radius:16px;
  object-fit:cover;
  display:block;
  background:#fff;
  border:1px solid rgba(30,96,122,.14);
  box-shadow:0 12px 28px rgba(2,49,68,.12);
}
#ziele-besprechen .feature-list{
  gap:18px;
}
@media(max-width:680px){
  .goals-hero-image img{min-height:260px!important;}
  .goal-image{border-radius:18px;margin-bottom:16px;}
  .goals-method-section .image-shell img{min-height:260px;}
  .icon-feature{grid-template-columns:50px 1fr!important;}
  .feature-3d-icon{width:46px;height:46px;border-radius:14px;}
}


/* Ziele-Seite: optimierte Zielbesprechung und entfernte Nummern */
#ziele-besprechen .price-integrated-grid{
  grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr)!important;
  gap:34px!important;
  align-items:stretch!important;
}
#ziele-besprechen .section-card{
  padding:42px 46px!important;
  border-radius:34px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:620px!important;
}
#ziele-besprechen .section-card .kicker{
  margin-bottom:22px!important;
}
#ziele-besprechen .section-card .h2{
  font-size:clamp(42px,4.4vw,62px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  max-width:720px!important;
  margin-bottom:22px!important;
}
#ziele-besprechen .section-card .lead{
  max-width:720px!important;
  font-size:18.5px!important;
  line-height:1.55!important;
  margin-bottom:28px!important;
}
#ziele-besprechen .feature-list{
  gap:14px!important;
}
#ziele-besprechen .icon-feature{
  grid-template-columns:68px 1fr!important;
  gap:18px!important;
  align-items:center!important;
  padding:14px 16px!important;
  border:1px solid rgba(30,96,122,.12)!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(234,245,248,.48))!important;
}
#ziele-besprechen .feature-3d-icon{
  width:64px!important;
  height:64px!important;
  border-radius:18px!important;
  object-fit:cover!important;
  box-shadow:0 12px 26px rgba(2,49,68,.10)!important;
}
#ziele-besprechen .icon-feature strong{
  display:block!important;
  color:#023144!important;
  font-size:19px!important;
  line-height:1.25!important;
  margin-bottom:4px!important;
}
#ziele-besprechen .icon-feature span{
  display:block!important;
  color:#415464!important;
  font-size:16.5px!important;
  line-height:1.45!important;
}
#ziele-besprechen .goals-form{
  border-radius:34px!important;
}
.goal-card > span{
  display:none!important;
}
.goal-card .goal-image{
  margin-bottom:22px!important;
}
@media(max-width:1024px){
  #ziele-besprechen .price-integrated-grid{
    grid-template-columns:1fr!important;
  }
  #ziele-besprechen .section-card{
    min-height:auto!important;
  }
}
@media(max-width:680px){
  #ziele-besprechen .section-card{
    padding:28px 24px!important;
    border-radius:26px!important;
  }
  #ziele-besprechen .section-card .h2{
    font-size:clamp(36px,11vw,46px)!important;
  }
  #ziele-besprechen .section-card .lead{
    font-size:16.5px!important;
  }
  #ziele-besprechen .icon-feature{
    grid-template-columns:56px 1fr!important;
    gap:14px!important;
    padding:12px!important;
    border-radius:18px!important;
  }
  #ziele-besprechen .feature-3d-icon{
    width:54px!important;
    height:54px!important;
    border-radius:16px!important;
  }
  #ziele-besprechen .icon-feature strong{
    font-size:17px!important;
  }
  #ziele-besprechen .icon-feature span{
    font-size:15.5px!important;
  }
}

/* Anchor targets: keep section headings visible below sticky navigation */
#loesungen-uebersicht,#preisorientierung,#kostenlose-tools,#ziele-besprechen{scroll-margin-top:120px;}


/* LeadPfad header refinement: brand two-line and desktop menu without wrapping */
.topbar .brand{min-width:190px!important;gap:12px!important;flex-shrink:0!important}
.topbar .brand img{width:68px!important;height:68px!important;object-fit:contain!important}
.topbar .brand span{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;min-width:0!important}
.topbar .brand strong{display:block!important;font-size:18px!important;letter-spacing:.17em!important;line-height:1.02!important;white-space:nowrap!important;text-transform:uppercase!important}
.topbar .brand small{display:block!important;font-size:12px!important;letter-spacing:.18em!important;line-height:1.1!important;white-space:nowrap!important;text-transform:uppercase!important;color:var(--mint)!important;margin-top:5px!important;font-weight:900!important}
.menu{flex-wrap:nowrap!important;gap:20px!important}
.menu a,.menu .nav-main{white-space:nowrap!important}
@media (min-width:981px) and (max-width:1180px){.menu,.nav-cta{display:none!important}.burger{display:block!important}.topbar .nav{height:92px!important}.mobile-menu.open{display:grid!important;gap:8px!important;padding:0 0 18px!important}}
@media (max-width:640px){.topbar .brand{min-width:170px!important}.topbar .brand img{width:60px!important;height:60px!important}.topbar .brand strong{font-size:15px!important}.topbar .brand small{font-size:10px!important}}

/* Final corrections: header brand, dropdown containment, hero image edge */
.topbar .brand{
  min-width:210px!important;
  gap:12px!important;
  flex-shrink:0!important;
}
.topbar .brand span{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  min-width:0!important;
}
.topbar .brand strong,
.topbar .brand small,
.topbar .brand em{
  display:block!important;
  white-space:nowrap!important;
  text-transform:uppercase!important;
  font-style:normal!important;
  line-height:1.02!important;
}
.topbar .brand strong{
  color:#fff!important;
  font-size:18px!important;
  letter-spacing:.20em!important;
  font-weight:950!important;
}
.topbar .brand small{
  color:#fff!important;
  font-size:12px!important;
  letter-spacing:.20em!important;
  margin-top:5px!important;
  font-weight:900!important;
}
.topbar .brand em{
  color:var(--mint)!important;
  font-size:10px!important;
  letter-spacing:.15em!important;
  margin-top:5px!important;
  font-weight:900!important;
}
.topbar .nav{gap:18px!important;}
.menu{gap:16px!important;flex:0 1 auto!important;min-width:0!important;}
.menu > a,
.menu .nav-main{
  display:inline-flex!important;
  align-items:center!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  flex:0 0 auto!important;
  line-height:1.15!important;
}
.nav-dropdown{flex:0 0 auto!important;}
.nav-cta{padding:13px 18px!important;font-size:14px!important;}
@media (min-width:981px) and (max-width:1320px){
  .nav-cta{display:none!important;}
}
@media (max-width:640px){
  .topbar .brand{min-width:185px!important;}
  .topbar .brand strong{font-size:15px!important;}
  .topbar .brand small{font-size:10px!important;}
  .topbar .brand em{font-size:8.5px!important;letter-spacing:.12em!important;}
}

/* Desktop dropdowns stay inside proper white cards and do not slide out of view. */
.dropdown-panel{
  box-sizing:border-box!important;
  width:min(720px,calc(100vw - 48px))!important;
  max-width:calc(100vw - 48px)!important;
  overflow:hidden!important;
  color:#023144!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:24px!important;
  box-shadow:0 28px 70px rgba(17,24,39,.16)!important;
}
.nav-solutions .dropdown-panel{
  left:0!important;
  right:auto!important;
  transform:translateY(10px)!important;
}
.nav-knowledge .dropdown-panel{
  left:auto!important;
  right:0!important;
  transform:translateY(10px)!important;
}
.nav-solutions:hover .dropdown-panel,
.nav-solutions:focus-within .dropdown-panel,
.nav-knowledge:hover .dropdown-panel,
.nav-knowledge:focus-within .dropdown-panel{
  transform:translateY(0)!important;
}
.dropdown-links a{
  display:block!important;
  position:relative!important;
  padding:13px 14px!important;
  border:1px solid #CFE6F3!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#023144!important;
  box-shadow:0 8px 22px rgba(2,49,68,.06)!important;
}
.dropdown-links a:hover{background:#EAF5F8!important;border-color:#5BF6BF!important;}
.dropdown-links a:after{display:none!important;}
.dropdown-links strong{white-space:normal!important;}

/* Lösungen and Know-How content containers stay aligned in cards. */
.price-integrated-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;
  gap:28px!important;
  align-items:start!important;
}
.price-intro-card,
.price-hero-form{
  width:100%!important;
  max-width:100%!important;
  border:1px solid var(--line)!important;
  border-radius:34px!important;
  background:#fff!important;
  box-shadow:var(--shadow-soft)!important;
}
.blog-list-section .container,
.price-integrated-section .container{
  max-width:var(--max)!important;
}
.blog-toolbar,
.blog-card-grid{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
.blog-tabs{
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:thin!important;
}
.blog-tab{
  white-space:nowrap!important;
  flex:0 0 auto!important;
}
@media(max-width:1024px){
  .price-integrated-grid{grid-template-columns:1fr!important;}
}
@media(max-width:680px){
  .dropdown-panel{display:none!important;}
}

/* Remove the white frame around the homepage hero image. */
.hero-side-image,
.hero-home-new .hero-side-image,
.hero .visual-card.hero-side-image{
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:28px!important;
  overflow:hidden!important;
}
.hero-side-image img,
.hero-home-new .hero-side-image img{
  border-radius:28px!important;
  box-shadow:0 24px 65px rgba(0,0,0,.22)!important;
}

/* Final dropdown layout fix: center desktop mega menus in viewport and prevent clipping. */
@media (min-width:981px){
  .topbar,
  .topbar .container,
  .topbar .nav,
  .menu,
  .nav-dropdown{
    overflow:visible!important;
  }
  .nav-dropdown .dropdown-panel,
  .nav-solutions .dropdown-panel,
  .nav-knowledge .dropdown-panel{
    position:fixed!important;
    top:72px!important;
    left:50%!important;
    right:auto!important;
    width:min(840px,calc(100vw - 32px))!important;
    max-width:calc(100vw - 32px)!important;
    transform:translate(-50%,10px)!important;
    display:grid!important;
    grid-template-columns:260px minmax(0,1fr)!important;
    gap:18px!important;
    padding:18px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    background:#fff!important;
    border:1px solid #CFE6F3!important;
    border-radius:28px!important;
    box-shadow:0 28px 70px rgba(2,49,68,.20)!important;
    z-index:9999!important;
  }
  .nav-solutions:hover .dropdown-panel,
  .nav-solutions:focus-within .dropdown-panel,
  .nav-knowledge:hover .dropdown-panel,
  .nav-knowledge:focus-within .dropdown-panel{
    transform:translate(-50%,0)!important;
  }
  .dropdown-panel:before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:-24px!important;
    height:24px!important;
  }
  .dropdown-intro,
  .dropdown-links,
  .dropdown-links a{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  .dropdown-links{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    align-content:start!important;
  }
  .nav-solutions .dropdown-links a:nth-child(3){
    grid-column:1 / -1!important;
  }
  .dropdown-links a{
    border:1px solid #CFE6F3!important;
    border-radius:17px!important;
    background:#fff!important;
    box-shadow:0 8px 20px rgba(2,49,68,.06)!important;
  }
  .dropdown-links strong,
  .dropdown-links span{
    display:block!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
}
@media (min-width:981px) and (max-width:1100px){
  .nav-dropdown .dropdown-panel,
  .nav-solutions .dropdown-panel,
  .nav-knowledge .dropdown-panel{
    top:72px!important;
    width:min(760px,calc(100vw - 24px))!important;
    grid-template-columns:240px minmax(0,1fr)!important;
    gap:14px!important;
    padding:16px!important;
  }
  .dropdown-intro{padding:16px!important;}
  .dropdown-intro strong{font-size:24px!important;}
  .dropdown-links a{padding:13px 14px!important;}
}

@media (min-width:981px){
  .dropdown-panel:before{
    top:-44px!important;
    height:44px!important;
  }
}

/* Lösungen-Seite: Hero-Bild proportional, nicht gecroppt */
.solutions-page .small-hero .hero-grid{
  grid-template-columns:minmax(0,1.18fr) minmax(280px,420px)!important;
  gap:52px!important;
  align-items:center!important;
}
.solutions-hero-visual{
  justify-self:end!important;
  width:100%!important;
  max-width:420px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:28px!important;
  overflow:visible!important;
}
.solutions-hero-visual img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:420px!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:28px!important;
  box-shadow:0 24px 65px rgba(0,0,0,.22)!important;
}
@media (max-width:980px){
  .solutions-page .small-hero .hero-grid{
    grid-template-columns:1fr!important;
  }
  .solutions-hero-visual{
    justify-self:center!important;
    max-width:520px!important;
  }
  .solutions-hero-visual img{
    max-width:100%!important;
  }
}


/* V5: echte Formularfunktion, Praxisbeispiele, Mobile-/Performancecheck */
.honeypot-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important}.privacy-checkbox{margin-top:8px}.privacy-checkbox label{display:flex;gap:10px;align-items:flex-start;font-weight:700;font-size:13.5px;line-height:1.5;color:var(--muted)}.privacy-checkbox input{width:auto;margin-top:3px;accent-color:#1E607A}.privacy-checkbox a{color:#0B6B5A;font-weight:900;text-decoration:underline}.form-status{margin-top:14px;padding:13px 15px;border-radius:15px;border:1px solid #CFE6F3;background:#EAF5F8;color:#023144;font-size:14px;font-weight:750}.form-status.success{background:#EAFBF5;border-color:#9FE8D0;color:#0B6B5A}.form-status.error{background:#FFF2F2;border-color:#F2B8B8;color:#8A1F1F}.real-contact-form button[disabled]{opacity:.68;cursor:not-allowed;transform:none!important}.performance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.performance-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow-soft)}.performance-card span{display:inline-flex;margin-bottom:14px;border-radius:999px;background:#EAF5F8;border:1px solid #CFE6F3;color:#1E607A;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;padding:7px 11px}.performance-card h3{font-size:22px;line-height:1.18;color:#023144;margin:0 0 10px}.performance-card p{color:var(--muted);margin:0;line-height:1.65}.quality-checklist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.quality-checklist div{background:#fff;border:1px solid #CFE6F3;border-radius:18px;padding:15px 16px;font-weight:850;color:#023144;box-shadow:var(--shadow-soft)}.case-card p strong{color:#023144}.case-card span{background:#EAF5F8;border:1px solid #CFE6F3;color:#1E607A;border-radius:999px;padding:7px 11px;display:inline-flex;margin-bottom:12px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
@media (max-width:980px){.performance-grid,.quality-checklist{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.performance-grid,.quality-checklist{grid-template-columns:1fr}.privacy-checkbox label{font-size:13px}.form-status{font-size:13px}}

/* 2026-07-02: Startseiten-Feinkorrektur – Hero-Bild sauber im Rahmen und Eyebrow besser lesbar */
.hero-home-new .hero-home-copy .eyebrow{
  font-size:15px!important;
  letter-spacing:.16em!important;
  line-height:1.45!important;
  margin-bottom:18px!important;
}
.hero-home-new .hero-side-image img{
  object-position:16% center!important;
}
@media (max-width:980px){
  .hero-home-new .hero-home-copy .eyebrow{
    font-size:14px!important;
    letter-spacing:.14em!important;
  }
  .hero-home-new .hero-side-image img{
    object-position:18% center!important;
  }
}
@media (max-width:640px){
  .hero-home-new .hero-home-copy .eyebrow{
    font-size:13px!important;
    letter-spacing:.12em!important;
  }
  .hero-home-new .hero-side-image img{
    object-position:20% center!important;
  }
}

/* 2026-07-02: Praxisbeispiele mit fertigen Illustrationsbildern */
.demo-cases-section .case-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:start!important;
}
.demo-cases-section .case-card{
  overflow:hidden!important;
  padding:0!important;
}
.demo-cases-section .case-card > span,
.demo-cases-section .case-card > h3,
.demo-cases-section .case-card > p{
  margin-left:24px!important;
  margin-right:24px!important;
}
.demo-cases-section .case-card > p:last-child{
  margin-bottom:24px!important;
}
.case-card-visual{
  width:100%!important;
  aspect-ratio:4/3!important;
  overflow:hidden!important;
  border-radius:24px 24px 18px 18px!important;
  background:#EAF5F8!important;
  border-bottom:1px solid rgba(2,49,68,.08)!important;
  margin-bottom:20px!important;
}
.case-card-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
@media (max-width:1100px){
  .demo-cases-section .case-grid{grid-template-columns:1fr!important;max-width:820px!important;margin-left:auto!important;margin-right:auto!important;}
}
@media (max-width:760px){
  .demo-cases-section .case-card > span,
  .demo-cases-section .case-card > h3,
  .demo-cases-section .case-card > p{
    margin-left:20px!important;
    margin-right:20px!important;
  }
  .case-card-visual{border-radius:22px 22px 16px 16px!important;margin-bottom:18px!important;}
}

/* 2026-07-02: öffentliche Platzhalter-Hinweise entfernt */
.founder-photo-card img{
  width:100%!important;
  height:100%!important;
  min-height:420px!important;
  object-fit:cover!important;
  border-radius:28px!important;
  display:block!important;
}
@media (max-width:760px){.founder-photo-card img{min-height:300px!important;}}


/* 2026-07-02: klickbare Praxisbilder mit Lightbox */
.case-card-visual{position:relative!important;}
.case-lightbox-trigger{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;text-align:inherit;}
.case-lightbox-trigger img{transition:transform .28s ease, filter .28s ease;}
.case-lightbox-trigger:hover img,.case-lightbox-trigger:focus-visible img{transform:scale(1.03);filter:saturate(1.02);}
.case-lightbox-trigger:focus-visible{outline:3px solid rgba(91,246,191,.95);outline-offset:-3px;border-radius:24px 24px 18px 18px;}
.case-lightbox-badge{position:absolute;right:16px;bottom:16px;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(2,49,68,.88);color:#fff;font-size:12px;font-weight:900;letter-spacing:.04em;box-shadow:0 12px 30px rgba(2,49,68,.24);pointer-events:none;}
.case-lightbox-badge::before{content:"⌕";font-size:15px;line-height:1;}
.case-lightbox{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;padding:28px;}
.case-lightbox[hidden]{display:none!important;}
.case-lightbox-backdrop{position:absolute;inset:0;background:rgba(2,49,68,.76);backdrop-filter:blur(4px);}
.case-lightbox-dialog{position:relative;z-index:1;width:min(1180px,100%);max-height:min(92vh,980px);background:#fff;border:1px solid rgba(2,49,68,.08);border-radius:28px;box-shadow:0 28px 70px rgba(2,49,68,.30);padding:24px;display:flex;flex-direction:column;gap:18px;}
.case-lightbox-toolbar{padding-right:48px;}
.case-lightbox-title{font-size:18px;font-weight:900;color:#023144;}
.case-lightbox-subtitle{margin-top:4px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1E607A;}
.case-lightbox-image-wrap{border-radius:20px;overflow:auto;background:#F7FBFD;border:1px solid #D8EAF3;}
.case-lightbox-image{display:block;width:100%;height:auto;}
.case-lightbox-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:999px;border:1px solid rgba(2,49,68,.12);background:#fff;color:#023144;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 10px 24px rgba(2,49,68,.12);}
.body-lightbox-open{overflow:hidden;}
@media (max-width:760px){
  .case-lightbox{padding:14px;}
  .case-lightbox-dialog{padding:18px;border-radius:22px;max-height:94vh;}
  .case-lightbox-badge{right:12px;bottom:12px;padding:9px 12px;font-size:11px;}
  .case-lightbox-title{font-size:16px;}
}


/* 2026-07-02: Preisbereich auf echte grobe Preisorientierung angepasst */
.price-hero-card{background:linear-gradient(145deg,#ffffff 0%,#EAF5F8 100%);border:1px solid rgba(91,246,191,.32);border-radius:32px;padding:32px;box-shadow:0 26px 60px rgba(2,49,68,.18);color:#023144;align-self:center;}
.price-hero-card .price-hero-topline{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#DDF8F0;color:#0B6B5A;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.10em;margin-bottom:18px;}
.price-hero-card h2{font-size:34px;line-height:1.08;margin:0 0 14px;color:#023144;}
.price-hero-card p{margin:0 0 22px;color:#516277;line-height:1.65;font-size:17px;}
.price-hero-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 18px;}
.price-hero-mini-grid div{background:#fff;border:1px solid #CFE6F3;border-radius:20px;padding:16px 14px;box-shadow:0 10px 26px rgba(2,49,68,.08);}
.price-hero-mini-grid span{display:block;color:#516277;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;}
.price-hero-mini-grid strong{display:block;color:#023144;font-size:20px;line-height:1.15;}
.price-hero-card small{display:block;color:#516277;line-height:1.55;font-size:13px;font-weight:700;}
.broad-price-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
@media (max-width:1180px){.broad-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.price-hero-mini-grid{grid-template-columns:1fr;}}
@media (max-width:760px){.broad-price-grid{grid-template-columns:1fr!important;}.price-hero-card{padding:24px;border-radius:26px;}.price-hero-card h2{font-size:28px;}.price-hero-card p{font-size:16px;}}


/* 2026-07-02: öffentliche Preise als niedrige Einstiegspreise */
.public-entry-price{display:block;margin-top:16px;font-size:24px;line-height:1.1;color:#023144;font-weight:950;letter-spacing:-.02em;}
.price-table td:last-child{font-weight:950;color:#023144;}


/* 2026-07-02: öffentliche Startpreise für Neukunden vereinfacht */
.starter-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
.starter-price-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
.starter-price-card{min-height:100%;}
.highlight-starter-price{border-color:rgba(91,246,191,.55)!important;box-shadow:0 24px 55px rgba(2,49,68,.11)!important;background:linear-gradient(180deg,#ffffff 0%,#F0FCF8 100%)!important;}
.price-small-note{display:block;margin-top:8px;color:#516277;font-size:13px;font-weight:800;line-height:1.45;}
.simple-price-note{max-width:860px;margin-left:auto;margin-right:auto;text-align:center;}
.simple-price-note p{max-width:760px;margin-left:auto;margin-right:auto;}
@media (max-width:980px){.starter-price-grid,.starter-mini-grid{grid-template-columns:1fr!important;}}


/* 2026-07-02: einheitliche Formular-Hinweise für Kontakt- und Erstgesprächsanfragen */
.form-info-box{
  margin:8px 0 10px!important;
  padding:12px 14px!important;
  border-radius:14px!important;
  background:#EAF5F8!important;
  border:1px solid #CFE6F3!important;
  color:#315B68!important;
  font-size:13.5px!important;
  font-weight:700!important;
  line-height:1.55!important;
}
.form select:required:invalid{color:#6C7A80!important;}


/* LeadPfad brand asset overrides */
.brand--full{min-width:auto!important;gap:0!important;display:flex!important;align-items:center!important}
.brand--full img{width:230px!important;height:auto!important;max-width:min(46vw,230px)!important;object-fit:contain!important;border-radius:0!important;display:block!important}
.topbar .brand--full img{width:230px!important;height:auto!important;max-width:min(46vw,230px)!important}
.brand--full span,.brand--full strong,.brand--full small,.brand--full em{display:none!important}
.footer-brand img{width:210px!important;height:auto!important;max-width:100%!important;object-fit:contain!important;border-radius:0!important}
@media (max-width:980px){.topbar .brand--full img{width:190px!important;max-width:52vw!important}}
@media (max-width:640px){.topbar .brand--full img{width:160px!important;max-width:58vw!important}.footer-brand img{width:170px!important}}


/* v22 LeadPfad lockup + hero update */
.brand--lockup{display:flex!important;align-items:center!important;gap:12px!important;min-width:auto!important;flex-shrink:0!important}
.brand--lockup img{width:62px!important;height:62px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.brand--lockup span{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;min-width:0!important}
.brand--lockup strong{display:block!important;font-size:28px!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;color:#ffffff!important;font-weight:800!important;white-space:nowrap!important}
.brand--lockup small{display:block!important;margin-top:4px!important;font-size:12px!important;line-height:1.1!important;letter-spacing:.04em!important;text-transform:none!important;color:var(--mint)!important;font-weight:700!important;white-space:nowrap!important}
.footer-brand--lockup{display:flex!important;align-items:center!important;gap:14px!important;flex-direction:row!important}
.footer-brand--lockup img{width:68px!important;height:68px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
.footer-brand--lockup .footer-brand-text strong{display:block!important;font-size:26px!important;letter-spacing:0!important;line-height:1!important;text-transform:none!important;color:#fff!important}
.footer-brand--lockup .footer-brand-text small{display:block!important;font-size:12px!important;letter-spacing:.04em!important;line-height:1.1!important;text-transform:none!important;color:var(--mint)!important;margin-top:4px!important;font-weight:700!important}
@media (max-width:980px){.brand--lockup img{width:54px!important;height:54px!important}.brand--lockup strong{font-size:24px!important}.brand--lockup small{font-size:11px!important}}
@media (max-width:640px){.brand--lockup{gap:10px!important}.brand--lockup img{width:48px!important;height:48px!important}.brand--lockup strong{font-size:20px!important}.brand--lockup small{font-size:10px!important}.footer-brand--lockup img{width:58px!important;height:58px!important}.footer-brand--lockup .footer-brand-text strong{font-size:22px!important}.footer-brand--lockup .footer-brand-text small{font-size:11px!important}}

/* v25 round transparent logo */
.brand--lockup img,.footer-brand--lockup img{border-radius:50%!important;background:transparent!important;box-shadow:none!important}
