/* =========================================================
   HWS Kontakt Premium 1.0
   Neue HWS Designlinie
   ========================================================= */

.hws-contact{
  --hws-red:#ff2633;
  --hws-red-dark:#da111d;
  --hws-black:#09090a;
  --hws-dark:#111214;
  --hws-muted:#7c7f85;
  --hws-line:#e7e7e9;
  max-width:1400px;
  margin:0 auto;
  padding:24px 28px 80px;
  color:#0b0b0c;
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.hws-contact *{box-sizing:border-box}
.hws-contact h1,
.hws-contact h2,
.hws-contact h3,
.hws-contact strong,
.hws-contact .hws-contact-btn,
.hws-contact .hws-contact-final-cta{
  font-family:"Montserrat","Inter",sans-serif;
}
.hws-contact-eyebrow{
  display:block;
  color:var(--hws-red);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

/* HERO */
.hws-contact-hero{
  position:relative;
  overflow:hidden;
  min-height:500px;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);
  gap:42px;
  align-items:center;
  padding:48px 50px;
  border-radius:28px;
  background:
    radial-gradient(circle at 80% 36%,rgba(255,38,51,.18),transparent 27%),
    linear-gradient(115deg,#09090a,#24272a);
  color:#fff;
  box-shadow:0 24px 68px rgba(0,0,0,.16);
}
.hws-contact-hero:after{
  content:"KONTAKT";
  position:absolute;
  right:-18px;
  bottom:-45px;
  color:rgba(255,255,255,.025);
  font-family:"Montserrat","Inter",sans-serif;
  font-size:145px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.06em;
  pointer-events:none;
}
.hws-contact-hero-glow{
  position:absolute;
  inset:0;
  background:linear-gradient(125deg,transparent 0 52%,rgba(255,255,255,.018) 52% 53%,transparent 53% 100%);
  pointer-events:none;
}
.hws-contact-hero-copy,
.hws-contact-hero-panel{position:relative;z-index:2}
.hws-contact-hero-copy h1{
  margin:12px 0 0;
  color:#fff;
  font-size:59px;
  line-height:.91;
  font-weight:950;
  letter-spacing:-.05em;
  text-transform:uppercase;
}
.hws-contact-hero-copy h1 em{
  color:var(--hws-red);
  font-style:normal;
}
.hws-contact-hero-copy>p{
  max-width:650px;
  margin:20px 0 0;
  color:#b8bbc0;
  font-size:14px;
  line-height:1.65;
}
.hws-contact-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.hws-contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:48px;
  padding:0 19px;
  border:1px solid transparent;
  border-radius:999px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  text-decoration:none;
  cursor:pointer;
  transition:.2s ease;
}
.hws-contact-btn-primary{
  background:var(--hws-red);
  border-color:var(--hws-red);
  color:#fff;
  box-shadow:0 11px 28px rgba(255,38,51,.22);
}
.hws-contact-btn-primary:hover{
  background:var(--hws-red-dark);
  color:#fff;
  transform:translateY(-1px);
}
.hws-contact-btn-ghost{
  background:transparent;
  border-color:rgba(255,255,255,.19);
  color:#fff;
}
.hws-contact-btn-ghost:hover{
  background:rgba(255,255,255,.07);
  color:#fff;
}
.hws-contact-fastfacts{
  display:flex;
  width:max-content;
  max-width:100%;
  margin-top:38px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:15px;
  background:rgba(255,255,255,.035);
}
.hws-contact-fastfacts>div{
  min-width:130px;
  padding:14px 17px;
  border-right:1px solid rgba(255,255,255,.09);
}
.hws-contact-fastfacts>div:last-child{border-right:0}
.hws-contact-fastfacts strong{
  display:block;
  color:#fff;
  font-size:14px;
  font-weight:900;
}
.hws-contact-fastfacts span{
  display:block;
  margin-top:3px;
  color:#767a80;
  font-size:8px;
  font-weight:800;
  text-transform:uppercase;
}

/* HERO SIDE PANEL */
.hws-contact-hero-panel{
  padding:25px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:21px;
  background:rgba(0,0,0,.25);
  backdrop-filter:blur(14px);
  box-shadow:0 20px 48px rgba(0,0,0,.18);
}
.hws-contact-panel-kicker{
  display:block;
  color:var(--hws-red);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}
.hws-contact-hero-panel h2{
  margin:8px 0 0;
  color:#fff;
  font-size:31px;
  line-height:1;
  font-weight:950;
}
.hws-contact-hero-panel>p{
  margin:12px 0 0;
  color:#9fa2a7;
  font-size:11px;
  line-height:1.55;
}
.hws-contact-whatsapp-card{
  display:grid;
  grid-template-columns:48px 1fr 38px;
  gap:12px;
  align-items:center;
  margin-top:20px;
  padding:14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.06);
}
.hws-contact-whatsapp-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:13px;
  background:var(--hws-red);
  color:#fff;
  font-family:"Montserrat","Inter",sans-serif;
  font-size:10px;
  font-weight:950;
}
.hws-contact-whatsapp-card span{
  display:block;
  color:#8f9297;
  font-size:8px;
  font-weight:800;
  text-transform:uppercase;
}
.hws-contact-whatsapp-card strong{
  display:block;
  margin-top:4px;
  color:#fff;
  font-size:14px;
  font-weight:900;
}
.hws-contact-whatsapp-card>a{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:17px;
  text-decoration:none;
}
.hws-contact-hero-panel>small{
  display:block;
  margin-top:12px;
  color:#6f7277;
  font-size:8px;
}

