:root {
  --brand-black: #08090c;
  --brand-black-soft: #15171b;
  --brand-red: #d91f31;
  --brand-red-dark: #7f0f1c;
  --brand-text: #191b21;
  --brand-muted: #5f6670;
  --brand-border: #ead7da;
  --brand-shadow: 0 24px 60px rgba(7, 8, 12, 0.18);
  --card-shadow: 0 16px 36px rgba(18, 21, 28, 0.12);
}

html {
  font-size: 16px !important;
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top right, rgba(217, 31, 49, 0.22), transparent 28%),
    linear-gradient(180deg, #11070a 0, #f7efe9 210px, #fbf8f5 100%);
  color: var(--brand-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: -0.02em;
}

a {
  color: inherit;
}

.site-main {
  padding: 0 0 3rem;
}

.site-header {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, rgba(5, 6, 8, 0.98), rgba(42, 8, 14, 0.98) 65%, rgba(117, 16, 30, 0.98));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 197, 106, 0.6), transparent);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 15px;
}

.site-brand {
  display: flex;
  flex-direction: column;
}

.site-kicker {
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-title {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.site-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
}

.site-pill {
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.site-header__cta,
.site-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff3a4f, #c11429);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(212, 31, 49, 0.36);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-header__cta:hover,
.site-footer__cta:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(212, 31, 49, 0.4);
}

.site-inner {
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--brand-shadow);
}

.article-header {
  padding: 1.1rem 1.5rem 1.2rem;
  background: linear-gradient(135deg, #2d090f, #bf172d);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.article-header__eyebrow {
  margin: 0 0 0.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article-header h3 {
  margin: 0;
  color: #fff;
  text-align: left;
  text-transform: none;
}

.content-area {
  padding: 2rem 1.5rem 2.5rem;
}

.content-area p {
  color: #2c3139;
  line-height: 1.72;
}

.content-area h2 {
  margin-top: 2.5rem;
  color: #111318;
}

.hero {
  padding: 0.5rem 0 1rem;
  text-align: center;
}

.hero h1 {
  margin-bottom: 0.85rem;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(135deg, #7d0f1d, #ff374e 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero h3 {
  max-width: 46rem;
  margin: 0 auto;
  color: #3a404a;
  font-size: 1.25rem;
  font-weight: 600;
}

small {
  text-decoration: none;
}

.paragraph--red {
  color: #b51628;
  font-weight: 600;
}

.imagebox {
  margin: 2rem 0;
  align-items: flex-start;
}

.imagebox__wrapper,
.imagebox__img {
  text-align: center;
}

.imagebox__img img,
.packshot,
.packshot-big,
.result-visual {
  margin-bottom: 0;
  border-radius: 22px;
}

.imagebox__img img {
  box-shadow: var(--card-shadow);
}

.imagebox__text h2 {
  color: #a41426;
}

.imagebox__text h5 {
  color: #676d76;
  font-weight: 600;
}

.size-badge-img .size-badge {
  background: linear-gradient(135deg, #c7172b, #870e1d);
  box-shadow: 0 10px 22px rgba(181, 22, 40, 0.28);
}

.size-badge-img .size-badge h4 {
  color: #fff;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.link-box {
  border-radius: 24px;
  background: linear-gradient(135deg, #140709, #a51327);
  box-shadow: var(--card-shadow);
}

.link-box p {
  color: #fff;
  font-size: 1.15rem;
  text-decoration: none;
}

.border-box {
  height: 100%;
  padding: 1.2rem 1.25rem;
  border: 1px solid var(--brand-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fff7f7);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.icon-title {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: #16191e;
}

.icon-title i,
.form ul i {
  display: inline-flex;
  flex: 0 0 1.7rem;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0;
  border-radius: 999px;
  background: #ffe6ea;
  color: #bc1730;
  font-style: normal;
  font-weight: 800;
}

.icon-title i::before,
.form ul i::before {
  content: "+";
}

.stats-box {
  height: 100%;
  padding: 1.4rem 1rem;
  border: 1px solid #ece1e3;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.stats-box i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 4.75rem;
  margin-bottom: 1rem;
  border-radius: 1.35rem;
  background: linear-gradient(135deg, #1a1012, #c7172b);
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.fa-smile-wink::before {
  content: "99%";
}

.fa-comments::before {
  content: "300K";
  font-size: 0.95rem;
}

.fa-calendar-check::before {
  content: "3";
  font-size: 1.4rem;
}

.fa-plus-square::before {
  content: "0%";
  font-size: 1rem;
}

.result-visual {
  max-width: 320px;
  padding: 1rem;
  background: linear-gradient(180deg, #fff6f7, #fff);
  box-shadow: var(--card-shadow);
}

.form {
  margin-top: 3rem;
}

.form > p:first-of-type {
  font-size: 1.15rem;
}

.form ul {
  display: grid;
  gap: 0.8rem;
  max-width: 34rem;
  margin: 0 auto 1.75rem;
  text-align: left;
}

.form ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0;
}

.sidebar {
  padding: 1.5rem 1rem 2rem;
  background: linear-gradient(180deg, #fff5ee, #ffe9de);
}

.widget {
  overflow: hidden;
  margin-bottom: 1.5rem;
  border: 1px solid var(--brand-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.widget-box__img img {
  display: block;
  width: 100%;
  height: auto;
}

.widget__text {
  padding: 1.1rem 1rem 1.2rem;
}

.widget__text h4 {
  margin-bottom: 0.65rem;
  color: #15181f;
  font-size: 1.2rem;
}

.widget__text p {
  margin-bottom: 0;
  color: #424852;
  font-size: 0.96rem;
  line-height: 1.66;
}

.site-footer {
  margin-top: 2rem;
  padding: 0 0 2.75rem;
  background: transparent;
}

.site-footer .container {
  padding: 1.75rem 1.5rem 2rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #07080b, #1b0b10 60%, #63111d);
  color: #fff;
  box-shadow: var(--brand-shadow);
}

.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__eyebrow {
  margin: 0 0 0.35rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.copyright {
  margin-bottom: 0.85rem !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.disclaimer {
  margin-bottom: 1rem !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.82rem !important;
  line-height: 1.7;
}

.site-footer__links {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}

.site-footer__links a,
.footer-order-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.95rem !important;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__links a:hover,
.footer-order-link:hover {
  background: rgba(255, 255, 255, 0.14);
  text-decoration: none;
}

@media (min-width: 768px) {
  .content-area {
    padding: 2.4rem 2rem 2.8rem;
  }

  .hero,
  .article-header h3 {
    text-align: left;
  }

  .hero h3 {
    margin-left: 0;
  }

  .form ul {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .site-header__inner,
  .site-footer__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header__meta {
    justify-content: flex-start;
  }

  .sidebar {
    margin-top: 1.5rem;
    border-radius: 0 0 28px 28px;
  }
}

@media (max-width: 767px) {
  body {
    background: linear-gradient(180deg, #12070a 0, #f8efea 180px, #fbf8f5 100%);
  }

  .site-title {
    font-size: 1.7rem;
  }

  .site-inner {
    border-radius: 24px;
  }

  .article-header,
  .content-area {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .site-footer .container {
    padding: 1.4rem 1rem 1.6rem;
    border-radius: 24px;
  }

  .site-header__cta,
  .site-footer__cta {
    width: 100%;
  }
}
