* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(200, 0, 0, .35), transparent 30%),
    linear-gradient(180deg, #180303, #080101 45%, #150202);
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1180px, 92%);
  margin: auto;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(15, 0, 0, .9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 0, 0, .35);
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 28px;
  font-weight: 900;
}

.logo span {
  color: #ff2730;
}

.menu {
  display: flex;
  gap: 28px;
}

.menu a {
  color: #eee;
  font-weight: 700;
  transition: .3s;
}

.menu a:hover {
  color: #ff2730;
}

.menu-btn {
  display: none;
  background: #ff2730;
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 22px;
}

/* HERO */
.hero {
  padding: 60px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.badge {
  display: inline-block;
  padding: 10px 22px;
  background: linear-gradient(180deg, #ff2b2b, #a80000);
  border: 1px solid #ff4a4a;
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(255, 0, 0, .5);
  margin-bottom: 22px;
  font-weight: 800;
}

.hero h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.12;
  margin-bottom: 24px;
}

.hero p {
  color: #dacaca;
  font-size: 18px;
  line-height: 1.8;
  max-width: 650px;
}

.hero-buttons {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 12px;
  border: 1px solid #ff2730;
  color: #fff;
  font-weight: 800;
  transition: .3s;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(255, 0, 0, .45);
}

.btn.primary {
  background: linear-gradient(180deg, #ff3333, #b40000);
}

.hero-image {
  min-height: 750px;
  border-radius: 40px;
  border: 2px solid #ff1f2d;
  background-image: url("../images/banner.webp");
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 35px rgba(255, 0, 0, 0.35);
}

/* PAGE HERO */
.page-hero {
  padding: 100px 0;
  border-bottom: 1px solid rgba(255, 0, 0, .35);
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,0,0,.95), rgba(80,0,0,.55));
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-size: clamp(42px, 5vw, 70px);
  margin-bottom: 18px;
}

.page-hero p {
  color: #f0dede;
  font-size: 20px;
  max-width: 700px;
}

.article-bg {
  background-image: url("https://images.unsplash.com/photo-1596838132731-3301c3fd4317?auto=format&fit=crop&w=1400&q=80");
}

.about-bg {
  background-image: url("https://images.unsplash.com/photo-1511193311914-0346f16efe90?auto=format&fit=crop&w=1400&q=80");
}

.contact-bg {
  background-image: url("https://images.unsplash.com/photo-1556745757-8d76bdb6984b?auto=format&fit=crop&w=1400&q=80");
}

/* CARDS */
.feature-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 36px;
}

.feature-card,
.content-card,
.sidebar,
.mini-card {
  border: 1px solid #d9232b;
  background: linear-gradient(145deg, rgba(80, 8, 8, .85), rgba(18, 2, 2, .92));
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(255, 0, 0, .12);
}

.feature-card {
  text-align: center;
  padding: 30px 20px;
}

.icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e71924;
  font-size: 24px;
  box-shadow: 0 0 18px rgba(255, 0, 0, .45);
}

.feature-card h3,
.mini-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.feature-card p,
.content-card p,
.mini-card p {
  color: #d6c5c5;
  line-height: 1.8;
}

.content-card {
  padding: 34px;
  margin-bottom: 30px;
}

.content-card h2 {
  border-left: 6px solid #ff2730;
  padding-left: 16px;
  margin-bottom: 20px;
  font-size: 32px;
}

/* PROMO */
.promo-banner {
  min-height: 230px;
  padding: 38px;
  border: 1px solid #ff2730;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(180,0,0,.95), rgba(80,0,0,.4)),
    url("https://images.unsplash.com/photo-1596838132731-3301c3fd4317?auto=format&fit=crop&w=1400&q=80");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.promo-banner h2 {
  font-size: 38px;
  margin-bottom: 12px;
}

.promo-banner p {
  color: #ffe4e4;
  max-width: 600px;
}

/* ================================
   REMAKE ARTICLE STYLE PREMIUM RED
================================ */

.article-hero {
  padding: 76px 0 54px;
  position: relative;
  overflow: hidden;
}

.article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,0,0,.13), transparent 38%),
    radial-gradient(circle at 70% 40%, rgba(255,0,0,.18), transparent 24%);
  pointer-events: none;
}

.article-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}

.yellow-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ff1d1d, #8b0000);
  border: 1px solid rgba(255, 90, 90, .75);
  box-shadow: 0 0 26px rgba(255, 0, 0, .35);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2px;
  margin-bottom: 24px;
}

.article-hero h1 {
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.05;
  max-width: 680px;
  letter-spacing: -1.5px;
  text-shadow: 0 0 22px rgba(255,0,0,.18);
}

