/*
Theme Name: Marbled Sheepdog Premium
Theme URI: https://marbled.pl
Author: Marbled Sheepdog
Description: Premium 1:1 Puppy Pedigree clone theme
Version: 1.0
Text Domain: marbled-sheepdog
*/

/* =====================================================
   TYPOGRAPHY – GLOBAL (Puppy Pedigree style)
===================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}
/* =====================================================
   Back to TOP 
===================================================== */
.back-to-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(30, 41, 59, 0.75); /* półprzezroczyste */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(0.95);

  transition: all 0.35s cubic-bezier(.4,0,.2,1);
  z-index: 9999;

  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.back-to-top:hover {
  background: rgba(51, 65, 85, 0.9);
  transform: translateY(-2px) scale(1.08);
  box-shadow: 0 20px 45px rgba(0,0,0,0.35);
}

.back-to-top svg {
  transition: transform 0.3s ease;
}

.back-to-top:hover svg {
  transform: translateY(-2px);
}

html {
  scroll-behavior: smooth;
}
/* =====================================================
   HEADER – FINAL 1:1 (DESKTOP)
===================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0;
  padding: 0;
}

/* Header inner layout */
.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px; /* realna wysokość headera */
  padding: 0;
}

/* Reset paddingów kontenera tylko w headerze */
.site-header .container {
  padding-top: 0;
  padding-bottom: 0;
}

/* =====================================================
   LOGO
===================================================== */

.logo img {
  max-height: 64px;
  width: auto;
  display: block;
}

/* =====================================================
   MAIN NAVIGATION
===================================================== */

.main-nav ul {
  display: flex;
  gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  font-family: 'Cinzel', serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.main-nav a:hover {
  opacity: 1;
}

/* =====================================================
   WORDPRESS / ADMIN BAR FIX
===================================================== */

body {
  margin-top: 0;
}

.admin-bar .site-header {
  top: 0;
}
/* =====================================================
   FOOTER – PREMIUM (Puppy Pedigree style)
===================================================== */

.site-footer {
  background: #f7f7f7;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding: 40px 0; /* było 80 / 40 */
  font-family: 'Cinzel', serif;
  margin: 0;
}
.site-footer .custom-logo {
  max-height: 120px;
  width: auto;
  opacity: 0.95;
}
/* Reset paddingów kontenera tylko w footerze */
.site-footer .container {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 64px;
}

.footer-col h4 {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-top: 16px;
}

.footer-col {
  padding-top: 8px; /* bylo 16px */
}

.footer-brand {
  padding-top: 0;
}


.footer-description {
  margin-top: 16px;
  max-width: 280px;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.75;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu a {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  opacity: 0.75;
}

.footer-menu a:hover {
  opacity: 1;
}

.footer-contact p {
  font-size: 13px;
  margin-bottom: 8px;
  opacity: 0.75;
}

/* Bottom bar */
.footer-bottom {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,0.06);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
}
/* =====================================================
   GLOBAL SECTION SPACING – CONTROLLED
===================================================== */

section {
  padding: 40px 0; /* bylo 40px 0 */
}

.section-white,
.section-light {
  background: inherit; /* TYLKO kolor, bez ruszania paddingu */
}

.section-white { background: #fff; }
.section-light { background: #faf8f4; } /* było #f7f7f7 */

section .container {
  padding: 0 20px; /* bylo 0 20px */
}
.section-divider {
  height: 1px;
  background: rgba(200,190,175,0.45);
  margin: 0;
}
/* jest jeszcze ponizej ale zostawiam gdyby sie wysypało
  .section-hero {
  min-height: min(70vh, 720px); bylo min-height: 520px;   lub 60vh
  padding: 0;
  display: flex;
  align-items: center;
}                                                                     */
/* TEKST W SEKCJACH  */

section p {
  max-width: 620px;
  margin-bottom: 16px;
  opacity: 0.85;
}
/* LINKI W TREŚCI (nie menu)  */
section a {
  color: #111;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  opacity: 0.85;
}

section a:hover {
  opacity: 1;
}
/* NAGŁÓWKI W SEKCJACH  */

section h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

section h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
/* =====================================================
   WORDPRESS / GUTENBERG GLOBAL SPACING RESET
===================================================== */

/* Usuwa automatyczne marginesy bloków */
.wp-site-blocks > * {
  margin-block-start: 0;
}

/* Reset paddingów Gutenberg sections */
.wp-block-group,
.wp-block-cover {
  padding-top: 0;
  padding-bottom: 0;
}

/* Reset dla głównego maina */
main {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Cinzel', serif;
  font-size: 15px;
  line-height: 1.7;
  color: #111;
}
/* =====================================================
   HERO – PREMIUM 1:1 (Puppy Pedigree style)
===================================================== */
.section-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

/* gradient overlay (lewy → prawy) */
.section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.85) 0%,
    rgba(255,255,255,0.55) 30%,
    rgba(255,255,255,0.15) 55%,
    rgba(255,255,255,0) 75%
  );
  z-index: 2;
  pointer-events: none;
}

