@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --bg: #050505;
  --bg2: #0b0909;
  --panel: rgba(18, 13, 13, .78);
  --red: #e00000;
  --red-bright: #ff1a1a;
  --red-dark: #5e0000;
  --text: #f4eeee;
  --muted: #a99b9b;
  --border: rgba(255, 30, 30, .24);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 5%, rgba(110, 0, 0, .25), transparent 30%),
    radial-gradient(circle at 80% 60%, rgba(80, 0, 0, .14), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

a {
  color: inherit;
  text-decoration: none;
}

.background-glow {
  position: fixed;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(170, 0, 0, .10);
  filter: blur(100px);
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  pointer-events: none;
}

.navbar {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px 11px 18px;
  border: 1px solid var(--border);
  background: rgba(5, 5, 5, .78);
  backdrop-filter: blur(18px);
  border-radius: 16px;
  box-shadow: 0 12px 45px rgba(0,0,0,.35);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Cinzel, serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 30, 30, .55);
}

nav {
  display: flex;
  gap: 28px;
  color: #b9aeae;
  font-size: 14px;
}

nav a {
  transition: color .2s, text-shadow .2s;
}

nav a:hover {
  color: white;
  text-shadow: 0 0 12px rgba(255, 20, 20, .65);
}

.nav-button {
  padding: 10px 16px;
  border-radius: 10px;
  background: #9f0000;
  border: 1px solid #e01b1b;
  font-size: 13px;
  font-weight: 700;
  transition: .2s;
}

.nav-button:hover {
  background: #d00000;
  box-shadow: 0 0 22px rgba(220, 0, 0, .4);
  transform: translateY(-1px);
}

.hero {
  min-height: 100vh;
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  padding: 150px 0 90px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 50px;
}

.eyebrow {
  color: #ff3030;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero h1 {
  font-family: Cinzel, serif;
  font-size: clamp(48px, 8vw, 94px);
  line-height: .95;
  letter-spacing: 5px;
  text-shadow: 0 0 35px rgba(180, 0, 0, .25);
}

.hero h1 span {
  display: block;
  color: #d50000;
  text-shadow: 0 0 24px rgba(255, 0, 0, .35);
}

.hero-text {
  max-width: 620px;
  margin-top: 28px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, #a60000, #e00000);
  border-color: #ff2929;
  box-shadow: 0 0 25px rgba(220, 0, 0, .20);
}

.button.primary:hover {
  box-shadow: 0 0 35px rgba(220, 0, 0, .45);
}

.button.secondary {
  background: rgba(255,255,255,.03);
  border-color: rgba(255,255,255,.14);
  color: #ddd;
}

.button.large {
  margin-top: 26px;
  min-width: 210px;
}

.hero-logo {
  position: relative;
  display: grid;
  place-items: center;
}

.hero-logo img {
  position: relative;
  z-index: 2;
  width: min(450px, 85vw);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 0 30px rgba(220, 0, 0, .22));
}

.logo-ring {
  position: absolute;
  width: min(500px, 95vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 0, 0, .2);
  box-shadow: inset 0 0 80px rgba(120, 0, 0, .15), 0 0 60px rgba(130, 0, 0, .12);
  animation: pulse 4s ease-in-out infinite;
}

.section {
  width: min(1080px, calc(100% - 40px));
  margin: auto;
  padding: 110px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 45px;
}

.section-heading h2,
.war-content h2 {
  font-family: Cinzel, serif;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: 2px;
}

.section-heading > p:last-child {
  margin-top: 17px;
  color: var(--muted);
  line-height: 1.8;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  padding: 28px;
  background: linear-gradient(145deg, rgba(26,18,18,.85), rgba(9,8,8,.88));
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}

.card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 30, 30, .55);
  box-shadow: 0 15px 45px rgba(0,0,0,.3), 0 0 25px rgba(150,0,0,.08);
}

.card-icon {
  font-size: 28px;
  margin-bottom: 18px;
}

.card h3 {
  font-family: Cinzel, serif;
  font-size: 21px;
  margin-bottom: 10px;
}