.article-hero p {
  margin-top: 22px;
  color: #f0d4d4;
  font-size: 18px;
  line-height: 1.85;
  max-width: 680px;
}

.article-hero .hero-buttons {
  margin-top: 30px;
  gap: 14px;
}

.btn.yellow,
.btn.primary {
  background: linear-gradient(135deg, #ff4040, #d30000 48%, #720000);
  border: 1px solid #ff5555;
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 0, 0, .24);
}

.btn.dark {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255, 80, 80, .55);
  color: #fff;
  backdrop-filter: blur(8px);
}

.trust-row {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-row span {
  font-size: 13px;
  font-weight: 700;
  color: #ffdede;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 0, 0, .08);
  border: 1px solid rgba(255, 80, 80, .38);
}

/* gambar hero dibuat card premium */
.article-hero-img {
  min-height: 800px;
  border-radius: 24px;
  border: 1px solid rgba(255, 70, 70, .9);
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.55)),
    url("../images/11.webp");
  background-size: cover;
  background-position: center;
}

/* SECTION TITLE */
.section-head {
  margin: 52px 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}

.section-head h2 {
  font-size: 36px;
  line-height: 1.15;
  position: relative;
  padding-left: 18px;
}

.section-head h2::before {
  content: "";
  width: 6px;
  height: 36px;
  background: linear-gradient(#ff3b3b, #9b0000);
  border-radius: 99px;
  position: absolute;
  left: 0;
  top: 2px;
}

.section-head p {
  margin-top: 8px;
  color: #cfaeae;
  font-size: 15px;
}

.count-box {
  padding: 13px 20px;
  border-radius: 999px;
  color: #ffeaea;
  font-weight: 900;
  background:
    linear-gradient(180deg, rgba(255,0,0,.18), rgba(60,0,0,.65));
  border: 1px solid rgba(255, 70, 70, .6);
  box-shadow: inset 0 0 22px rgba(255,0,0,.08);
}

/* POST GRID REMAKE */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding-bottom: 64px;
}

.post-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,0,0,.05)),
    #120202;
  border: 1px solid rgba(255, 55, 55, .55);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 18px 45px rgba(0,0,0,.36);
  transition: .35s ease;
}

.post-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 35%, rgba(255,255,255,.08), transparent 62%);
  transform: translateX(-120%);
  transition: .65s ease;
  pointer-events: none;
}

.post-card:hover::before {
  transform: translateX(120%);
}

.post-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: #ff3939;
  box-shadow:
    0 24px 70px rgba(0,0,0,.5),
    0 0 38px rgba(255,0,0,.28);
}

.post-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  display: block;
  filter: saturate(1.15) contrast(1.08);
}

.post-card:hover img {
  filter: saturate(1.3) contrast(1.1);
}

.post-body {
  padding: 24px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
}

.post-body h3 {
  font-size: 21px;
  line-height: 1.45;
  margin-bottom: 13px;
  color: #fff;
}

.post-body p {
  color: #d9bebe;
  line-height: 1.75;
  font-size: 15px;
  margin-bottom: 20px;
}

.post-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.post-meta span {
  color: #ff7575;
  font-weight: 800;
  font-size: 13px;
}

.read-btn {
  padding: 10px 17px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, #ff4242, #bf0000);
  color: #fff;
  border: 1px solid rgba(255, 105, 105, .8);
  box-shadow: 0 10px 20px rgba(255,0,0,.22);
  white-space: nowrap;
}

.read-btn:hover {
  transform: translateX(3px);
}

/* variasi card supaya tidak terlalu template */
.post-card:nth-child(2n) {
  transform: translateY(10px);
}

.post-card:nth-child(2n):hover {
  transform: translateY(2px) scale(1.01);
}

.post-card:nth-child(3n) {
  background:
    linear-gradient(180deg, rgba(255,0,0,.09), rgba(0,0,0,.22)),
    #130303;
}

/* RESPONSIVE */
@media (max-width: 950px) {
  .article-hero-grid {
    grid-template-columns: 1fr;
  }

  .article-hero-img {
    min-height: 320px;
    transform: none;
  }

  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .post-card:nth-child(2n) {
    transform: none;
  }
}

@media (max-width: 620px) {
  .article-hero {
    padding: 48px 0 32px;
  }

  .article-hero h1 {
    font-size: 38px;
  }

  .article-hero p {
    font-size: 16px;
  }

  .post-grid {
    grid-template-columns: 1fr;
  }

  .post-card img {
    height: 190px;
  }

  .post-body {
    min-height: auto;
  }

  .count-box {
    width: 100%;
    text-align: center;
  }
}

