/* schrotthandel-sandi.at – Nachbau der onepage.io-Seite als statisches HTML */

/* ---------- Schriften (lokal, DSGVO-konform) ---------- */
@font-face{font-family:"Montserrat";font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/montserrat-latin-500-normal.woff2) format("woff2")}
@font-face{font-family:"Montserrat";font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/montserrat-latin-600-normal.woff2) format("woff2")}
@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/montserrat-latin-700-normal.woff2) format("woff2")}
@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/open-sans-latin-400-normal.woff2) format("woff2")}
@font-face{font-family:"Open Sans";font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/open-sans-latin-400-italic.woff2) format("woff2")}
@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/open-sans-latin-600-normal.woff2) format("woff2")}
@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/open-sans-latin-700-normal.woff2) format("woff2")}

/* ---------- Grundwerte ---------- */
:root{
  --key1:#004aad;       /* Markenblau */
  --key2:#1861da;       /* helles Blau (Verlauf) */
  --text:#3a3a3a;
  --muted:rgba(58,58,58,.72);
  --card:#f2f2f2;
  --light-blue:#e2ecfe;
  --head:"Montserrat",sans-serif;
  --body:"Open Sans",sans-serif;
  --container:78.125rem; /* 1250px */
}
/* Wie im Original skaliert die ganze Seite mit der Fensterbreite */
html{font-size:clamp(13px,1vw,16px);scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (max-width:1000px){html{font-size:16px}}
*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-family:var(--body);color:var(--text);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,p{margin:0}
.icon{width:1em;height:1em;fill:currentColor;flex:none}
.icon--stroke{fill:none;stroke:currentColor}
.container{width:100%;max-width:calc(var(--container) + 3rem);margin:0 auto;padding:0 1.5rem}
.skip{position:absolute;left:1rem;top:-100px;background:#000;color:#fff;padding:.5rem 1rem;border-radius:0 0 4px 4px;font-weight:600;z-index:100}
.skip:focus{top:0}
section[id]{scroll-margin-top:1rem}

/* ---------- Pinsel-Unterstreichung ---------- */
.brush{position:relative;white-space:nowrap;display:inline-block}
.brush::after{content:"";position:absolute;left:0;right:0;bottom:-.12em;height:.19em;background:var(--key1);
  -webkit-mask:url(../img/brush.svg) center/100% 100% no-repeat;mask:url(../img/brush.svg) center/100% 100% no-repeat}

/* ---------- Kurven am Sektionsende ---------- */
.curve{position:absolute;left:0;right:0;bottom:-1px;width:100%;display:block;pointer-events:none;z-index:1}
.curve path{fill:var(--curve,#fff)}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:1.1rem;border-radius:4px;font-weight:700;line-height:1.2;
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease;cursor:pointer;white-space:nowrap}
.btn:hover{transform:translateY(-2px)}
.btn .icon{width:1.4em;height:1.4em}
.btn--hero{font-family:var(--head);font-size:1.125rem;padding:1.5625rem 2.25rem}
.btn--cta{font-family:var(--body);font-weight:600;font-size:1.1875rem;padding:1.5rem 2.375rem}
.btn--card{font-family:var(--body);font-weight:600;font-size:.9375rem;padding:1rem 1.75rem;gap:.75rem;justify-content:center}
.btn--card .icon{width:1.25em;height:1.25em}
.btn--white{background:#fff;color:#010101}
.btn--white:hover{box-shadow:0 10px 30px rgba(0,0,0,.25)}
.btn--ghost-white{color:#fff;box-shadow:inset 0 0 0 3px #fff}
.btn--cta.btn--ghost-white{box-shadow:inset 0 0 0 4px #fff}
.btn--ghost-white:hover{background:#fff;color:#010101}
.btn--blue{background:var(--key1);color:#fff}
.btn--blue:hover{background:var(--key2)}
.btn--ghost-dark{color:var(--text);box-shadow:inset 0 0 0 2px #000}
.btn--ghost-dark:hover{background:#000;color:#fff}

/* ---------- Header ---------- */
.header{background:#fff;position:relative;z-index:10}
.header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:11.25rem}
.header__logo img{width:13.3rem;height:auto}
.nav{display:flex;gap:3rem}
.nav a{font-family:var(--head);font-weight:700;font-size:1.375rem;line-height:1.2;transition:color .2s}
.nav a:hover{color:var(--key1)}
.header__phone{display:flex;align-items:center;gap:1.1rem;font-family:var(--head);font-weight:700;font-size:1.125rem}
.header__phone .icon{width:1.55rem;height:1.55rem}
.header__phone:hover{color:var(--key1)}
.menu-btn{display:none;background:none;border:0;padding:.5rem;cursor:pointer;color:var(--text)}
.menu-btn span{display:block;width:26px;height:2px;background:currentColor;margin:6px 0;transition:.25s}

/* ---------- Hero ---------- */
.hero{position:relative;color:#fff;overflow:hidden;background:#000}
.hero__bg{position:absolute;inset:0;background:url(../img/hero.webp) 56% 50%/cover no-repeat}
.hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000 0%,rgba(24,97,218,.9) 100%)}
.hero__inner{position:relative;z-index:2;padding:8.5rem 1.5rem 13rem}
.hero h1{font-family:var(--head);font-weight:700;font-size:4rem;line-height:1.18;max-width:72rem}
.hero__lead{font-size:1.25rem;line-height:1.5;margin-top:2.2rem;max-width:62rem}
.checklist{list-style:none;padding:0;margin:2.4rem 0 0;display:grid;gap:1rem}
.checklist li{display:flex;align-items:center;gap:1.1rem;font-family:var(--head);font-weight:600;font-size:1.875rem;line-height:1.2}
.checklist .icon{width:1.3rem;height:1.3rem}
.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:3.2rem}
.hero .curve{height:5.2rem}

/* ---------- Sektions-Köpfe ---------- */
.sec-head{text-align:center;max-width:56rem;margin:0 auto}
.sec-head h2{font-family:var(--head);font-weight:700;font-size:3rem;line-height:1.18}
.sec-head p{font-size:1.25rem;line-height:1.5;margin-top:1.6rem}

/* ---------- Leistungen ---------- */
.leistungen{padding:6.5rem 0 8rem}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:5rem}
.card{background:var(--card);border-radius:4px;overflow:hidden;text-align:center}
.card img{width:100%;height:18.75rem;object-fit:cover}
.card__body{padding:2.6rem 2.5rem 3.2rem}
.card h3{font-family:var(--head);font-weight:700;font-size:1.5rem;line-height:1.21;margin-bottom:1.6rem}
.card p{font-size:1.125rem;line-height:1.5}
.card p+p{margin-top:1.1rem}

/* ---------- CTA Ihr Altmetall ---------- */
.cta{padding:0 0 8rem}
.cta__box{position:relative;border-radius:8px;overflow:hidden;text-align:center;color:#fff;padding:5.9rem 3rem;
  box-shadow:0 31px 100px rgba(0,0,0,.15);background:url(../img/cta-lkw.webp) 55% 36%/cover no-repeat}
.cta__box::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.71)}
.cta__box>*{position:relative}
.cta h2{font-family:var(--head);font-weight:700;font-size:4rem;line-height:1.16}
.cta p{font-size:1.625rem;line-height:1.5;max-width:46rem;margin:2.6rem auto 0}
.cta p strong{font-weight:700}
.cta__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem}

/* ---------- Vorteile ---------- */
.vorteile{position:relative;padding:1rem 0 9rem}
.vorteile .curve{height:2.5rem;--curve:var(--light-blue)}
.benefits{display:grid;grid-template-columns:1fr 1fr;gap:5.5rem 6rem;margin-top:5.5rem;max-width:68rem;margin-left:auto;margin-right:auto;text-align:center}
.benefit .icon{width:6rem;height:6rem;color:var(--key1);margin:0 auto 3rem;stroke-width:1.1}
.benefit h3{font-family:var(--head);font-weight:700;font-size:2rem;line-height:1.2;min-height:2.4em;display:flex;align-items:flex-end;justify-content:center}
.benefit p{font-size:1.125rem;line-height:1.5;color:var(--muted);margin-top:1.4rem}

/* ---------- Kontakt ---------- */
.kontakt{position:relative;background:var(--light-blue);padding:6rem 0 9rem}
.kontakt .curve{height:2.5rem}
.kontakt__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:72rem;margin:0 auto;align-items:center}
.kontakt__img{width:100%;aspect-ratio:1/1;object-fit:cover}
.kontakt__card{background:#fff;border-radius:8px;box-shadow:0 30px 100px rgba(0,0,0,.08);padding:4.5rem 3rem}
.kontakt__card h2{font-family:var(--head);font-weight:700;font-size:2rem;line-height:1.2}
.kontakt__card hr{border:0;border-top:1px solid rgba(58,58,58,.15);width:7rem;margin:1.8rem 0}
.kontakt__card p{font-size:1.125rem;line-height:1.5}
.kontakt__buttons{display:grid;grid-template-columns:auto auto;gap:1rem;margin-top:1.8rem;justify-content:start}
.kontakt__buttons .btn--wide{grid-column:1/-1}

/* ---------- FAQ ---------- */
.faq{padding:6rem 0 7rem}
.faq__list{max-width:56rem;margin:5rem auto 0;border-bottom:1px solid rgba(58,58,58,.12)}
.faq__item{border-top:1px solid rgba(58,58,58,.12)}
.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:none;border:0;padding:2.6rem 0;
  font-family:var(--head);font-weight:700;font-size:1.375rem;line-height:1.21;color:var(--text);text-align:left;cursor:pointer}
.faq__q .icon{width:1.25rem;height:1.25rem;stroke-width:1.5;color:rgba(58,58,58,.6);transition:transform .3s}
.faq__item.open .faq__q .icon{transform:rotate(45deg)}
.faq__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}
.faq__a>div{overflow:hidden}
.faq__a p{font-size:1.125rem;line-height:1.5;color:rgba(58,58,58,.72);padding:0 3rem 2.6rem 0}
.faq__item.open .faq__a{grid-template-rows:1fr}

/* ---------- Footer ---------- */
.footer{padding:4rem 0 5rem}
.footer__grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1.1fr;gap:2.5rem;align-items:start}
.footer__logo img{width:15.6rem}
.footer__claim{font-style:italic;font-size:1.125rem;line-height:1.5;color:rgba(58,58,58,.72);margin-top:.4rem}
.footer .footer__h{font-family:var(--head);font-weight:700;font-size:1.25rem;line-height:1.2;margin-bottom:1.8rem}
.footer__links{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}
.footer__links a{font-family:var(--head);font-weight:700;font-size:1.05rem;line-height:1.2}
.footer__links a:hover{color:var(--key1)}
.footer__legal a{font-weight:600}
.footer__badge{display:block;width:15.9rem;margin-top:1rem}
.person{display:flex;align-items:center;gap:1rem;margin-bottom:1.6rem}
.person img{width:4.5rem;height:4.5rem;border-radius:50%;object-fit:cover}
.person strong{display:block;font-size:1.125rem;line-height:1.5}
.person span{font-size:1rem;color:rgba(58,58,58,.72)}
.contact-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}
.contact-list a{display:flex;align-items:center;gap:1.1rem}
.contact-list .icon{width:1.5rem;height:1.5rem}
.contact-list .label{font-size:1.0625rem;line-height:1.5}
.contact-list small{display:block;font-size:.85rem;letter-spacing:.5px;opacity:.7}
.contact-list .li-linkedin{font-weight:600;font-size:1.125rem}
.contact-list a:hover .label{color:var(--key1)}

