.content-area {
  max-width: 860px;
  color: #d9e7ee;
}

.content-area h2,
.content-area h3,
.content-area h4 {
  color: var(--safe-text);
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 42px 0 14px;
}

.content-area h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.content-area h3 {
  font-size: 28px;
}

.content-area p,
.content-area li {
  color: #c7d7df;
}

.content-area a {
  color: var(--safe-accent);
  font-weight: 800;
}

.content-area table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  overflow: hidden;
  border-radius: 16px;
}

.content-area th,
.content-area td {
  border: 1px solid var(--safe-line);
  padding: 14px;
  text-align: left;
}

.content-area th {
  background: var(--safe-card-2);
  color: var(--safe-text);
}

.content-area td {
  background: rgba(255, 255, 255, 0.03);
}

.content-section {
  padding: 34px 0 72px;
}

.content-section__inner {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(215, 230, 226, 0.9);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(0, 60, 55, 0.08);
  padding: 36px;
}

.content-section {
  padding: 42px 0 80px;
}

.content-section__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.content-section h1 {
  margin: 0 0 54px;
  color: var(--safe-text);
  font-size: clamp(38px, 5vw, 46px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.content-section h2 {
  margin: 42px 0 18px;
  color: var(--safe-text);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.content-section h3 {
  margin: 0px 0 12px;
  color: var(--safe-text);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.content-section p {
  margin: 0 0 16px;
  color: #3e5653;
  font-size: 16px;
  line-height: 1.75;
}

.content-section .casino-card__bonus {
  max-width: none;
  margin: 0 0 10px;
  color: var(--safe-primary);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.content-section .casino-card__desc {
  max-width: 530px;
  margin: 0 0 17px;
  color: #253b38;
  font-size: 14px;
  line-height: 1.58;
}

.content-section ul,
.content-section ol {
  /*max-width: 760px;*/
  margin: 10px 0 10px;
  color: #314b48;
    list-style-position: inside;
}

.content-section li {
  margin-bottom: 8px;
  line-height: 1.65;
}

.content-section ul li::marker {
  color: var(--safe-primary);
}

.content-section ol li::marker {
  color: var(--safe-primary);
  font-weight: 900;
}

.content-section blockquote {
  margin: 32px 0;
  padding: 22px 26px;
  border-left: 5px solid var(--safe-primary);
  border-radius: 18px;
  background: #eefaf8;
  color: #233b38;
  font-weight: 500;
  font-size: 11px;
}

.content-section .aligncenter,
.content-section img.aligncenter {
  margin: 32px auto;
}

.content-section .alignleft {
  float: left;
  margin: 0 24px 24px 0;
}

.content-section .alignright {
  float: right;
  margin: 0 0 24px 24px;
}
.content-section table {
  width: 100%;
  margin: 26px 0 40px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--safe-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(0, 45, 42, 0.06);
}

.content-section th {
  background: #eef8f6;
  color: var(--safe-text);
  font-weight: 900;
}

.content-section th,
.content-section td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--safe-line);
  text-align: left;
  font-size: 14px;
}

.content-section tr:last-child td {
  border-bottom: 0;
}

.content-section td {
  color: #314b48;
}

.content-section .casino-list {
  margin: 28px 0 42px;
}

.content-section .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 40px 0;
}

.content-section .wp-block-column {
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--safe-line);
  border-radius: 22px;
  box-shadow: 0 16px 45px rgba(0, 45, 42, 0.06);
}

.content-section .wp-block-image,
.content-section p:has(img) {
  max-width: 820px;
  margin: 48px auto;
}

.content-section img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 820px) {
  .content-section {
    padding: 28px 0 60px;
  }

  .content-section .wp-block-columns {
    grid-template-columns: 1fr;
  }
}

/* =========================
   FAQ
========================= */

.faq-section {
  padding: 24px 0 80px;
}

.faq-section h2 {
  margin: 0 0 22px;
  color: var(--safe-text);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
  align-self: start;
}
.faq-list--columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.faq-list__col {
  display: grid;
  gap: 12px;
  align-content: start;
}

