:root {
  --bg: #262626;
  --bg-dark: #1f1f1f;
  --white: #ffffff;
  --text-muted: #d9d9d9;
  --border: #ffffff;
  --max-width: 1640px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  font-family: "Arimo", sans-serif;
  background: var(--bg);
  color: var(--white);
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  max-width: 100%;
  overflow-wrap: anywhere;
}

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

.container {
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto;
}

.btn {
  border: 1px solid var(--white);
  padding: 8px 16px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.btn-light {
  background: var(--white);
  color: var(--bg);
  border-color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--white);
}

.btn-wide {
  width: 100%;
  max-width: 617px;
}

.site-header {
  padding: 16px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand img {
  width: 40px;
  height: 40px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 7px;
  line-height: 10px;
}

.brand-text span:last-child {
  font-size: 5px;
}

.main-nav {
  display: flex;
  gap: 32px;
  margin-left: 72px;
  font-size: 18px;
  align-items: center;
}

.gpd-site-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 24px;
}

.gpd-site-search input {
  border: 1px solid var(--white);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  padding: 8px 14px;
  min-width: 190px;
}

.gpd-site-search input::placeholder {
  color: var(--text-muted);
}

.gpd-site-search-btn {
  border: 1px solid var(--white);
  border-radius: 999px;
  background: var(--white);
  color: var(--bg);
  font-size: 14px;
  font-weight: 700;
  padding: 7px 14px;
  letter-spacing: 0.02em;
}

.header-contacts {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
}

.header-phone img {
  width: 32px;
  height: 32px;
}

.age-pill {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--white);
  color: var(--bg);
  font-weight: 700;
  font-size: 20px;
}

.auth-actions {
  display: flex;
  gap: 24px;
}

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 24px;
  padding: 0;
  margin-left: auto;
}

.burger span {
  display: block;
  height: 2px;
  background: var(--white);
  margin: 6px 0;
  transition: transform 0.2s ease;
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 32px 20px;
  background: rgba(0, 0, 0, 0.88);
  text-align: center;
}

@media (max-width: 1500px) {
  .main-nav,
  .header-contacts {
    display: none;
  }

  .burger {
    display: block;
  }
}

.mobile-nav.is-open {
  display: flex;
}

.mobile-nav a {
  font-size: 20px;
  letter-spacing: 0.02em;
}

.mobile-actions {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.hero {
  padding: 24px 0 64px;
}

.hero-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.hero-media img {
  border: 1px solid var(--border);
  width: 917px;
  height: auto;
}

.hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 80px;
  line-height: 88px;
  margin: 0 0 32px;
}

.hero-content p {
  font-size: 20px;
  line-height: 24px;
  max-width: 617px;
}

.trust {
  padding: 72px 0;
}

.trust-inner {
  display: flex;
  gap: 48px;
  align-items: center;
}

.trust-content {
  width: 50%;
}

.trust-images {
  width: 50%;
}

.trust-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 24px;
}

.trust-content p {
  font-size: 20px;
  line-height: 24px;
}

.trust-images {
  display: flex;
  gap: 56px;
  max-width: 100%;
}

.trust-images img {
  width: 330px;
  height: 580px;
  object-fit: cover;
  border: 1px solid var(--border);
}

.trust-images img:last-child {
  margin-top: 60px;
}

.hotels {
  padding: 72px 0;
}

.hotels h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 56px;
}

.hotel-card {
  margin-bottom: 56px;
}

.hotel-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin: 0 0 24px;
}

.hotel-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.hotel-row img {
  border: 1px solid var(--border);
  width: 62%;
  object-fit: cover;
}

.hotel-info {
  border: 1px solid var(--border);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 38%;
}

.hotel-meta {
  display: flex;
  gap: 24px;
}

.meta-box {
  border: 1px solid var(--border);
  padding: 8px;
  flex: 1;
}

.meta-label {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.meta-value {
  display: block;
  font-size: 20px;
  line-height: 24px;
}

.meta-description {
  padding: 8px;
}

.meta-description p {
  margin: 0;
}

.hotel-card.reverse .hotel-row {
  flex-direction: row-reverse;
}

.selection {
  padding: 64px 0 40px;
}

.selection-inner {
  display: grid;
  grid-template-columns: 1fr 724px;
  gap: 56px;
  align-items: center;
}

.selection-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin: 0 0 16px;
}

.selection-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin: 0 0 16px;
}

.selection-content p {
  font-size: 20px;
  line-height: 24px;
}

.selection-image img {
  border: 1px solid var(--border);
}

.checklist {
  margin-top: 40px;
}

.checklist-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  display: block;
  margin-bottom: 24px;
}

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

.check-item {
  border: 1px solid var(--border);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
}