/* content nad tłem */
.section-hero .container {
  position: relative;
  z-index: 4;
}

/* picture wrapper */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* faktyczny obraz */
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* dodatkowy overlay (jeśli chcesz przyciemnić) */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.85) 0%,
      rgba(255,255,255,0.55) 30%,
      rgba(255,255,255,0.15) 55%,
      rgba(255,255,255,0.0) 75%
    ),
    rgba(0,0,0,0.35);
  pointer-events: none;
}

/* Content */
.hero-inner {
  position: relative;
  z-index: 3;
  max-width: 520px;
  color: #fff;
}

/* Eyebrow */
.hero-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 16px;
}

/* Title */
.section-hero h1 {
  font-size: 56px;
  letter-spacing: 0.12em;
  line-height: 1.15;
  margin-bottom: 18px;
}

/* Subtitle */
.hero-lead {
  max-width: 420px;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 36px;
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 18px;
}

/* Buttons style */
.btn {
  display: inline-block;
  padding: 14px 34px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 18px;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}
.btn-primary {
  background: #fff;
  color: #111;
}
.btn-primary:hover {
  background: #f3f3f3;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}
.btn-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.8);
  color: #fff;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  transform: translateY(-1px);
}
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.6);
}
.btn-section {
  display: inline-block;
  font-size: 11px;
  padding: 10px 20px;
  border-radius: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  border-bottom: 0.5px solid rgba(0,0,0,0.0.08);
  transition:
    border-color 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

.btn-disabled {
  background: #f1f1f1;
  padding: 10px 10px;
  font-size: 11px;
  border-radius: 10px;
  color: #999;
  border: 1px solid rgba(0,0,0,0.08);
  cursor: not-allowed;
} 
.btn-section:hover {
  border-color: #111;
  opacity: 1;
  transform: translateY(-1px);
}
.section-dark .btn-section {
  color: #fff;
  border-bottom-color: rgba(255,255,255,0.5);
}

.section-dark .btn-section:hover {
  border-bottom-color: #fff;
}
/* ===== Buttons – Puppies ===== */

.puppy-footer .btn {
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Rezerwuj */
.puppy-footer .btn-primary {
  background: #f3efe9;          /* beż premium */
  color: #2b2b2b;
  border: 1px solid #d8d2c8;
}

.puppy-footer .btn-primary:hover {
  background: #ede7dd;
  border-color: #cfc7bb;
}

/* Zarezerwowany */
.puppy-footer .btn-disabled {
  background: #f6f3ee;
  color: #a7a29a;
  border: 1px solid #e3ddd3;
  cursor: not-allowed;
  opacity: 1;
}
/* =====================================================
   INTRO – VALUES (3 ICONS) – PREMIUM 1:1
===================================================== */

.section-intro {
  padding: 72px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  text-align: center;
}

/* pojedynczy element */
.intro-item {
  max-width: 320px;
  margin: 0 auto;
}

/* ikona */
.intro-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8F867A;          /* ciepły szaro-beż */
  background: #F2F3F5;     /* jasne, chłodne tło */
}

.intro-icon img {
  width: 24px;
  height: 24px;
  opacity: 0.85;
}
.intro-icon svg {
  stroke: #8A7C6D;
  opacity: 0.85;
}

/* tytuł */
.intro-item h3 {
  font-size: 15px;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

/* opis */
.intro-item p {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.7;
  margin: 0;
}
/* =====================================================
   INTRO – Dostępne Szczeniaki – PREMIUM 1:1
===================================================== */
.section-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 18px;
}

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

/* =====================================================
   INTRO - Galeria
===================================================== */
.gallery-section {
  padding: 120px 0;
  background: linear-gradient(
  to top,
  rgba(15, 23, 42, 0.6),
  rgba(15, 23, 42, 0.3)
);
  color: #fff;
}

.gallery-title {
  text-align: center;
  margin-bottom: 60px;
}
.gallery-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #94a3b8; /* delikatny slate */
  margin: 20px auto 0;
  opacity: 0.6;
}
.gallery-wrapper .wp-block-image {
  border: 1px solid rgba(148, 163, 184, 0.2);
  break-inside: avoid;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.gallery-wrapper .wp-block-image:hover {
  transform: translateY(-4px);
  transition: transform 0.6s ease;
}

@media (max-width: 1024px) {
  .gallery-wrapper .wp-block-gallery {
    column-count: 2;
  }
}

@media (max-width: 640px) {
  .gallery-wrapper .wp-block-gallery {
    column-count: 1;
  }
}

.gallery-wrapper .wp-block-image {
  break-inside: avoid;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.gallery-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.8s cubic-bezier(.4,0,.2,1),
              filter 0.8s ease,
              box-shadow 0.8s ease;
}

/* Hero first image larger */
.gallery-wrapper .wp-block-image:first-child {
  column-span: all;
  margin-bottom: 60px;
}

/* Overlay */
.gallery-wrapper .wp-block-image::after {
  content: "Zobacz zdjęcie";
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: none;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.5px;
  opacity: 0;
  transition: opacity 0.4s ease;

  pointer-events: none; /* 🔥 KLUCZOWE zeby pop out zdjecia */
}

.gallery-wrapper .wp-block-image:hover::after {
  opacity: 1;
}

.gallery-wrapper .wp-block-image:hover img {
  transform: scale(1.06);
  filter: brightness(0.9);
  box-shadow: 0 30px 70px rgba(0,0,0,0.5);
}

/* ===== RESPONSIVE GRID – PREMIUM FLOW ===== */
/* ↓ gdy karty zaczynają się ściskać */
@media (max-width: 1200px) {
  .puppies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ↓ bardzo wąsko – jedna kolumna */
@media (max-width: 640px) {
  .puppies-grid {
    grid-template-columns: 1fr;
	}
}
@media (min-width: 640px) and (max-width: 1023px) {
    .puppies-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 639px) {

    .puppy-card {
        padding: 16px;
    }

    .puppy-card img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .puppy-price {
        font-size: 18px;
        font-weight: 700;
    }

    .puppy-status {
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {

    input,
    textarea,
    select {
        min-height: 52px;
        font-size: 16px;
        padding: 12px 16px;
    }

    textarea {
        min-height: 120px;
    }

    .form-group {
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

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

.puppy-card {
  background: #fff;
  border-radius: 18px;
  border: 2px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: box-shadow 0.35s ease;
  max-width: 100%;
}
.puppy-card hr,
.puppy-divider {
  margin: 18px 0 22px; /* było np. 24px 0 12px */
  border: none;
  height: 1px;
  background: rgba(0,0,0,0.06);
}

.puppy-card:hover {
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* IMAGE WRAPPER – KLUCZ */
.puppy-image {
  height: 240px;
  position: relative;
  overflow: hidden;            /* 🔥 TO JEST NAJWAŻNIEJSZE */
  border-radius: 18px 18px 0 0;
}
/* IMAGE */
.puppy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.puppy-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 14px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(245, 240, 230, 0.95);
  color: #6f675c;
  border: 1px solid #ddd6cc;
  z-index: 2;
}

/* HOVER EFFECT */
.puppy-card:hover .puppy-image img {
  transform: scale(1.06);      /* delikatne zbliżenie */
}

.puppy-card.is-reserved {
  opacity: 0.7;
}

.puppy-card.is-reserved:hover {
  box-shadow: none;
}

.puppy-content {
  padding: 14px 18px 18px; /* było np. 22px */
}

.puppy-name {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-top: 4px;
  margin-bottom: 4px;
}

.puppy-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #8c8c8c;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.puppy-gender {
  text-align: left;
}

.puppy-color {
  text-align: right;
}
.puppy-description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.puppy-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.puppy-price {
  font-weight: 500;
  letter-spacing: 0.04em;
}

.puppy-card.is-reserved {
  opacity: 0.65;
}

.puppy-card.is-reserved:hover {
  box-shadow: none;
  transform: none;
}


/* =====================================================
   Style Sekcja TRUST + Jak wyglada rezerwacja
===================================================== */
.trust-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.trust-item strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.reservation-steps {
  padding-left: 20px;
  line-height: 1.6;
}

.reservation-steps li {
  margin-bottom: 12px;
}

/* =====================================================
   RESPONSIVE – TABLET + MOBILE (SAFE PACK)
===================================================== */

/* ===== TABLET ≤ 1024px ===== */
@media (max-width: 1024px) {

  .main-nav ul {
    gap: 28px;
  }

  section {
    padding: 32px 0;
  }
  /* Section INTRO */
  .intro-grid {
    gap: 56px;
  }
}
/* =====================================================
   HERO – MOBILE
===================================================== */

/* ===== MOBILE ≤ 768px ===== */
@media (max-width: 767px) {
    .hero {
        min-height: 70vh;
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.2;
    }
}
@media (max-width: 768px) {

  /* Header */
  .site-header .header-inner {
    height: auto;
    padding: 12px 0;
    flex-direction: column;
    gap: 10px;
  }

  .logo img {
    max-height: 52px;
  }

  .main-nav ul {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-nav a {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  /* Sections */
  section {
    padding: 32px 0;
  }

  section .container {
    padding: 0 16px;
  }
  /* Section HERO */	
  .section-hero {
    min-height: 70vh;
  }

  .hero-inner {
    max-width: 100%;
    text-align: center;
  }

  .section-hero h1 {
    font-size: 34px;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
  /* Section INTRO */	
  .section-intro {
    padding: 56px 0;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
	
  section h2 {
    font-size: 20px;
  }

  /* Footer */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .site-footer .custom-logo {
    margin: 0 auto;
  }

  .footer-description {
    margin-left: auto;
    margin-right: auto;
  }

}

/* ===== SMALL MOBILE ≤ 480px ===== */
@media (max-width: 480px) {

  .main-nav a {
    font-size: 11px;
  }

  section {
    padding: 28px 0;
  }

}
/* ===== PUPPIES GRID RESPONSIVE ===== */

/* Tablet – 2 x 2 */
@media (max-width: 1024px) {
  .puppies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile – 1 x 4 */
@media (max-width: 640px) {
  .puppies-grid {
    grid-template-columns: 1fr;
  }
}
/* =====================================================
   RESERVATION MODAL – PREMIUM
===================================================== */
.reservation-success {
  text-align: center;
  padding: 32px 12px;
}

.reservation-success h3 {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.reservation-success p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.8;
  max-width: 420px;
  margin: 0 auto 28px;
}

.reservation-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

/* AKTYWNY MODAL */
.reservation-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

/* OKNO MODALA */
.reservation-modal {
  background: #fff;
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  padding: 32px 32px 36px;
  position: relative;

  box-shadow: 0 40px 120px rgba(0,0,0,0.35);

  transform: translateY(20px);
  transition: transform 0.35s ease;
}

/* animacja wejścia */
.reservation-overlay.is-open .reservation-modal {
  transform: translateY(0);
}

/* PRZYCISK ZAMKNIJ */
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f3efe9;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

.modal-success-close {
  margin-top: 24px;
}

/* FORM */
.reservation-form .form-group {
  margin-bottom: 16px;
}

.reservation-form label {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  opacity: 0.75;
}

.reservation-form input,
.reservation-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.12);
  font-family: inherit;
}

.reservation-form textarea {
  resize: vertical;
}

.form-note {
  font-size: 12px;
  opacity: 0.65;
  margin: 18px 0;
}

.btn-full {
  width: 100%;
}
/* STICKY CTA */
.mobile-cta {
    display: none;
}

@media (max-width: 767px) {
    .mobile-cta {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 56px;
        background: #0f172a;
        z-index: 9999;
    }

    .mobile-cta a {
        flex: 1;
        text-align: center;
        line-height: 56px;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
    }

    body {
        padding-bottom: 56px;
    }
}