.card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.warbringer-section {
  padding-top: 50px;
}

.warbringer-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  min-height: 440px;
  border: 1px solid rgba(255, 20, 20, .32);
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 50%, rgba(130, 0, 0, .28), transparent 35%),
    linear-gradient(135deg, rgba(28, 12, 12, .94), rgba(8, 7, 7, .96));
  box-shadow: 0 25px 80px rgba(0,0,0,.35);
}

.warbringer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 30%, rgba(255,0,0,.06), transparent 70%);
}

.war-content {
  position: relative;
  z-index: 2;
  padding: 65px;
}

.war-content h2 {
  color: #e50000;
  font-size: clamp(48px, 7vw, 78px);
  text-shadow: 0 0 25px rgba(255,0,0,.25);
}

.war-description {
  max-width: 650px;
  margin-top: 20px;
  color: #b9adad;
  line-height: 1.8;
}

.war-description strong {
  color: #f2dddd;
}

.reward {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 40, 40, .2);
  background: rgba(0,0,0,.25);
  border-radius: 12px;
}

.reward-icon {
  font-size: 27px;
}

.reward strong {
  display: block;
  font-family: Cinzel, serif;
  font-size: 18px;
}

.reward small {
  display: block;
  margin-top: 3px;
  color: #9f9090;
}

.war-symbol {
  display: grid;
  place-items: center;
}

.symbol-circle {
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 25, 25, .45);
  background: radial-gradient(circle, rgba(160,0,0,.3), rgba(0,0,0,.1) 70%);
  font-size: 80px;
  color: #e00000;
  text-shadow: 0 0 30px red;
  box-shadow: inset 0 0 45px rgba(180,0,0,.15), 0 0 45px rgba(150,0,0,.12);
}

.request-form {
  max-width: 800px;
  padding: 32px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(15, 10, 10, .75);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

label {
  display: block;
  color: #d6caca;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

input, select, textarea {
  width: 100%;
  margin-top: 9px;
  padding: 14px;
  color: white;
  background: #090707;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 9px;
  outline: none;
  font: inherit;
  transition: border-color .2s, box-shadow .2s;
}

input:focus, select:focus, textarea:focus {
  border-color: rgba(255, 30, 30, .65);
  box-shadow: 0 0 0 3px rgba(255, 0, 0, .08);
}

textarea {
  resize: vertical;
}

.submit-button {
  border: none;
  width: 100%;
}

.form-message {
  text-align: center;
  margin-top: 15px;
  min-height: 20px;
  color: #ff6b6b;
  font-size: 13px;
}

.important-note {
  max-width: 800px;
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 3px solid #b00000;
  background: rgba(100,0,0,.08);
  color: #9f9191;
  line-height: 1.7;
  font-size: 13px;
}

.important-note strong {
  color: #e7dada;
}

footer {
  width: min(1080px, calc(100% - 40px));
  margin: 40px auto 0;
  padding: 28px 0 45px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #817575;
  font-size: 13px;
}

footer div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

footer strong {
  color: #d5caca;
  font-family: Cinzel, serif;
  letter-spacing: 1px;
}

footer a {
  color: #e00000;
}

.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0%, 100% { transform: scale(.98); opacity: .7; }
  50% { transform: scale(1.02); opacity: 1; }
}

@media (max-width: 850px) {
  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 135px;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-logo {
    order: -1;
  }

  .hero-logo img {
    width: min(310px, 70vw);
  }

  .logo-ring {
    width: min(350px, 80vw);
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .warbringer-card {
    grid-template-columns: 1fr;
  }

  .war-symbol {
    display: none;
  }

  .war-content {
    padding: 40px 28px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 520px) {
  .navbar {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand span {
    display: none;
  }

  .nav-button {
    padding: 9px 13px;
  }

  .hero,
  .section {
    width: min(100% - 28px, 1080px);
  }

  .hero h1 {
    font-size: 45px;
  }

  .request-form {
    padding: 22px 17px;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
