

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  color: #2c2c2c;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.body--no-scroll {
  overflow: hidden;
}

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

a {
  color: #1a1a2e;
  text-decoration: underline;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: #c8a96e;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

input, select, textarea {
  font-family: inherit;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a2e;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; font-weight: 600; }
h4 { font-size: 1.25rem; font-weight: 600; }
h5 { font-size: 1.1rem; font-weight: 500; color: #6b6b7b; }
h6 { font-size: 1rem; font-weight: 500; }

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

.content-container,
.ov-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.ov-content-max,
.ov-text-max {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ov-text-center {
  text-align: center;
}

.button,
.ov-btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
  text-align: center;
  border: 2px solid transparent;
  line-height: 1.4;
  font-family: inherit;
}

.button--cta,
.ov-btn--cta,
.ov-btn--primary {
  background-color: #c8a96e;
  color: #fff;
  border-color: #c8a96e;
}

.button--cta:hover,
.button--cta:focus,
.ov-btn--cta:hover,
.ov-btn--primary:hover {
  background-color: #b8964f;
  border-color: #b8964f;
  color: #fff;
}

.button--dark,
.ov-btn--dark {
  background-color: #1a1a2e;
  color: #fff;
  border-color: #1a1a2e;
}

.button--dark:hover,
.ov-btn--dark:hover {
  background-color: #2d2d4a;
  border-color: #2d2d4a;
  color: #fff;
}

.button--outline,
.ov-btn--outline {
  background-color: transparent;
  color: #1a1a2e;
  border-color: #1a1a2e;
}

.button--outline:hover,
.ov-btn--outline:hover {
  background-color: #1a1a2e;
  color: #fff;
}

.button--small,
.ov-btn--small {
  padding: 10px 22px;
  font-size: 0.8rem;
}

.button--white,
.ov-btn--white {
  background-color: #fff;
  color: #1a1a2e;
  border-color: #fff;
}

.button--white:hover,
.ov-btn--white:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #1a1a2e;
}

.ov-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}

.ov-btn--ghost:hover {
  border-color: #fff;
  color: #fff;
}

.layout-header,
.ov-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.ov-header__contact-bar,
.ov-header__top,
.ov-contact-bar {
  background: #1a1a2e;
  padding: 6px 0;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
}

.ov-header__contact-bar .ov-container,
.ov-header__top .ov-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.ov-header__contact-bar a,
.ov-header__top a,
.ov-contact-bar a {
  color: #c8a96e;
  text-decoration: none;
  font-weight: 500;
}

.ov-header__contact-bar span {
  color: rgba(255,255,255,0.5);
}

.ov-header__main,
.ov-header__nav-bar,
.ov-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.ov-header__logo,
.ov-header__logo-link,
.ov-logo,
.ov-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.ov-header__logo img,
.ov-header__logo-link img,
.ov-logo img,
.ov-logo-link img {
  height: 36px;
  width: auto;
}

.ov-header__nav,
.ov-nav,
.ov-header__nav-container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ov-header__nav a,
.ov-nav a,
.ov-nav__link,
.ov-nav-link,
.ov-header__nav-inner a {
  display: inline-block;
  padding: 12px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #1a1a2e;
  transition: color 0.2s ease;
}

.ov-header__nav a:hover,
.ov-nav a:hover,
.ov-nav__link:hover,
.ov-nav-link:hover,
.ov-nav__link--active {
  color: #c8a96e;
}

.ov-header__nav ul,
.ov-nav ul,
.ov-nav__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
}

.ov-header__nav li a,
.ov-nav li a,
.ov-nav__item a {
  display: block;
  padding: 14px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #1a1a2e;
  transition: color 0.2s ease;
}

.ov-header__nav li a:hover,
.ov-nav li a:hover,
.ov-nav__item a:hover {
  color: #c8a96e;
}

.ov-header__action,
.ov-header__actions,
.ov-header__cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ov-header__contact,
.ov-header__contact-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.8rem;
  color: #5a5a6a;
}

.ov-header__contact a {
  color: #c8a96e;
  font-weight: 600;
  text-decoration: none;
}

.ov-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #1a1a2e;
  color: #c8a96e;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 8px;
  cursor: pointer;
  z-index: 200;
  background: transparent;
  border: 1px solid #e2e2e8;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.hamburger:hover {
  background: #f7f6f3;
  border-color: #c8a96e;
}

