:root {
  --bg: #08040d;
  --bg2: #14081f;

  --gold: #f6d27a;
  --gold-dark: #b9841b;

  --text: #ffffff;
  --text-soft: #d9d9d9;

  --purple: #7d37ff;
  --purple-light: #c35cff;

  --border: rgba(246, 210, 122, 0.28);
}

.par * {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: var(--bg);
}

.par {
  min-height: 85vh;
  position: relative;
  overflow: hidden;
  background: var(--bg);
  color: #fff;
}

/* Background */

.par-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/hero-mob.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.par-hero {
  position: relative;
  padding: 80px 10px 60px;
  overflow: hidden;
}

.par-hero__container {
  position: relative;
  z-index: 2;
}

.par-hero__title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  background: linear-gradient(180deg, #fff5c8, #ffd770 45%, #d45d18 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(255, 204, 95, 0.35);
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 16px 0 24px;
}

.divider span {
  width: 90px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.par__features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 400px;
  margin: 0 auto;
}

.par__feature {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
}

.par__feature:first-child {
  margin-bottom: -10px;
}

.par__feature:first-child .par__feature-icon {
  width: 90px;
  height: 90px;
  margin-left: -8px;
}

.par__feature-icon {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.par__feature-icon img {
  width: 100%;
  display: block;
}

.par__feature-title {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  position: relative;
  line-height: 1.1;
  margin-bottom: 5px;
  background: linear-gradient(180deg, #fff5c8, #ffd770 45%, #d45d18 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(255, 204, 95, 0.35);
  width: fit-content;
}

.par__feature-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: center/contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='%23f6d27a' d='M100 10 C108 66 126 92 190 100 C134 110 108 126 100 190 C92 134 74 108 10 100 C66 92 92 74 100 10 Z'/%3E%3C/svg%3E");
}

.par__feature-text {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
  font-style: italic;
}

.par__feature:last-child .par__feature-text {
  max-width: 152px;
}

.par__features .divider {
  margin: 0 0 0 -10px;
  gap: 3px;
}

.short-divider {
  width: 50px !important;
}

.par-hero__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 40px;
  position: relative;
  text-decoration: none;
  border: 2px solid rgba(255, 210, 120, 0.75);
  font-size: 34px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    rgba(69, 18, 96, 0.65),
    rgba(17, 8, 27, 0.95)
  );
  box-shadow:
    0 0 3px rgba(255, 196, 88, 0.4),
    0 0 5px rgba(167, 70, 255, 0.35),
    inset 0 0 5px rgba(255, 214, 120, 0.38);
  transition: 0.35s;
  width: 96%;
  margin: 36px auto 0;
}

.par-hero__button:active {
  transform: scale(0.97);
}

/* blurred copy of the same gradient for outer glow */
.par-hero__button::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: inherit;
  filter: blur(4px);
  opacity: 0.55;
  z-index: -1;
}

.par-hero__button span {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  background: linear-gradient(180deg, #fff5c8, #ffd770 45%, #d45d18 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.par-hero__button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: center/contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='%23f6d27a' d='M100 10 C108 66 126 92 190 100 C134 110 108 126 100 190 C92 134 74 108 10 100 C66 92 92 74 100 10 Z'/%3E%3C/svg%3E");
}

.par-hero__button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: center/contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='%23f6d27a' d='M100 10 C108 66 126 92 190 100 C134 110 108 126 100 190 C92 134 74 108 10 100 C66 92 92 74 100 10 Z'/%3E%3C/svg%3E");
}

.privacy-policy-page {
  padding: 40px 0;
}

.privacy-policy-page .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.privacy-policy-page .entry-title {
  margin-bottom: 32px;
  font-size: 42px;
  line-height: 1.2;
}

.privacy-policy-page .entry-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.privacy-policy-page .entry-content h2,
.privacy-policy-page .entry-content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.privacy-policy-page .entry-content p {
  margin-bottom: 20px;
}

.privacy-policy-page .entry-content ul,
.privacy-policy-page .entry-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.par-footer {
  position: relative;
  z-index: 5;
  padding: 24px 20px;
  background: rgb(177 127 255 / 15%);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(99, 65, 227, 0.08);
  bottom: -12px;
}

.par-footer__container {
  max-width: 1240px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.par-footer__copy {
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
}

.par-footer__policy {
  font-size: 14px;
  line-height: 1.4;
  color: #f5f8f1;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.par-footer__policy:hover {
  opacity: 0.7;
}

@media screen and (min-width: 468px) {
  .par__features {
    gap: 16px;
  }

  .par-hero__button {
    width: 400px;
  }

  .par-hero {
    padding: 118px 16px 60px;
    height: 100vh;
  }
}

@media screen and (min-width: 768px) {
  .par-hero {
    padding: 100px 16px 60px;
  }

  .par-hero__bg {
    background-image: url("../images/hero.jpg");
  }

  .par-hero__title {
    font-size: 72px;
  }

  .par-hero__button {
    width: 330px;
  }

  .par__features {
    gap: 4px;
    max-width: 680px;
  }

  .par__feature {
    grid-template-columns: 120px 1fr;
    gap: 20px;
  }

  .par__feature:first-child {
    margin-bottom: -10px;
  }

  .par__feature:first-child .par__feature-icon {
    width: 120px;
    height: 120px;
    margin-left: -10px;
  }

  .par__feature-icon {
    width: 110px;
    height: 110px;
  }

  .par__feature-title {
    font-size: 28px;
  }

  .par__feature-text {
    font-size: 20.5px;
  }

  .par__feature:last-child .par__feature-text {
    max-width: 100%;
  }

  .par__features .divider {
    margin: 0px 0 0 130px;
    gap: 6px;
    justify-content: flex-start;
  }

  .par-footer__copy,
  .par-footer__policy {
    font-size: 16px;
  }
}

@media screen and (min-width: 1500px) {
  .par-hero {
    padding: 90px 16px 40px;
  }

  .par-hero__title {
    font-size: 78px;
  }

  .par__features {
    gap: 8px;
    max-width: 800px;
  }

  .par__feature {
    grid-template-columns: 140px 1fr;
    gap: 20px;
  }

  .par__feature:first-child {
    margin-bottom: -10px;
  }

  .par__feature:first-child .par__feature-icon {
    width: 140px;
    height: 140px;
    margin-left: -10px;
  }

  .par__feature-icon {
    width: 130px;
    height: 130px;
  }

  .par__feature-title {
    font-size: 32px;
  }

  .par__feature-text {
    font-size: 22px;
  }

  .par__feature:last-child .par__feature-text {
    max-width: 100%;
  }

  .par__features .divider {
    margin: 0px 0 0 130px;
    gap: 8px;
    justify-content: flex-start;
  }

  .par-footer__copy,
  .par-footer__policy {
    font-size: 18px;
  }

  .par__feature-title::before {
    right: -30px;
    width: 18px;
    height: 18px;
  }
}