/* CONTACT */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 32px;
  padding: 44px 0;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255, 60, 60, .55);
  border-radius: 12px;
  padding: 15px;
  color: #fff;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #bca5a5;
}

.contact-info p {
  margin-bottom: 14px;
  color: #dfcaca;
}

.notice {
  margin-top: 24px;
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 0, 0, .15);
  border: 1px dashed #ff2730;
  color: #ffdede;
  line-height: 1.7;
}

/* FOOTER */
.site-footer {
  background: #120202;
  border-top: 1px solid rgba(255, 0, 0, .35);
  padding-top: 42px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 34px;
}

.footer-grid h3 {
  font-size: 28px;
  margin-bottom: 14px;
}

.footer-grid h4 {
  margin-bottom: 14px;
}

.footer-grid p,
.footer-grid a {
  display: block;
  color: #cbbaba;
  line-height: 1.8;
}

.footer-grid a:hover {
  color: #ff2730;
}

.copyright {
  text-align: center;
  padding: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #bca9a9;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .menu {
    display: none;
    position: absolute;
    top: 78px;
    right: 4%;
    left: 4%;
    background: #190202;
    border: 1px solid #ff2730;
    border-radius: 16px;
    padding: 18px;
    flex-direction: column;
  }

  .menu.show {
    display: flex;
  }

  .menu-btn {
    display: block;
  }

  .hero-grid,
  .article-layout,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 380px;
  }

  .feature-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .tips-grid {
    grid-template-columns: 1fr;
  }

  .promo-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sidebar {
    position: static;
  }
}

@media (max-width: 520px) {
  .feature-box {
    grid-template-columns: 1fr;
  }

  .content-card {
    padding: 24px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 38px;
  }

  .promo-banner h2 {
    font-size: 30px;
  }
}

/* FAQ FIX VERSION */
.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.faq-card {
  border: 1px solid rgba(255, 60, 60, .55);
  border-radius: 16px;
  background: rgba(70, 0, 0, .35);
  overflow: hidden;
}

.faq-toggle {
  width: 100%;
  padding: 20px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-toggle span {
  color: #ff3838;
  font-size: 26px;
  transition: .3s;
}

.faq-content {
  display: none;
  padding: 0 20px 20px;
}

.faq-content p {
  color: #e5caca;
  line-height: 1.8;
}

.faq-card.open .faq-content {
  display: block;
}

.faq-card.open .faq-toggle span {
  transform: rotate(45deg);
}

/* ARTICLE DETAIL PAGE */
.article-detail {
  max-width: 920px;
  padding: 54px 0;
}

.breadcrumb {
  color: #cfaeae;
  font-size: 14px;
  margin-bottom: 22px;
}

.breadcrumb a {
  color: #ff5050;
  font-weight: 800;
}

.article-detail h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.18;
  margin-bottom: 14px;
}

.article-meta {
  color: #ff7777;
  font-weight: 800;
  margin-bottom: 24px;
}

.article-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255, 60, 60, .7);
  margin: 10px 0 30px;
  box-shadow: 0 0 35px rgba(255, 0, 0, .18);
}

.article-detail h2 {
  margin-top: 34px;
  margin-bottom: 14px;
  padding-left: 16px;
  border-left: 6px solid #ff3030;
  font-size: 30px;
}

.article-detail p {
  color: #e3caca;
  line-height: 1.9;
  font-size: 18px;
  margin-bottom: 18px;
}

.article-cta {
  margin: 42px 0;
  padding: 30px;
  border-radius: 22px;
  border: 1px solid #ff3030;
  background:
    linear-gradient(135deg, rgba(255,0,0,.22), rgba(70,0,0,.75));
}

.article-cta h3 {
  font-size: 28px;
  margin-bottom: 12px;
}

.related-post {
  margin-top: 44px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.related-grid a {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 60, 60, .55);
  background: rgba(255, 0, 0, .08);
  color: #fff;
  font-weight: 800;
  line-height: 1.5;
  transition: .3s;
}

.related-grid a:hover {
  transform: translateY(-4px);
  background: rgba(255, 0, 0, .18);
  box-shadow: 0 0 20px rgba(255,0,0,.25);
}

@media (max-width: 720px) {
  .article-img {
    height: 260px;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }
}

.menu {
  display: flex;
  align-items: center; /* ini penting biar sejajar */
  gap: 20px;
}

.menu a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

