html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;

  margin: 0 auto;
  font-family: "Manuale", serif;
  font-optical-sizing: auto;

  background-color: #000000;
}

* {
  box-sizing: border-box;
  font-family: inherit;
}

button {
  font-family: inherit;
  border: 0;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

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

.content-container {
  max-width: 1220px;
  padding: 20px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

* {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  background-color: rgba(8, 12, 17, 1);
}

button {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
button {
  margin: 0;
  font-family: "Roboto", sans-serif;
  padding: 0;
}

a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 768px) {
  .content-container {
    width: 100%;
    padding: 0 20px;
  }
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf");
  font-weight: 300;
}

.desktopNav,
.mobileNav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-weight: 500;
}

.desktopNav {
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
}

.desktopNav a,
.mobileNav a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.desktopNav a:hover,
.mobileNav a:hover {
  color: #ffd700; /* жовтий при наведенні */
}

@media screen and (min-width: 768px) {
  .mobileHeader {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .desktopHeader {
    display: none;
  }

  .mobileMenuContainer {
    display: none;
    flex-direction: column;
    background-color: #111;
    padding: 1rem;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
  }

  .mobileMenuContainer.active {
    display: flex;
  }

  .mobileMenuClose img {
    width: 24px;
    cursor: pointer;
    align-self: flex-end;
  }
}


.mainHeader {
  width: 100%;

  padding: 10px 0;
  height: 93px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.header {
  box-sizing: border-box;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.desktopHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.desktopLogoContainer {
  height: 100%;
  width: 260px;
}

.desktopLogoContainer a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.desktopLogoContainer a img {
  width: auto;
  height: 100%;
  width: 100px;
}

.desktopMenuContainer {
  display: flex;
  align-items: center;

  width: auto;
  gap: 45px;
}

.headerLink {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.headerLink:hover {
  text-decoration: underline;
}

.buttonForGetStart {
  width: max-content;

  background-color: rgba(253, 71, 95, 1);
  padding: 14px 40px;
  border-radius: 8px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  text-wrap: nowrap;
  font-weight: 700;
  line-height: 21.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.mobileHeader {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;

  height: 62px;
}

.mobileLogoContainer {
  height: 100%;
  width: 200px;
}

.mobileLogoContainer a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mobileLogoContainer a img {
  width: 100px;
  height: auto;
}

.mobileMenuBurger {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileMenuContainer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  transition: right 0.5s ease;
  z-index: 1000;
}

.mobileMenuClose {
  width: auto;
  height: 24px;
  display: flex;
  justify-content: flex-end;
}

.mobileNav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
  width: 100%;
  align-items: center;
}

.mobileNav a {
  width: 100%;
  background: none;
  text-align: center;
  text-decoration: none;
  border: none;

  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #27233a;
}

.text-info-item-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-info-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 768px) {
  .content-container {
    width: 100%;
    padding: 0 20px;
  }

  .mainHeader {
    width: 100%;
    padding: 10px 0;
  }

  .desktopHeader {
    display: none;
  }

  .mobileHeader {
    display: flex;
  }
}

.top-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 20;
}

.header_b {
  background: rgba(14, 18, 23, 1);
  box-shadow: 0px 4px 53px 0px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(43, 46, 46, 1);
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_header {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  max-width: 1220px;
  width: 100%;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.gradText {
  background: linear-gradient(260.52deg, #1c99fe -4.98%, #7644ff 48.42%, #fd4766 96.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bodyHeaderTitle {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  max-width: 1100px;
}

.redText {
  color: rgba(253, 71, 95, 1);
}

.bodyHeaderDesc {
  color: rgba(189, 189, 189, 1);

  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  max-width: 905px;
}

.bodyMainWrap {
  padding-top: 50px;
}

.bodyCont {
  padding: 86px 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offerMainWrap {
  max-width: 1220px;
  width: 100%;
}

.bodyHeaderDesc {
  color: rgba(100, 105, 111, 1);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  width: 100%;
}

.bodyHeaderDesc_right {
  color: rgba(100, 105, 111, 1);
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.bodyHeader {
  display: flex;
  flex-direction: column;
  gap: 20px;

  align-items: center;
  justify-content: center;
}

.bodyHeaderUtils {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 905px;
  width: 100%;
  flex-direction: row;
  gap: 20px;
}

.bodyHeaderUtilsItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.haederIcon {
  width: 20px;
}

.headerUtilsItemText {
  color: rgba(189, 189, 189, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.headerUtilDate {
  color: rgba(189, 189, 189, 1);
  padding: 6px 10px;
  border-radius: 4px;
  border: rgba(253, 71, 95, 1) 1px solid;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.offersHead {
  max-width: 1220px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 6px 0;
  border: 1px solid;
  background-color: rgba(14, 18, 23, 1);
  border-radius: 8px;
  justify-content: space-between;
  border-image-source: linear-gradient(81.27deg, #101318 -0.03%, #171d2c 52.97%, #08090c 99.97%);
}

.oddersHeadText {
  color: rgba(100, 105, 111, 1);
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.container {
}

.footer_b {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 2px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 0 105px 0;
  position: relative;
  z-index: 1000;
}

.footer_b .footer_b--img {
  max-width: 200px;
  width: 100%;
}

.footer_b .footer_b--img img {
  width: 100%;
}

.footerTitle {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  max-width: 1220px;
  width: 100%;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.footerText {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footerDesc {
  color: rgba(189, 189, 189, 1);
  font-size: 16px;
  font-weight: 400;
  max-width: 1220px;
  width: 100%;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.footerBottom {
  text-align: center;
  font-size: 18px;
  color: white;
}

.logosDiv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
}

.logosDiv a {
  transition: all 0.3s ease;
}

.logosDiv a:hover {
  transform: scale(1.1);
  color: rgba(253, 71, 95, 1);
}

.logosDiv img {
  height: 50px;
  width: auto;
}

.casino-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;

  background-color: rgba(14, 18, 23, 1);
  padding: 19px 0;
  border-radius: 8px;

  position: relative;
}

.casino-item.first {
  border: 2px solid #fd4766;
}

.mobileLeft {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;

  position: relative;
}

.mobileRight {
  width: 20%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.casino-item.trans {
  background-color: #00000000;
}

.payments {
  display: grid;
  grid-template-columns: 1fr 1fr;

  row-gap: 12px;
  width: 224px;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  box-sizing: border-box;
}

.buttonWrap {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  width: 242px;
}

.buttonWrappLink {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.buttonLink {
  background-color: rgba(253, 71, 95, 1);
  padding: 14px 40px;
  border-radius: 8px;
  width: max-content;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  text-wrap: nowrap;
  font-weight: 700;
  line-height: 21.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.visitLink {
  color: rgba(100, 105, 111, 1);

  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.left {
}

.numberItem {
  padding: 10px 0;
  width: 5%;
  text-align: center;
}

.numberText {
  font-family: "Poppins";
  color: rgba(100, 105, 111, 1);
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.offerLogoLink {
  background: linear-gradient(81.27deg, #3b2b4f -0.03%, #4a3a6a 52.97%, #2e2042 99.97%);
  border: 1px solid rgba(43, 46, 46, 1);
  padding: 10px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  border-radius: 8px;
}

.offerLogoLink img {
  width: 75%;
  height: auto;
}

.offers-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.price-block {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 4px;

  align-items: center;
}

.grey-title {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.bonusText {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: 600;
  line-height: 40.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.rating-wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 20%;
  align-items: center;
}

.ratingNumber {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.votesText {
  color: rgba(100, 105, 111, 1);
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.second {
  width: 221px;
}

.th {
  width: 184px;
}

.fr {
  width: 224px;
}

.fv {
  width: 209px;
}

.best {
  position: absolute;
  top: 15px;
  left: 70px;
  z-index: 10;
}

.best img {
  height: 21px;
}

.best-pick-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  background: linear-gradient(90deg, #ff00cc, #3333ff);
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.bodyHeaderDescWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1220px;
  width: 100%;
}

.price-block.hidden {
  display: none;
}
.bodyMainWrap {
  position: relative;
  overflow: hidden;
  background-image: url("../images/topBack.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center -600px;
}
.bodyMainWrap::before {
  content: "";
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

@media (max-width: 1250px) {
  .bodyMainWrap {
    background-position: center -10px;
    background-size: 100%;
  }

  .offerLogoLink .fatpirate {
    height: 81px;
  }

  .casino-item {
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
  }

  .casino-item {
    width: 350px;
    box-sizing: border-box;
    border: 1px solid rgba(43, 46, 46, 1);
  }

  .price-block {
    display: none;
  }

  .price-block.hidden {
  }

  .offersHead {
    display: none;
  }

  .bodyHeaderDescWrap {
    display: none;
  }

  .mobileLeft {
    flex-direction: column;
    padding: 15px 0;
    height: 150px;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(81.27deg, #3b2b4f -0.03%, #4a3a6a 52.97%, #2e2042 99.97%);
  }

  .itemLine {
    display: none;
  }

  .rating-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }

  .votesText {
    display: none;
  }

  .numberItem {
    display: none;
  }

  .ratingNumber {
    font-size: 17px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .starsImg {
    width: 58px;
  }

  .offerLogoLink {
    background: #00000000;
    border: 0;
    /* max-height: 55px; */
    height: 100%;
    width: 100%;
    overflow: hidden;

    padding: 0;
  }

  .offerLogoLink img {
    height: 100%;
    max-width: 95px;
    object-fit: contain;
  }

  .price-block.hidden {
    display: flex;
    width: 100%;
  }

  .mobileRight {
    display: flex;
    flex-direction: column;
    background-color: #08090c;
    border-left: 1px solid rgba(43, 46, 46, 1);
    gap: 13px;
    height: 150px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 175px;
  }

  .visitLink {
    display: none;
  }

  .buttonWrap {
    padding: 0;
  }

  .bonusText {
    font-size: 26px;
    font-weight: 600;
    line-height: 31.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .grey-title {
    font-size: 16px;
    padding-top: 6px;
    font-weight: 500;
    line-height: 14.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .buttonLink {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: center;
    padding: 10px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .price-block {
    gap: 0;
  }

  .best {
    left: 10px;
    top: 10px;
  }

  .best img {
    height: 15px;
  }

  .best-pick-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 4px;
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    border: none;
    border-radius: 3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .payments {
    grid-template-columns: 1fr 1fr 1fr;

    width: 100%;
    gap: 0;
    padding: 0;
  }

  .payments img {
    margin-top: 5px;
    height: 11px;
  }

  .casino-item.first .mobileLeft {
    background: linear-gradient(81.27deg, #301721 -0.03%, #28365a 52.97%, #2f1d4e 99.97%);
  }

  .casino-item.first {
    border: 0;

    padding: 1px;
    background: linear-gradient(260.52deg, #1c99fe -4.98%, #7644ff 48.42%, #fd4766 96.9%);
  }

  .casino-item.first .mobileLeft {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    width: 174px;
  }

  .casino-item.first .mobileRight {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 0;
    background-color: rgba(8, 12, 17, 1);
    width: 174px;
  }

  .buttonLink {
    width: 135px;
    box-sizing: border-box;
  }

  .footerTitle {
    max-width: 350px;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .footerDesc {
    max-width: 350px;

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .logo_header {
    max-width: 350px;

    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .bodyHeaderTitle {
    max-width: 350px;
    font-size: 25px;
    font-weight: 700;
    line-height: 37.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .bodyHeaderDesc {
    font-size: 15px;
    color: rgb(213, 213, 213);
    padding: 0 16px;
  }

  .bodyHeaderUtils {
    max-width: 350px;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: center;
  }

  .headerUtilsItemText {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .bodyHeaderUtilsItem {
    gap: 4px;
  }

  .headerUtilDate {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .top-container {
    gap: 20px;
  }

  .bodyCont {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .topBack {
  }

  .footer_b {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }

  .logosDiv img {
    height: 30px;
    width: auto;
  }

  .header_b {
    padding: 16px 0;
  }
}

.text-info-section {
  max-width: 1220px;
  margin: 60px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: rgba(189, 189, 189, 1);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.container .text-info-section {
  padding: 0;
  margin: 0;
}
.container .text-info-section h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.container {
  width: 100%;
  max-width: 1220px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}

.text-info-section h2 {
  color: white;
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
}

.text-info-section h3 {
  color: #fd4766;
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}

.text-info-section ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
}

.text-info-section li {
  margin-bottom: 8px;
}

.text-info-section a {
  color: #fd4766;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .text-info-section {
    padding: 0 15px;
    font-size: 15px;
  }

  .text-info-section h2 {
    font-size: 22px;
  }

  .text-info-section h3 {
    font-size: 18px;
  }
}

.contact-section {
  max-width: 1220px;
  margin: 80px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  color: white;
  font-family: "Roboto", sans-serif;
}

.contact-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.contact-subtitle {
  color: rgba(189, 189, 189, 1);
  font-size: 18px;
  text-align: center;
  max-width: 600px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 500px;
}

.contact-form input,
.contact-form textarea {
  padding: 14px 18px;
  background-color: rgba(14, 18, 23, 1);
  border: 1px solid rgba(43, 46, 46, 1);
  border-radius: 8px;
  font-size: 16px;
  color: white;
  font-family: inherit;
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(100, 105, 111, 1);
}

.contact-form .buttonLink {
  width: 100%;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.modal-overlay.show {
  opacity: 1;
  pointer-events: all;
}

.modal {
  background-color: #1e1e1e;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  text-align: center;
  max-width: 400px;
  width: 90%;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 768px) {
  .contact-title {
    font-size: 28px;
  }

  .contact-subtitle {
    font-size: 16px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 15px;
  }
}

.service-page {
  max-width: 1220px;
  margin: 80px auto;
  padding: 0 20px;
  color: rgba(189, 189, 189, 1);
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-title {
  font-size: 42px;
  font-weight: 700;
  color: white;
  text-align: center;
}

.service-intro {
  font-size: 18px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
}

.service-content h2 {
  color: #fd4766;
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
}

.service-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin-top: 24px;
}

.service-content p {
  font-size: 16px;
  line-height: 1.8;
}

.service-content ul {
  padding-left: 20px;
  list-style: disc;
  margin-top: 10px;
}

.service-content li {
  margin-bottom: 10px;
}

.service-content a {
  color: #fd4766;
}

.logos-wrap {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.logos-wrap img {
  height: 40px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .service-title {
    font-size: 28px;
  }

  .service-intro {
    font-size: 16px;
  }

  .service-content h2 {
    font-size: 20px;
  }

  .service-content p,
  .service-content li {
    font-size: 15px;
  }

  .logos-wrap {
    justify-content: center;
  }

  .logos-wrap img {
    height: 30px;
  }
}

/* 🔐 Стилі для pop-up 18+ */
#age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  max-width: 320px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.modal-content button {
  margin: 0.5rem;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 5px;
  background-color: #4caf50;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.modal-content button#btn-no {
  background-color: #e53935;
}

.modal-content button:hover {
  opacity: 0.85;
}

.page-container {
  max-width: 960px;
  margin: 5rem auto;
  padding: 2rem 2rem 4rem;
  background-color: rgba(255, 255, 255, 0.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}



/* === Декоративний елемент (псевдоелемент) === */
.page-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.08), transparent 60%);
  opacity: 0.6;
  border-radius: 16px;
}

/* === Заголовок === */
.page-container h1 {
  font-size: 2.8rem;
  color: #ffd700;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  animation: fadeIn 1.2s ease-out;
}

/* === Абзаци === */
.page-container p {
  font-size: 1.15rem;
  line-height: 1.75;
  margin-bottom: 1.6rem;
  color: #dddddd;
  animation: fadeInUp 0.8s ease-out;
}

/* === Анімації === */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(15px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* === Медіа-запит для мобільних === */
@media (max-width: 600px) {
  .page-container {
    padding: 1.5rem;
    margin: 3rem 1rem;
  }

  .page-container h1 {
    font-size: 2rem;
  }

  .page-container p {
    font-size: 1rem;
  }
}

.contact-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(3px);
}

.contact-modal-content {
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 16px;
  width: 90%;
  max-width: 420px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  font-family: 'Poppins', sans-serif;
  animation: fadeIn 0.3s ease-in-out;
}

.contact-modal-content h2 {
  margin-top: 0;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}

.contact-modal-content input,
.contact-modal-content textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #f9f9f9;
  transition: border-color 0.2s;
}

.contact-modal-content input:focus,
.contact-modal-content textarea:focus {
  border-color: #4caf50;
  outline: none;
  background-color: #fff;
}

.contact-modal-content textarea {
  resize: vertical;
  min-height: 100px;
}

.page-container p > strong {
  display: block;
  font-size: 1.4rem;
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}


.contact-modal-content button {
  padding: 0.6rem 1.2rem;
  margin-right: 0.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-modal-content button[type="submit"] {
  background-color: #4caf50;
  color: #fff;
}

.contact-modal-content button[type="submit"]:hover {
  background-color: #43a047;
}

.contact-modal-content button#close-modal {
  background-color: #e53935;
  color: #fff;
}

.contact-modal-content button#close-modal:hover {
  background-color: #d32f2f;
}

/* М’яка анімація появи */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
