 :root{
  --navy:#123656;--navy-deep:#0a263f;--orange:#f47a12;--orange-dark:#d95d00;
  --cream:#f7f4ef;--soft:#edf3f7;--text:#1f2a33;--muted:#66727e;--white:#fff;
  --shadow:0 18px 50px rgba(10,38,63,.12);--radius:22px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);line-height:1.65}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(18,54,86,.08)}.nav-wrap{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:150px;height:68px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:22px;font-weight:700;color:var(--navy);font-size:.94rem}.nav-cta{padding:12px 18px;border-radius:999px;background:var(--orange);color:#fff}.menu-toggle{display:none;border:0;background:none}.menu-toggle span{display:block;width:26px;height:3px;background:var(--navy);margin:5px}
.hero{background:linear-gradient(135deg,#f7fbff,#edf3f7 60%,#fff6ed);padding:72px 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.eyebrow{display:inline-block;font-weight:800;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;color:var(--orange);margin-bottom:14px}.hero h1,.section h2,.cta-section h2{font-family:Montserrat,sans-serif;color:var(--navy-deep);line-height:1.08;margin:0}.hero h1{font-size:clamp(2.8rem,5vw,4.9rem);letter-spacing:-.045em}.hero-copy>p{font-size:1.14rem;color:var(--muted);margin:24px 0 30px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 24px;border-radius:12px;font-weight:800;border:2px solid transparent;cursor:pointer;font-size:1rem}.btn-primary{background:var(--orange);color:#fff}.btn-secondary{border-color:var(--navy);color:var(--navy);background:#fff}.trust-list{display:flex;gap:18px;flex-wrap:wrap;list-style:none;padding:0;margin:28px 0 0;color:var(--navy);font-size:.9rem;font-weight:700}.trust-list li::before{content:"✓";color:var(--orange);margin-right:7px}.hero-photo{position:relative;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.hero-photo img{width:100%;height:520px;object-fit:cover}.photo-badge{position:absolute;left:20px;bottom:20px;background:rgba(10,38,63,.92);color:#fff;padding:12px 18px;border-radius:999px;font-weight:800}
.section{padding:96px 0}.section-soft{background:var(--soft)}.section-heading{max-width:760px;margin:0 auto 52px;text-align:center}.section h2,.cta-section h2{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.035em}.section-heading p{color:var(--muted)}.cards.four{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service-card{padding:30px 24px;border:1px solid #e3e8ec;border-radius:var(--radius);background:#fff;box-shadow:0 10px 30px rgba(18,54,86,.06)}.icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#fff1e5;color:var(--orange);font-size:1.5rem}.service-card h3{color:var(--navy);margin:20px 0 8px}.service-card p{color:var(--muted);margin:0}
.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.step{text-align:center}.step-number{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;margin:0 auto 20px;background:var(--navy);color:#fff;font-weight:800}.step h3{color:var(--navy);font-size:1.05rem}.step p{color:var(--muted);font-size:.92rem}
.reference-card{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#111}.reference-card img{width:100%}
.values-section{background:var(--navy-deep);color:#fff}.values-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.values-section h2{color:#fff}.values-section p{color:#c6d4df}.value-list{display:grid;gap:12px}.value-list article{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:22px;border-radius:16px;background:rgba(255,255,255,.06)}.value-list article>span{color:var(--orange);font-weight:800}.value-list h3{margin:0}.value-list p{margin:4px 0 0}
.shop-section{background:#fff}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 18px;background:var(--soft);border-radius:14px}.cart-button,.add-cart{border:0;background:var(--navy);color:#fff;border-radius:10px;padding:10px 14px;font-weight:800;cursor:pointer}.cart-button span{background:var(--orange);padding:3px 8px;border-radius:999px;margin-left:6px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{border:1px solid #e2e7eb;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(18,54,86,.06)}.product-image{height:190px;background:linear-gradient(135deg,#dfe8ee,#fff0e4);display:grid;place-items:center;color:var(--navy);font-family:Montserrat;font-size:1.5rem}.product-body{padding:20px}.product-tag{color:var(--orange);font-weight:800;font-size:.78rem;text-transform:uppercase}.product-body h3{margin:8px 0;color:var(--navy)}.product-body p{color:var(--muted);font-size:.92rem}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-bottom strong{color:var(--navy)}.shop-note{margin-top:24px;color:var(--muted)}
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.about-visual{border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.about-visual img{width:100%}.about-copy p{color:var(--muted)}.about-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;color:var(--navy);font-weight:700}
.cta-section{padding:96px 0;background:linear-gradient(130deg,var(--navy-deep),var(--navy));color:#fff}.cta-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.cta-section h2{color:#fff}.cta-section p{color:#cfdae3}.light{color:#ffb36d}.contact-lines{display:grid;gap:8px;margin-top:28px;font-weight:700}.contact-form{background:#fff;color:var(--text);padding:32px;border-radius:var(--radius)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:grid;gap:7px;font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:16px}input,select,textarea{width:100%;font:inherit;padding:13px 14px;border:1px solid #ccd5dc;border-radius:10px}.form-button{width:100%}.form-note{font-size:.75rem!important;color:#7b8790!important}.success-message{color:#17823b!important;font-weight:700}
.cart-panel{position:fixed;top:0;right:-420px;width:min(390px,92vw);height:100vh;background:#fff;z-index:100;box-shadow:-20px 0 50px rgba(0,0,0,.18);padding:24px;transition:.3s;overflow:auto}.cart-panel.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd}.cart-header button{border:0;background:none;font-size:2rem;cursor:pointer}.cart-item{padding:12px 0;border-bottom:1px solid #eee}.cart-contact{width:100%;margin-top:20px}
.site-footer{background:#071d30;color:#d5e0e7;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:60px}.footer-logo{width:180px;background:#fff;border-radius:12px;padding:8px}.footer-grid h3{color:#fff}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;font-size:.85rem}
@media(max-width:980px){.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;padding:24px;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.hero-grid,.values-grid,.about-grid,.cta-grid{grid-template-columns:1fr}.cards.four,.product-grid{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.container{width:min(100% - 28px,1160px)}.nav-wrap{height:74px}.main-nav{top:74px}.hero{padding:54px 0}.hero-photo img{height:390px}.cards.four,.product-grid,.timeline,.form-row,.about-points,.footer-grid{grid-template-columns:1fr}.shop-toolbar,.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}

.hero-photo-large{min-height:620px}.hero-photo-large img{height:620px;object-position:center 58%}.hero-overlay{position:absolute;left:0;right:0;bottom:0;padding:24px;background:linear-gradient(transparent,rgba(7,29,48,.94));color:#fff;display:grid}.hero-overlay strong{font-size:1.2rem}.hero-overlay span{color:#d7e2e9}.quick-contact{background:var(--navy);color:#fff}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.12)}.quick-grid>div{padding:22px;background:var(--navy);display:grid}.quick-grid strong{color:#ffb36d}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-card{border-radius:22px;background:#fff;overflow:hidden;box-shadow:var(--shadow)}.project-card h3{margin:0;padding:18px;color:var(--navy)}.project-images{display:grid;grid-template-columns:1fr 1fr;min-height:310px}.project-images figure{margin:0;position:relative}.project-images img{width:100%;height:100%;object-fit:cover}.project-images figcaption{position:absolute;left:10px;top:10px;background:var(--orange);color:#fff;padding:6px 10px;border-radius:999px;font-weight:800;font-size:.76rem}.after-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#edf3f7,#fff6ed);color:var(--navy);font-weight:800;text-align:center;padding:20px}.old-reference{margin-top:30px}.empty-shop{text-align:center;padding:60px 25px;border:2px dashed #d5dde3;border-radius:22px;background:#fafcfd}.empty-icon{font-size:3rem;color:var(--orange)}.reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.review-placeholder{padding:35px;background:#fff;border-radius:22px;box-shadow:var(--shadow)}.stars{font-size:2rem;color:#f7a600;letter-spacing:.1em}.faq-wrap{max-width:900px}.faq-wrap details{border-bottom:1px solid #dfe5e9;padding:18px 0}.faq-wrap summary{font-weight:800;color:var(--navy);cursor:pointer}.faq-wrap details p{color:var(--muted)}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:80;background:#25D366;color:#fff;padding:15px 20px;border-radius:999px;font-weight:800;box-shadow:0 12px 28px rgba(0,0,0,.22)}code{background:#edf3f7;padding:2px 5px;border-radius:5px}
@media(max-width:980px){.project-grid,.reviews-grid{grid-template-columns:1fr}.hero-photo-large,.hero-photo-large img{min-height:520px;height:520px}.quick-grid{grid-template-columns:1fr}}
@media(max-width:640px){.hero-photo-large,.hero-photo-large img{min-height:430px;height:430px}.project-images{min-height:260px}.floating-whatsapp{right:14px;bottom:14px;padding:13px 16px}}

/* V5 – Einheitlicher Einsatzbereich */
.einsatz-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:36px;
}
.einsatz-card{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
  background:#fff;
  border:1px solid #e1e7eb;
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.einsatz-card:nth-child(even){
  grid-template-columns:minmax(280px,.55fr) minmax(0,1.45fr);
}
.einsatz-card:nth-child(even) .einsatz-image-wrap{order:2}
.einsatz-image-wrap{
  background:#111;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.einsatz-image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.einsatz-copy{
  padding:38px 34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.einsatz-label{
  display:inline-flex;
  align-self:flex-start;
  background:#fff1e5;
  color:var(--orange);
  border-radius:999px;
  padding:7px 11px;
  font-weight:800;
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.einsatz-copy h3{
  color:var(--navy);
  font-family:Montserrat,Inter,sans-serif;
  font-size:1.7rem;
  line-height:1.15;
  margin:16px 0 10px;
}
.einsatz-copy p{
  color:var(--muted);
  margin:0;
}
.einsatz-cta{
  margin-top:42px;
  padding:30px 34px;
  border-radius:22px;
  background:linear-gradient(125deg,var(--navy-deep),var(--navy));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.einsatz-cta h3{
  margin:0;
  font-size:1.45rem;
}
@media(max-width:900px){
  .einsatz-card,
  .einsatz-card:nth-child(even){
    grid-template-columns:1fr;
  }
  .einsatz-card:nth-child(even) .einsatz-image-wrap{order:0}
  .einsatz-image-wrap{min-height:320px}
  .einsatz-cta{flex-direction:column;align-items:flex-start}
}
@media(max-width:560px){
  .einsatz-image-wrap{min-height:240px}
  .einsatz-copy{padding:26px 22px}
}

/* V6 – sauberer, einheitlicher Einsatzbereich */
.einsaetze-section{background:#f7f9fb}
.einsatz-grid-v6{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}
.einsatz-card-v6{
  background:#fff;
  border:1px solid #dde5ea;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 16px 42px rgba(10,38,63,.10);
  transition:transform .25s ease, box-shadow .25s ease;
}
.einsatz-card-v6:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 54px rgba(10,38,63,.15);
}
.einsatz-card-v6>img{
  width:100%;
  aspect-ratio:16/7.6;
  object-fit:cover;
  display:block;
  background:#0a263f;
}
.einsatz-content-v6{
  padding:24px 24px 26px;
}
.einsatz-content-v6>span{
  display:inline-flex;
  background:#fff1e5;
  color:#f47a12;
  border-radius:999px;
  padding:6px 10px;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.einsatz-content-v6 h3{
  margin:14px 0 8px;
  color:#123656;
  font-family:Montserrat,Inter,sans-serif;
  font-size:1.35rem;
}
.einsatz-content-v6 p{
  margin:0;
  color:#66727e;
}
.einsatz-cta-v6{
  margin-top:38px;
  padding:30px 34px;
  border-radius:22px;
  background:linear-gradient(125deg,#0a263f,#123656);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.einsatz-cta-v6 h3{margin:0;font-size:1.4rem}
@media(max-width:980px){
  .einsatz-grid-v6{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .einsatz-grid-v6{grid-template-columns:1fr}
  .einsatz-cta-v6{flex-direction:column;align-items:flex-start}
}

/* V7 – Über uns */
.team-section{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9fb 100%);
}
.team-visual{
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 22px 58px rgba(10,38,63,.16);
  background:#071d30;
}
.team-visual img{
  width:100%;
  height:auto;
  display:block;
}
.team-roles{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.team-roles article{
  background:#fff;
  border:1px solid #e1e7eb;
  border-radius:16px;
  padding:18px;
  text-align:center;
  box-shadow:0 10px 28px rgba(10,38,63,.06);
}
.team-roles strong{
  display:block;
  color:#123656;
  font-size:1.05rem;
}
.team-roles span{
  display:block;
  margin-top:5px;
  color:#f47a12;
  font-weight:700;
  font-size:.9rem;
}
@media(max-width:900px){
  .team-roles{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .team-roles{grid-template-columns:1fr}
}

/* V8 – dezente Swissness und kompakter Über-uns-Bereich */
.swiss-note{
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 13px;
  border:1px solid rgba(18,54,86,.14);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#123656;
  font-size:.86rem;
  font-weight:700;
  box-shadow:0 8px 20px rgba(10,38,63,.06);
}
.swiss-cross{
  width:22px;
  height:22px;
  border-radius:7px;
  display:grid;
  place-items:center;
  background:#d52b1e;
  color:#fff;
  font-size:1rem;
  line-height:1;
  font-weight:900;
}
.team-compact-grid{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:48px;
  align-items:center;
}
.team-compact-copy h2{
  font-family:Montserrat,Inter,sans-serif;
  color:#0a263f;
  margin:0;
}
.team-compact-copy>p{
  color:#66727e;
  margin:16px 0 24px;
}
.team-visual-small{
  max-width:760px;
  justify-self:end;
  border-radius:22px;
}
.team-roles.compact{
  grid-template-columns:1fr 1fr;
  margin-top:0;
}
.team-roles.compact article{
  text-align:left;
  padding:14px 16px;
}
.team-roles.compact span{
  font-size:.86rem;
}
@media(max-width:900px){
  .team-compact-grid{grid-template-columns:1fr}
  .team-visual-small{justify-self:stretch}
}
@media(max-width:560px){
  .team-roles.compact{grid-template-columns:1fr}
  .swiss-note{border-radius:14px;align-items:flex-start}
}

/* V9 – reduzierter Über-uns-Bereich */
.team-section{
  background:linear-gradient(180deg,#ffffff 0%,#f7f9fb 100%);
}
.team-roles-only{
  max-width:920px;
  margin:0 auto;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.team-roles-only article{
  min-height:118px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  border-top:3px solid #f47a12;
}
.team-roles-only strong{
  font-size:1.12rem;
}
.team-roles-only span{
  line-height:1.35;
}
@media(max-width:900px){
  .team-roles-only{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .team-roles-only{grid-template-columns:1fr}
}

/* V10 CMS-Shop */
.product-status{display:inline-flex;margin-top:.35rem;padding:.3rem .65rem;border-radius:999px;background:#f2f4f6;color:#52606d;font-size:.78rem;font-weight:700}.add-cart:disabled{opacity:.55;cursor:not-allowed}

/* V13: Ricardo-Shop und echte Kundenbewertung */
.ricardo-shop-card{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:2rem;align-items:center;background:linear-gradient(135deg,#fff 0%,#eef4f8 100%);border:1px solid rgba(18,54,86,.12);border-radius:28px;padding:clamp(2rem,5vw,4rem);box-shadow:0 24px 60px rgba(18,54,86,.10)}
.ricardo-shop-copy .section-heading{margin:0}.ricardo-shop-copy p{max-width:680px;font-size:1.08rem;line-height:1.75;margin:1rem 0 1.6rem}.btn-large{padding:1rem 1.45rem;font-size:1.05rem}
.ricardo-shop-badge{min-height:260px;border-radius:24px;background:#123656;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;box-shadow:0 20px 45px rgba(18,54,86,.22)}
.ricardo-shop-badge>span{display:grid;place-items:center;width:78px;height:78px;border-radius:50%;background:#fff;color:#123656;font:800 2.5rem/1 Montserrat,sans-serif;margin-bottom:1.2rem}.ricardo-shop-badge strong{font-size:1.25rem}.ricardo-shop-badge small{margin-top:.55rem;opacity:.8}
.customer-review{margin:0}.customer-review p{font-size:1.03rem;line-height:1.7}.customer-review footer{margin-top:1rem;font-weight:700;color:#123656}.customer-review footer:before{content:"— "}
@media(max-width:780px){.ricardo-shop-card{grid-template-columns:1fr}.ricardo-shop-badge{min-height:220px}.btn-large{width:100%;text-align:center}}
