@import url('../assets/fonts/fonts.css');

/* ============ RecruitVision GmbH – 1:1 Rebuild ============ */
:root{
  --bordeaux:#683545;
  --bordeaux-dark:#57263a;
  --ink:#141617;
  --heading:#212934;
  --body:#2b2b2b;
  --muted:#757474;
  --line:#e0e0e0;
  --bg:#ffffff;
  --bg-gray:#f9f9f9;
  --green:#009356;
  --container:1352px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',Arial,Helvetica,sans-serif;
  font-size:15px;
  line-height:1.6;
  letter-spacing:.24px;
  color:var(--body);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:'Inter Tight',Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.2}
strong,b{font-weight:700;color:var(--ink)}
.container{max-width:var(--container);margin:0 auto;padding:0 30px}

/* section rhythm */
section{padding:40px 0}
.eyebrow{
  display:inline-block;font-family:'Inter Tight';font-weight:700;font-size:11px;
  letter-spacing:.5px;text-transform:uppercase;color:#fff;
  border:1px solid rgba(255,255,255,.55);padding:8px 16px;border-radius:4px;margin-bottom:22px;
}
.h2-lg{font-size:48px;font-weight:700;letter-spacing:-.72px;line-height:1.2}
.lead{font-size:15px;line-height:1.65;color:var(--body)}

