body,button,input,textarea,select{
  font-family:"Manrope",Arial,sans-serif;
}


:root{
  --blue:#002f5f;
  --blue2:#003b70;
  --dark:#06172a;
  --red:#d70811;
  --text:#071326;
  --muted:#394657;
  --line:#dedede;
  --light:#f6f6f6;
  --white:#fff;
  --wrap:1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth; scroll-padding-top:108px}

/* LEGAL PAGES */
.legal-page{padding:60px 0 80px}
.legal-page h1{font-size:30px;color:var(--blue);font-weight:800;margin-bottom:8px}
.legal-page .legal-updated{color:var(--muted);font-size:12px;margin-bottom:36px}
.legal-page h2{font-size:17px;color:var(--blue);font-weight:800;margin:34px 0 10px}
.legal-page h2:first-of-type{margin-top:0}
.legal-page p{font-size:13.5px;line-height:1.75;color:var(--text);margin-bottom:12px;max-width:760px}
.legal-page ul{margin:0 0 14px 18px;max-width:760px}
.legal-page li{font-size:13.5px;line-height:1.75;color:var(--text);margin-bottom:6px}
.legal-page a{color:var(--blue);text-decoration:underline}
.legal-page a:hover{color:var(--red)}
.legal-page strong{color:var(--blue)}
.legal-page table{border-collapse:collapse;margin:12px 0 20px;max-width:760px;width:100%}
.legal-page table th,.legal-page table td{border:1px solid var(--line);padding:8px 10px;font-size:12.5px;text-align:left;vertical-align:top}
.legal-page table th{background:var(--light);color:var(--blue)}
.legal-back{display:inline-block;margin-bottom:26px;font-size:12px;color:var(--muted);text-decoration:none}
.legal-back:hover{color:var(--red)}

/* COOKIE CONSENT BANNER */
.cookie-banner{
  position:fixed;
  left:20px;
  bottom:20px;
  z-index:999;
  width:420px;
  max-width:calc(100vw - 40px);
  background:#fff;
  border-radius:10px;
  box-shadow:0 12px 40px rgba(0,20,40,.22);
  padding:26px 26px 22px;
}
.cookie-banner h2{
  font-size:19px;
  color:var(--blue);
  font-weight:800;
  margin-bottom:12px;
}
.cookie-banner p{
  font-size:12.5px;
  line-height:1.6;
  color:var(--muted);
  margin-bottom:18px;
}
.cookie-banner-row{
  display:flex;
  gap:10px;
  margin-bottom:10px;
}
.cookie-btn{
  font-family:"Manrope",Arial,sans-serif;
  font-size:11.5px;
  font-weight:700;
  border-radius:4px;
  cursor:pointer;
  transition:.15s ease-in-out;
  padding:12px 14px;
}
.cookie-btn-outline{
  flex:1;
  background:#fff;
  border:1.5px solid #c7ccd3;
  color:var(--blue);
}
.cookie-btn-outline:hover{border-color:var(--blue);color:var(--blue)}
.cookie-btn-solid{
  width:100%;
  background:var(--blue);
  border:1.5px solid var(--blue);
  color:#fff;
  padding:13px 14px;
}
.cookie-btn-solid:hover{background:var(--blue2);border-color:var(--blue2)}
.cookie-banner-settings{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid var(--line);
}
.cookie-setting-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.cookie-setting-row strong{
  display:block;
  font-size:12.5px;
  color:var(--blue);
  margin-bottom:3px;
}
.cookie-setting-row small{
  display:block;
  font-size:11px;
  color:var(--muted);
  line-height:1.5;
}
.cookie-setting-row input{margin-top:3px;flex-shrink:0}
@media (max-width:480px){
  .cookie-banner{left:12px;right:12px;bottom:12px;width:auto;padding:20px 18px 18px}
  .cookie-banner-row{flex-direction:column}
}
body{
  margin:0;
  color:var(--text);
  background:#fff;
  font-family:"Manrope",Arial,sans-serif;
  font-size:16px;
  line-height:1.35;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.wrap{width:min(var(--wrap), calc(100% - 96px)); margin:0 auto;}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--blue);color:white;padding:10px 14px;z-index:999}
.skip-link:focus{left:10px;top:10px}