/* SECTION HEAD */
.hws-contact-section-head{
  display:grid;
  grid-template-columns:minmax(330px,.75fr) 1fr;
  gap:80px;
  align-items:end;
  padding:72px 18px 28px;
}
.hws-contact-section-head h2,
.hws-contact-topics-title h2,
.hws-contact-location h2,
.hws-contact-final h2{
  margin:8px 0 0;
  color:#0b0b0c;
  font-size:43px;
  line-height:.93;
  font-weight:950;
  letter-spacing:-.045em;
  text-transform:uppercase;
}
.hws-contact-section-head>p{
  max-width:650px;
  margin:0 0 4px;
  color:#777a80;
  font-size:13px;
  line-height:1.7;
}

/* METHODS */
.hws-contact-methods{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.hws-contact-method{
  position:relative;
  min-height:260px;
  padding:24px;
  border:1px solid var(--hws-line);
  border-radius:19px;
  background:#fff;
  box-shadow:0 13px 34px rgba(0,0,0,.05);
}
.hws-contact-method-featured{
  background:linear-gradient(135deg,#101113,#24272a);
  border-color:#101113;
  color:#fff;
}
.hws-contact-method-index{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:11px;
  background:#111;
  color:#fff;
  font-family:"Montserrat","Inter",sans-serif;
  font-size:8px;
  font-weight:900;
}
.hws-contact-method-featured .hws-contact-method-index{
  background:var(--hws-red);
}
.hws-contact-method>span{
  display:block;
  margin-top:28px;
  color:var(--hws-red);
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.hws-contact-method h3{
  margin:7px 0 0;
  color:#111;
  font-size:21px;
  line-height:1.1;
  font-weight:950;
  overflow-wrap:anywhere;
}
.hws-contact-method-featured h3{color:#fff}
.hws-contact-method p{
  margin:10px 0 0;
  max-width:570px;
  color:#7a7d82;
  font-size:11px;
  line-height:1.55;
}
.hws-contact-method-featured p{color:#999ca1}
.hws-contact-method>a,
.hws-contact-card-actions>a{
  display:inline-block;
  margin-top:19px;
  color:#111;
  font-family:"Montserrat","Inter",sans-serif;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
  text-decoration:none;
}
.hws-contact-method-featured>a{color:#fff}
.hws-contact-card-actions{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:18px;
}
.hws-contact-card-actions>a{margin-top:0}
.hws-contact-copy{
  min-height:31px;
  padding:0 10px;
  border:1px solid #e0e0e2;
  border-radius:999px;
  background:#f8f8f9;
  color:#55585e;
  font-family:"Montserrat","Inter",sans-serif;
  font-size:7px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
}
.hws-contact-copy.is-copied{
  background:#111;
  border-color:#111;
  color:#fff;
}

/* TOPICS */
.hws-contact-topics{
  display:grid;
  grid-template-columns:.62fr 1.38fr;
  gap:54px;
  margin-top:68px;
  padding:40px 42px;
  border-radius:23px;
  background:#0f1011;
  color:#fff;
}
.hws-contact-topics-title h2{color:#fff}
.hws-contact-topics-list{
  border-top:1px solid rgba(255,255,255,.10);
}
.hws-contact-topics-list article{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:start;
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.hws-contact-topics-list article>span{
  color:#65686d;
  font-family:"Montserrat","Inter",sans-serif;
  font-size:9px;
  font-weight:900;
}
.hws-contact-topics-list h3{
  margin:0;
  color:#fff;
  font-size:14px;
  font-weight:950;
}
.hws-contact-topics-list p{
  margin:5px 0 0;
  color:#85888d;
  font-size:10px;
  line-height:1.5;
}

/* LOCATION */
.hws-contact-location{
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:end;
  margin-top:68px;
  padding:40px 42px;
  border:1px solid var(--hws-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 15px 40px rgba(0,0,0,.05);
}
.hws-contact-location-copy>p{
  max-width:760px;
  margin:15px 0 0;
  color:#777a80;
  font-size:11px;
  line-height:1.6;
}
.hws-contact-address{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid #ececee;
}
.hws-contact-address strong{
  display:block;
  color:#111;
  font-size:12px;
}
.hws-contact-address span{
  display:block;
  margin-top:5px;
  color:#777a80;
  font-size:10px;
}
.hws-contact-location-actions{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:185px;
}
.hws-contact-btn-light{
  background:#f5f5f6;
  border-color:#e3e3e5;
  color:#111;
}

/* FINAL CTA */
.hws-contact-final{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:36px;
  margin-top:22px;
  padding:42px;
  border-radius:23px;
  background:
    radial-gradient(circle at 86% 25%,rgba(255,38,51,.14),transparent 27%),
    linear-gradient(115deg,#111214,#25282b);
  color:#fff;
  box-shadow:0 20px 48px rgba(0,0,0,.12);
}
.hws-contact-final h2{color:#fff}
.hws-contact-final p{
  margin:12px 0 0;
  color:#92959a;
  font-size:11px;
}
.hws-contact-final-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-width:270px;
  min-height:62px;
  padding:0 18px 0 22px;
  border-radius:17px;
  background:var(--hws-red);
  color:#fff;
  text-decoration:none;
}
.hws-contact-final-cta span{
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
}
.hws-contact-final-cta strong{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:16px;
}

/* RESPONSIVE */
@media(max-width:1050px){
  .hws-contact-hero{
    grid-template-columns:1fr;
  }
  .hws-contact-section-head,
  .hws-contact-topics{
    grid-template-columns:1fr;
    gap:28px;
  }
}
@media(max-width:760px){
  .hws-contact{
    padding:12px 12px 48px;
  }
  .hws-contact-hero{
    min-height:0;
    padding:30px 21px;
    border-radius:20px;
  }
  .hws-contact-hero:after{
    font-size:78px;
    bottom:-18px;
  }
  .hws-contact-hero-copy h1{
    font-size:42px;
  }
  .hws-contact-hero-copy>p{
    font-size:12.5px;
  }
  .hws-contact-fastfacts{
    width:100%;
  }
  .hws-contact-fastfacts>div{
    min-width:0;
    flex:1;
    padding:12px 10px;
  }
  .hws-contact-section-head{
    padding:48px 6px 22px;
  }
  .hws-contact-section-head h2,
  .hws-contact-topics-title h2,
  .hws-contact-location h2,
  .hws-contact-final h2{
    font-size:32px;
  }
  .hws-contact-methods{
    grid-template-columns:1fr;
  }
  .hws-contact-method{
    min-height:0;
  }
  .hws-contact-topics{
    margin-top:52px;
    padding:28px 21px;
  }
  .hws-contact-location{
    grid-template-columns:1fr;
    margin-top:52px;
    padding:28px 21px;
  }
  .hws-contact-location-actions{
    min-width:0;
  }
  .hws-contact-final{
    align-items:flex-start;
    flex-direction:column;
    padding:28px 21px;
  }
  .hws-contact-final-cta{
    width:100%;
    min-width:0;
  }
}
@media(max-width:480px){
  .hws-contact-hero-copy h1{
    font-size:36px;
  }
  .hws-contact-hero-actions,
  .hws-contact-card-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .hws-contact-btn{
    width:100%;
  }
}


/* =========================================================
   HWS Kontakt Premium 1.0.1 — Lesbarkeit
   Kleinere Texte deutlich vergrößert, Design unverändert.
   ========================================================= */

.hws-contact .hws-contact-eyebrow{
  font-size:12px!important;
}

/* Hero */
.hws-contact .hws-contact-hero-copy>p{
  font-size:16px!important;
}
.hws-contact .hws-contact-btn{
  font-size:11px!important;
}
.hws-contact .hws-contact-fastfacts strong{
  font-size:16px!important;
}
.hws-contact .hws-contact-fastfacts span{
  font-size:10px!important;
}
.hws-contact .hws-contact-panel-kicker{
  font-size:11px!important;
}
.hws-contact .hws-contact-hero-panel>p{
  font-size:13px!important;
}
.hws-contact .hws-contact-whatsapp-card span{
  font-size:10px!important;
}
.hws-contact .hws-contact-whatsapp-card strong{
  font-size:16px!important;
}
.hws-contact .hws-contact-hero-panel>small{
  font-size:10px!important;
}

/* Section intro */
.hws-contact .hws-contact-section-head>p{
  font-size:15px!important;
}

/* Contact methods */
.hws-contact .hws-contact-method-index{
  font-size:10px!important;
}
.hws-contact .hws-contact-method>span{
  font-size:11px!important;
}
.hws-contact .hws-contact-method p{
  font-size:13px!important;
}
.hws-contact .hws-contact-method>a,
.hws-contact .hws-contact-card-actions>a{
  font-size:11px!important;
}
.hws-contact .hws-contact-copy{
  font-size:9px!important;
}

/* Topics */
.hws-contact .hws-contact-topics-list article>span{
  font-size:11px!important;
}
.hws-contact .hws-contact-topics-list h3{
  font-size:16px!important;
}
.hws-contact .hws-contact-topics-list p{
  font-size:12px!important;
}

/* Location */
.hws-contact .hws-contact-location-copy>p{
  font-size:13px!important;
}
.hws-contact .hws-contact-address strong{
  font-size:14px!important;
}
.hws-contact .hws-contact-address span{
  font-size:12px!important;
}

/* Final CTA */
.hws-contact .hws-contact-final p{
  font-size:13px!important;
}
.hws-contact .hws-contact-final-cta span{
  font-size:11px!important;
}

/* Mobile stays readable without becoming cramped */
@media(max-width:760px){
  .hws-contact .hws-contact-eyebrow{
    font-size:11px!important;
  }
  .hws-contact .hws-contact-hero-copy>p{
    font-size:14px!important;
  }
  .hws-contact .hws-contact-section-head>p{
    font-size:13px!important;
  }
  .hws-contact .hws-contact-method p{
    font-size:12px!important;
  }
  .hws-contact .hws-contact-topics-list p{
    font-size:11.5px!important;
  }
  .hws-contact .hws-contact-location-copy>p{
    font-size:12px!important;
  }
}