/* buttons */
.btn{
  display:inline-flex;align-items:center;gap:10px;
  font-family:'Inter Tight';font-weight:600;font-size:17.6px;letter-spacing:.264px;
  padding:15px 35px;border-radius:6px;cursor:pointer;border:none;transition:.2s;
}
.btn svg{width:17px;height:17px}
.btn-bordeaux{background:var(--bordeaux);color:#fff}
.btn-bordeaux:hover{background:var(--bordeaux-dark)}
.btn-white{background:#fff;color:var(--ink)}
.btn-white:hover{background:#f0f0f0}

/* ============ HEADER ============ */
.site-header{
  position:sticky;top:0;z-index:100;background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.06);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:96px}
.logo img{height:52px;width:auto}
.main-nav{display:flex;align-items:center;gap:34px;margin-left:auto;margin-right:34px}
.main-nav a{font-family:'Inter Tight';font-weight:600;font-size:16px;color:var(--heading);letter-spacing:.24px;transition:.2s}
.main-nav a:hover{color:var(--bordeaux)}
.nav-toggle{display:none;background:none;border:none;cursor:pointer}
.nav-toggle svg{width:28px;height:28px}

/* ============ HERO (Box mit runden Ecken, wie Original) ============ */
.hero-section{
  margin:14px 16px 0;
  border-radius:40px;
  overflow:hidden;
  padding:0 54px;
  background:linear-gradient(108deg, rgba(104,53,69,.93) 44%, rgba(104,53,69,.10) 72%),
             url('../assets/img/Recruiting-Mitarbeitergewinnung-RecruitVision-Niclas-Vehrke.webp');
  background-size:cover;background-position:center right;
  display:flex;align-items:center;min-height:525px;
}
.hero-content{max-width:616px;padding:56px 0;color:#fff}
.hero-content h1{color:#fff;font-weight:600;font-size:48px;letter-spacing:.96px;line-height:1.2;margin-bottom:20px}
.hero-content p{color:rgba(255,255,255,.95);font-size:15px;line-height:1.7;margin-bottom:28px;max-width:600px}
.hero-content p strong{color:#fff}

/* ============ TRUST BAR ============ */
.trustbar{padding:30px 0}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.trust-col{padding:0 34px;text-align:center;border-right:1px solid var(--line)}
.trust-col:last-child{border-right:none}
.trust-col img{margin:0 auto}
.trust-bvmw img{height:70px;width:auto}
.trust-label{font-family:'Inter Tight';font-weight:700;font-size:15px;color:var(--ink);margin-bottom:12px}
.stars{color:var(--ink);font-size:30px;letter-spacing:4px;line-height:1}
.trust-woe img{height:30px;width:auto;margin-top:6px}
.trust-30{font-family:'Inter Tight';font-weight:800;font-size:46px;color:var(--ink);line-height:1}
.trust-30 span{display:block;font-size:15px;font-weight:400;font-family:'Inter';color:var(--body);margin-top:8px;letter-spacing:.24px}

/* ============ FEATURES (Fachkräfte) ============ */
.section-center{text-align:center}
.section-center .h2-lg{margin-bottom:20px}
.section-intro{max-width:900px;margin:0 auto 28px;font-size:15px;line-height:1.7;color:var(--body)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;max-width:1080px;margin:0 auto}
.feature{text-align:center;padding:0 12px}
.feature .ficon{width:56px;height:56px;margin:0 auto 26px;color:var(--bordeaux)}
.feature .ficon svg{width:100%;height:100%;stroke:var(--bordeaux)}
.feature p{font-size:15px;line-height:1.7;color:var(--body)}

.divider{max-width:1080px;margin:0 auto;border:none;border-top:1px dashed #cfcfcf}

/* ============ TWO-COLUMN (process / vorgehen) ============ */
.two-col{display:grid;gap:52px;align-items:center}
.two-col.imgleft{grid-template-columns:2fr 3fr}
.two-col.textleft{grid-template-columns:3fr 2fr}
.two-col.reverse .col-img{order:-1}
.two-col h2{font-size:48px;font-weight:700;letter-spacing:-.72px;margin-bottom:22px}
.two-col p{font-size:15px;line-height:1.7;margin-bottom:18px}
.ordered{list-style:none;counter-reset:step;margin-top:10px}
.ordered li{counter-increment:step;position:relative;padding-left:26px;margin-bottom:14px;font-size:15px;line-height:1.7}
.ordered li::before{content:counter(step) ".";position:absolute;left:0;font-weight:700;color:var(--ink)}
.arrow-list{list-style:none}
.arrow-list li{position:relative;padding-left:34px;margin-bottom:20px;font-size:15px;line-height:1.6}
.arrow-list li::before{content:"→";position:absolute;left:0;top:0;color:var(--bordeaux);font-weight:700;font-size:15px}
.illus{width:100%;height:auto}

/* ============ CTA BAND (Personalmangel) ============ */
.cta-band .band-card{
  border-radius:14px;overflow:hidden;color:#fff;min-height:360px;display:flex;align-items:center;
  background:linear-gradient(100deg, rgba(104,53,69,.96) 46%, rgba(104,53,69,.35) 78%),
             url('../assets/img/Recruiting-Logistik-Industrie-Mitarbeitergewinnung-Mitarbeiter-Mann-Fabrik.webp');
  background-size:cover;background-position:center right;
}
.band-inner{padding:56px 60px;max-width:640px}
.band-inner h2{color:#fff;font-size:44px;font-weight:700;letter-spacing:-.5px;margin-bottom:20px;line-height:1.15}
.band-inner p{color:rgba(255,255,255,.95);font-size:15px;line-height:1.7;margin-bottom:26px}
.band-inner p strong{color:#fff}
.band-checks{display:flex;gap:44px;margin-top:26px;flex-wrap:wrap}
.band-check{display:flex;gap:12px;align-items:flex-start;max-width:230px}
.band-check svg{width:22px;height:22px;flex-shrink:0;stroke:#fff}
.band-check span{font-size:15px;line-height:1.5}
.band-check strong{color:#fff}

/* ============ PARTNER LOGOS ============ */
.partner-logos{overflow:hidden;margin-top:26px}
.logo-track{display:flex;align-items:center;gap:64px;animation:scroll 42s linear infinite;width:max-content}
.partner-logos:hover .logo-track{animation-play-state:paused}
.logo-track img{height:46px;width:auto;filter:grayscale(1);opacity:.6;transition:filter .3s ease,opacity .3s ease}
.logo-track img:hover{filter:grayscale(0);opacity:1}
@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ============ ERFOLGSBERICHTE ============ */
.reports .two-col{grid-template-columns:360px 1fr;align-items:flex-start}
.reports .two-col > *{min-width:0}
.reports-track{display:flex;gap:22px;overflow-x:auto;max-width:100%;padding-bottom:14px;scroll-snap-type:x mandatory}
.reports-track::-webkit-scrollbar{height:8px}
.reports-track::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:4px}
.report-card{
  flex:0 0 330px;scroll-snap-align:start;border-radius:10px;overflow:hidden;
  position:relative;background:#eee;min-height:470px;display:flex;flex-direction:column;justify-content:space-between;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
}
.report-card .rc-top{position:relative;height:230px;background-size:cover;background-position:center}
.report-card .rc-top::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,22,23,.10) 40%,rgba(20,22,23,.72))}
.report-card .rc-name{position:absolute;left:22px;right:22px;bottom:18px;z-index:2;color:#fff;font-family:'Inter Tight';font-weight:700;font-size:22px;line-height:1.2}
.report-card .rc-body{background:#fff;padding:26px 24px 24px;flex:1}
.report-card .rc-num{font-family:'Inter Tight';font-weight:800;font-size:46px;color:var(--ink);line-height:1}
.report-card .rc-sub{font-size:13px;color:var(--muted);margin:6px 0 4px}
.report-card .rc-pos{font-family:'Inter Tight';font-weight:700;font-size:14px;color:var(--ink);margin-bottom:16px}
.rc-verified{display:flex;align-items:center;gap:8px;font-family:'Inter Tight';font-weight:600;font-size:15px;color:var(--ink)}
.rc-verified svg{width:18px;height:18px;stroke:var(--green)}

/* ============ WHITEPAPER ============ */
.whitepaper{padding:0}
.wp-card{background:var(--bg-gray);border-radius:14px;padding:60px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.wp-card h2{font-size:48px;font-weight:700;letter-spacing:-.72px;margin-bottom:20px}
.wp-card p{font-size:15px;line-height:1.7;margin-bottom:28px}
.wp-img img{margin:0 auto;max-height:340px;width:auto}

/* ============ KONZEPT ============ */
.concept-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:44px 30px;max-width:1080px;margin:0 auto}
.concept-item{text-align:center}
.concept-item .cicon{width:46px;height:46px;margin:0 auto 18px;color:var(--bordeaux)}
.concept-item .cicon svg{width:100%;height:100%;stroke:var(--bordeaux)}
.concept-item h4{font-family:'Inter Tight';font-weight:700;font-size:16px;color:var(--ink);line-height:1.35}

/* ============ FOUNDERS ============ */
.founders .f-grid{display:grid;grid-template-columns:1fr 260px;gap:56px}
.founders h2{font-size:48px;font-weight:700;letter-spacing:-.72px;margin-bottom:26px}
.founders p{font-size:15px;line-height:1.75;margin-bottom:18px}
.f-photos{display:flex;flex-direction:column;gap:40px;padding-top:70px}
.f-photo{text-align:center}
.f-photo img{width:200px;height:200px;object-fit:cover;border-radius:50%;margin:0 auto 14px}
.f-photo .f-name{font-family:'Inter Tight';font-weight:700;font-size:14px;color:var(--ink)}
.f-photo .f-role{font-size:13px;color:var(--muted);margin-top:2px}

/* ============ KONTAKT / CALENDLY ============ */
.kontakt{text-align:center}
.kontakt .h2-lg{margin-bottom:20px}
.kontakt-intro{max-width:760px;margin:0 auto 22px;font-size:15px;line-height:1.7}
.kontakt-checks{display:flex;justify-content:center;gap:44px;flex-wrap:wrap;margin-bottom:30px}
.kontakt-check{display:flex;gap:10px;align-items:center;font-size:15px}
.kontakt-check svg{width:18px;height:18px;stroke:var(--bordeaux)}
.calendly-embed{min-height:700px;width:100%;border:none;border-radius:10px;overflow:hidden}
.kontakt-fallback{margin-top:24px;font-size:13px;letter-spacing:.5px;text-transform:uppercase}
.kontakt-fallback a{text-decoration:underline;color:var(--ink)}
.kontakt-note{max-width:820px;margin:16px auto 0;font-size:13px;color:var(--muted);line-height:1.6}

/* ============ FAQ ============ */
.faq{background:var(--bg-gray)}
.faq .f-grid{display:grid;grid-template-columns:340px 1fr;gap:60px;align-items:start}
.faq h2{font-size:48px;font-weight:700;letter-spacing:-.72px;line-height:1.1}
.accordion{border-top:1px solid var(--line)}
.acc-item{border-bottom:1px solid var(--line)}
.acc-head{width:100%;background:none;border:none;cursor:pointer;text-align:left;
  display:flex;justify-content:space-between;align-items:center;gap:20px;
  padding:22px 4px;font-family:'Inter Tight';font-weight:700;font-size:16px;color:var(--ink)}
.acc-head .acc-sign{color:var(--bordeaux);font-size:22px;font-weight:400;flex-shrink:0;transition:.2s}
.acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.acc-body-inner{padding:0 4px 24px;font-size:15px;line-height:1.75;color:var(--body)}
.acc-body-inner p{margin-bottom:12px}
.acc-item.open .acc-sign{transform:rotate(45deg)}

/* ============ FINAL CTA ============ */
.final-cta h2{font-size:48px;font-weight:700;letter-spacing:-.72px;margin-bottom:22px}
.final-cta h2 .accent{color:var(--bordeaux)}
.final-cta p{font-size:15px;line-height:1.7;max-width:960px;margin-bottom:30px}

/* ============ FOOTER ============ */
.site-footer{background:#fff;padding:60px 0 30px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}
.footer-logo img{height:46px;width:auto;margin-bottom:20px}
.footer-brand strong{display:block;font-family:'Inter Tight';font-weight:700;color:var(--ink);font-size:14px}
.footer-brand{font-size:15px;line-height:1.7;color:var(--body)}
.footer-contact{margin-top:16px}
.footer-contact a{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--ink);margin-top:8px;text-decoration:underline}
.footer-contact svg{width:15px;height:15px;stroke:var(--bordeaux)}
.footer-col h4{font-family:'Inter Tight';font-weight:700;font-size:16px;color:var(--ink);margin-bottom:18px}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:11px}
.footer-col a{font-size:15px;color:var(--body)}
.footer-col a:hover{color:var(--bordeaux)}
.footer-bottom{border-top:1px solid var(--line);margin-top:44px;padding-top:22px;font-size:13px;color:var(--muted)}
.footer-bottom a{text-decoration:underline}

/* ============ LEGAL PAGES ============ */
.legal-page{padding:44px 0 60px}
.legal-page h1{font-family:'Inter Tight';font-weight:700;font-size:44px;letter-spacing:-.6px;margin-bottom:36px}
.legal-content{max-width:820px;font-size:14px;line-height:1.75;color:var(--body)}
.legal-content h2{font-family:'Inter Tight';font-weight:700;font-size:26px;margin:38px 0 14px;color:var(--ink)}
.legal-content h3{font-family:'Inter Tight';font-weight:700;font-size:19px;margin:28px 0 10px;color:var(--ink)}
.legal-content h4{font-family:'Inter Tight';font-weight:700;font-size:16px;margin:22px 0 8px;color:var(--ink)}
.legal-content p{margin-bottom:14px}
.legal-content ul,.legal-content ol{margin:0 0 16px 22px}
.legal-content li{margin-bottom:8px}
.legal-content a{color:var(--bordeaux);text-decoration:underline;word-break:break-word}
.legal-content strong{color:var(--ink)}

/* version switch */
.version-switch{position:fixed;bottom:20px;right:20px;z-index:200;display:flex;gap:3px;padding:4px;background:#fff;border:1px solid var(--line);border-radius:999px;box-shadow:0 8px 24px rgba(0,0,0,.16);font-family:'Inter Tight'}
.vs-btn{padding:8px 18px;border-radius:999px;font-weight:600;font-size:14px;color:var(--ink);transition:.2s;line-height:1}
.vs-btn.vs-active{background:var(--bordeaux);color:#fff}
.vs-btn:not(.vs-active):hover{background:#f2f2f2}

/* back to top */
.to-top{position:fixed;right:22px;bottom:74px;width:44px;height:44px;background:var(--ink);color:#fff;
  border-radius:6px;display:none;align-items:center;justify-content:center;z-index:90;cursor:pointer}
.to-top.show{display:flex}
.to-top svg{width:20px;height:20px;stroke:#fff}

/* ============ RESPONSIVE ============ */
@media(max-width:1000px){
  .h2-lg,.two-col h2,.wp-card h2,.founders h2,.faq h2,.final-cta h2,.hero-content h1,.band-inner h2{font-size:36px}
  .two-col,.two-col.imgleft,.two-col.textleft,.reports .two-col,.founders .f-grid,.faq .f-grid,.wp-card,.concept-grid{grid-template-columns:1fr;gap:40px}
  .two-col.imgleft .col-img{order:2}
  .feature-grid{grid-template-columns:1fr;gap:40px}
  .concept-grid{grid-template-columns:repeat(2,1fr)}
  .two-col.reverse .col-img{order:0}
  .f-photos{flex-direction:row;justify-content:center;padding-top:0}
  .trust-grid{grid-template-columns:1fr 1fr;gap:34px 0}
  .trust-col:nth-child(2){border-right:none}
  .trust-col{border-bottom:1px solid var(--line);padding-bottom:24px}
}
@media(max-width:820px){
  .main-nav{position:absolute;top:96px;left:0;right:0;background:#fff;flex-direction:column;gap:0;
    margin:0;padding:0;box-shadow:0 12px 24px rgba(0,0,0,.12);display:none}
  .main-nav.open{display:flex}
  .main-nav a{padding:16px 30px;width:100%;border-bottom:1px solid var(--line)}
  .header-cta{display:none}
  .nav-toggle{display:block}
  .hero-section{min-height:0;margin:10px 10px 0;border-radius:24px;padding:0 26px}
  .hero-content{padding:48px 0}
  .hero-content h1{font-size:32px}
  .band-inner,.wp-card,.band-card{padding:40px 28px}
  .footer-grid{grid-template-columns:1fr;gap:34px}
  section{padding:30px 0}
}
@media(max-width:520px){
  .trust-grid{grid-template-columns:1fr}
  .trust-col{border-right:none}
  .concept-grid{grid-template-columns:1fr}
  .h2-lg,.two-col h2,.wp-card h2,.founders h2,.faq h2,.final-cta h2,.band-inner h2{font-size:30px}
}

/* Cookie-Banner (auch auf Rechtsseiten) */
.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:1200;background:#fff;border:1px solid #e0e0e0;border-radius:16px;box-shadow:0 18px 50px rgba(20,22,23,.18);padding:22px 24px;max-width:560px;margin:0 auto;display:none}
.cookie-banner.show{display:block}
.cookie-banner p{font-size:13.5px;line-height:1.6;color:#2b2b2b;margin-bottom:16px}
.cookie-banner a{color:#683545;text-decoration:underline}
.cookie-actions{display:flex;gap:12px;flex-wrap:wrap}
.cookie-actions .btn{font-size:14px;padding:11px 22px}
.ck-decline{background:#f1eff0;color:#141617}
@media(max-width:520px){.cookie-banner{padding:20px}.cookie-actions .btn{flex:1;justify-content:center}}