/* HEADER */
.site-header{
  height:88px;
  background:#fff;
  border-bottom:0 solid #eee;
  position:sticky;
  top:0;
  z-index:50;
}
.header-inner{
  height:88px;
  display:grid;
  grid-template-columns:350px 1fr 210px;
  align-items:center;
  column-gap:28px;
}
.brand{display:flex;align-items:center}
.brand img{width:332px;height:auto}
.main-nav{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:36px;
  height:100%;
  margin-right:16px;
}
.main-nav a{
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:-.01em;
  color:#050505;
  white-space:nowrap;
}
.header-call{
  height:58px;
  background:var(--red);
  border-radius:4px;
  display:grid;
  grid-template-columns:44px 1fr;
  align-items:center;
  padding:0 12px 0 14px;
  color:#fff;
  box-shadow:0 7px 15px rgba(215,8,17,.16);
}
.header-call-icon{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.header-call-icon img{width:34px}
.header-call strong{
  display:block;
  font-size:13px;
  font-weight:900;
  line-height:1;
  letter-spacing:.02em;
}
.header-call small{
  display:block;
  font-size:11px;
  font-weight:900;
  margin-top:5px;
}
.nav-toggle{display:none}

/* HERO */
.hero{
  background:#fff;
  overflow:hidden;
}
.hero-grid{
  min-height:501px;
  display:grid;
  grid-template-columns:50.6% 49.4%;
}
.hero-copy{
  padding:84px 0 34px;
}
.hero h1{
  margin:0;
  max-width:600px;
  color:#050505;
  font-size:45px;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.035em;
}
.hero h1 span{color:var(--red)}
.hero-lead{
  margin:32px 0 0;
  color:#111;
  font-size:18px;
  line-height:1.55;
  font-weight:700;
}
.hero-points{
  margin-top:52px;
  display:flex;
  gap:48px;
  align-items:center;
}
.hero-point{
  display:grid;
  grid-template-columns:36px auto;
  align-items:center;
  gap:15px;
}
.hero-point img{width:32px}
.hero-point strong{
  font-size:12px;
  line-height:1.25;
  font-weight:800;
}
.hero-actions{
  margin-top:38px;
  display:flex;
  gap:28px;
}
.btn{
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
  border-radius:1px;
  border:2px solid transparent;
  padding:0 32px;
  transition:.16s ease-in-out;
  white-space:nowrap;
}
.btn:hover,.small-btn:hover{transform:translateY(-1px)}
.small-btn:hover{
  background:var(--red);
  border-color:var(--red);
  color:#fff;
}
.small-btn:hover span{color:#fff}
.btn-red{
  min-width:318px;
  background:var(--red);
  color:#fff;
}
.btn-white{
  min-width:190px;
  color:#06172a;
  border-color:#b8b8b8;
  background:white;
}
.btn span{font-size:17px; line-height:0}
.hero-photo{
  min-height:501px;
  position:relative;
  overflow:hidden;
  align-self:stretch;
}
.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

/* CARDS */
.service-cards{
  background:#fff;
  padding:22px 0 38px;
}
.cards-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
}
.card{
  position:relative;
  background:#fff;
  min-height:370px;
  display:flex;
  flex-direction:column;
  border:1px solid #dfdfdf;
  box-shadow:0 0 15px rgba(0,0,0,.05);
  text-align:center;
  padding-bottom:25px;
}
.card-img{
  height:160px;
  overflow:hidden;
  background:#f3f3f3;
}
.card-img img{width:100%;height:100%;object-fit:cover}
.card-icon{
  width:68px;
  height:68px;
  object-fit:contain;
  position:absolute;
  left:50%;
  top:126px;
  transform:translateX(-50%);
}
.card h2{
  min-height:43px;
  margin:46px 10px 0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#050505;
  font-size:18px;
  line-height:1.04;
  font-weight:900;
  letter-spacing:-.02em;
}
.card p{
  min-height:74px;
  margin:16px 14px 20px;
  color:#111;
  font-size:13px;
  line-height:1.75;
  font-weight:600;
}
.small-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  min-width:160px;
  height:37px;
  padding:0 18px;
  background:#fff;
  border:2px solid #b7bdc3;
  border-radius:1px;
  color:#06172a;
  font-size:11px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.02em;
  transition:.16s ease-in-out;
}
.small-btn span{color:var(--red); font-size:15px}
.card .small-btn{margin-top:auto; align-self:center;}