.hamburger__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #1a1a2e;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.is-active .hamburger__bar--top {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-active .hamburger__bar--center {
  opacity: 0;
}

.hamburger.is-active .hamburger__bar--bottom {
  transform: translateY(-8px) rotate(-45deg);
}

.layout-header-banner,
.ov-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.ov-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26,26,46,0.75) 0%, rgba(26,26,46,0.3) 100%);
  z-index: 1;
}

.ov-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26,26,46,0.75) 0%, rgba(26,26,46,0.3) 100%);
  z-index: 1;
}

.ov-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ov-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout-header-banner__content,
.ov-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 160px 24px 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.layout-header-banner__titles h1,
.ov-hero__title,
.ov-hero h1 {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 16px;
  max-width: 700px;
}

.ov-hero-sub,
.ov-hero__subtitle,
.ov-hero h2,
.ov-hero p {
  color: rgba(255,255,255,0.85);
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 650px;
  font-weight: 400;
}

.ov-hero-cta,
.ov-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ov-hero--page,
.ov-page-header,
.ov-page-hero {
  position: relative;
  min-height: 45vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ov-hero--page::before,
.ov-page-header::after,
.ov-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26,26,46,0.6);
  z-index: 1;
}

.ov-page-header__bg,
.ov-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ov-page-header__bg img,
.ov-page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ov-hero--page .ov-container,
.ov-page-header .ov-container,
.ov-page-header__content,
.ov-page-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 60px;
  text-align: center;
}

.ov-hero--page h1,
.ov-page-header h1,
.ov-page-header__title,
.ov-page-hero__title {
  color: #fff;
  margin-bottom: 12px;
  max-width: none;
}

.ov-hero--page h2,
.ov-page-header h2,
.ov-page-header__subtitle,
.ov-page-hero__subtitle {
  color: rgba(255,255,255,0.7);
  font-weight: 400;
  font-size: 1.15rem;
  max-width: none;
  margin-bottom: 0;
}

.ov-section,
.layout-article {
  padding: 80px 0;
}

.ov-section--intro {
  padding: 80px 0 40px;
}

.ov-section--alt,
.ov-section--light,
.ov-bg-light,
.layout-article--light {
  background-color: #f7f6f3;
}

.ov-section--dark,
.ov-bg-dark,
.layout-article--dark {
  background-color: #1a1a2e;
  color: #fff;
}

.ov-section--dark h2,
.ov-section--dark h3,
.ov-bg-dark h2,
.ov-bg-dark h3 {
  color: #fff;
}

.ov-section--dark p,
.ov-bg-dark p {
  color: rgba(255,255,255,0.7);
}

.ov-section--dark a,
.ov-bg-dark a {
  color: #c8a96e;
}

.ov-section--white,
.layout-article--white {
  background-color: #fff;
}

.ov-section--bg {
  background-color: #f7f6f3;
}

.ov-section--notice {
  padding: 40px 0;
  background: #f7f6f3;
}

.ov-section-header,
.layout-article__titles-container {
  text-align: center;
  margin-bottom: 40px;
}

.ov-section-header h2,
.ov-section-title,
.ov-section__title,
.ov-h2 {
  margin-bottom: 10px;
}

.ov-section-header h3,
.ov-section-subtitle,
.ov-section__subtitle,
.ov-h3,
.ov-subtitle {
  color: #6b6b7b;
  font-weight: 500;
  font-size: 1.15rem;
}

.ov-section-intro,
.ov-section__text,
.layout-article__text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #4a4a5a;
  font-size: 1rem;
  line-height: 1.75;
}

.ov-welcome {
  padding: 80px 0;
}

.ov-welcome__content,
.ov-welcome__article {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.ov-welcome__content h2,
.ov-welcome__article h2 {
  margin-bottom: 10px;
}

.ov-welcome__content h3,
.ov-welcome__article h3 {
  color: #6b6b7b;
  font-weight: 500;
  margin-bottom: 24px;
}

.ov-welcome__content p,
.ov-welcome__article p {
  color: #4a4a5a;
  line-height: 1.75;
}

.ov-themes {
  padding: 60px 0 80px;
  background-color: #ffffff;
}

.ov-themes .ov-grid--3,
.layout-content-themes__themes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ov-theme-card,
.layout-theme {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  overflow: hidden;
  border-radius: 6px;
  min-height: 340px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ov-theme-card:hover,
.layout-theme:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}

.ov-theme-card__img,
.layout-theme__background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;
}