/* ---------- Impressum ---------- */
.legal{padding:5rem 0 7rem}
.legal .container{max-width:56rem}
.legal h1{font-family:var(--head);font-weight:700;font-size:3rem;line-height:1.18;margin-bottom:3rem}
.legal h2{font-family:var(--head);font-weight:700;font-size:1.5rem;line-height:1.25;margin:3rem 0 1rem}
.legal h3{font-family:var(--head);font-weight:700;font-size:1.15rem;margin:2rem 0 .6rem}
.legal p,.legal li{font-size:1.0625rem;line-height:1.65}
.legal p+p{margin-top:.8rem}
.legal a{color:var(--key1);text-decoration:underline}
.legal .btn{text-decoration:none}
.legal .btn--blue{color:#fff}
.legal .btn--ghost-dark{color:var(--text)}
.legal .todo{background:#fff3c4;padding:0 .25em}

/* ---------- Tablet ---------- */
@media (max-width:1000px){
  .nav,.header__phone{display:none}
  .menu-btn{display:block}
  .header__inner{min-height:5.5rem}
  .header__logo img{width:9.5rem}
  .nav.open{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:#fff;box-shadow:0 20px 30px rgba(0,0,0,.08);padding:.5rem 1.5rem 1.5rem}
  .nav.open a{padding:1rem 0;border-bottom:1px solid #eee;font-size:1.125rem}
  .nav.open .nav__phone{display:flex;align-items:center;gap:.8rem;border:0;color:var(--key1)}
  .menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .menu-btn[aria-expanded=true] span:nth-child(2){opacity:0}
  .menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .hero__inner{padding:4.5rem 1.5rem 8rem}
  .hero h1{font-size:2.75rem}
  .checklist li{font-size:1.35rem}
  .cards{grid-template-columns:1fr;max-width:34rem;margin-left:auto;margin-right:auto}
  .benefits{gap:4rem 2.5rem}
  .benefit h3{font-size:1.5rem}
  .kontakt__grid{grid-template-columns:1fr;max-width:34rem}
  .footer__grid{grid-template-columns:1fr 1fr}
  .cta h2{font-size:3rem}
  .cta p{font-size:1.25rem}
}
.nav__phone{display:none}

/* ---------- Handy ---------- */
@media (max-width:640px){
  .container{padding:0 1rem}
  .hero__inner{padding:3.5rem 1rem 6rem}
  .hero h1{font-size:2rem}
  .hero__lead{font-size:1rem;margin-top:1.4rem}
  .checklist{margin-top:1.6rem;gap:.8rem}
  .checklist li{font-size:1.05rem;align-items:flex-start}
  .checklist .icon{margin-top:.15rem}
  .hero__buttons,.cta__buttons{flex-direction:column;align-items:stretch}
  .btn{white-space:normal;justify-content:center}
  .btn--hero,.btn--cta{font-size:1rem;padding:1.1rem 1.4rem}
  .hero .curve{height:2.5rem}
  .sec-head h2{font-size:2rem}
  .sec-head p{font-size:1.05rem}
  .leistungen{padding:4rem 0 5rem}
  .cards{margin-top:3rem}
  .card img{height:14rem}
  .card__body{padding:2rem 1.5rem 2.4rem}
  .card h3{font-size:1.3rem}
  .card p{font-size:1rem}
  .cta{padding-bottom:5rem}
  .cta__box{padding:3.5rem 1.25rem}
  .cta h2{font-size:2.1rem}
  .cta p{font-size:1.1rem;margin-top:1.6rem}
  .benefits{grid-template-columns:1fr;margin-top:3.5rem;gap:3.5rem}
  .benefit .icon{width:4.2rem;height:4.2rem;margin-bottom:1.6rem}
  .benefit h3{min-height:0;font-size:1.4rem}
  .benefit p{font-size:1rem}
  .vorteile{padding-bottom:6rem}
  .kontakt{padding:4rem 0 6rem}
  .kontakt__card{padding:2.5rem 1.5rem}
  .kontakt__card h2{font-size:1.6rem}
  .kontakt__buttons{grid-template-columns:1fr}
  .faq{padding:4rem 0 5rem}
  .faq__list{margin-top:3rem}
  .faq__q{font-size:1.1rem;padding:1.6rem 0}
  .faq__a p{font-size:1rem;padding:0 0 1.6rem}
  .footer__grid{grid-template-columns:1fr;gap:2.5rem}
  .legal h1{font-size:2rem}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