/* BENEFITS */
.benefits{
  background:#003764;
  color:#fff;
  padding:22px 0 39px;
}
.benefits-inner{text-align:center}
.benefits p{
  margin:0;
  color:#fff;
  font-weight:900;
  font-size:13px;
  letter-spacing:.02em;
}
.benefits h2{
  margin:7px 0 29px;
  color:#fff;
  font-size:28px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.02em;
}
.benefit-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:34px;
}
.benefit-grid article{text-align:center}
.benefit-grid img{
  width:64px;
  height:64px;
  margin:0 auto 11px;
  object-fit:contain;
}
.benefit-grid h3{
  margin:0;
  color:#fff;
  font-size:13px;
  line-height:1.12;
  font-weight:900;
}
.benefit-grid p{
  margin:15px 0 0;
  font-size:11px;
  line-height:1.45;
  font-weight:600;
  color:#fff;
}

/* DETAIL SERVICES */
.detail-services{
  background:#fff;
  border-bottom:1px solid #d7d7d7;
}
.detail-row{
  display:grid;
  grid-template-columns:400px 1fr 310px;
  min-height:230px;
  border-top:1px solid #d7d7d7;
  align-items:center;
  column-gap:36px;
  padding:34px 0;
}
.detail-row:first-child{border-top:0}
.detail-photo{
  height:214px;
  overflow:hidden;
}
.detail-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.detail-content{align-self:start; padding-top:2px}
.detail-content h2{
  margin:0 0 8px;
  color:var(--blue);
  font-size:28px;
  line-height:1;
  letter-spacing:-.03em;
  font-weight:900;
}
.detail-intro{
  margin:0 0 12px;
  color:#071326;
  font-weight:700;
  font-size:14px;
  line-height:1.45;
}
.detail-content ul{
  list-style:none;
  padding:0;
  margin:0;
}
.detail-content li{
  position:relative;
  margin:0 0 14px;
  padding-left:26px;
  color:#111;
  font-size:13px;
  line-height:1.5;
  font-weight:600;
}
.detail-content li:before{
  content:"";
  width:14px;
  height:14px;
  border:2px solid var(--red);
  border-radius:50%;
  position:absolute;
  left:0;
  top:3px;
}
.detail-content li:after{
  content:"✓";
  position:absolute;
  left:3px;
  top:1px;
  color:var(--red);
  font-size:12px;
  font-weight:900;
}
.detail-action{
  align-self:center;
  justify-self:end;
}
.detail-action .small-btn{
  min-width:270px;
  height:37px;
  font-size:10px;
  background:var(--red);
  border:2px solid var(--red);
  color:#fff;
}
.detail-action .small-btn span{color:#fff}
.detail-action .small-btn:hover{
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
  transform:translateY(-2px) scale(1.03);
}
.detail-action .small-btn:hover span{color:#fff}

/* PROCESS */
.process{
  background:#fff;
  padding:22px 0 32px;
  text-align:center;
}
.process h2{
  margin:0;
  color:var(--blue);
  font-size:23px;
  font-weight:900;
  letter-spacing:-.02em;
}
.headline-mark,.section-line{
  display:block;
  width:32px;
  height:3px;
  background:var(--red);
}
.headline-mark{margin:10px auto 24px}
.process-grid{
  display:grid;
  grid-template-columns:1fr 80px 1fr 80px 1fr 80px 1fr;
  align-items:start;
}
.process-step{position:relative; text-align:center;}
.process-step img{
  width:84px;
  height:84px;
  object-fit:contain;
  margin:0 auto 12px;
}
.step-number{
  width:24px;
  height:24px;
  background:var(--blue);
  color:#fff;
  border-radius:50%;
  position:absolute;
  top:-2px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
  z-index:2;
}
.process-step h3{
  margin:0 0 10px;
  color:#050505;
  font-size:14px;
  font-weight:900;
}
.process-step p{
  color:#111;
  font-size:11px;
  line-height:1.5;
  font-weight:600;
}
.process-arrow{
  align-self:center;
  color:#9fa3a9;
  font-size:54px;
  line-height:1;
  font-family:"Manrope",Arial,sans-serif;
  margin-top:20px;
}

/* BOTTOM PANELS */
.bottom-panels{
  background:#fbfbfb;
  border-top:1px solid #e2e2e2;
  padding:23px 0 22px;
}
.bottom-grid{
  display:grid;
  grid-template-columns:1fr 1fr .62fr;
  gap:32px;
}
.panel{
  min-height:176px;
  border-right:1px solid #cfcfcf;
  padding-right:28px;
}
.panel:last-child{border-right:0; padding-right:0}
.panel h2{
  margin:0;
  color:#051a31;
  font-size:16px;
  line-height:1;
  font-weight:900;
}
.section-line{margin:7px 0 15px}
.refs-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:6px;
  width:100%;
  max-width:452px;
}
.refs-grid img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  border-radius:2px;
}
.panel-references .small-btn{
  margin-top:15px;
  min-width:230px;
  height:38px;
}
.google-row{
  display:flex;
  align-items:center;
  gap:8px;
  margin:7px 0 8px;
}
.google-row img{width:190px;max-width:100%;height:auto;display:block}
.stars{
  color:#ffb000;
  font-size:20px;
  letter-spacing:.05em;
  line-height:1;
}
.google-row small{
  color:#111;
  font-size:11px;
  font-weight:500;
}
.reviews blockquote{
  margin:0 0 7px;
  color:#111;
  font-size:13px;
  line-height:1.6;
  font-weight:700;
}
.reviews p{
  margin:0;
  color:#111;
  font-size:12px;
  font-weight:600;
}
.slider-dots{display:flex;justify-content:center;gap:8px;margin-top:10px}
.slider-dots span{
  width:7px;
  height:7px;
  background:#a2a2a2;
  border-radius:50%;
}
.slider-dots span:first-child{background:var(--red)}
.contact-panel ul{
  list-style:none;
  padding:0;
  margin:0;
}
.contact-panel li{
  display:grid;
  grid-template-columns:22px 1fr;
  align-items:center;
  gap:12px;
  min-height:25px;
  margin-bottom:5px;
  font-size:13px;
  font-weight:800;
  color:#111;
}
.contact-panel li img{
  width:17px;
  max-height:17px;
}