.ov-theme-card:hover .ov-theme-card__img,
.layout-theme:hover .layout-theme__background-img {
  transform: scale(1.06);
}

.ov-theme-card::after,
.layout-theme::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,26,46,0.88) 0%, rgba(26,26,46,0.35) 50%, rgba(26,26,46,0.05) 100%);
  z-index: 2;
  transition: background 0.3s ease;
}

.ov-theme-card:hover::after,
.layout-theme:hover::after {
  background: linear-gradient(to top, rgba(26,26,46,0.92) 0%, rgba(26,26,46,0.45) 55%, rgba(26,26,46,0.1) 100%);
}

.ov-theme-card__content,
.layout-theme__content {
  position: relative;
  z-index: 3;
  padding: 28px 24px;
}

.ov-theme-card__title,
.layout-theme__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
}

.ov-theme-card__subtitle,
.layout-theme__subtitle {
  color: #e5ca8a;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

.ov-text-media,
.ov-media-block,
.ov-alternating__block,
.ov-split,
.text-media-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 64px;
}

.ov-text-media:last-child,
.ov-media-block:last-child,
.ov-alternating__block:last-child,
.ov-split:last-child,
.text-media-block:last-child {
  margin-bottom: 0;
}

.ov-text-media--img-right,
.ov-media-block--img-right,
.ov-alternating__block--right,
.ov-split--right {
  direction: rtl;
}

.ov-text-media--img-right > *,
.ov-media-block--img-right > *,
.ov-alternating__block--right > *,
.ov-split--right > * {
  direction: ltr;
}

.ov-text-media__image,
.ov-media-block__img-wrapper,
.ov-alternating__media,
.ov-split__image {
  overflow: hidden;
  border-radius: 4px;
}

.ov-text-media__image img,
.ov-media-block__img-wrapper img,
.ov-alternating__media img,
.ov-split__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.ov-text-media__content,
.ov-media-block__content,
.ov-alternating__content,
.ov-split__content {
  text-align: left;
}

.ov-text-media__content h4,
.ov-media-block__title,
.ov-alternating__title {
  margin-bottom: 6px;
}

.ov-text-media__content h5,
.ov-alternating__subtitle {
  color: #c8a96e;
  font-weight: 500;
  margin-bottom: 16px;
}

.ov-text-media__content p,
.ov-alternating__text {
  color: #4a4a5a;
  margin-bottom: 24px;
}

.ov-media-blocks {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.ov-venues {
  padding: 80px 0;
  background-color: #f7f6f3;
}

.ov-venues .ov-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}