@media (max-width: 820px) {
  .faq-list--columns {
    grid-template-columns: 1fr;
  }
}

.faq-item {
  background: #ffffff;
  border: 1px solid #dceceb;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 45, 42, 0.04);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 12px 42px 12px 16px;
  cursor: pointer;
  list-style: none;
  color: var(--safe-text);
  font-size: 14px;
  font-weight: 900;
  user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.faq-item summary:focus,
.faq-item summary:focus-visible {
  outline: none;
  box-shadow: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';

  position: absolute;
  right: 14px;
  top: 50%;

  transform: translateY(-50%);

  width: 24px;
  height: 24px;

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

  border-radius: 50%;

  background: #eef8f6;

  color: var(--safe-primary);

  font-size: 18px;
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-item__answer {
  padding: 0 16px 14px;
  color: #4b6662;
  font-size: 14px;
  line-height: 1.65;
}

.faq-item__answer p {
  margin: 8px 0 0;
}

.faq-item__answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .faq-list {
    grid-template-columns: 1fr;
  }
}

.faq-item,
.faq-item * {
  -webkit-user-select: none;
  user-select: none;
}

/* Single-Casino */

.single-casino-hero {
  padding: 42px 0 28px;
}

.single-casino-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 34px;
  align-items: center;

  padding: 34px 40px;

  background: #ffffff;
  border: 1px solid var(--safe-line);
  border-radius: 32px;
  box-shadow: var(--safe-shadow);
}

.single-casino-hero__left {
  display: flex;
  align-items: center;
  gap: 26px;
  min-width: 0;
}

.single-casino-hero__logo {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
}

.single-casino-hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-casino-hero__main {
  min-width: 0;
}

.single-casino-hero__main h1 {
  margin: 0 0 14px;

  color: var(--safe-text);

  font-size: clamp(40px, 4.2vw, 56px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.casino-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.casino-rating__stars {
  position: relative;
  display: inline-block;

  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;

  color: #d8dfde;
}

.casino-rating__stars::before {
  content: '★★★★★';
}

.casino-rating__fill {
  position: absolute;
  inset: 0;

  overflow: hidden;
  white-space: nowrap;

  color: #ffb400;
}

.casino-rating__fill::before {
  content: '★★★★★';
}

.single-casino-hero__offer {
  text-align: center;
}

.single-casino-hero__offer h2 {
  margin: 0 0 12px;

  color: var(--safe-text);

  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.single-casino-hero__offer p {
  margin: 0 0 22px;

  color: #3e5653;

  font-size: 15px;
  font-weight: 700;
}

.single-casino-hero__offer .btn {
  width: 100%;
  min-height: 54px;
  border-radius: 16px;
  font-size: 16px;
}

/* Tablet */
@media (max-width: 870px) {
  .single-casino-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px;
    text-align: center;
  }

  .single-casino-hero__left {
    justify-content: center;
  }

  .single-casino-hero__rating {
    margin: 0 auto;
  }

  .single-casino-hero__offer {
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .single-casino-hero {
    padding: 28px 0 22px;
  }

  .single-casino-hero__inner {
    padding: 24px;
    border-radius: 26px;
  }

  .single-casino-hero__left {
    flex-direction: column;
    gap: 18px;
  }

  .single-casino-hero__logo {
    width: 135px;
    height: 135px;
  }

  .single-casino-hero__main h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .single-casino-hero__offer h2 {
    font-size: 28px;
  }
}

/* Small mobile */
@media (max-width: 420px) {
  .single-casino-hero__inner {
    padding: 20px 16px;
  }

  .single-casino-hero__main h1 {
    font-size: 31px;
  }

  .single-casino-hero__rating span {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .single-casino-hero__rating strong {
    font-size: 16px;
  }

  .single-casino-hero__offer h2 {
    font-size: 25px;
  }

  .single-casino-hero__offer p {
    font-size: 14px;
  }
}

/* =========================
   Single Casino Content
========================= */

.casino-review-section {
  padding: 20px 0 80px;
}

.casino-review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.casino-review-content {
  padding: 34px;
  background: #ffffff;
  border: 1px solid var(--safe-line);
  border-radius: 28px;
  box-shadow: var(--safe-shadow);
}

.casino-review-content h2 {
  margin: 38px 0 16px;
  color: var(--safe-text);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.casino-review-content h2:first-child {
  margin-top: 0;
}

.casino-review-content h3 {
  margin: 28px 0 12px;
  color: var(--safe-text);
  font-size: 21px;
  font-weight: 900;
}

.casino-review-content p {
  margin: 0 0 18px;
  color: #3e5653;
  font-size: 16px;
  line-height: 1.75;
}

.casino-review-content ul,
.casino-review-content ol {
  margin: 8px 0 8px;
  /* padding-left: 24px; */
  color: #314b48;
}

.casino-review-content li {
  margin-bottom: 8px;
  line-height: 1.65;
}

.casino-review-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--safe-line);
  border-radius: 16px;
  background: #ffffff;
}

.casino-review-content th,
.casino-review-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--safe-line);
  text-align: left;
  font-size: 14px;
}

.casino-review-content th {
  background: #eef8f6;
  color: var(--safe-text);
  font-weight: 900;
}

.casino-review-content tr:last-child td {
  border-bottom: 0;
}

.casino-review-content blockquote {
  margin: 30px 0;
  padding: 22px 26px;
  border-left: 5px solid var(--safe-primary);
  border-radius: 18px;
  background: #eefaf8;
  color: #233b38;
  font-weight: 800;
}

@media (max-width: 900px) {
  .casino-review-layout {
    grid-template-columns: 1fr;
  }

  .casino-review-content {
    padding: 24px;
  }
}

/* =========================
   Single Casino Sidebar
========================= */

.casino-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}

