/*
Theme Name: IV7 Game
Theme URI: https://iv7game.buzz/
Author: IV7 Game
Author URI: https://iv7game.buzz/
Description: Production-ready, responsive gaming landing theme for IV7 Game.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: iv7-game
License: GPL-2.0-or-later
*/

:root{
  --iv7-red:#e50304;
  --iv7-red-dark:#a80000;
  --iv7-ink:#111111;
  --iv7-muted:#666;
  --iv7-paper:#fff;
  --iv7-soft:#f5f5f5;
  --iv7-line:#e8e8e8;
  --iv7-shadow:0 22px 60px rgba(0,0,0,.10);
  --iv7-radius:24px;
  --iv7-max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--iv7-paper);color:var(--iv7-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,a{ -webkit-tap-highlight-color:transparent}
.container{width:min(calc(100% - 40px),var(--iv7-max));margin-inline:auto}
.site-main{overflow:hidden}
.skip-link{position:absolute;left:-9999px;top:10px;background:#111;color:#fff;padding:10px 14px;z-index:9999}
.skip-link:focus{left:10px}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.07)}
.nav-shell{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.site-logo-link{display:flex;align-items:center;gap:12px;min-width:145px}
.site-logo-link img{width:58px;height:58px;object-fit:cover;border-radius:14px}
.brand-wordmark{font-weight:900;letter-spacing:-.04em;font-size:21px}
.brand-wordmark span{color:var(--iv7-red)}
.main-nav{display:flex;align-items:center;gap:25px}
.main-nav a{font-size:14px;font-weight:750;color:#333;transition:.2s}
.main-nav a:hover{color:var(--iv7-red)}
.nav-cta{background:var(--iv7-red);color:#fff!important;padding:11px 18px;border-radius:999px;box-shadow:0 8px 22px rgba(229,3,4,.22)}
.menu-toggle{display:none;border:0;background:#111;color:#fff;width:44px;height:44px;border-radius:12px;font-size:20px}

.hero{position:relative;padding:92px 0 82px;background:#fff}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:70px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:var(--iv7-red);margin-bottom:20px}
.eyebrow:before{content:"";width:28px;height:2px;background:var(--iv7-red)}
.hero h1{font-size:clamp(48px,6vw,86px);line-height:.95;letter-spacing:-.065em;margin:0 0 25px;max-width:780px}
.hero h1 em{font-style:normal;color:var(--iv7-red)}
.hero-lead{font-size:18px;color:#555;max-width:650px;margin:0 0 30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:12px;font-weight:850;transition:transform .22s,box-shadow .22s,background .22s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--iv7-red);color:#fff;box-shadow:0 14px 30px rgba(229,3,4,.2)}
.btn-secondary{border:1px solid #d8d8d8;background:#fff;color:#111}
.hero-note{display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;font-size:13px;color:#666}
.hero-note strong{color:#111}
.hero-visual{position:relative;min-height:560px}
.hero-photo{position:absolute;inset:0 30px 30px 0;border-radius:34px;overflow:hidden;background:#161616;box-shadow:var(--iv7-shadow)}
.hero-photo img{width:100%;height:100%;object-fit:contain}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(0,0,0,.05),rgba(229,3,4,.18))}
.hero-badge{position:absolute;right:0;bottom:0;background:#111;color:#fff;width:220px;padding:24px;border-radius:20px;box-shadow:0 20px 45px rgba(0,0,0,.2)}
.hero-badge strong{display:block;font-size:30px;color:#fff}
.hero-badge span{font-size:12px;color:#bbb}
.hero-mark{position:absolute;left:-26px;top:38px;width:88px;height:88px;border:1px solid #111;border-radius:50%;background:#fff;display:grid;place-items:center;z-index:2;box-shadow:0 12px 30px rgba(0,0,0,.12)}
.hero-mark img{width:64px;height:64px;object-fit:cover;border-radius:50%}

.ticker{border-top:1px solid #111;border-bottom:1px solid #111;overflow:hidden;background:#fff}
.ticker-track{display:flex;gap:48px;white-space:nowrap;animation:ticker 24s linear infinite;padding:14px 0;font-weight:850;text-transform:uppercase;font-size:12px;letter-spacing:.08em}
.ticker-track span:after{content:"✦";margin-left:48px;color:var(--iv7-red)}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.editorial{padding:110px 0}
.editorial-grid{display:grid;grid-template-columns:240px 1fr;gap:70px}
.section-index{font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--iv7-red);text-transform:uppercase}
.editorial h2{font-size:clamp(36px,5vw,66px);line-height:1.02;letter-spacing:-.05em;margin:0 0 28px;max-width:900px}
.editorial p{font-size:18px;color:#555;max-width:850px}
.pullquote{margin:45px 0 0;border-left:4px solid var(--iv7-red);padding:8px 0 8px 25px;font-size:22px;font-weight:800;max-width:760px}

.stats-band{background:#111;color:#fff;padding:70px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#3a3a3a}
.stat{background:#111;padding:34px}
.stat strong{font-size:48px;line-height:1;display:block;color:#fff}
.stat span{display:block;color:#aaa;font-size:13px;margin-top:10px}

.experience{padding:110px 0}
.experience-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:50px}
.experience h2{font-size:clamp(36px,4.8vw,62px);letter-spacing:-.055em;line-height:1;margin:0;max-width:680px}
.experience-head p{max-width:390px;color:#666}
.feature-wall{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}
.feature-main{min-height:600px;background:#111;color:#fff;border-radius:26px;overflow:hidden;position:relative}
.feature-main img{width:100%;max-height:600px;object-fit:contain;opacity:.72}
.feature-main .feature-copy{position:absolute;left:34px;right:34px;bottom:30px}
.feature-main h3{font-size:42px;line-height:1.02;margin:0 0 10px;letter-spacing:-.04em}
.feature-side{display:grid;gap:18px}
.mini-feature{padding:30px;background:#f4f4f4;border-radius:26px;display:flex;flex-direction:column;justify-content:space-between;min-height:291px}
.mini-feature strong{font-size:16px}
.mini-feature .num{font-size:58px;font-weight:900;line-height:1;color:var(--iv7-red)}

.categories{padding:110px 0;background:#f6f6f6}
.categories-intro{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:end;margin-bottom:50px}
.categories h2{font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-.055em;margin:0}
.categories-intro p{color:#666;font-size:17px}
.category-matrix{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid #ccc;border-left:1px solid #ccc}
.category-item{min-height:150px;padding:22px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;background:#fff;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}
.category-item:hover{background:#111;color:#fff;transform:translateY(-4px)}
.category-item .icon{font-size:24px;color:var(--iv7-red)}
.category-item strong{font-size:15px}

.photo-story{padding:110px 0}
.photo-story-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:28px;align-items:stretch}
.photo-story-copy{padding:44px 0}
.photo-story-copy h2{font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-.055em;margin:0 0 25px}
.photo-story-copy p{color:#666;font-size:17px}
.story-photo{border-radius:28px;overflow:hidden;min-height:560px}
.story-photo img{width:100%;height:100%;object-fit:cover}

.download{padding:110px 0;background:#111;color:#fff}
.download-layout{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}
.download h2{font-size:clamp(40px,5.5vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 25px}
.download p{color:#aaa;font-size:18px;max-width:650px}
.download-panel{background:#1a1a1a;border:1px solid #333;border-radius:24px;padding:32px}
.download-panel .logo-box{width:90px;height:90px;border-radius:20px;overflow:hidden;margin-bottom:24px}
.download-panel .logo-box img{width:100%;height:100%;object-fit:cover}
.download-list{list-style:none;margin:25px 0;padding:0;border-top:1px solid #333}
.download-list li{padding:15px 0;border-bottom:1px solid #333;display:flex;justify-content:space-between;gap:20px;color:#ccc}
.download-list b{color:#fff}

.steps{padding:110px 0}
.steps h2{font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-.05em;margin:0 0 55px;max-width:800px}
.timeline{position:relative;border-top:1px solid #111;display:grid;grid-template-columns:repeat(4,1fr)}
.step{padding:30px 25px 20px 0;border-right:1px solid #ddd;min-height:250px}
.step:last-child{border-right:0}
.step-number{font-size:13px;font-weight:900;color:var(--iv7-red);letter-spacing:.12em}
.step h3{font-size:22px;margin:35px 0 10px}
.step p{color:#666;font-size:14px}

.login-register{padding:110px 0;background:#f6f6f6}
.lr-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.lr-layout h2{font-size:clamp(40px,5vw,64px);line-height:1;letter-spacing:-.055em;margin:0 0 20px}
.lr-layout p{color:#666;font-size:17px}
.access-panel{background:#fff;border-radius:28px;padding:34px;box-shadow:var(--iv7-shadow)}
.access-tabs{display:flex;gap:8px;margin-bottom:25px}
.access-tab{flex:1;border:1px solid #ddd;background:#fff;padding:12px;border-radius:10px;font-weight:800}
.access-tab.active{background:#111;color:#fff;border-color:#111}
.access-steps{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.access-step{padding:20px;background:#f7f7f7;border-radius:14px}
.access-step strong{display:block;margin-bottom:7px}
.access-step span{font-size:13px;color:#666}

.online-panel{padding:110px 0}
.online-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.online-card{min-height:300px;padding:28px;background:#fff;border:1px solid #ddd;position:relative;overflow:hidden}
.online-card:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:var(--iv7-red)}
.online-card h3{font-size:27px;letter-spacing:-.03em;margin:0 0 12px}
.online-card p{color:#666}
.online-card .tag{display:inline-block;margin-top:20px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--iv7-red)}

.bonus{padding:110px 0;background:#e50304;color:#fff}
.bonus-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}
.bonus h2{font-size:clamp(44px,6vw,82px);line-height:.94;letter-spacing:-.065em;margin:0 0 25px}
.bonus p{font-size:18px;max-width:650px;color:#ffe6e6}
.bonus-card{background:#111;padding:34px;border-radius:24px}
.bonus-card strong{font-size:48px;line-height:1;display:block}
.bonus-card span{color:#aaa;display:block;margin-top:10px}
.bonus .btn-primary{background:#fff;color:#111;box-shadow:none}

.testimonials{padding:110px 0}
.testimonials h2{font-size:clamp(40px,5vw,64px);line-height:1;letter-spacing:-.055em;margin:0 0 50px}
.quote-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.quote{border:1px solid #ddd;padding:34px;min-height:270px;display:flex;flex-direction:column;justify-content:space-between}
.quote.featured{background:#111;color:#fff;border-color:#111}
.quote p{font-size:21px;line-height:1.4;margin:0}
.quote small{color:#777}.featured small{color:#aaa}

.faq{padding:110px 0;background:#f6f6f6}
.faq-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}
.faq h2{font-size:clamp(40px,5vw,62px);line-height:1;letter-spacing:-.055em;margin:0}
.faq-list details{background:#fff;border-bottom:1px solid #ddd;padding:24px}
.faq-list summary{cursor:pointer;font-weight:850;list-style:none;display:flex;justify-content:space-between;gap:20px}
.faq-list summary:after{content:"+";color:var(--iv7-red);font-size:24px;line-height:1}
.faq-list details[open] summary:after{content:"–"}
.faq-list p{color:#666;margin:16px 0 0;max-width:760px}

.seo-editorial{padding:110px 0}
.seo-editorial .article{max-width:900px;margin:auto}
.seo-editorial h2{font-size:clamp(38px,4.8vw,60px);line-height:1;letter-spacing:-.05em}
.seo-editorial h3{font-size:28px;margin-top:48px}
.seo-editorial p{font-size:17px;color:#555}
.seo-editorial ul{color:#555;padding-left:22px}

.final-cta{padding:100px 0 130px;text-align:center}
.final-cta h2{font-size:clamp(48px,7vw,92px);line-height:.92;letter-spacing:-.07em;margin:0 auto 30px;max-width:1000px}
.final-cta p{color:#666;max-width:650px;margin:0 auto 28px;font-size:18px}

.responsible{padding:22px 0;border-top:1px solid #ddd;background:#fff}
.responsible p{margin:0;color:#777;font-size:12px;text-align:center}

.site-footer{background:#111;color:#fff;padding:70px 0 100px}
.footer-top{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}
.footer-logo img{width:70px;height:70px;object-fit:cover;border-radius:18px;margin-bottom:16px}
.footer-brand{max-width:420px;color:#999}
.footer-brand strong{display:block;color:#fff;font-size:24px;margin-bottom:8px}
.footer-links{display:flex;gap:24px;flex-wrap:wrap}
.footer-links a{color:#ddd;font-weight:700;font-size:13px}
.footer-bottom{margin-top:50px;padding-top:20px;border-top:1px solid #333;color:#777;font-size:12px;display:flex;justify-content:space-between;gap:20px}

.sticky-cta{position:fixed;z-index:1200;left:50%;bottom:16px;transform:translateX(-50%);display:inline-flex;align-items:center;gap:10px;background:#111;color:#fff;border:1px solid #333;padding:10px 12px 10px 16px;border-radius:999px;box-shadow:0 18px 45px rgba(0,0,0,.22)}
.sticky-cta span{font-size:12px;font-weight:850;letter-spacing:.04em}
.sticky-cta strong{background:var(--iv7-red);padding:10px 16px;border-radius:999px;font-size:12px}
.sticky-cta:hover strong{background:#c80000}

.page-hero{padding:100px 0 80px;background:#111;color:#fff}
.page-hero h1{font-size:clamp(46px,6vw,78px);line-height:.95;letter-spacing:-.06em;margin:0 0 18px}
.page-hero p{color:#aaa;max-width:760px;font-size:18px}
.page-content{padding:90px 0 120px}
.content-shell{max-width:900px;margin:auto}
.content-shell h2{font-size:38px;line-height:1.05;letter-spacing:-.04em;margin-top:55px}
.content-shell h3{font-size:25px}
.content-shell p,.content-shell li{font-size:17px;color:#555}
.content-shell a{color:#fff;font-weight:750}
.breadcrumbs{font-size:12px;color:#aaa;margin-bottom:18px}.breadcrumbs a{color:#fff}

.error-page{text-align:center;padding:140px 20px}.error-page h1{font-size:100px;line-height:1;margin:0;color:var(--iv7-red)}.error-page p{color:#666}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}
.parallax{will-change:transform}

@media(max-width:1050px){
  .main-nav{gap:15px}
  .hero-grid,.download-layout,.lr-layout,.bonus-layout,.photo-story-grid,.faq-layout{grid-template-columns:1fr}
  .hero-visual{min-height:520px}
  .feature-wall{grid-template-columns:1fr}
  .category-matrix{grid-template-columns:repeat(3,1fr)}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .online-grid{grid-template-columns:1fr 1fr}
  .timeline{grid-template-columns:repeat(2,1fr)}
  .step{border-bottom:1px solid #ddd}
}
@media(max-width:780px){
  .container{width:min(calc(100% - 28px),var(--iv7-max))}
  .nav-shell{height:72px}
  .menu-toggle{display:grid;place-items:center}
  .main-nav{display:none;position:absolute;left:14px;right:14px;top:78px;background:#fff;border:1px solid #ddd;border-radius:18px;padding:15px;box-shadow:var(--iv7-shadow);flex-direction:column;align-items:stretch}
  .main-nav.is-open{display:flex}
  .main-nav a{padding:12px}
  .hero{padding:65px 0 55px}
  .hero h1{font-size:50px}
  .hero-visual{min-height:390px;margin-top:20px}
  .hero-photo{inset:0 15px 25px 0}
  .hero-badge{width:175px;padding:18px}
  .hero-mark{left:-4px;top:20px;width:65px;height:65px}.hero-mark img{width:50px;height:50px}
  .editorial,.experience,.categories,.photo-story,.download,.steps,.login-register,.online-panel,.bonus,.testimonials,.faq,.seo-editorial{padding:75px 0}
  .editorial-grid,.categories-intro{grid-template-columns:1fr;gap:25px}
  .experience-head{display:block}.experience-head p{margin-top:20px}
  .category-matrix{grid-template-columns:1fr 1fr}
  .category-item{min-height:130px}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stat strong{font-size:38px}
  .timeline{grid-template-columns:1fr}
  .step{border-right:0}
  .access-steps{grid-template-columns:1fr}
  .online-grid{grid-template-columns:1fr}
  .quote-grid{grid-template-columns:1fr}
  .footer-top{display:block}.footer-links{margin-top:30px}
  .footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}
  .sticky-cta{left:12px;right:12px;transform:none;justify-content:space-between;padding:8px 8px 8px 14px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