.ov-venue-card,
.layout-acco-lastminute {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #e8e8ea;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ov-venue-card:hover,
.layout-acco-lastminute:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.ov-venue-card__img,
.layout-acco-lastminute__header img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.ov-venue-card__content {
  padding: 24px 24px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ov-venue-card__title,
.layout-acco-lastminute__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.ov-venue-card__title a {
  text-decoration: none;
  color: #1a1a2e;
}

.ov-venue-card__title a:hover {
  color: #c8a96e;
}

.ov-venue-card__specs,
.layout-acco-lastminute__subtitle {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
}

.ov-venue-card__specs li {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #555568;
  background: #f0f0f4;
  padding: 4px 10px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}

.ov-venue-card__desc {
  color: #4a4a5a;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.ov-venue-card__price {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a2e;
  padding: 16px 0 16px;
  margin: 0;
  border-top: 1px solid #ededf2;
}

.ov-venue-card__actions {
  display: flex;
  gap: 12px;
  padding-top: 4px;
}

.ov-venue-card__actions .ov-btn,
.ov-venue-card__actions .button {
  flex: 1;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.ov-venue-card__actions .ov-btn--ghost {
  background: transparent;
  color: #1a1a2e;
  border: 1.5px solid #1a1a2e;
}

.ov-venue-card__actions .ov-btn--ghost:hover {
  background: #1a1a2e;
  color: #ffffff;
}

.ov-venue-card__actions .ov-btn--primary {
  background: #c8a96e;
  color: #ffffff;
  border: 1.5px solid #c8a96e;
}

.ov-venue-card__actions .ov-btn--primary:hover {
  background: #b8964f;
  border-color: #b8964f;
}

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

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

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

.ov-stats,
.ov-stats__grid {
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.ov-stat {
  text-align: center;
}

.ov-stat__num,
.ov-stat__number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #c8a96e;
  line-height: 1.2;
}

.ov-stat__label {
  font-size: 0.85rem;
  color: #6b6b7b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

.ov-form {
  max-width: 800px;
  margin: 0 auto;
}

.ov-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.ov-form__field,
.ov-form__group {
  display: flex;
  flex-direction: column;
}

.ov-form__field--full,
.ov-form__group--full {
  grid-column: 1 / -1;
}

.ov-form__field label,
.ov-form__group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ov-form__field input,
.ov-form__field select,
.ov-form__field textarea,
.ov-form__group input,
.ov-form__group select,
.ov-form__group textarea,
.ov-form input[type="text"],
.ov-form input[type="email"],
.ov-form input[type="tel"],
.ov-form input[type="date"],
.ov-form input[type="number"],
.ov-form select,
.ov-form textarea {
  padding: 12px 16px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  font-size: 0.95rem;
  color: #2c2c2c;
  background: #fff;
  transition: border-color 0.2s ease;
  width: 100%;
}

.ov-form__field input:focus,
.ov-form__field select:focus,
.ov-form__field textarea:focus,
.ov-form__group input:focus,
.ov-form__group select:focus,
.ov-form__group textarea:focus {
  outline: none;
  border-color: #c8a96e;
}

.ov-form__field input.is-invalid,
.ov-form__field select.is-invalid,
.ov-form__group input.is-invalid,
.ov-form__group select.is-invalid {
  border-color: #c0392b;
}

.ov-form__field textarea,
.ov-form__group textarea,
.ov-form textarea {
  min-height: 120px;
  resize: vertical;
}

.ov-form__error {
  display: none;
  font-size: 0.8rem;
  color: #c0392b;
  margin-top: 4px;
}

.ov-form__field.has-error .ov-form__error,
.ov-form__group.has-error .ov-form__error {
  display: block;
}

.ov-form__check,
.ov-form__checkboxes label,
.ov-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: #4a4a5a;
  cursor: pointer;
}

.ov-form__check input[type="checkbox"],
.ov-form__checkboxes input[type="checkbox"],
.ov-checkbox input[type="checkbox"] {
  margin-top: 4px;
  accent-color: #c8a96e;
  flex-shrink: 0;
  width: auto;
}

.ov-form__check .ov-form__error,
.ov-form__checkboxes .ov-form__error,
.ov-checkbox .ov-form__error {
  display: none;
  font-size: 0.78rem;
  color: #c0392b;
}

.ov-form__check.has-error .ov-form__error,
.ov-form__checkboxes label.has-error .ov-form__error,
.ov-checkbox.has-error .ov-form__error {
  display: block;
}

.ov-form__check a,
.ov-form__checkboxes a,
.ov-checkbox a {
  color: #c8a96e;
}

.ov-form__submit,
.ov-form__actions {
  text-align: center;
  margin-top: 24px;
}

.ov-form__success {
  display: none;
  text-align: center;
  padding: 24px 28px;
  background: #f2f9f4;
  border: 1.5px solid #a3d9b4;
  border-radius: 6px;
  margin-top: 20px;
  animation: ovFadeIn 0.35s ease forwards;
}

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

.ov-form__success h3 {
  color: #1e7e42;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.ov-form__success p {
  color: #2c593b;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

.ov-form__success.is-visible {
  display: block;
}

.layout-contact-block,
.ov-cta,
.ov-cta-block {
  background: #1a1a2e;
  text-align: center;
  padding: 90px 24px 80px;
  position: relative;
}

.ov-cta__content,
.layout-contact-block__content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ov-cta__logo,
.layout-contact-block__logo-img,
.ov-cta-block .ov-logo img {
  height: 38px;
  width: auto;
  margin: 0 auto 28px;
  display: block;
}

.ov-cta__title,
.ov-cta-block__title,
.ov-cta h2,
.layout-contact-block__content h2 {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.ov-cta__subtitle,
.ov-cta-block__subtitle,
.ov-cta h3,
.ov-cta p.ov-subtitle,
.layout-contact-block__content h3 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.5;
}

.ov-cta__phone,
.ov-cta-block__phone,
.layout-contact-block__content-phone-link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e5ca8a;
  text-decoration: none;
  margin-bottom: 28px;
  letter-spacing: 0.5px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ov-cta__phone:hover,
.ov-cta-block__phone:hover,
.layout-contact-block__content-phone-link:hover {
  color: #ffffff;
  transform: scale(1.03);
}

.ov-cta .ov-btn,
.ov-cta-block .ov-btn,
.ov-cta__actions .ov-btn {
  margin-bottom: 28px;
  padding: 16px 38px;
  font-size: 0.9rem;
  letter-spacing: 2px;
  box-shadow: 0 4px 20px rgba(200, 169, 110, 0.25);
}

.ov-cta .ov-btn:hover,
.ov-cta-block .ov-btn:hover,
.ov-cta__actions .ov-btn:hover {
  box-shadow: 0 6px 26px rgba(200, 169, 110, 0.4);
  transform: translateY(-2px);
}

.ov-cta__actions,
.ov-cta-block__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.ov-cta__note,
.ov-contact-note {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
}

.ov-cta__note a,
.ov-contact-note a {
  color: #e5ca8a;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

.ov-cta__note a:hover,
.ov-contact-note a:hover {
  color: #ffffff;
}

.layout-footer,
.ov-footer {
  background: #12121e;
  color: #e0e0e6;
  padding-top: 60px;
}

.ov-footer a,
.layout-footer a {
  color: #c5c5d2;
  text-decoration: none;
}

.ov-footer a:hover,
.ov-footer a:focus,
.layout-footer a:hover,
.layout-footer a:focus {
  color: #e5ca8a;
  text-decoration: underline;
}

.ov-footer__inner,
.ov-footer__main,
.ov-footer__top,
.layout-footer-columns {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.ov-footer__grid,
.layout-footer-columns__nav nav > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.ov-footer__col,
.footer-column {
  display: flex;
  flex-direction: column;
}

.ov-footer__heading,
.ov-footer__title,
.footer-column__title {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.ov-footer__links,
.ov-footer__list,
.ov-footer__col ul,
.footer-column ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ov-footer__links a,
.ov-footer__link,
.ov-footer__list a,
.ov-footer__col ul li a,
.footer-column ul li a {
  font-size: 0.9rem;
  color: #b5b5c6;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.5;
}

.ov-footer__links a:hover,
.ov-footer__link:hover,
.ov-footer__list a:hover,
.ov-footer__col ul li a:hover,
.footer-column ul li a:hover {
  color: #e5ca8a;
}

.ov-footer__contact,
.ov-footer__address,
.layout-footer-columns__contact {
  font-size: 0.9rem;
  color: #b5b5c6;
  line-height: 1.6;
  font-style: normal;
  margin-bottom: 12px;
}

.ov-footer__contact h4,
.ov-footer__address h4 {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.ov-footer__contact p,
.ov-footer__address p,
.ov-footer__col p,
.ov-footer__text {
  margin-bottom: 6px;
  font-size: 0.9rem;
  color: #b5b5c6;
}

.ov-footer__contact a,
.ov-footer__address a,
.ov-footer__col p a {
  color: #c8a96e;
  text-decoration: none;
  font-weight: 500;
}

.ov-footer__contact a:hover,
.ov-footer__address a:hover,
.ov-footer__col p a:hover {
  color: #e5ca8a;
  text-decoration: underline;
}

.ov-social,
.ov-footer__social,
.ov-footer__socials {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.ov-social a,
.ov-footer__social a,
.ov-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b5b5c6;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ov-social a:hover,
.ov-footer__social a:hover,
.ov-footer__socials a:hover {
  color: #e5ca8a;
  transform: translateY(-2px);
}

.ov-social a svg,
.ov-footer__social a svg,
.ov-footer__socials a svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.ov-footer-disclaimer,
.ov-footer__disclaimer {
  padding: 32px 0 24px;
  font-size: 0.85rem;
  color: #9c9cae;
  line-height: 1.7;
}

.ov-footer-disclaimer a,
.ov-footer__disclaimer a {
  color: #c8a96e;
  text-decoration: underline;
}

.ov-footer-disclaimer a:hover,
.ov-footer__disclaimer a:hover {
  color: #e5ca8a;
}

.ov-footer-disclaimer p,
.ov-footer__disclaimer p {
  margin-bottom: 10px;
}

.footer__nav,
.ov-footer__bottom,
.ov-footer__bottom-nav,
.ov-footer__bottom-links {
  padding: 20px 0 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer__nav ul,
.ov-footer__bottom ul,
.ov-footer__bottom-nav ul,
.ov-footer__bottom-links ul,
.ov-footer__bottom p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 0.85rem;
  color: #8c8c9e;
}

.footer__nav ul li span,
.ov-footer__bottom span {
  color: #8c8c9e;
}

.footer__nav ul li a,
.ov-footer__bottom a,
.ov-footer__bottom-nav a,
.ov-footer__bottom-links a {
  color: #a8a8b8;
  text-decoration: none;
  font-size: 0.85rem;
}

.footer__nav ul li a:hover,
.ov-footer__bottom a:hover,
.ov-footer__bottom-nav a:hover,
.ov-footer__bottom-links a:hover {
  color: #e5ca8a;
}

.ov-agegate {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(26,26,46,0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

html.ov-age-ok .ov-agegate {
  display: none;
}

.ov-agegate__box {
  background: #1a1a2e;
  border: 1px solid rgba(200,169,110,0.3);
  border-radius: 8px;
  padding: 48px 40px;
  max-width: 520px;
  width: 100%;
  text-align: center;
}

.ov-agegate__logo {
  height: 40px;
  width: auto;
  margin: 0 auto 32px;
}

.ov-agegate__title {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.ov-agegate__text {
  color: rgba(255,255,255,0.6);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 32px;
}

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

.ov-agegate__deny {
  display: none;
}

.ov-agegate__deny.is-visible {
  display: block;
}

#ov-agegate-ask.is-hidden {
  display: none;
}

.ov-agegate__no {
  background: transparent;
  color: rgba(255,255,255,0.6);
  border-color: rgba(255,255,255,0.2);
}

.ov-agegate__no:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}

.ov-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: #1a1a2e;
  padding: 20px 24px;
  display: none;
}

.ov-cookie.is-visible {
  display: block;
}

.ov-cookie__row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ov-cookie__text {
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  line-height: 1.6;
  flex: 1;
}

.ov-cookie__text strong {
  color: #fff;
}

.ov-cookie__text a {
  color: #c8a96e;
}

.ov-cookie__btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.ov-modal {
  position: fixed;
  inset: 0;
  z-index: 9500;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ov-modal.is-visible {
  display: flex;
}

.ov-modal__box {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  max-width: 500px;
  width: 100%;
}

.ov-modal__title {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.ov-modal__intro {
  font-size: 0.9rem;
  color: #5a5a6a;
  margin-bottom: 24px;
}

.ov-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.ov-toggle__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a2e;
}

.ov-toggle__label small {
  display: block;
  font-weight: 400;
  color: #6b6b7b;
  font-size: 0.8rem;
  margin-top: 2px;
}

.ov-toggle input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #c8a96e;
}

.ov-modal__actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.ov-policy {
  padding-top: 160px;
  padding-bottom: 80px;
}

.ov-policy__container {
  max-width: 800px;
  margin: 0 auto;
}

.ov-policy h1 {
  text-align: center;
  margin-bottom: 12px;
}

.ov-policy__date {
  text-align: center;
  color: #6b6b7b;
  font-size: 0.9rem;
  margin-bottom: 48px;
}

.ov-policy h2 {
  font-size: 1.35rem;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}

.ov-policy h3 {
  font-size: 1.1rem;
  margin-top: 24px;
  margin-bottom: 12px;
}

.ov-policy p {
  color: #4a4a5a;
  line-height: 1.75;
}

.ov-policy ul,
.ov-policy ol {
  margin: 12px 0 16px 28px;
  color: #4a4a5a;
}

.ov-policy ul { list-style: disc; }
.ov-policy ol { list-style: decimal; }

.ov-policy li {
  margin-bottom: 6px;
  line-height: 1.65;
}

.ov-policy a {
  color: #c8a96e;
}

.ov-policy table,
.ov-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.ov-policy th,
.ov-policy td,
.ov-table th,
.ov-table td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid #e0e0e0;
  font-size: 0.9rem;
}

.ov-policy th,
.ov-table th {
  background: #f7f6f3;
  font-weight: 600;
  color: #1a1a2e;
}

.ov-policy td,
.ov-table td {
  color: #4a4a5a;
}

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

.ov-contact-info h2,
.ov-contact-info h3 {
  margin-bottom: 16px;
}

.ov-contact-info p {
  color: #4a4a5a;
}

.ov-contact-detail {
  margin-bottom: 24px;
}

.ov-contact-detail h4 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.ov-contact-detail p,
.ov-contact-detail a {
  font-size: 0.95rem;
  color: #4a4a5a;
}

.ov-contact-detail a {
  color: #c8a96e;
  text-decoration: none;
}

.ov-contact-detail a:hover {
  text-decoration: underline;
}

.ov-contact-directions {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
}

.ov-contact-directions p {
  color: #4a4a5a;
  font-size: 0.95rem;
}

.ov-contact-form-container h2 {
  margin-bottom: 24px;
}

.ov-about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.ov-about-content p {
  color: #4a4a5a;
  line-height: 1.8;
  font-size: 1.05rem;
}

.ov-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.ov-about-grid--reversed {
  direction: rtl;
}

.ov-about-grid--reversed > * {
  direction: ltr;
}

.ov-about-grid img,
.ov-about-grid__image img {
  border-radius: 4px;
  width: 100%;
}

.ov-about-grid__text {
  text-align: left;
}

.ov-about-grid__text h2 {
  margin-bottom: 16px;
}

.ov-about-grid__text p {
  text-align: left;
  color: #4a4a5a;
}

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

.ov-event-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease;
}

.ov-event-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

.ov-event-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.ov-event-card__content,
.ov-event-card__body {
  padding: 28px;
}

.ov-event-card__content h3,
.ov-event-card__body h3 {
  margin-bottom: 6px;
}

.ov-event-card__content h4,
.ov-event-card__body h4 {
  color: #c8a96e;
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.ov-event-card__content p,
.ov-event-card__body p {
  color: #4a4a5a;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.ov-games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ov-game-card {
  background: #fff;
  border-radius: 4px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.ov-game-card h3,
.ov-game-card__title {
  margin-bottom: 8px;
}

.ov-game-card p,
.ov-game-card__text {
  color: #4a4a5a;
  font-size: 0.9rem;
}

.ov-notice-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px;
  background: #f7f6f3;
  border-radius: 4px;
  text-align: center;
}

.ov-notice-box p {
  color: #4a4a5a;
  font-size: 0.9rem;
  line-height: 1.7;
}

.ov-notice-box a {
  color: #c8a96e;
}

.ov-link-white {
  color: #c8a96e;
  text-decoration: none;
}

.ov-link-white:hover {
  text-decoration: underline;
}

.ov-booking {
  padding: 80px 0;
}

.ov-amenities {
  padding: 80px 0;
}

.ov-location {
  padding: 80px 0;
}

.ov-hero--home {
  background-image: url('../images/rc-hero.webp');
}

.ov-hero--venues {
  background-image: url('../images/duinsuite-25-9-7.1761858106.webp');
}

.ov-hero--contact {
  background-image: url('../images/27.1763116151.webp');
}

.ov-hero--events {
  background-image: url('../images/Schorrestraat-15-21.1781770635.webp');
}

.layout-content {
  padding-top: 0;
}

@media (max-width: 1024px) {
  .ov-themes .ov-grid--3,
  .ov-themes .ov-grid,
  .layout-content-themes__themes {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .ov-theme-card,
  .layout-theme {
    min-height: 280px;
  }

  .ov-venues .ov-grid--3,
  .ov-venues .ov-grid,
  .layout-lastminutes-slider__slider-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .ov-games-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ov-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ov-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ov-footer__grid,
  .layout-footer-columns__nav nav > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  h1 { font-size: 2.2rem; }

  .ov-hero__title,
  .ov-hero h1,
  .layout-header-banner__titles h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 1000px) {
  .ov-header__main {
    padding: 12px 0;
  }

  .ov-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .ov-header__logo {
    margin-right: auto;
  }

  .ov-header__logo img {
    height: 32px;
    width: auto;
  }

  .hamburger {
    display: flex;
    margin-left: auto;
  }

  .ov-header__nav,
  .ov-nav,
  .ov-header__nav-container,
  .ov-header__nav-inner {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-top: 1px solid #eeeeee;
    padding: 16px 0 24px;
    flex-direction: column;
    z-index: 150;
  }

  .ov-header__nav.is-open,
  .ov-nav.is-open,
  .ov-header__nav-container.is-open,
  .ov-header__nav-inner.is-open {
    display: flex;
  }

  .ov-header__nav ul,
  .ov-nav ul,
  .ov-nav__list {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .ov-header__nav li a,
  .ov-nav li a,
  .ov-nav__item a,
  .ov-nav-link {
    display: block;
    padding: 14px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a2e;
    border-bottom: 1px solid #f2f2f5;
    transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
  }

  .ov-header__nav li a:hover,
  .ov-nav li a:hover,
  .ov-nav__item a:hover,
  .ov-nav-link:hover {
    background: #fbf9f5;
    color: #c8a96e;
    padding-left: 30px;
  }

  .ov-header__action,
  .ov-header__actions,
  .ov-header__cta {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .ov-hero,
  .layout-header-banner {
    min-height: 60vh;
  }

  .ov-hero__title,
  .ov-hero h1 {
    font-size: 1.8rem;
  }

  .ov-hero__subtitle,
  .ov-hero-sub,
  .ov-hero p {
    font-size: 1rem;
  }

  .ov-themes {
    padding: 40px 0 50px;
  }

  .ov-themes .ov-grid--3,
  .ov-themes .ov-grid,
  .layout-content-themes__themes {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ov-theme-card,
  .layout-theme {
    min-height: 240px;
    border-radius: 6px;
  }

  .ov-theme-card__content,
  .layout-theme__content {
    padding: 20px 18px;
  }

  .ov-theme-card__title,
  .layout-theme__title {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }

  .ov-theme-card__subtitle,
  .layout-theme__subtitle {
    font-size: 0.9rem;
  }

  .ov-text-media,
  .ov-media-block,
  .ov-alternating__block,
  .ov-split,
  .text-media-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ov-text-media--img-right,
  .ov-media-block--img-right,
  .ov-alternating__block--right,
  .ov-split--right {
    direction: ltr;
  }

  .ov-text-media__content,
  .ov-media-block__content,
  .ov-alternating__content,
  .ov-split__content {
    text-align: center;
  }

  .ov-venues .ov-grid--3,
  .ov-venues .ov-grid,
  .ov-grid--3,
  .layout-lastminutes-slider__slider-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ov-stats,
  .ov-stats__grid {
    gap: 32px;
  }

  .ov-form__grid {
    grid-template-columns: 1fr;
  }

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

  .ov-about-grid {
    grid-template-columns: 1fr;
  }

  .ov-about-grid--reversed {
    direction: ltr;
  }

  .ov-events-grid {
    grid-template-columns: 1fr;
  }

  .ov-games-grid {
    grid-template-columns: 1fr;
  }

  .ov-grid--2,
  .ov-grid--3,
  .ov-grid--4 {
    grid-template-columns: 1fr;
  }

  .ov-footer__grid,
  .layout-footer-columns__nav nav > ul {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ov-cookie__row {
    flex-direction: column;
    text-align: center;
  }

  .ov-cookie__btns {
    flex-direction: column;
    width: 100%;
  }

  .ov-agegate__box {
    padding: 32px 24px;
  }

  .ov-hero--page,
  .ov-page-header,
  .ov-page-hero {
    min-height: 35vh;
  }

  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; }

  .ov-policy { padding-top: 120px; }

  .ov-section { padding: 48px 0; }
}

@media (max-width: 480px) {
  .ov-hero__title,
  .ov-hero h1 {
    font-size: 1.5rem;
  }

  .ov-hero-cta,
  .ov-hero__actions {
    flex-direction: column;
  }

  .ov-hero-cta .button,
  .ov-hero__actions .ov-btn {
    width: 100%;
  }

  .ov-stats,
  .ov-stats__grid {
    gap: 24px;
  }

  .ov-stat__num,
  .ov-stat__number {
    font-size: 2rem;
  }

  .ov-header__contact-bar .ov-container {
    flex-direction: column;
    gap: 4px;
    font-size: 0.75rem;
  }
}
