
:root {
  --red:#ff2025;
  --red-dark:#df0f17;
  --ink:#0a0d12;
  --ink2:#11151d;
  --bg:#f6f7f9;
  --line:#e4e7ec;
  --muted:#697180;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  background:var(--bg);
  color:#111827;
}
a{color:inherit;text-decoration:none}
img{display:block}
.shell{width:min(1440px,calc(100% - 48px));margin:auto}

/* HEADER */
.site-header{
  background:#fff;
  border-bottom:1px solid #eceef2;
}
.header-inner{
  height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.logo{
  display:flex;
  align-items:center;
  gap:24px;
}
.logo img{width:44px;height:49px;object-fit:contain}
.logo-copy{line-height:1}
.logo-name{
  font-size:22px;
  font-weight:950;
  letter-spacing:.01em;
}
.logo-name .fak{color:var(--red)}
.logo-name .handy{color:#111}
.logo-tag{
  margin-top:4px;
  font-size:8px;
  font-weight:800;
  letter-spacing:.055em;
  color:#424957;
}
.logo-tag b{color:var(--red)}
.nav{display:flex;gap:28px;font-size:13px;font-weight:750}
.nav a:hover{color:var(--red)}
.header-actions{display:flex;align-items:center;gap:11px}
.search{
  width:38px;height:38px;border:1px solid var(--line);border-radius:11px;
  display:grid;place-items:center;background:#fff;font-size:17px;
}
.header-play{
  background:var(--red);
  color:#fff;
  padding:12px 17px;
  border-radius:10px;
  font-size:13px;
  font-weight:850;
}

/* HERO */
.hero{
  position:relative;
  background:#090b10;
  color:#fff;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse at 67% 52%,rgba(120,0,0,.17) 0%,rgba(60,0,0,.07) 28%,transparent 55%),
    repeating-linear-gradient(-11deg,
      transparent 0 25px,
      rgba(255,25,25,.00) 26px 32px,
      rgba(255,25,25,.13) 33px 35px,
      transparent 36px 58px),
    linear-gradient(90deg,#090b10 0%,#090b10 38%,#0b0c11 58%,#12090b 100%);
}
.hero-art{
  position:absolute;
  z-index:1;
  left:31%;
  top:0;
  width:48%;
  height:100%;
  background:url("../../hero-racing-blended.jpg") center center/cover no-repeat;
  background-image:image-set(url("../../hero-racing-blended.avif") type("image/avif"),url("../../hero-racing-blended.webp") type("image/webp"),url("../../hero-racing-blended.jpg") type("image/jpeg"));
  opacity:.98;
  pointer-events:none;
  -webkit-mask-image:
    linear-gradient(to right,transparent 0%,#000 10%,#000 86%,transparent 100%),
    linear-gradient(to bottom,transparent 0%,#000 8%,#000 92%,transparent 100%);
  -webkit-mask-composite:source-in;
  mask-image:
    linear-gradient(to right,transparent 0%,#000 10%,#000 86%,transparent 100%),
    linear-gradient(to bottom,transparent 0%,#000 8%,#000 92%,transparent 100%);
  mask-composite:intersect;
}
.hero-inner{
  position:relative;
  z-index:3;
  min-height:305px;
  display:grid;
  grid-template-columns:minmax(0,1.76fr) minmax(315px,.64fr);
  align-items:center;
  gap:10px;
  padding:16px 0 14px;
}
.hero-copy{
  position:relative;
  z-index:3;
  max-width:none;
  padding-right:4px;
}
.eyebrow{
  color:var(--red);
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.hero h1{
  margin:0 0 11px;
  font-size:40px;
  line-height:1.00;
  letter-spacing:-.035em;
}
.hero h1 em{font-style:normal;color:var(--red)}
.hero h1 .secondline{white-space:nowrap}
.hero-sub{
  color:#d7dae1;
  font-size:13px;
  line-height:1.42;
  max-width:610px;
  margin:0 0 16px;
}
.hero-buttons{display:flex;gap:10px;margin-bottom:14px}
.primary,.secondary{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 17px;
  border-radius:9px;
  font-size:12px;
  font-weight:850;
}
.primary{background:var(--red);color:#fff}
.secondary{border:1px solid rgba(255,255,255,.28);background:rgba(0,0,0,.18)}
.trust-row{display:flex;gap:20px}
.trust-item{display:flex;align-items:center;gap:8px}
.trust-icon{
  width:31px;height:31px;border-radius:50%;
  display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.035);
  font-size:13px;
}
.trust-copy strong{display:block;font-size:10px}
.trust-copy span{display:block;font-size:8px;color:#c7ccd5;margin-top:2px}

.hero-panel-wrap{
  position:relative;
  z-index:4;
  display:flex;
  justify-content:flex-end;
}
.hero-panel{
  width:100%;
  max-width:350px;
  background:rgba(18,21,29,.95);
  border:1px solid rgba(255,255,255,.09);
  border-radius:15px;
  padding:13px;
  box-shadow:0 20px 40px rgba(0,0,0,.36);
  backdrop-filter:blur(8px);
}
.hero-panel h2{margin:0 0 11px;font-size:13px}
.hero-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.hero-cat{
  min-height:68px;
  padding:9px 5px;
  border-radius:9px;
  background:#22252c;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  text-align:center;
}
.hero-cat-icon{font-size:21px}
.hero-cat strong{font-size:9px;line-height:1.15}

/* CATEGORY STRIP */
.categories-section{background:#fff}
.categories-inner{padding:19px 0 22px}
.section-title-row{
  display:flex;align-items:flex-start;justify-content:space-between;gap:16px;
  margin-bottom:13px;
}
.section-title-row h2{margin:0;font-size:27px;letter-spacing:-.02em}
.section-title-row p{margin:5px 0 0;color:var(--muted);font-size:12px}
.section-title-row > a{color:var(--red);font-size:12px;font-weight:850;margin-top:4px}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.category-card{
  min-height:112px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff;
  padding:14px;
  display:grid;
  grid-template-columns:38px 1fr;
  grid-template-rows:auto 1fr;
  gap:9px 10px;
  position:relative;
}
.category-icon{
  grid-row:1 / span 2;
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  font-size:18px;
  background:color-mix(in srgb,var(--accent) 15%,white);
}
.category-text strong{display:block;font-size:12px;line-height:1.18}
.category-text small{display:block;color:#747b88;font-size:9px;line-height:1.35;margin-top:7px}
.category-arrow{
  position:absolute;left:14px;bottom:9px;
  color:var(--accent);font-size:17px;font-weight:900;
}

/* DARK FEATURE BAND */
.feature-band{
  background:linear-gradient(180deg,#0d1016,#090c11);
  color:#fff;
}
.feature-band-inner{padding:12px 0}
.feature-columns{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:18px}
.block-head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px
}
.block-head h3{margin:0;font-size:16px}
.block-head a{font-size:10px;color:#fff}
.top-games{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.game-card{
  position:relative;
  height:116px;
  border-radius:10px;
  overflow:hidden;
  background:#111;
}
.game-card img{width:100%;height:100%;object-fit:cover}
.game-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.92) 100%)}
.game-label{
  position:absolute;left:7px;bottom:34px;
  font-size:7px;font-weight:850;
  background:rgba(255,255,255,.16);
  padding:2px 5px;border-radius:999px;
}
.game-name{
  position:absolute;
  left:8px;
  right:26px;
  bottom:8px;
  color:#fff;
  font-size:10px;
  font-weight:850;
  line-height:1.15;
  text-shadow:0 1px 3px rgba(0,0,0,.95);
}
.play-mark{
  position:absolute;right:7px;bottom:7px;
  font-size:9px;color:#ffd563;
}
.list{display:grid;gap:6px}
.list-item{
  display:grid;grid-template-columns:40px 1fr 12px;
  gap:8px;align-items:center;
  min-height:39px;
  padding:4px;
  border-radius:8px;
  background:rgba(255,255,255,.025);
}
.list-item img{width:40px;height:30px;object-fit:cover;border-radius:5px}
.list-copy{min-width:0}
.list-title{display:block;font-size:9px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mini-tag{
  display:inline-block;margin-top:4px;
  padding:2px 5px;border-radius:999px;
  background:#242a34;color:#d4d8df;
  font-size:6px;font-weight:800;
}
.new-badge{
  display:inline-block;background:var(--red);color:#fff;
  font-size:7px;font-weight:850;padding:2px 4px;border-radius:4px;margin-right:4px;
}
.list-arrow{color:#ffd563;font-size:16px}

/* BENEFITS */
.benefits-section{background:#fff;padding:12px 0 22px}
.benefits-box{
  border:1px solid var(--line);
  border-radius:14px;
  padding:14px 18px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.benefit{display:flex;align-items:flex-start;gap:12px}
.benefit-icon{
  width:44px;height:44px;border-radius:50%;background:#f0f2f5;
  display:grid;place-items:center;font-size:20px;flex:0 0 auto;
}
.benefit h4{margin:0 0 5px;font-size:12px}
.benefit p{margin:0;color:#69717e;font-size:9px;line-height:1.45}

/* REAL GAME CATEGORY CONTENT BELOW THE SCREENSHOT-LIKE TOP */
.all-games{padding:22px 0 36px}
.games-category{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
  margin-bottom:16px;
}
.games-category .section-title-row h2{font-size:22px}
.games-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.games-grid .game-card{height:150px}
.games-grid .game-name{
  left:9px;
  right:24px;
  bottom:9px;
  color:#fff;
  font-size:13px;
  font-weight:900;
  line-height:1.15;
  text-shadow:0 2px 4px rgba(0,0,0,.95);
}
.games-grid .game-label{
  bottom:31px;
  color:#fff;
  font-size:7px;
}
.games-grid .play-mark{
  color:#ffd75a;
  font-size:12px;
  bottom:8px;
}

/* FOOTER */
footer{background:#0d1016;color:#cfd4dc}
.footer-inner{
  min-height:54px;
  display:flex;align-items:center;justify-content:space-between;
  gap:18px;font-size:11px;
}
.footer-links{display:flex;gap:16px}

@media(max-width:1120px){
  .hero-art{
    left:38%;
    width:55%;
    opacity:.72;
  }
  .nav{display:none}
  .hero-inner{
    grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
    gap:16px;
  }
  .hero-panel-wrap{justify-content:flex-end}
  .hero-panel{max-width:390px}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .feature-columns{grid-template-columns:1fr}
  .games-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:650px){
  .hero-art{display:none}
  .shell{width:min(100% - 20px,1440px)}
  .header-inner{height:68px}
  .logo img{width:43px;height:47px}
  .logo-name{font-size:22px}
  .logo-tag{font-size:7px}
  .header-play{display:none}
  .hero-inner{grid-template-columns:1fr;padding:20px 0}
  .hero h1{font-size:34px}
  .hero h1 .secondline{white-space:normal}
  .hero-sub{font-size:14px}
  .hero-panel-wrap{grid-column:auto;margin-top:0}
  .hero-panel{max-width:none;width:100%}
  .trust-row{flex-direction:column;gap:9px}
  .hero-cat-grid{grid-template-columns:repeat(2,1fr)}
  .category-grid{grid-template-columns:1fr 1fr}
  .top-games{grid-template-columns:1fr 1fr}
  .benefits-box{grid-template-columns:1fr 1fr}
  .games-grid{grid-template-columns:1fr 1fr}
  .footer-inner{flex-direction:column;align-items:flex-start;padding:15px 0}
}

/* Lokale FAKHANDY-Vorschaubilder: keine Drittanbieter-Verbindung */
.game-card img:not([src]), .list-item img:not([src]){
  background:linear-gradient(135deg,#232731,#11151c 58%,#321014);
}
.game-card img:not([src]){min-height:100%;}
.consent-note{
  margin:10px 0 0;padding:10px 13px;border-radius:10px;
  background:#fff3f3;border:1px solid #ffd5d5;color:#6f2424;font-size:11px;line-height:1.4;
}
.footer-links{flex-wrap:wrap;align-items:center}
.footer-links .cookie-settings{cursor:pointer}



/* === FAKHANDY MOBILE OPTIMIERUNG 2026-08-18 === */
@media (max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  body{-webkit-text-size-adjust:100%}
  a,button{touch-action:manipulation}
  .shell{width:calc(100% - 24px)}
  .site-header{position:sticky;top:0;z-index:60}
  .header-inner{height:58px;gap:8px}
  .logo{gap:9px;min-width:0}
  .logo img{width:31px;height:36px;flex:0 0 auto}
  .logo-copy{min-width:0}
  .logo-name{font-size:19px;white-space:nowrap}
  .logo-tag{display:none}
  .header-actions{gap:6px}
  .search{display:none}
  .header-play{display:none}

  .hero:before{
    background:
      linear-gradient(90deg,rgba(9,11,16,.98) 0%,rgba(9,11,16,.90) 54%,rgba(9,11,16,.48) 100%),
      repeating-linear-gradient(-11deg,transparent 0 25px,rgba(255,25,25,.10) 33px 35px,transparent 36px 58px);
  }
  .hero-art{
    display:block;
    left:auto;right:-31%;
    top:0;width:96%;height:100%;
    opacity:.38;
    background-position:center center;
    -webkit-mask-image:linear-gradient(to right,transparent 0%,#000 28%,#000 100%);
    mask-image:linear-gradient(to right,transparent 0%,#000 28%,#000 100%);
  }
  .hero-inner{
    min-height:0;
    display:block;
    padding:23px 0 22px;
  }
  .hero-copy{max-width:100%;padding-right:0}
  .eyebrow{font-size:10px;margin-bottom:7px}
  .hero h1{
    max-width:560px;
    font-size:clamp(29px,8.7vw,38px);
    line-height:1.01;
    margin-bottom:10px;
  }
  .hero h1 .secondline{white-space:normal}
  .hero-sub{
    max-width:520px;
    font-size:13px;
    line-height:1.4;
    margin-bottom:14px;
  }
  .hero-buttons{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-bottom:13px;
  }
  .primary,.secondary{
    justify-content:center;
    min-height:44px;
    padding:10px 11px;
    text-align:center;
    font-size:11px;
  }
  .trust-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:7px;
  }
  .trust-item{
    gap:5px;
    min-width:0;
    padding:6px 5px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:9px;
    background:rgba(255,255,255,.025);
  }
  .trust-icon{width:27px;height:27px;font-size:12px;flex:0 0 auto}
  .trust-copy strong{font-size:8px;line-height:1.1}
  .trust-copy span{display:none}
  .hero-panel-wrap{display:none}

  .categories-inner{padding:16px 0 18px}
  .section-title-row{margin-bottom:10px}
  .section-title-row h2{font-size:24px}
  .section-title-row p{font-size:11px;line-height:1.35}
  .section-title-row>a{display:none}
  .consent-note{
    margin:8px 0 10px;
    padding:9px 10px;
    font-size:10px;
    line-height:1.35;
  }
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .category-card{
    min-height:91px;
    padding:11px 10px;
    grid-template-columns:32px 1fr;
    gap:7px 8px;
  }
  .category-icon{width:32px;height:32px;font-size:15px}
  .category-text strong{font-size:11px}
  .category-text small{font-size:8px;margin-top:4px}
  .category-arrow{left:10px;bottom:6px;font-size:14px}

  .feature-band-inner{padding:14px 0 16px}
  .feature-columns{display:block}
  .feature-columns>div+div{margin-top:17px}
  .block-head{margin-bottom:8px}
  .block-head h3{font-size:15px}
  .block-head a{font-size:9px}
  .top-games{
    display:flex;
    gap:9px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    padding:0 2px 5px;
  }
  .top-games::-webkit-scrollbar{display:none}
  .top-games .game-card{
    flex:0 0 69%;
    height:auto;
    aspect-ratio:4/3;
    scroll-snap-align:start;
  }
  .game-name{font-size:11px}
  .list{gap:7px}
  .list-item{
    grid-template-columns:54px minmax(0,1fr) 14px;
    min-height:50px;
    padding:5px;
  }
  .list-item img{width:54px;height:40px}
  .list-title{font-size:10px}
  .mini-tag{font-size:6px;margin-top:3px}

  .benefits-section{padding:10px 0 17px}
  .benefits-box{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px}
  .benefit{gap:8px}
  .benefit-icon{width:36px;height:36px;font-size:16px}
  .benefit h4{font-size:11px;margin-bottom:3px}
  .benefit p{font-size:8px;line-height:1.35}

  .all-games{padding:14px 0 26px}
  .games-category{padding:12px;margin-bottom:11px;border-radius:13px}
  .games-category .section-title-row{align-items:center}
  .games-category .section-title-row h2{font-size:18px}
  .games-category .section-title-row p{margin-top:3px}
  .games-category .section-title-row>a{display:block;font-size:9px;white-space:nowrap}
  .games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .games-grid .game-card{
    height:auto;
    aspect-ratio:4/3;
    border-radius:8px;
  }
  .games-grid .game-name{
    left:7px;right:20px;bottom:7px;
    font-size:10px;
    line-height:1.08;
  }
  .games-grid .game-label{left:7px;bottom:26px;font-size:6px;padding:2px 4px}
  .games-grid .play-mark{right:6px;bottom:6px;font-size:10px}

  .footer-inner{
    min-height:auto;
    align-items:center;
    text-align:center;
    padding:16px 0 18px;
    font-size:10px;
  }
  .footer-links{justify-content:center;width:100%;gap:12px}
}
@media (max-width:390px){
  .shell{width:calc(100% - 18px)}
  .logo img{width:29px;height:33px}
  .logo-name{font-size:18px}
  .hero h1{font-size:29px}
  .hero-buttons{grid-template-columns:1fr}
  .trust-row{gap:5px}
  .trust-item{padding:5px 3px}
  .trust-icon{width:24px;height:24px}
  .category-card{min-height:87px;padding:10px 8px}
  .top-games .game-card{flex-basis:80%}
  .benefits-box{grid-template-columns:1fr 1fr}
  .games-category{padding:10px}
  .games-grid{gap:7px}
  .games-grid .game-name{font-size:9px}
}



/* === TECHNIK-UPDATE: Suchfunktion / Mobile Navigation / Performance === */
.search{font-family:inherit;color:#111;cursor:pointer;padding:0}
.mobile-menu-button{display:none;width:38px;height:38px;border:1px solid var(--line);border-radius:11px;background:#fff;font-size:18px;cursor:pointer;color:#111}
.game-search-overlay{position:fixed;inset:0;z-index:120;background:rgba(0,0,0,.46);display:none;padding:78px 16px 16px}
.game-search-overlay.open{display:block}
.game-search-box{width:min(720px,100%);max-height:min(690px,calc(100vh - 100px));margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 25px 70px rgba(0,0,0,.28);overflow:hidden;display:flex;flex-direction:column}
.game-search-head{display:flex;gap:8px;padding:12px;border-bottom:1px solid var(--line)}
.game-search-input{flex:1;min-width:0;height:44px;border:1px solid var(--line);border-radius:10px;padding:0 13px;font-size:15px;outline:none}
.game-search-input:focus{border-color:#aaa;box-shadow:0 0 0 3px rgba(255,32,37,.08)}
.game-search-close{width:44px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;font-size:18px}
.game-search-results{overflow:auto;padding:8px}
.game-search-result{display:grid;grid-template-columns:78px 1fr auto;gap:11px;align-items:center;padding:8px;border-radius:10px}
.game-search-result:hover{background:#f5f6f8}
.game-search-result img{width:78px;height:58px;object-fit:cover;border-radius:8px;background:#15171d}
.game-search-result strong{font-size:13px}.game-search-result small{display:block;color:#777;margin-top:3px;font-size:10px}.game-search-result b{color:#999;font-size:18px}
.game-search-empty{padding:28px;text-align:center;color:#737985}
.mobile-nav-drawer{display:none}
@media(max-width:760px){
  .search{display:grid!important;width:36px;height:36px}
  .mobile-menu-button{display:grid;place-items:center;width:36px;height:36px}
  .game-search-overlay{padding:66px 10px 10px}
  .game-search-box{max-height:calc(100dvh - 78px);border-radius:13px}
  .mobile-nav-drawer{position:fixed;inset:58px 0 auto 0;z-index:110;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 38px rgba(0,0,0,.15);padding:10px 12px 14px;display:none}
  .mobile-nav-drawer.open{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .mobile-nav-drawer a{padding:12px;border:1px solid var(--line);border-radius:10px;font-size:12px;font-weight:800;background:#fff}
  .hero-art{background-image:url("../../hero-racing-mobile.webp");background-image:image-set(url("../../hero-racing-mobile.avif") type("image/avif"),url("../../hero-racing-mobile.webp") type("image/webp"),url("../../hero-racing-blended.jpg") type("image/jpeg"));}
}