.check-box {
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  position: relative;
  flex-shrink: 0;
}

.check-box::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
  left: 12px;
  top: 16px;
}

.check-box.large {
  width: 72px;
  height: 72px;
}

.check-box.large::after {
  left: 20px;
  top: 26px;
}

.great-casino {
  padding: 64px 0;
}

.great-casino-header {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
}

.great-casino-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: 56px;
  width: 50%;
}

.great-casino-header h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin: 0 0 16px;
}

.great-casino-header p {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.great-casino-image {
  border: 1px solid var(--border);
  width: 100%;
}

.casino-hotel {
  padding: 80px 0;
}

.casino-hotel-title {
  max-width: 605px;
  margin: 0 auto 48px;
  text-align: center;
}

.casino-hotel-title h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 24px;
}

.casino-hotel-title p {
  font-size: 20px;
  line-height: 24px;
}

.casino-hotel-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.gallery-panel {
  overflow: hidden;
  border: 1px solid var(--border);
  height: 360px;
}

.gallery-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--pos) center;
}

.travel-styles {
  padding: 64px 0;
}

.travel-styles h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin-bottom: 32px;
}

.styles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.style-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.style-card img {
  width: 156px;
  height: 156px;
}

.style-detail {
  border: 1px solid var(--border);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.style-detail h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin: 0 0 8px;
}

.style-detail p {
  margin: 0;
  font-size: 20px;
}

.location-matters {
  padding: 64px 0;
}

.location-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.location-heading h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin: 0;
}

.location-heading h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin: 0;
}

.location-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.location-list {
  display: grid;
  gap: 16px;
  font-size: 20px;
}

.location-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.location-item img {
  width: 32px;
  height: 32px;
}

.location-note {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-top: 24px;
}

.location-image img {
  border: 1px solid var(--border);
}

.faq {
  padding: 72px 0;
}

.faq-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.faq-intro h2 {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 72px;
  margin: 0 0 24px;
}

.faq-intro p {
  font-size: 20px;
  line-height: 24px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-item {
  border: 1px solid var(--border);
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  background: transparent;
  color: inherit;
  text-align: left;
}

.faq-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin: 0 0 12px;
}

.faq-item p {
  margin: 0;
  font-size: 20px;
}

.faq-item img {
  width: 32px;
  height: 32px;
  transition: transform 0.2s ease;
}

.faq-item:not(.is-open) p {
  display: none;
}

.faq-item:not(.is-open) img {
  transform: rotate(180deg);
}

.day-night {
  padding: 64px 0;
}

.day-night h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin-bottom: 32px;
}

.day-night-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.day-night-card {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.day-night-card img {
  width: 386px;
  border: 1px solid var(--border);
}

.day-night-text h3 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin: 0 0 16px;
}

.day-night-text p {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.guides {
  padding: 64px 0;
}

.guides-intro h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin: 0 0 24px;
}

.guides-intro p {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 32px;
}

.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.guide-card {
  border: 1px solid var(--border);
  padding: 16px 16px 88px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.guide-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
}

.guide-icon img {
  width: 48px;
  height: 48px;
}

.guide-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin: 0;
}

.entertainment {
  padding: 64px 0;
}

.entertainment-inner {
  display: flex;
  gap: 56px;
  align-items: center;
}

.entertainment-content {
  width: 50%;
}

.entertainment-images {
  width: 50%;
}

.entertainment-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin: 0 0 24px;
}

.entertainment-content p {
  font-size: 20px;
  line-height: 24px;
}

.entertainment-images {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  max-width: 100%;
}

.entertainment-images img {
  width: 330px;
  height: 580px;
  object-fit: cover;
  border: 1px solid var(--border);
}

.entertainment-images img:last-child {
  margin-top: 50px;
}

.booking-flow {
  padding: 64px 0;
}

.booking-flow h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin: 0 0 32px;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: center;
}

.flow-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.flow-box {
  border: 1px solid var(--border);
  height: 72px;
  width: 100%;
  display: grid;
  place-items: center;
  font-size: 36px;
}

.flow-arrow {
  width: 56px;
}

.independent {
  padding: 64px 0;
}

.independent-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  align-items: center;
}

.independent-image img {
  border: 1px solid var(--border);
}

.independent-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin: 0 0 24px;
}

.independent-content p {
  font-size: 20px;
  line-height: 24px;
}

.plan-stay {
  padding: 64px 0;
}

.plan-intro h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin: 0 0 16px;
}

.plan-intro p {
  font-size: 20px;
  line-height: 24px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.plan-card {
  border: 1px solid var(--border);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.plan-card img {
  width: 56px;
  height: 56px;
}

.plan-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin: 0 0 16px;
}

.plan-card p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}

