:root {
  --dark-purple: #12001f;
  --deep-purple: #22003a;
  --purple-panel: #2f0750;
  --gold: #f6c84c;
  --gold-bright: #ffd76a;
  --silver: #c9c9d1;
  --silver-dark: #8e8e9a;
  --white: #ffffff;
  --black: #08050d;
  --soft-text: #e6dff0;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: Arial, Helvetica, sans-serif; background: var(--black); color: var(--white); line-height: 1.6; }
img, video { max-width: 100%; display: block; }

.site-header {
  background: linear-gradient(90deg, var(--black), var(--dark-purple), var(--deep-purple));
  border-bottom: 2px solid var(--gold);
  padding: 16px 7%; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  position: sticky; top: 0; z-index: 10;
}
.logo-area { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.header-logo { width: 58px; height: 58px; object-fit: cover; border: 2px solid var(--gold); border-radius: 50%; box-shadow: 0 0 18px rgba(246, 200, 76, 0.4); }
.logo-area h1 { color: var(--gold); font-size: 1.6rem; letter-spacing: 1px; }
.logo-area p { color: var(--silver); font-size: 0.9rem; }
.main-nav { display: flex; gap: 16px; flex-wrap: wrap; }
.main-nav a { color: var(--silver); text-decoration: none; font-weight: bold; transition: 0.25s; }
.main-nav a:hover { color: var(--gold); }

.hero {
  min-height: 640px; display: flex; align-items: center; padding: 80px 7%;
  background:
    radial-gradient(circle at top right, rgba(246, 200, 76, 0.22), transparent 30%),
    radial-gradient(circle at bottom left, rgba(201, 201, 209, 0.18), transparent 35%),
    linear-gradient(135deg, var(--dark-purple), var(--black));
}
.hero-content { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.hero-text { flex: 1.05; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: 3px; font-weight: bold; margin-bottom: 10px; }
.hero h2 { font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.05; margin-bottom: 22px; }
.hero p { color: var(--soft-text); font-size: 1.25rem; max-width: 720px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.hero-logo { flex: 0.95; display: flex; justify-content: center; animation: floatLogo 4s ease-in-out infinite; transition: .3s; }
.hero-logo:hover { transform: scale(1.03); }
.hero-logo img { width: 480px; border-radius: 28px; box-shadow: 0 0 25px rgba(246, 200, 76, .34), 0 0 60px rgba(95, 0, 130, .35); }
@keyframes floatLogo { 0% { transform: translateY(0); } 50% { transform: translateY(-16px); } 100% { transform: translateY(0); } }

.btn { display: inline-block; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-weight: bold; transition: 0.25s; border: none; }
.btn.gold { background: var(--gold); color: var(--black); }
.btn.silver { background: var(--silver); color: var(--black); }
.btn.small { padding: 10px 18px; font-size: .95rem; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35); }

.section { padding: 76px 7%; }
.dark-section { background: linear-gradient(180deg, var(--deep-purple), var(--black)); }
.intro { text-align: center; background: var(--black); }
.intro h2, .section-title h2, .campaign-section h2, .newsletter h2, .contact-section h2 { color: var(--gold); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 18px; }
.intro p, .center-text, .campaign-section p, .newsletter p, .contact-section p { color: var(--soft-text); max-width: 850px; margin: 0 auto; font-size: 1.1rem; }
.section-title { text-align: center; margin-bottom: 40px; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.project-card, .feature-box, .story-panel, .game-card {
  background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(201, 201, 209, 0.28); border-radius: 18px; padding: 24px; box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}
.project-card h3, .feature-box h3, .split-layout h3, .game-card h3 { color: var(--gold-bright); margin: 18px 0 10px; }
.project-card p, .feature-box p, .split-layout p, .game-card p { color: var(--soft-text); }
.project-image, .story-image, .game-image {
  width: 100%; height: 240px; object-fit: cover; border-radius: 14px; border: 2px solid rgba(246, 200, 76, .55); background: linear-gradient(135deg, rgba(47, 7, 80, 0.9), rgba(8, 5, 13, 0.9));
}
.project-image.tall { height: 360px; object-position: top center; }
.placeholder-img { background: linear-gradient(135deg, rgba(47, 7, 80, 0.9), rgba(8, 5, 13, 0.9)); }
.text-link { display: inline-block; color: var(--gold); margin-top: 18px; font-weight: bold; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.game-grid { display: grid; grid-template-columns: 1fr; gap: 25px; }
.game-card { display: grid; grid-template-columns: 330px 1fr; gap: 24px; align-items: start; }
.project-video { margin: 18px 0; width: 100%; max-height: 360px; border-radius: 14px; border: 1px solid rgba(201,201,209,.35); background: #000; }

.split-layout { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.story-image { height: 410px; object-position: top center; }
.media-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.media-box { margin: 0; border-radius: 14px; overflow: hidden; border: 1px solid rgba(201, 201, 209, 0.28); background: rgba(255,255,255,.06); }
.media-box img { width: 100%; height: 170px; object-fit: cover; }
.media-box figcaption { color: var(--silver); text-align: center; padding: 12px; font-weight: bold; }
.campaign-section, .newsletter, .contact-section { text-align: center; }
.campaign-section { background: linear-gradient(135deg, var(--purple-panel), var(--black)); border-top: 1px solid rgba(246, 200, 76, 0.35); border-bottom: 1px solid rgba(246, 200, 76, 0.35); }
.campaign-section .btn { margin-top: 25px; }
.newsletter-form { max-width: 760px; margin: 30px auto 0; display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; }
.newsletter-form input, .newsletter-form button { padding: 14px 16px; border-radius: 999px; border: none; font-size: 1rem; }
.newsletter-form input { background: var(--white); color: var(--black); }
.newsletter-form button { background: var(--gold); color: var(--black); font-weight: bold; cursor: pointer; }
.form-note { margin-top: 16px !important; font-size: .92rem !important; color: var(--silver) !important; }
.contact-section .btn { margin-top: 24px; }
.site-footer { text-align: center; padding: 24px 7%; background: var(--black); color: var(--silver); border-top: 2px solid var(--gold); }

@media (max-width: 1000px) {
  .hero-content, .game-card { grid-template-columns: 1fr; display: grid; }
  .hero-logo { order: -1; }
  .hero-logo img { width: 320px; }
  .card-grid, .card-grid.two, .split-layout, .media-grid, .newsletter-form { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-header { flex-direction: column; align-items: flex-start; }
  .main-nav { gap: 12px; }
  .hero { min-height: auto; padding-top: 55px; }
  .section { padding: 55px 7%; }
}

.download-btn{

display:inline-block;

padding:18px 45px;

background:#8c52ff;

color:white;

font-size:24px;

font-weight:bold;

border-radius:10px;

text-decoration:none;

transition:.3s;

}

.download-btn:hover{

background:gold;

color:black;

transform:scale(1.08);

}