/* Button Register */
.btn-register {
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
  background: linear-gradient(45deg, #ff0000, #cc0000);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: bold;
  display: inline-flex;       /* biar isi tengah */
  align-items: center;        /* vertical center */
  justify-content: center;
  height: 36px;               /* samain tinggi */
  line-height: normal;        /* penting */
  margin-left: 10px;
  transition: 0.3s;
}

.btn-register:hover {
  background: linear-gradient(45deg, #ff3333, #ff0000);
  transform: translateY(-1px);
}

/* FIX NAV RIGHT SIDE */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* REGISTER BUTTON FIX */
.btn-register {
  background: linear-gradient(45deg, #ff0000, #cc0000);
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  line-height: normal;
  box-shadow: 0 0 12px rgba(255,0,0,0.6);
  transition: 0.3s;
}

.btn-register:hover {
  transform: translateY(-2px);
}

/* DESKTOP */
@media (min-width: 901px) {
  .desktop-register {
    display: inline-flex;
  }
}

/* MOBILE */
@media (max-width: 900px) {

  .menu {
    display: none;
  }

  .menu.active {
    display: flex;
  }

  .menu-btn {
    display: block;
  }

  .desktop-register {
    display: inline-flex;
    font-size: 12px;
    padding: 6px 12px;
  }
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (max-width: 900px) {
  .nav {
    position: relative;
  }

  .nav-right {
    gap: 10px;
  }

  .menu {
    display: none;
    position: absolute;
    top: 78px;
    left: 4%;
    right: 4%;
    background: #190202;
    border: 1px solid #ff2730;
    border-radius: 16px;
    padding: 18px;
    flex-direction: column;
    text-align: center;
    z-index: 999;
  }

  .menu.active {
    display: flex;
  }

  .menu-btn {
    display: block;
  }

  .btn-register {
    font-size: 12px;
    padding: 7px 13px;
    height: 34px;
  }
}

@media (min-width: 901px) {
  .menu-btn {
    display: none;
  }

  .menu {
    display: flex;
    align-items: center;
  }
}
.about-banner {
  margin: 28px 0;
  padding: 28px;
  border: 1px solid #ff1f1f;
  border-radius: 14px;
  background: linear-gradient(135deg, #1a0000, #3a0505, #120000);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 25px;
  align-items: center;
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.18);
}

.about-banner-text span {
  display: inline-block;
  color: #ffb3b3;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-banner-text h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
}

.about-banner-text p {
  color: #ddd;
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-banner-img img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .about-banner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px;
  }

  .about-banner-text h2 {
    font-size: 22px;
  }
}
.banner-slot {
  margin: 40px 0;
  border-radius: 22px;
  overflow: hidden;

  /* style mengikuti tema website lu */
  border: 1px solid rgba(255, 60, 60, .6);
  box-shadow: 0 0 35px rgba(255, 0, 0, .18);
}

.banner-slot img {
  width: 100%;
  height: auto; /* 🔥 penting: biar ikut ukuran asli */
  display: block;
}
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
    }

    body {
      background: #080202;
      color: #fff;
      line-height: 1.7;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: min(1180px, 92%);
      margin: auto;
    }
    /* HERO */
    .page-hero {
      min-height: 310px;
      background:
        linear-gradient(90deg, rgba(0,0,0,.65), rgba(0,0,0,.25)),
        url("images/banners/about-bg.jpg");
      background-size: cover;
      background-position: center;
      position: relative;
      display: flex;
      align-items: center;
      border-bottom: 2px solid #ff2323;
      box-shadow: 0 20px 60px rgba(255,0,0,.18);
    }

    .page-hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 3px;
      background: #ff2525;
      box-shadow: 0 0 25px #ff2525;
    }

    .page-hero h1 {
      font-size: clamp(42px, 6vw, 72px);
      text-shadow: 0 0 18px rgba(255,255,255,.35);
    }

    .page-hero p {
      max-width: 680px;
      color: #eee;
      font-size: 18px;
      font-weight: 600;
    }

    /* MAIN */
    main {
      padding: 36px 0 70px;
    }

    .about-card {
      display: grid;
      grid-template-columns: 95px 1fr 330px;
      align-items: center;
      gap: 28px;
      padding: 28px;
      margin-bottom: 28px;
      border: 2px solid #ff2525;
      border-radius: 16px;
      background:
        linear-gradient(90deg, rgba(18,0,0,.96), rgba(38,4,4,.78)),
        radial-gradient(circle at right, rgba(255,0,0,.22), transparent 42%);
      box-shadow:
        0 0 22px rgba(255, 0, 0, .22),
        inset 0 0 28px rgba(255, 0, 0, .08);
      overflow: hidden;
    }

    .icon-box {
      width: 78px;
      height: 78px;
      border-radius: 50%;
      border: 2px solid #ff2b2b;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 36px;
      color: #ff3333;
      box-shadow: 0 0 22px rgba(255,0,0,.35);
      background: rgba(255, 0, 0, .08);
    }

    .card-text h2 {
      font-size: 34px;
      margin-bottom: 12px;
      position: relative;
      padding-left: 18px;
    }

    .card-text h2::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 4px;
      height: 34px;
      background: #ff2b2b;
      box-shadow: 0 0 15px #ff2b2b;
    }

    .card-text p,
    .card-text li {
      color: #ddd;
      font-size: 17px;
    }

    .card-text ol {
      padding-left: 22px;
    }

    .card-img {
      width: 100%;
      max-height: 300;
      object-fit: contain;
      filter: drop-shadow(0 0 25px rgba(255,0,0,.45));
    }

    /* FEATURES */
    .feature-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin: 30px 0 38px;
      padding: 22px;
      border: 1px solid #ff2b2b;
      border-radius: 14px;
      background: linear-gradient(90deg, #250505, #100202);
      box-shadow: 0 0 20px rgba(255,0,0,.22);
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .feature-item span {
      font-size: 34px;
    }

    .feature-item h4 {
      font-size: 18px;
    }

    .feature-item p {
      font-size: 14px;
      color: #ccc;
      line-height: 1.4;
    }

    .slogan {
      text-align: center;
      color: #eee;
      font-size: 20px;
      letter-spacing: 2px;
      margin: 28px 0 45px;
    }

    .slogan span {
      color: #ff3333;
    }

    /* FOOTER */
    .site-footer {
      border-top: 1px solid rgba(255,0,0,.45);
      background: #070101;
      padding: 44px 0 20px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: 35px;
    }

    .footer-grid h3,
    .footer-grid h4 {
      margin-bottom: 12px;
    }

    .footer-grid p,
    .footer-grid a {
      display: block;
      color: #bbb;
      margin-bottom: 7px;
    }

    .copyright {
      text-align: center;
      color: #777;
      margin-top: 30px;
      font-size: 14px;
    }

    /* MOBILE */
    @media (max-width: 900px) {
      .menu {
        position: absolute;
        top: 78px;
        right: 4%;
        width: 230px;
        background: #140202;
        border: 1px solid #ff3333;
        border-radius: 12px;
        padding: 18px;
        display: none;
        flex-direction: column;
      }

      .menu.show {
        display: flex;
      }

      .menu-btn {
        display: block;
      }

      .btn-register {
        padding: 9px 14px;
        font-size: 14px;
      }

      .about-card {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .icon-box {
        margin: auto;
      }

      .card-text h2 {
        padding-left: 0;
      }

      .card-text h2::before {
        display: none;
      }

      .card-img {
        max-height: 190px;
      }

      .feature-strip {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }
    .policy-page {
  padding: 70px 20px;
}

.policy-card {
  background: linear-gradient(135deg, rgba(255,0,0,.18), rgba(0,0,0,.75));
  border: 1px solid rgba(255,70,70,.35);
  border-radius: 28px;
  padding: 38px;
  margin-bottom: 34px;
  box-shadow: 0 25px 70px rgba(0,0,0,.45);
}

.policy-badge {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 210, 0, .14);
  color: #ffd84d;
  font-weight: 700;
  margin-bottom: 18px;
}

.policy-card h2,
.policy-contact h2 {
  color: #fff;
  margin-bottom: 14px;
}

.policy-card p,
.policy-box p,
.policy-contact p {
  color: rgba(255,255,255,.78);
  line-height: 1.8;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.policy-box {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  padding: 26px;
  transition: .25s ease;
}

.policy-box:hover {
  transform: translateY(-5px);
  border-color: rgba(255,70,70,.55);
  box-shadow: 0 18px 45px rgba(255,0,0,.12);
}

.policy-box h3 {
  color: #ff4b4b;
  margin-bottom: 12px;
}

.policy-contact {
  margin-top: 34px;
  padding: 34px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255,70,70,.16), rgba(255,216,77,.08));
  border: 1px solid rgba(255,255,255,.12);
}

.policy-contact-box {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.policy-contact-box span {
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
}

@media (max-width: 768px) {
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .policy-card,
  .policy-contact {
    padding: 26px;
  }
}
/* PRIVACY BANNER FIX */
.privacy-banner {
  width: min(1180px, 92%) !important;
  max-width: 1180px !important;
  margin: 40px auto 32px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 60, 60, .65) !important;
  box-shadow: 0 0 25px rgba(255, 0, 0, .16) !important;
  background: #050000 !important;
}

.privacy-banner img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: unset !important;
}