.casino-sidebar__box {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--safe-line);
  border-radius: 24px;
  box-shadow: var(--safe-shadow);
}

.casino-sidebar__box h3 {
  margin: 0 0 18px;
  color: var(--safe-text);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.casino-sidebar__row {
  display: grid;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid #edf5f3;
}

.casino-sidebar__row:last-child {
  border-bottom: 0;
}

.casino-sidebar__row span {
  color: var(--safe-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.casino-sidebar__row strong {
  color: var(--safe-text);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
}

.casino-sidebar__cta {
  text-align: center;
}

.casino-sidebar__cta .btn {
  width: 100%;

  min-height: 58px;

  border-radius: 16px;

  font-size: 17px;
  font-weight: 900;

  background: linear-gradient(135deg, var(--safe-primary), var(--safe-accent));

  transition: 0.2s;
}

.casino-sidebar__cta .btn:hover {
  transform: translateY(-2px);
}

.casino-sidebar__group {
  padding: 16px 0;
  border-bottom: 1px solid #edf5f3;
}

.casino-sidebar__group:last-child {
  border-bottom: 0;
}

.casino-sidebar__label {
  display: block;
  margin-bottom: 10px;
  color: var(--safe-text);
  font-size: 14px;
  font-weight: 900;
}

.casino-sidebar__license {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: #eef8f6;
  color: var(--safe-primary-dark);
  font-size: 13px;
  line-height: 1.35;
}

.casino-sidebar__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.casino-sidebar__chips span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f3faf8;
  border: 1px solid #dceceb;
  color: #314b48;
  font-size: 13px;
  font-weight: 800;
}
.casino-sidebar__promo {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  width: auto;
  max-width: 100%;
  min-width: 0;

  margin: 0 auto 22px;

  padding: 14px 14px 14px 20px;

  border: 1px dashed rgba(0, 150, 136, 0.45);
  border-radius: 18px;

  background: #f8fdfc;

  cursor: pointer;

  transition: 0.2s;
}

.casino-sidebar__promo span {
  display: block;

  max-width: 170px;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  color: var(--safe-primary-dark);

  font-size: 22px;
  font-weight: 900;

  letter-spacing: 0.05em;
}

.casino-sidebar__promo small {
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  min-width: 84px;
  height: 38px;

  padding: 0 16px;

  border-radius: 12px;

  background: linear-gradient(135deg, var(--safe-primary), var(--safe-accent));

  color: #fff;

  font-size: 13px;
  font-weight: 900;

  transition: 0.2s;
}

.casino-sidebar__promo:hover small {
  transform: translateY(-1px);
}
.casino-sidebar__promo.is-copied small {
  background: linear-gradient(135deg, var(--safe-primary), var(--safe-accent));
  color: #ffffff;
}

.casino-sidebar__promo-note {
  margin: -8px 0 22px;

  color: #7b9591;

  font-size: 13px;

  text-align: center;
}

.casino-sidebar__promo:hover {
  background: #f9fffe;

  border-color: var(--safe-accent);
}

.fastlinks {
  max-width: 300px;
  margin: 24px 0 32px;
  padding: 5px 26px;
  border-radius: 20px;
  background: radial-gradient(circle at 80% 0%, rgba(0, 120, 120, 0.16), transparent 32%), linear-gradient(135deg, #030d0f 0%, #051817 48%, #052522 100%);
  box-shadow: 0 18px 45px rgba(5, 18, 45, 0.18);
}

.fastlinks--left {
  float: left;
  margin: 8px 28px 22px 0;
}

.fastlinks--right {
  float: right;
  margin: 8px 0 22px 28px;
}

.fastlinks__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fastlinks__item a {
  display: inline-flex;
  align-items: flex-start;
  gap: 7px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.fastlinks__item--h3 a {
  padding-left: 14px;
  font-size: 14px;
  opacity: 0.92;
}

.fastlinks__number {
  color: var(--safe-accent);
  font-weight: 900;
  flex-shrink: 0;
}

.fastlinks__item a:hover {
  color: var(--safe-accent);
}

.safe-clear {
  clear: both;
}

@media (max-width: 820px) {
  .fastlinks,
  .fastlinks--left,
  .fastlinks--right {
    float: none;
    max-width: none;
    margin: 22px 0;
  }
}

.safe-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-y: hidden;

  margin: 24px 0 34px;
  border: 1px solid var(--safe-line);
  border-radius: 16px;
  background: #ffffff;
}

.safe-table-wrap::-webkit-scrollbar {
  height: 8px;
}

.safe-table-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 150, 136, 0.35);
  border-radius: 999px;
}

.safe-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 24px 0 34px;
  border: 1px solid var(--safe-line);
  border-radius: 16px;
  background: #fff;
}