.contact {
  padding: 64px 0 96px;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-image img {
  border: 1px solid var(--border);
}

.contact-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin: 0 0 24px;
}

.contact-content p {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 32px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--white);
  padding: 16px;
  font-size: 20px;
  font-family: "Arimo", sans-serif;
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.site-footer {
  background: var(--bg-dark);
  padding: 64px 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 40px;
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  text-align: center;
}

.footer-logo img {
  width: 84px;
  height: 84px;
}

.footer-logo span:last-child {
  font-size: 10px;
}

.footer-middle {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}

.company-info h3,
.business-hours h3 {
  font-family: "Arimo", sans-serif;
  font-size: 24px;
  margin: 0 0 16px;
}

.company-info p,
.business-hours p {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px;
}

.business-hours p {
  font-family: "Fredoka", sans-serif;
  text-align: right;
}

.business-hours h3 {
  text-align: right;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.footer-copy {
  font-family: "Be Vietnam Pro", sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 16px;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
}

.modal[hidden] {
  display: none;
}

.modal-overlay {
  position: absolute;
  inset: 0;
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 32px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
  max-height: calc(100vh - 96px);
  overflow-y: auto;
}

.modal-card h2 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--white);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-section {
  border: 1px solid var(--border);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.form-helper {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-row.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field span {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.form-field input,
.form-field select {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--white);
  padding: 12px 14px;
  font-size: 18px;
  font-family: "Arimo", sans-serif;
}

.form-field select {
  cursor: pointer;
}

.form-field select option {
  color: #1f1f1f;
  background: #ffffff;
}

.field-error {
  min-height: 16px;
  font-size: 12px;
  color: #f5a3a3;
}

.form-field.invalid input,
.form-field.invalid select {
  border-color: #f5a3a3;
}

.booking-success {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.booking-success h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin: 0;
}

.booking-success p {
  margin: 0;
  font-size: 18px;
}

@media (max-width: 1400px) {
  .hero-inner,
  .trust-inner,
  .entertainment-inner,
  .contact-inner {
    flex-direction: column;
  }

  .hotel-row {
    flex-direction: column;
  }

  .hotel-row img,
  .hotel-info {
    width: 100%;
  }

  .hotel-card.reverse .hotel-row {
    flex-direction: column;
  }

  .selection-inner,
  .independent-inner,
  .location-details {
    grid-template-columns: 1fr;
  }

  .great-casino-header {
    flex-direction: column;
  }

  .great-casino-header h2 {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: clamp(32px, 6vw, 48px) !important;
    line-height: 1.1 !important;
  }

  h2 {
    font-size: clamp(26px, 4.8vw, 40px) !important;
    line-height: 1.15 !important;
  }

  h3 {
    font-size: clamp(20px, 3.8vw, 32px) !important;
    line-height: 1.2 !important;
  }

  .main-nav,
  .header-contacts {
    display: none;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .gpd-site-search {
    order: 3;
    width: 100%;
    margin-left: 0;
  }

  .gpd-site-search input {
    flex: 1;
    min-width: 0;
  }

  .burger {
    display: block;
  }

  .styles-grid,
  .plan-grid,
  .guides-grid,
  .checklist-items,
  .flow-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .day-night-grid {
    grid-template-columns: 1fr;
  }

  .footer-top,
  .footer-middle {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-middle .age-pill {
    margin: 0 auto;
  }

  .business-hours h3,
  .business-hours p {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .hero-content h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .trust-images {
    flex-direction: column;
    align-items: flex-start;
  }

  .trust-images img:last-child {
    margin-top: 0;
  }

  .casino-hotel-gallery {
    grid-template-columns: 1fr;
  }

  .styles-grid,
  .plan-grid,
  .guides-grid,
  .checklist-items,
  .flow-steps {
    grid-template-columns: 1fr;
  }

  .flow-box {
    font-size: 28px;
  }

  .flow-arrow {
    display: none;
  }

  .day-night-card {
    flex-direction: column;
  }

  .day-night-card img {
    width: 100%;
  }

  .hotel-meta {
    flex-direction: column;
  }

  .form-row,
  .form-row.compact {
    grid-template-columns: 1fr;
  }

  .modal-card {
    padding: 24px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.1 !important;
  }

  h2 {
    font-size: clamp(22px, 7vw, 32px) !important;
    line-height: 1.15 !important;
  }

  h3 {
    font-size: clamp(18px, 6vw, 24px) !important;
    line-height: 1.2 !important;
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }

  .entertainment,
  .trust {
    padding: 0;
  }

  .hero-content h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .faq-intro h2 {
    font-size: 42px;
    line-height: 48px;
  }

  .brand-text {
    display: none;
  }

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

  .btn {
    font-size: 16px;
  }
}
