
:root{--red:#d71920;--yellow:#ffd21f;--black:#0b0d10;--ink:#151515;--muted:#606875;--paper:#fff;--soft:#f4f5f7;--line:#e3e5e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:var(--ink)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,92vw);margin:auto}.topbar{background:var(--yellow);font-weight:900;font-size:14px;padding:8px 0}.topbar .container{display:flex;gap:18px;justify-content:flex-end;flex-wrap:wrap}.site-header{position:sticky;top:0;z-index:50;background:rgba(11,13,16,.96);border-bottom:4px solid var(--red)}.nav{display:flex;align-items:center;gap:22px;min-height:78px}.brand img{width:238px}.menu{display:flex;gap:20px;margin-left:auto;align-items:center}.menu a{color:#fff;text-transform:uppercase;font-size:14px;font-weight:900}.lang{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.lang a{font-size:12px;padding:7px 8px;border-radius:6px;background:#222;color:#fff;font-weight:800}.lang a.active{background:var(--yellow);color:#111}.phonebtn{background:var(--yellow);color:#111!important;padding:11px 14px;border-radius:8px}.hero{background:linear-gradient(135deg,#111 0%,#1c222c 70%,#070707 100%);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(255,210,31,.16) 0 12px,transparent 12px 32px);opacity:.5}.hero-grid{position:relative;display:grid;grid-template-columns:1.18fr .82fr;gap:42px;align-items:center;padding:70px 0}.eyebrow{color:var(--yellow);font-weight:900;text-transform:uppercase;letter-spacing:.09em;margin:0 0 10px}.hero h1{font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;font-size:clamp(44px,6vw,86px);line-height:.97;margin:0 0 20px;text-shadow:4px 4px 0 var(--red)}.lead{font-size:20px;line-height:1.55;color:#eef2f6;max-width:720px}.actions{display:flex;gap:13px;flex-wrap:wrap;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;padding:14px 20px;font-weight:900;text-transform:uppercase;cursor:pointer}.btn-primary{background:var(--red);color:#fff;box-shadow:6px 6px 0 var(--yellow)}.btn-light{background:#fff;color:#111}.btn-dark{background:#111;color:#fff;width:100%}.hero-card{background:#fff;color:#111;border-radius:18px;padding:28px;box-shadow:14px 14px 0 var(--red)}.stripe{height:26px;background:repeating-linear-gradient(135deg,var(--yellow) 0 16px,#111 16px 32px);border-radius:8px;margin-bottom:20px}.hero-card h2{font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;font-size:34px;margin:0 0 12px}.hero-card ul{margin:0;padding-left:22px;line-height:1.8;font-weight:800}.section{padding:68px 0}.section-head{margin-bottom:28px}.section-head h2{font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;font-size:clamp(36px,4.8vw,64px);line-height:1;margin:0 0 10px}.section-head p{font-size:18px;color:var(--muted);max-width:760px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.08)}.card-photo{height:220px;object-fit:cover;width:100%;background:#222}.card-body{padding:20px}.card h3{font-size:22px;margin:0 0 8px}.muted{color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0}.stats span{background:var(--soft);border-radius:9px;padding:10px;text-align:center;font-weight:900}.price{font-size:26px;color:var(--red);font-weight:900;margin:12px 0}.tags{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.tags span{background:#111;color:#fff;border-radius:999px;font-size:12px;padding:7px 9px;font-weight:800}.dark{background:#0b0d10;color:#fff}.dark .section-head p{color:#d9dde5}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{background:#171b22;border-left:6px solid var(--yellow);border-radius:14px;padding:22px}.feature strong{display:block;font-size:20px;margin-bottom:9px}.feature p{color:#cdd3dc;line-height:1.5}.contact{background:var(--soft)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px}.contact-card{background:#fff;border-radius:18px;padding:24px;box-shadow:0 10px 32px rgba(0,0,0,.08)}.contact-list a{display:block;font-weight:900;margin:12px 0}.form{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#fff;border-radius:18px;padding:24px;box-shadow:0 10px 32px rgba(0,0,0,.08)}.form label{font-weight:900;display:grid;gap:7px}.form input,.form textarea{border:1px solid var(--line);border-radius:8px;padding:12px;font:inherit}.form .wide,.form button{grid-column:1/-1}.footer{background:#07080a;color:#fff;padding:34px 0}.footer-grid{display:grid;grid-template-columns:260px 1fr auto;gap:24px;align-items:center}.footer img{width:230px}.apartment-hero{background:#111;color:#fff;padding:46px 0;border-bottom:8px solid var(--yellow)}.apartment-hero h1{font-family:Impact,Arial Black,sans-serif;text-transform:uppercase;font-size:clamp(38px,5vw,68px);line-height:1;margin:10px 0}.breadcrumb{color:#ffe677;font-weight:900}.detail-grid{display:grid;grid-template-columns:1.1fr .75fr;gap:34px}.gallery{display:grid;grid-template-columns:2fr 1fr;gap:12px}.gallery img{width:100%;height:230px;object-fit:cover;border-radius:14px}.gallery img:first-child{grid-row:span 2;height:472px}.side-box{position:sticky;top:110px;align-self:start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 12px 30px rgba(0,0,0,.08)}.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}.specs div{background:var(--soft);border-radius:10px;padding:12px;font-weight:900}.content p{font-size:18px;line-height:1.65;color:#303846}.feature-list{columns:2;line-height:1.9;font-weight:800}.feature-list li::marker{color:var(--red)}.mapbox{background:var(--soft);border-radius:16px;padding:24px;border:1px dashed #bbb}.notice{background:#fff7d1;border-left:7px solid var(--yellow);padding:16px;border-radius:10px;font-weight:800}.mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;background:#111;z-index:80;padding:10px;gap:8px}.mobile-cta a{flex:1;text-align:center;background:var(--yellow);border-radius:8px;padding:12px;font-weight:900}.mobile-cta a:first-child{background:var(--red);color:#fff}@media(max-width:950px){.nav{flex-wrap:wrap;padding:12px 0}.brand img{width:210px}.menu{order:3;width:100%;justify-content:space-between;gap:10px}.hero-grid,.contact-grid,.detail-grid{grid-template-columns:1fr}.cards,.features,.footer-grid{grid-template-columns:1fr 1fr}.gallery img:first-child{height:360px}.side-box{position:static}}@media(max-width:620px){.topbar{display:none}.brand img{width:190px}.menu a:not(.phonebtn){font-size:12px}.lang{width:100%;justify-content:flex-start}.hero-grid{padding:42px 0}.hero h1{font-size:42px}.cards,.features,.footer-grid{grid-template-columns:1fr}.form{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:230px}.mobile-cta{display:flex}body{padding-bottom:62px}.section{padding:50px 0}}

/* Hero redesign: Handwerkerteam mit blauem Himmel */
.hero{background:#dceffc url('hero-handwerkerteam.webp') right center/cover no-repeat;min-height:620px;color:#fff;position:relative;overflow:hidden;border-bottom:0}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 38%,rgba(255,255,255,.2) 59%,rgba(0,0,0,.08) 100%);opacity:1}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:118px;background:rgba(5,7,10,.82);backdrop-filter:blur(3px)}
.hero-stage{position:relative;z-index:2;display:grid;align-content:end;min-height:620px;padding:55px 0 0}
.hero-copy{max-width:650px;align-self:center;padding-bottom:118px}
.hero .eyebrow{display:inline-block;background:var(--red);color:#fff;font-size:clamp(28px,4vw,50px);line-height:1;letter-spacing:.03em;padding:9px 20px 8px;transform:rotate(-3deg);box-shadow:8px 8px 0 rgba(11,13,16,.95);margin:0 0 14px;font-family:Impact,Arial Black,sans-serif}
.hero h1{font-size:clamp(58px,8vw,112px);line-height:.83;color:#07111f;text-shadow:none;letter-spacing:.01em;margin:0 0 20px;max-width:700px}
.hero h1::first-line{color:#07111f}
.hero .lead{display:inline-block;background:var(--yellow);color:#101010;font-size:clamp(18px,2vw,26px);font-weight:900;line-height:1.25;max-width:680px;padding:11px 18px;transform:rotate(-2deg);box-shadow:7px 7px 0 var(--red)}
.hero .actions{margin-top:34px}
.hero .btn-primary{background:var(--red);color:#fff;box-shadow:6px 6px 0 var(--yellow)}
.hero .btn-light{background:#fff;color:#111;border:2px solid #111}
.hero-benefits{position:absolute;left:0;right:0;bottom:0;height:118px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;color:#fff;z-index:3}
.hero-benefit{display:flex;gap:14px;align-items:center;padding:18px 24px;border-left:1px solid rgba(255,255,255,.14)}
.hero-benefit:first-child{border-left:0}.hero-benefit-icon{display:grid;place-items:center;min-width:54px;height:54px;border:2px solid var(--red);border-radius:50%;font-size:26px;color:var(--red)}
.hero-benefit strong{display:block;text-transform:uppercase;font-size:16px;line-height:1.1}.hero-benefit p{margin:4px 0 0;color:#e7ecf2;font-size:14px}.section#wohnungen{background:#fff}.section#wohnungen .section-head h2{font-size:clamp(32px,4vw,52px)}
@media(max-width:950px){.hero{min-height:640px;background-position:65% center}.hero-stage{min-height:640px}.hero-copy{max-width:610px}.hero:before{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82) 56%,rgba(255,255,255,.15))}.hero-benefits{grid-template-columns:repeat(2,1fr);height:auto}.hero:after{height:190px}.hero-copy{padding-bottom:205px}.hero-benefit{padding:14px 18px}.hero-benefit-icon{min-width:42px;height:42px;font-size:20px}}
@media(max-width:620px){.hero{min-height:710px;background-position:62% top}.hero-stage{min-height:710px;padding-top:30px}.hero-copy{padding-bottom:300px}.hero h1{font-size:48px}.hero .eyebrow{font-size:27px}.hero .lead{font-size:17px}.hero-benefits{grid-template-columns:1fr;height:auto}.hero:after{height:286px}.hero-benefit{padding:10px 12px}.hero-benefit strong{font-size:14px}.hero-benefit p{font-size:12px}.hero .actions{gap:8px}.hero .btn{width:100%;padding:12px}}

/* V6: Header exakt näher am Mockup – schwarze Kontaktleiste, weißer Hauptheader */
.topbar{background:#0b0d10;color:#fff;border-bottom:0;font-size:15px;padding:10px 0;}
.topbar .container{justify-content:flex-start;align-items:center;gap:34px;}
.topbar span{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;}
.site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid #e5e5e5;box-shadow:0 3px 16px rgba(0,0,0,.08);}
.nav{min-height:108px;}
.brand img{width:260px;display:block;}
.menu{gap:32px;}
.menu a{color:#111!important;text-transform:none;font-size:16px;font-weight:900;padding:39px 0 34px;border-bottom:3px solid transparent;}
.menu a:hover,.menu a:first-child{color:var(--red)!important;border-bottom-color:var(--red);}
.menu .phonebtn{background:var(--yellow);color:#111!important;border:0;padding:15px 22px;border-radius:6px;text-transform:uppercase;box-shadow:none;}
.lang{margin-left:18px;}
.lang a{background:transparent;color:#111;font-weight:900;padding:6px 4px;}
.lang a.active{background:transparent;color:#111;border-bottom:3px solid var(--red);border-radius:0;}

/* V6: Startseiten-Banner wie das Bild – Text links, Handwerkerteam rechts, blauer Himmel */
.hero{background:#dceffc url('hero-handwerkerteam.webp') right center/cover no-repeat;min-height:650px;color:#fff;position:relative;overflow:hidden;border-bottom:0;}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 34%,rgba(255,255,255,.54) 52%,rgba(255,255,255,.03) 74%);opacity:1;}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:118px;background:rgba(5,7,10,.82);backdrop-filter:blur(3px);}
.hero-stage{position:relative;z-index:2;display:grid;align-content:end;min-height:650px;padding:58px 0 0;}
.hero-copy{max-width:680px;align-self:center;padding-bottom:128px;}
.hero .eyebrow{display:inline-block;background:var(--red);color:#fff;font-size:clamp(30px,4vw,54px);line-height:1;letter-spacing:.03em;padding:9px 22px 8px;transform:rotate(-3deg);box-shadow:none;margin:0 0 16px;font-family:Impact,Arial Black,sans-serif;}
.hero h1{font-size:clamp(60px,8vw,118px);line-height:.82;color:#07111f;text-shadow:none;letter-spacing:.01em;margin:0 0 22px;max-width:720px;}
.hero .lead{display:inline-block;background:var(--yellow);color:#101010;font-size:clamp(18px,2vw,26px);font-weight:900;line-height:1.25;max-width:700px;padding:12px 20px;transform:rotate(-2deg);box-shadow:none;text-transform:uppercase;}
.hero .actions{margin-top:30px;}
.hero .btn-primary{background:var(--red);color:#fff;box-shadow:none;}
.hero .btn-light{background:#fff;color:#111;border:2px solid #111;}
.hero-benefits{position:absolute;left:0;right:0;bottom:0;height:118px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;color:#fff;z-index:3;}
.hero-benefit{display:flex;gap:14px;align-items:center;padding:18px 24px;border-left:1px solid rgba(255,255,255,.14);}
.hero-benefit:first-child{border-left:0;}
.hero-benefit-icon{display:grid;place-items:center;min-width:54px;height:54px;border:2px solid var(--red);border-radius:50%;font-size:26px;color:var(--red);}
.hero-benefit strong{display:block;text-transform:uppercase;font-size:16px;line-height:1.1;}
.hero-benefit p{margin:4px 0 0;color:#e7ecf2;font-size:14px;}

@media(max-width:950px){
  .nav{min-height:auto;padding:12px 0;}
  .brand img{width:220px;}
  .menu{order:3;width:100%;justify-content:space-between;gap:10px;}
  .menu a{padding:10px 0;font-size:14px;}
  .lang{margin-left:auto;}
  .hero{min-height:660px;background-position:62% center;}
  .hero-stage{min-height:660px;}
  .hero:before{background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.86) 58%,rgba(255,255,255,.16));}
  .hero:after{height:190px;}
  .hero-copy{padding-bottom:205px;max-width:610px;}
  .hero-benefits{grid-template-columns:repeat(2,1fr);height:auto;}
  .hero-benefit{padding:14px 18px;}
  .hero-benefit-icon{min-width:42px;height:42px;font-size:20px;}
}
@media(max-width:620px){
  .topbar{display:none;}
  .brand img{width:190px;}
  .site-header{position:relative;}
  .menu{overflow-x:auto;justify-content:flex-start;padding-bottom:6px;}
  .menu a:not(.phonebtn){font-size:13px;white-space:nowrap;}
  .lang{width:100%;justify-content:flex-start;}
  .hero{min-height:730px;background-position:65% top;}
  .hero-stage{min-height:730px;padding-top:30px;}
  .hero-copy{padding-bottom:305px;}
  .hero h1{font-size:50px;}
  .hero .eyebrow{font-size:28px;}
  .hero .lead{font-size:17px;}
  .hero:after{height:286px;}
  .hero-benefits{grid-template-columns:1fr;height:auto;}
  .hero-benefit{padding:10px 12px;}
  .hero-benefit strong{font-size:14px;}
  .hero-benefit p{font-size:12px;}
  .hero .actions{gap:8px;}
  .hero .btn{width:100%;padding:12px;}
}


/* V8 FINAL: Mockup-Header + Mockup-Hero, ohne Unterseiten/Sprachen zu verlieren */
.topbar{
  background:#0b0d10!important;
  color:#fff!important;
  border-bottom:0!important;
  font-size:15px!important;
  padding:10px 0!important;
}
.topbar .container{
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:34px!important;
  flex-wrap:wrap!important;
}
.site-header{
  position:sticky!important;
  top:0!important;
  z-index:60!important;
  background:#fff!important;
  border-bottom:1px solid #e5e5e5!important;
  box-shadow:0 3px 16px rgba(0,0,0,.08)!important;
}
.nav{min-height:108px!important;display:flex!important;align-items:center!important;gap:22px!important}
.brand img{width:260px!important;height:auto!important;display:block!important}
.menu{gap:32px!important;margin-left:auto!important}
.menu a{
  color:#111!important;
  text-transform:none!important;
  font-size:16px!important;
  font-weight:900!important;
  padding:39px 0 34px!important;
  border-bottom:3px solid transparent!important;
}
.menu a:hover,.menu a:first-child{color:var(--red)!important;border-bottom-color:var(--red)!important}
.menu .phonebtn{
  background:var(--yellow)!important;
  color:#111!important;
  border:0!important;
  padding:15px 22px!important;
  border-radius:6px!important;
  text-transform:uppercase!important;
}
.lang{margin-left:18px!important}
.lang a{background:transparent!important;color:#111!important;font-weight:900!important;padding:6px 4px!important}
.lang a.active{background:transparent!important;color:#111!important;border-bottom:3px solid var(--red)!important;border-radius:0!important}

.hero{
  background:#dceffc url('hero-handwerkerteam.webp') right center/cover no-repeat!important;
  min-height:650px!important;
  color:#fff!important;
  position:relative!important;
  overflow:hidden!important;
  border-bottom:0!important;
}
.hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 34%,rgba(255,255,255,.55) 52%,rgba(255,255,255,.02) 74%)!important;
  opacity:1!important;
}
.hero:after{
  content:""!important;
  position:absolute!important;
  left:0!important;right:0!important;bottom:0!important;
  height:118px!important;
  background:rgba(5,7,10,.84)!important;
  backdrop-filter:blur(3px)!important;
}
.hero-stage{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  align-content:end!important;
  min-height:650px!important;
  padding:58px 0 0!important;
}
.hero-copy{max-width:690px!important;align-self:center!important;padding-bottom:128px!important}
.hero .eyebrow{
  display:inline-block!important;
  background:var(--red)!important;
  color:#fff!important;
  font-size:clamp(30px,4vw,54px)!important;
  line-height:1!important;
  letter-spacing:.03em!important;
  padding:9px 22px 8px!important;
  transform:rotate(-3deg)!important;
  box-shadow:none!important;
  margin:0 0 16px!important;
  font-family:Impact,Arial Black,sans-serif!important;
  text-transform:uppercase!important;
}
.hero h1{
  font-family:Impact,Arial Black,sans-serif!important;
  text-transform:uppercase!important;
  font-size:clamp(64px,8vw,122px)!important;
  line-height:.82!important;
  color:#07111f!important;
  text-shadow:none!important;
  letter-spacing:.01em!important;
  margin:0 0 22px!important;
  max-width:720px!important;
}
.hero h1 span{color:var(--red)!important}
.hero .lead{
  display:inline-block!important;
  background:var(--yellow)!important;
  color:#101010!important;
  font-size:clamp(18px,2vw,26px)!important;
  font-weight:900!important;
  line-height:1.25!important;
  max-width:700px!important;
  padding:12px 20px!important;
  transform:rotate(-2deg)!important;
  box-shadow:none!important;
  text-transform:uppercase!important;
}
.hero .actions{margin-top:30px!important}
.hero .btn-primary{background:var(--red)!important;color:#fff!important;box-shadow:none!important}
.hero .btn-light{background:#fff!important;color:#111!important;border:2px solid #111!important;box-shadow:none!important}
.hero-benefits{
  position:absolute!important;
  left:0!important;right:0!important;bottom:0!important;
  height:118px!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:0!important;
  color:#fff!important;
  z-index:3!important;
}
.hero-benefit{display:flex!important;gap:14px!important;align-items:center!important;padding:18px 24px!important;border-left:1px solid rgba(255,255,255,.14)!important}
.hero-benefit:first-child{border-left:0!important}
.hero-benefit-icon{display:grid!important;place-items:center!important;min-width:54px!important;height:54px!important;border:2px solid var(--red)!important;border-radius:50%!important;font-size:26px!important;color:var(--red)!important}
.hero-benefit strong{display:block!important;text-transform:uppercase!important;font-size:16px!important;line-height:1.1!important}
.hero-benefit p{margin:4px 0 0!important;color:#e7ecf2!important;font-size:14px!important}

@media(max-width:950px){
  .nav{min-height:auto!important;padding:12px 0!important;flex-wrap:wrap!important}
  .brand img{width:220px!important}
  .menu{order:3!important;width:100%!important;justify-content:space-between!important;gap:10px!important}
  .menu a{padding:10px 0!important;font-size:14px!important}
  .lang{margin-left:auto!important}
  .hero{min-height:660px!important;background-position:62% center!important}
  .hero-stage{min-height:660px!important}
  .hero:before{background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.86) 58%,rgba(255,255,255,.16))!important}
  .hero:after{height:190px!important}
  .hero-copy{padding-bottom:205px!important;max-width:610px!important}
  .hero-benefits{grid-template-columns:repeat(2,1fr)!important;height:auto!important}
  .hero-benefit{padding:14px 18px!important}
  .hero-benefit-icon{min-width:42px!important;height:42px!important;font-size:20px!important}
}
@media(max-width:620px){
  .topbar{display:none!important}
  .brand img{width:190px!important}
  .site-header{position:relative!important}
  .menu{overflow-x:auto!important;justify-content:flex-start!important;padding-bottom:6px!important}
  .menu a:not(.phonebtn){font-size:13px!important;white-space:nowrap!important}
  .lang{width:100%!important;justify-content:flex-start!important}
  .hero{min-height:730px!important;background-position:65% top!important}
  .hero-stage{min-height:730px!important;padding-top:30px!important}
  .hero-copy{padding-bottom:305px!important}
  .hero h1{font-size:50px!important}
  .hero .eyebrow{font-size:28px!important}
  .hero .lead{font-size:17px!important}
  .hero:after{height:286px!important}
  .hero-benefits{grid-template-columns:1fr!important;height:auto!important}
  .hero-benefit{padding:10px 12px!important}
  .hero-benefit strong{font-size:14px!important}
  .hero-benefit p{font-size:12px!important}
  .hero .actions{gap:8px!important}
  .hero .btn{width:100%!important;padding:12px!important}
}