.safe-table-wrap table {
  width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

@media (max-width: 900px) {
  .casino-review-layout,
  .casino-review-content {
    min-width: 0;
    max-width: 100%;
  }
}

.casino-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 26px 0 40px;

  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.casino-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;

  border: 0;
  border-radius: 0;
}

.casino-table th,
.casino-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--safe-line);
  text-align: left;
  vertical-align: middle;
  font-size: 14px;

  border-left: 0;
  border-right: 0;
}

.casino-table th {
  background: #eef8f6;
  color: var(--safe-text);
  font-weight: 900;
}

.casino-table tr:last-child td {
  border-bottom: 0;
}

.casino-table__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.casino-table__logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f3faf8;
}

.casino-table__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.casino-table th:nth-child(3),
.casino-table td:nth-child(3) {
  width: 250px;
}

.casino-table th:nth-child(4),
.casino-table td:nth-child(4) {
  width: 180px;
}

.casino-table__code {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 9px 8px 12px;
  border: 1px dashed rgba(0, 150, 136, 0.45);
  border-radius: 999px;
  background: #f8fdfc;
  color: var(--safe-primary-dark);
  font-weight: 900;
  cursor: pointer;
}

.casino-table__promo-label {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8aa7a2;
  flex-shrink: 0;
}
.casino-table__promo-value {
  flex: 1;
  min-width: 0;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: 14px;
  font-weight: 900;
  color: var(--safe-primary-dark);
}