/* FOOTER */
.site-footer{
  background:#003764;
  color:#fff;
}
.footer-grid{
  min-height:119px;
  display:grid;
  grid-template-columns:330px 150px 260px 145px 105px;
  align-items:start;
  padding:38px 14px 34px;
  gap:38px;
}
.footer-brand img{width:245px}
.footer-grid nav{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-grid h3{
  margin:0 0 6px;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.footer-grid a{
  color:#fff;
  font-size:11px;
  line-height:1.4;
  opacity:.92;
}
.footer-seal{
  display:flex;
  justify-content:flex-end;
}
.footer-seal img{
  width:92px;
  height:92px;
  object-fit:contain;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.18);
  min-height:34px;
  padding:14px 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  color:#dce8f2;
  font-size:10px;
}

/* RESPONSIVE */
@media (max-width:1180px){
  .wrap{width:min(100% - 52px, var(--wrap))}
  .header-inner{grid-template-columns:310px 1fr 190px;column-gap:18px}
  .brand img{width:300px}
  .main-nav{gap:20px;margin-right:0}
  .detail-row{grid-template-columns:36% 1fr 260px;column-gap:28px}
  .footer-grid{grid-template-columns:280px 1fr 1.5fr 1fr 100px;gap:20px}
  .refs-grid{max-width:100%}
}

@media (max-width:960px){
  html{scroll-padding-top:98px}
  .site-header{height:auto}
  .header-inner{
    height:78px;
    grid-template-columns:1fr 50px;
  }
  .brand img{width:260px}
  .header-call{display:none}
  .nav-toggle{
    display:flex;
    flex-direction:column;
    gap:5px;
    justify-content:center;
    align-items:center;
    width:46px;height:42px;
    background:#fff;
    border:1px solid #d6d6d6;
    border-radius:3px;
  }
  .nav-toggle span{display:block;width:26px;height:3px;background:#003764}
  .main-nav{
    display:none;
    position:absolute;
    left:0;right:0;top:78px;
    background:#fff;
    flex-direction:column;
    align-items:flex-start;
    padding:24px 26px;
    border-top:1px solid #ddd;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
  }
  body.nav-open .main-nav{display:flex}
  .hero-grid{grid-template-columns:1fr;min-height:0}
  .hero-copy{padding:52px 0 28px}
  .hero-photo{min-height:360px}
  .hero h1{font-size:42px}
  .cards-grid{grid-template-columns:repeat(2,1fr)}
  .benefit-grid{grid-template-columns:repeat(3,1fr);gap:32px 20px}
  .detail-row{
    grid-template-columns:1fr;
    row-gap:22px;
    padding:32px 0;
  }
  .detail-photo{height:260px}
  .detail-action{justify-self:start}
  .process-grid{
    grid-template-columns:repeat(2,1fr);
    gap:30px 20px;
  }
  .process-arrow{display:none}
  .bottom-grid{grid-template-columns:1fr;gap:20px}
  .panel{border-right:0;border-bottom:1px solid #d0d0d0;padding-right:0;padding-bottom:20px}
  .panel:last-child{border-bottom:0}
  .footer-grid{
    grid-template-columns:1fr 1fr;
    padding:30px 14px;
    gap:24px 40px;
  }
  .footer-seal{justify-content:flex-start}
}

@media (max-width:620px){
  .wrap{width:calc(100% - 34px)}
  .brand img{width:230px}
  .hero h1{font-size:34px}
  .hero-lead{font-size:16px;margin-top:22px}
  .hero-points{display:grid;grid-template-columns:1fr;gap:14px;margin-top:32px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:14px}
  .btn,.btn-red,.btn-white{min-width:0;width:100%}
  .hero-photo{min-height:280px}
  .cards-grid{grid-template-columns:1fr;gap:20px}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}
  .benefits h2{font-size:23px;line-height:1.15}
  .detail-content h2{font-size:22px;line-height:1.05}
  .detail-photo{height:220px}
  .detail-action .small-btn{min-width:0;width:100%;height:auto;min-height:42px}
  .process-grid{grid-template-columns:1fr}
  .step-number{left:50%;transform:translateX(-50%)}
  .refs-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:4px;padding:10px 0}
}

/* =========================================================
   HERO V3 — rainbow roller + Meisterbetrieb seal
   Only the upper slider/hero section is changed.
   ========================================================= */
.hero{
  position:relative;
  min-height:552px;
  overflow:hidden;
  isolation:isolate;
  background:#fff;
}
.hero-grid{
  position:relative;
  z-index:3;
  min-height:552px;
  display:block;
}
.hero-copy{
  position:relative;
  z-index:4;
  width:50%;
  padding:100px 0 32px;
}
.hero h1{
  max-width:620px;
  font-size:45px;
  line-height:1.08;
}
.hero-rainbow-art{
  position:absolute;
  z-index:1;
  top:-74px;
  right:-28px;
  width:min(73vw,1120px);
  max-width:none;
  height:auto;
  pointer-events:none;
  user-select:none;
}
.hero-meister-seal{
  position:absolute;
  z-index:5;
  top:92px;
  left:46.1%;
  width:146px;
  height:146px;
  object-fit:contain;
  pointer-events:none;
}
.hero-points{margin-top:50px}
.hero-actions{margin-top:37px}

@media (max-width:1180px){
  .hero-copy{width:53%;padding-top:86px}
  .hero h1{font-size:41px}
  .hero-rainbow-art{width:78vw;right:-115px;top:-42px}
  .hero-meister-seal{left:48%;top:92px;width:126px;height:126px}
}

@media (max-width:960px){
  .hero{
    min-height:auto;
    padding-top:320px;
  }
  .hero-grid{min-height:0}
  .hero-copy{
    width:100%;
    padding:42px 0 36px;
  }
  .hero-rainbow-art{
    top:-64px;
    left:50%;
    right:auto;
    width:980px;
    max-width:none;
    transform:translateX(-48%);
  }
  .hero-meister-seal{
    top:205px;
    left:auto;
    right:8%;
    width:112px;
    height:112px;
  }
}

@media (max-width:620px){
  .hero{padding-top:245px}
  .hero-copy{padding-top:32px}
  .hero-rainbow-art{
    top:-24px;
    width:720px;
    transform:translateX(-51%);
  }
  .hero-meister-seal{
    top:150px;
    right:5%;
    width:88px;
    height:88px;
  }
  .hero h1{font-size:34px}
}
