@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/cairo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/cairo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --accent: #e91e63;
  --link: #c2185b;
  --bg: #FAFAFA;
  --dark: #050404;
  --footer-bg: #323437;
  --pricing-title: #3d4050;
  --pricing-muted: #3d4050;
  --max: 1140px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Cairo", "Segoe UI", system-ui, sans-serif;
  color: var(--dark);
  line-height: 1.6;
  background: var(--bg);
}

a { color: var(--link); text-decoration: none; }
a:hover { color: #ad1457; }

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

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 15px;
}

.anchor {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 1rem;
}

.logo img {
  height: auto;
  max-height: 50px;
  width: auto;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  flex-wrap: wrap;
}

nav a {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

nav a:hover { color: var(--link); }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: .5rem;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  margin: 5px 0;
}

/* Banner */
.banner {
  line-height: 0;
  overflow: hidden;
}

.banner picture,
.banner img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* About */
.about {
  padding: 50px 0;
}

.about-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0;
  align-items: start;
}

.about-left {
  text-align: center;
  padding-top: 53px;
}

.about-left .brand-name {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: .5rem;
}

.about-right h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.about-tagline {
  text-align: center;
}

.about-right {
  padding: 5px;
  text-align: justify;
  color: #050404;
}

.about-right p {
  font-size: 18px;
}

/* Section titles */
.location-title,
.pricing-title,
.contact-title {
  padding: 50px 0 0;
  text-align: center;
}

.location-title h2,
.pricing-title h2,
.contact-title h2 {
  font-size: 42px;
  font-weight: 700;
}

.location-desc {
  max-width: 760px;
  margin: 1rem auto 0;
  color: var(--dark);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Map */
.map-section {
  padding: 0;
}

.map-frame {
  width: 100%;
  min-height: 450px;
  background: #ececec;
}

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 450px;
  border: 0;
}

/* Pricing */
.pricing {
  padding: 0 0 50px;
}

.pricing-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pricing-col {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 5px;
  background: #fff;
  overflow: hidden;
}

.obfx-pricing-table-wrapper,
.obfx-pricing-table-wrapper p.obfx-pricing-table-subtitle {
  text-align: center;
}

.obfx-title-wrapper {
  padding: 8% 0;
}

.obfx-pricing-table-title {
  font-weight: 600;
  color: var(--pricing-title);
  font-size: 1.25rem;
}

.obfx-pricing-table-subtitle {
  color: var(--pricing-muted);
  margin-top: .25rem;
}

.obfx-price-wrapper {
  padding: 20px 0;
  text-align: center;
}

.obfx-price {
  font-size: 80px;
  font-weight: 600;
  line-height: normal;
  color: var(--pricing-muted);
}

.obfx-price-currency,
.obfx-pricing-period {
  font-size: 21px;
  color: var(--pricing-muted);
}

.pricing-features {
  padding: 0 10px 20px;
}

.pricing-features p {
  text-align: center;
  margin-bottom: .5rem;
  font-size: 16px;
  color: #050404;
}

.package-carousel__footer {
  display: none;
}

.package-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.package-carousel__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.package-carousel__dot::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(194, 24, 91, 0.45);
}

.package-carousel__dot.is-active::before {
  background: var(--link);
  transform: scale(1.15);
}

.package-carousel__status {
  margin: 0;
  font-size: .8125rem;
  font-weight: 600;
  color: var(--pricing-muted);
  letter-spacing: .02em;
  white-space: nowrap;
}

.pricing-cta-wrap {
  text-align: center;
  margin-top: 2rem;
}

.btn-cta {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 36px;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(233,30,99,.25);
  transition: background .2s;
}

.btn-cta:hover {
  background: #c2185b;
  color: #fff;
  text-decoration: none;
}

/* Spot */
.spot {
  padding: 0 0 50px;
  text-align: center;
  color: #050404;
}

.spot-prices {
  font-size: 12px;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.spot-note {
  font-size: 12px;
  margin-bottom: 2rem;
}

.spot-requirements p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.spot-requirements p:first-child strong {
  font-size: 12pt;
}

/* Contact */
.contact-title {
  padding-top: 60px;
}

.contact-intro {
  font-size: 14pt;
  margin-top: 1rem;
}

.contact {
  padding: 40px 0 70px;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.contact-col {
  text-align: center;
}

.contact-icon {
  text-align: center;
  margin-bottom: 1rem;
}

.contact-icon svg {
  width: 48px;
  height: 48px;
  fill: var(--accent);
}

.contact-col h3 {
  font-size: 18pt;
  margin-bottom: .5rem;
}

.contact-col h3 strong {
  font-weight: 700;
}

.contact-col h3 a {
  color: var(--dark);
  text-decoration: none;
}

.contact-col h3 a:hover {
  color: var(--link);
}

.contact-col p {
  font-size: 16px;
}

/* Footer */
.site-footer {
  background: var(--footer-bg);
  color: #d0d0d0;
  padding: 2rem 0;
  font-size: 14px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-contact p {
  margin-bottom: .25rem;
}

.footer-contact p:last-child {
  margin-bottom: 0;
}

.site-footer a {
  color: #f0f0f0;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.footer-copy {
  color: #b8b8b8;
}

/* Responsive */
@media (max-width: 1024px) {
  .about-left { display: none; }
  .about-row { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .menu-toggle { display: block; }

  nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 15px;
  }

  nav.open { display: block; }
  nav ul { flex-direction: column; gap: .75rem; }

  .banner {
    max-height: 210px;
  }

  .banner img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center 35%;
  }

  .about-right { padding: 10px; }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .package-carousel {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .package-carousel__footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 14px;
    margin-top: 12px;
  }

  .package-carousel__scroll {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .package-carousel__scroll::-webkit-scrollbar {
    display: none;
  }

  .package-carousel__track {
    display: flex;
    gap: 0;
    grid-template-columns: unset;
  }

  .package-carousel__track > .pricing-col {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    margin: 0;
    box-sizing: border-box;
  }

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

  .location-title h2,
  .pricing-title h2,
  .contact-title h2,
  .about-left .brand-name,
  .about-right h1 {
    font-size: 32px;
  }

  .obfx-price { font-size: 60px; }
}