.casino-table__code span {
  min-width: 0;
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.casino-table__code small {
  flex-shrink: 0;

  padding: 6px 10px;
  border-radius: 999px;

  background: var(--safe-primary);
  color: #fff;

  font-size: 11px;
  font-weight: 800;
}

.casino-table__btn {
  display: inline-flex;
  min-width: 130px;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #007e73, var(--safe-accent));
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.notice-box {
  margin: 24px 0;
  padding: 16px 20px;

  background: #fffef5;

  border: 1px solid #f2d87d;
  border-radius: 14px;

  color: #5a4b19;
}

.notice-box strong {
  color: #2a2a2a;
  font-weight: 800;
}

.notice-box::before {
  content: '⚠️';
  margin-right: 8px;
}


.contact-page {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 48px;
    /*padding: 48px;*/
    /*border: 1px solid rgba(0, 150, 136, 0.25);*/
    /*border-radius: 28px;*/
    /*background: #fff;*/
    /*box-shadow: 0 24px 70px rgba(0, 40, 36, 0.08);*/
}

.contact-page__info h1 {
    margin-bottom: 24px;
    font-size: 56px;
    line-height: 1;
}

.contact-page__info p {
    max-width: 420px;
    margin-bottom: 36px;
}

.contact-page__item {
    margin-top: 24px;
}

.contact-page__item strong {
    display: block;
    color: #009688;
}

.contact-page__form label {
    display: block;
    margin-bottom: 22px;
    font-weight: 700;
}

.contact-page__form input,
.contact-page__form textarea {
    width: 100%;
    margin-top: 8px;
    padding: 16px 18px;
    border: 1px solid rgba(0, 150, 136, 0.55);
    border-radius: 10px;
    background: #fff;
    font: inherit;
}

.contact-page__form textarea {
    min-height: 170px;
    resize: vertical;
}

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

.contact-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.contact-form-bottom p {
    margin: 0;
    color: #506966;
    font-size: 14px;
}

.contact-page__form input[type="submit"] {
    width: auto;
    min-width: 220px;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, #009688, #00bfa5);
    box-shadow: 0 12px 28px rgba(0, 150, 136, 0.28);
}

.contact-page__form input[type="submit"]:hover {
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .contact-page {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .contact-page__info h1 {
        font-size: 40px;
    }

    .contact-form-grid,
    .contact-form-bottom {
        display: block;
    }

    .contact-page__form input[type="submit"] {
        width: 100%;
    }
}

.home-benefits {
    margin: 80px 0;
}

.home-benefits h2 {
    margin-bottom: 40px;
    text-align: center;
}

.home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.home-benefit {
    padding: 32px 28px;
    background: #fff;
    border: 1px solid #d9ebe8;
    border-radius: 20px;
    text-align: center;
    transition: .3s ease;
}

.home-benefit:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .08);
}

.home-benefit__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #17c3b2, #0fa69b);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.home-benefit h3 {
    margin-bottom: 14px;
    font-size: 22px;
}

.home-benefit p {
    margin: 0;
    color: #666;
    line-height: 1.7;
}

@media (max-width: 992px) {
    .home-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .home-benefits__grid {
        grid-template-columns: 1fr;
    }
}

.review-process {
    margin: 80px 0;
}

.review-process h2 {
    text-align: center;
    margin-bottom: 18px;
}

.review-process__intro {
    /*max-width: 820px;*/
    margin: 0 auto 40px;
    text-align: center;
}

.review-process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.review-process__item {
    padding: 30px;
    background: #fff;
    border: 1px solid #dce9e7;
    border-radius: 18px;
    transition: .25s ease;
}

.review-process__item:hover {
    transform: translateY(-5px);
    border-color: #17b7a9;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.review-process__item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #17b7a9;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.review-process__item h3 {
    margin-bottom: 12px;
}

.review-process__item p {
    margin: 0;
}

@media (max-width:992px){
    .review-process__grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:640px){
    .review-process__grid{
        grid-template-columns:1fr;
    }
}

