/* NAV */
/* 1. FIX STICKY NAVIGATION */
/* Ensure no parent containers force hidden overflows that break sticky headers */
body {
  overflow-x: hidden; /* Safe overflow handling for the body only */
}

nav {
  position: -webkit-sticky; /* Safari support */
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8, 8, 8, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: all .35s ease;
}

/* 2. STOP MOBILE AUTO-ZOOM ON INPUTS */
/* Mobile browsers zoom in if input/select font-size is below 16px */
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  font-size: 16px !important; 
}
nav.scrolled{
    background: rgba(8,8,8,.88);
    box-shadow: 0 10px 35px rgba(0,0,0,.35);
}

.nav-inner{
  max-width:1080px; margin:0 auto; padding:16px 24px;
  display:flex; align-items:center; justify-content:space-between;
}
.brand{
  display:flex; align-items:center; gap:10px; font-family:'Syne',sans-serif; 
  font-weight:800; text-decoration: none;
}
nav .brand {
  font-size:20px; max-width: 100%;
}
.brand .ring{
  width:50px;
  height:50px;
  border-radius:50%;
  border:2px solid var(--green);
  box-shadow:0 0 10px rgba(120,185,60,0.55),
             inset 0 0 6px rgba(120,185,60,0.4);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex-shrink:0;
}

.brand .ring img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  display:block;
}

.nav-links{display:flex; gap:28px; font-size:14px; font-weight:600;}
.nav-links a{text-decoration:none; color:var(--muted); transition:color .2s;}
.nav-links a:hover, .nav-links a:focus-visible{color:var(--green-hi); outline:none;}

.nav-cta{
  background:var(--green); color:#080808; font-weight:700; font-size:14px;
  padding:10px 18px; border-radius:999px; text-decoration:none; white-space: nowrap;
  box-shadow:0 0 0 rgba(120,185,60,0); transition:box-shadow .2s, transform .15s;
}
.nav-cta:hover{box-shadow:0 0 22px rgba(120,185,60,0.55); transform:translateY(-1px);}

/* GREEN BURGER BUTTON */
.burger {
  display:none;
  background:transparent;
  border:1px solid var(--line);
  padding:10px;
  border-radius:10px;
  cursor:pointer;
  flex-direction:column;
  gap:5px;
  z-index:60;
  transition:border-color 0.2s, box-shadow 0.2s;
}
.burger span {
  display:block;
  width:22px;
  height:2.5px;
  background:var(--green);
  border-radius:2px;
  transition:transform 0.3s ease, opacity 0.3s ease;
  box-shadow:0 0 6px rgba(120,185,60,0.4);
}

.burger:hover {
  border-color:var(--green);
  box-shadow:0 0 12px rgba(120,185,60,0.25);
}

/* Burger Active (X Shape) */
.burger.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* MOBILE DROPDOWN MENU */
.mobile-menu {
  display:none;
  flex-direction:column;
  background:var(--panel);
  border-bottom:1px solid var(--line);
  padding:18px 24px 24px;
  gap:16px;
}
.mobile-menu.open {
  display:flex;
}
.mobile-link {
  text-decoration:none;
  color:var(--white);
  font-size:16px;
  font-weight:600;
  padding:8px 0;
  border-bottom:1px solid rgba(244,253,255,0.06);
  transition:color 0.2s;
}
.mobile-link:hover {
  color:var(--green-hi);
}
.mobile-cta {
  background:var(--green);
  color:#080808;
  font-weight:700;
  text-align:center;
  padding:14px;
  border-radius:999px;
  text-decoration:none;
  margin-top:6px;
  box-shadow:0 0 16px rgba(120,185,60,0.35);
}

/* HERO */
.hero-content-wrapper {
  position: relative;
  z-index: 2; /* Text sits on top */
}

.hero {
  position: relative;
  z-index: 1;
  padding: 115px 20px 80px;
  text-align: center;
  overflow: hidden;
  min-height: 90vh; /* Give the animation some space */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-tagline {
  margin: 0 auto 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hero-m19 {
  display: inline-block;
  font-family: 'Orbitron', sans-serif; /* Changed to Orbitron */
  font-weight: 900;
  transform: skewX(-16deg); 
  font-size: 1em; 
  line-height: 0.9;
  
  color: #141714; 
  -webkit-text-stroke: 4px var(--white);
  letter-spacing: -0.04em; 
  padding-right: 8px; 
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.8));
}

/* STYLE · FADE · PRECISION */
.tagline-top {
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.35em;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}

.tagline-top .dot {
  color: var(--green-hi);
  font-size: 14px;
  text-shadow: 0 0 8px rgba(163, 224, 102, 0.6);
}

/* Scissors with side lines */
.tagline-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 320px;
}

.tagline-divider .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(120, 185, 60, 0.6), transparent);
}

.divider-scissors {
  width: 18px;
  height: 18px;
  color: var(--green-hi);
  filter: drop-shadow(0 0 6px rgba(163, 224, 102, 0.5));
  flex-shrink: 0;
}

/* PREMIUM BARBER SHOP */
.tagline-bottom {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4em;
  color: var(--green-hi);
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(163, 224, 102, 0.35);
}

#fluidRingCanvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Animation sits below text */
  width: 100%;
  height: 100%;
  max-width: 900px; /* Optional: limit max size */
  max-height: 1300px;
}

.hero h1{
  font-size:clamp(36px, 10vw, 96px); font-weight:800; line-height:0.95; margin:0 0 18px;
  text-shadow:0 0 40px rgba(120,185,60,0.25); word-wrap: break-word;
}
.hero h1 span{color:var(--green); }

.hero p.sub{
  max-width:520px; margin:0 auto 34px; color:var(--muted); font-size:16px; line-height:1.6;
}

.hero-actions{
  display:flex; 
  gap:12px; 
  justify-content:center; 
  align-items:center;
  flex-wrap:nowrap;
  width:100%;
  max-width:440px;
  margin:0 auto;
}

.rating-strip{
  margin-top:56px; display:flex; align-items:center; justify-content:center; gap:14px;
  color:var(--muted); font-size:14px; flex-wrap: wrap;
}

/* ==========================================
   GALLERY BASE STYLES (DESKTOP)
   ========================================== */

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 250px 250px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--panel);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
  margin: 0;
  cursor: pointer;
}

.gallery-item.large {
  grid-row: 1 / 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Gradient Overlay for Text Readability */
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.6;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Captions */
.gallery-item figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: var(--white);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover Effects (Desktop) */
.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item:hover {
  border-color: var(--green);
  box-shadow: 0 0 30px rgba(120, 185, 60, 0.18);
}

/* SERVICES */
.services-grid{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:20px;
}
.service-card{
  background:var(--panel); border:1px solid var(--line); border-radius:var(--radius);
  padding:30px 26px; position:relative; transition:border-color .2s, transform .2s;
}
.service-card:hover{border-color:rgba(120,185,60,0.5); transform:translateY(-3px);}
.service-ring{
  width:52px; height:52px; border-radius:50%; border:1.5px solid var(--green);
  display:flex; align-items:center; justify-content:center; margin-bottom:20px;
  box-shadow:0 0 14px rgba(120,185,60,0.3);
  font-size:22px;
}
.service-card h3{font-size:19px; font-weight:700; margin:0 0 8px;}
.service-card p.desc{color:var(--muted); font-size:14px; line-height:1.5; margin:0 0 20px;}
.service-price{
  display:flex; align-items:baseline; justify-content:space-between;
  border-top:1px dashed var(--line); padding-top:16px;
}
.service-price .amount{font-family:'JetBrains Mono',monospace; font-size:20px; font-weight:600; color:var(--green-hi);}
.service-price .dur{font-size:12px; color:var(--muted);}
.price-note{text-align:center; color:var(--muted); font-size:13px; margin-top:28px;}


/* SERVICES FLYER-STYLE MENU */
.services-menu-list {
  max-width: 680px;
  margin: 0 auto;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(244, 253, 255, 0.08);
}

.menu-item:last-child {
  border-bottom: none;
}

.item-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.menu-icon {
  width: 42px;
  height: 42px;
  color: var(--green-hi);
  flex-shrink: 0;
}

.item-name {
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.02em;
}

.item-dots {
  flex-grow: 1;
  border-bottom: 1px dotted rgba(244, 253, 255, 0.2);
  margin: 0 12px;
  position: relative;
  top: 4px;
}

.item-price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  flex-shrink: 0;
}

.item-price.free {
  color: var(--green-hi);
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(163, 224, 102, 0.3);
}

/* REVIEWS */
.review-summary{
  display:flex; align-items:center; justify-content:center; gap:18px; margin-bottom:44px; flex-wrap:wrap;
}
.score-badge{
  font-family:'Syne',sans-serif; font-weight:800; font-size:56px; color:var(--green-hi);
  text-shadow:0 0 30px rgba(163,224,102,0.4);
}
.score-meta{text-align:left; font-size:14px; color:var(--muted);}
.score-meta .stars{display:block; font-size:16px; margin-bottom:2px;}
.reviews-grid{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:18px;
}
.review-card{
  background:var(--panel); border:1px solid var(--line); border-radius:14px; padding:22px;
}
.review-card .stars{font-size:13px; display:block; margin-bottom:10px;}
.review-card p{margin:0 0 14px; font-size:14px; line-height:1.55; color:var(--white);}
.review-card .who{font-size:12px; color:var(--muted); display:flex; justify-content:space-between;}
.reviews-link{text-align:center; margin-top:36px;}
.reviews-link a{color:var(--green-hi); font-weight:600; font-size:14px; text-decoration:none; border-bottom:1px solid rgba(163,224,102,0.4);}

/* ==========================================
   BOOKING SECTION ENHANCEMENTS
   ========================================== */

/* Centers the dot and text */
.live-eyebrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.live-eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--green-hi);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--green-hi);
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0% { box-shadow: 0 0 0 0 rgba(163, 224, 102, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(163, 224, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(163, 224, 102, 0); }
}

.booking-cta-section {
  position: relative;
  padding-bottom: 60px;
}

.booking-cta-section::before {
  content: '';
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px; 
  height: 350px;
  background: radial-gradient(circle, rgba(120,185,60,0.08) 0%, rgba(0,0,0,0) 70%);
  z-index: -1;
  pointer-events: none;
}

/* The physical dot */
.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--green-hi);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--green-hi);
  animation: pulse-glow 2s infinite;
}

/* The breathing animation */
@keyframes pulse-glow {
  0% { box-shadow: 0 0 0 0 rgba(163, 224, 102, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(163, 224, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(163, 224, 102, 0); }
}

/* Optional: Adds a very faint green spotlight behind the whole section */
.booking-cta-section {
  position: relative;
  padding-bottom: 60px;
}

.booking-cta-section::before {
  content: '';
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px; 
  height: 350px;
  background: radial-gradient(circle, rgba(120,185,60,0.08) 0%, rgba(0,0,0,0) 70%);
  z-index: -1;
  pointer-events: none;
}

/* The Split Button */
.split-booking-btn {
  display: inline-flex;
  align-items: stretch;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(120, 185, 60, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 0 auto;
}

.split-booking-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(120, 185, 60, 0.4);
}

.split-booking-btn .btn-text {
  background: var(--green);
  color: #080808;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 16px 36px;
  display: flex;
  align-items: center;
}

.split-booking-btn .btn-icon {
  background: #141714;
  color: var(--white);
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255,255,255,0.05);
}

.split-booking-btn .btn-icon svg {
  width: 26px;
  height: 26px;
}

/* Modal Overlay & Desktop Centered Pop-up */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.modal-content {
  background: var(--panel);
  border: 1px solid var(--line);
  width: 100%;
  max-width: 600px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  transform: translateY(30px) scale(0.98);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-overlay.active .modal-content {
  transform: translateY(0) scale(1);
}

.modal-drag-handle {
  display: none;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(244, 253, 255, 0.05);
}

.close-modal {
  background: rgba(244, 253, 255, 0.08);
  border: none;
  color: var(--white);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}

.close-modal:hover {
  background: var(--green);
  color: #080808;
}

.modal-body {
  padding: 24px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--green) transparent;
}

/* FORM LAYOUTS (Used inside the Modal) */
.form-row {display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px;}
.form-row.full {grid-template-columns:1fr;}
.submit-row {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.submit-row button {
  width: min(100%, 320px);
  padding: 16px 28px;
}
.confirm-box {display:none; text-align:center; padding:20px 0;}
.confirm-box.show {display:block;}
.confirm-ring {
  width:64px; height:64px; border-radius:50%; border:2px solid var(--green);
  display:flex; align-items:center; justify-content:center; margin:0 auto 18px;
  box-shadow:0 0 22px rgba(120,185,60,0.5); font-size:28px; color:var(--green-hi);
}
.confirm-box h3 {margin:0 0 8px;}
.confirm-box p {color:var(--muted); font-size:14px; margin:0;}
.form-body {display:block;}
.form-body.hide {display:none;}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px;}
.form-row.full{grid-template-columns:1fr;}

.submit-row {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.submit-row button {
  width: min(100%, 320px);
  padding: 16px 28px;
}
.confirm-box{display:none; text-align:center; padding:20px 0;}
.confirm-box.show{display:block;}
.confirm-ring{
  width:64px; height:64px; border-radius:50%; border:2px solid var(--green);
  display:flex; align-items:center; justify-content:center; margin:0 auto 18px;
  box-shadow:0 0 22px rgba(120,185,60,0.5); font-size:28px; color:var(--green-hi);
}
.confirm-box h3{margin:0 0 8px;}
.confirm-box p{color:var(--muted); font-size:14px; margin:0;}
.form-body{display:block;}
.form-body.hide{display:none;}

/* CONTACT */
.contact-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:28px; align-items:stretch;
}
.contact-card{
  background:var(--panel); border:1px solid var(--line); border-radius:var(--radius); padding:34px;
}
.contact-card h3{margin:0 0 20px; font-size:20px;}
.info-row{display:flex; gap:14px; margin-bottom:18px; font-size:14px;}
.info-row .ico{
  width:36px; height:36px; border-radius:50%; border:1px solid var(--green); flex-shrink:0;
  display:flex; align-items:center; justify-content:center; font-size:15px; box-shadow:0 0 10px rgba(120,185,60,0.25);
}
.info-row .label{color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:0.05em; margin-bottom:3px;}
.info-row .val{font-weight:600;}
.info-row .val a{text-decoration:none; color:var(--green-hi);}
.hours-table{width:100%; font-size:14px; margin-top:6px;}
.hours-table tr td{padding:6px 0; border-bottom:1px solid rgba(244,253,255,0.06);}
.hours-table tr td:last-child{text-align:right; font-family:'JetBrains Mono',monospace; color:var(--green-hi);}
.map-frame{border-radius:var(--radius); overflow:hidden; border:1px solid var(--line); min-height:280px;}
.map-frame iframe{width:100%; height:100%; min-height:280px; border:0; filter:grayscale(0.3) invert(0.92) contrast(0.9);}

/* FOOTER */
footer{
  position:relative; z-index:1; text-align:center; padding:40px 24px; color:var(--muted);
  font-size:13px; border-top:1px solid var(--line);
}
footer .brand{
  justify-content:center; 
  margin-bottom:10px; 
  font-size:16px;
}

.footer-links {
  margin-top: 12px;
}

.footer-links a {
  color: var(--green-hi);
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* CUSTOM APPOINTMENT PICKER STYLES */
.picker-section {
  margin-top: 20px;
}

.picker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.picker-month {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
}

.picker-nav {
  display: flex;
  gap: 8px;
}

.btn-picker-arrow {
  background: var(--panel-2);
  border: 1px solid rgba(244,253,255,0.1);
  color: var(--white);
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: border-color 0.2s, background 0.2s;
}

.btn-picker-arrow:hover {
  border-color: var(--green);
  background: rgba(120,185,60,0.1);
}

/* CALENDAR GRID */
.calendar-days-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
}

.calendar-grid .day {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  background: #141714;
  color: var(--white);
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid transparent;
}

.calendar-grid .day:hover:not(.disabled) {
  border-color: var(--green);
  color: var(--green-hi);
}

.calendar-grid .day.active {
  background: var(--green);
  color: #080808;
  font-weight: 800;
  box-shadow: 0 0 14px rgba(120,185,60,0.4);
}

.calendar-grid .day.disabled {
  opacity: 0.25;
  cursor: not-allowed;
  background: transparent;
}

/* PERIOD FILTER PILLS */
.period-pills {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.period-pill {
  flex: 1;
  background: #141714;
  border: 1px solid rgba(244,253,255,0.1);
  color: var(--muted);
  padding: 10px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

.period-pill:hover,
.period-pill.active {
  border-color: var(--green);
  color: var(--white);
  background: rgba(120,185,60,0.1);
}

.period-pill.disabled{
    opacity:.35;
    cursor:not-allowed;
    pointer-events:none;
}

/* HORIZONTAL TIME SLOTS */
.time-slots-container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-top: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--green) transparent;
}

.time-slot {
  flex: 0 0 auto;
  min-width: 80px;
  background: #141714;
  border: 1px solid rgba(244,253,255,0.1);
  color: var(--white);
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.time-slot:hover {
  border-color: var(--green);
}

.time-slot.active {
  background: var(--green);
  color: #080808;
  font-weight: 700;
  border-color: var(--green);
  box-shadow: 0 0 12px rgba(120,185,60,0.35);
}

.no-slots-message {
  color: var(--muted);
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}


.provider-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 18px;

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

    background: #fff;
    color: #1f2937;

    text-decoration: none;
    font-size: 16px;
    font-weight: 600;

    transition: all .25s ease;
    cursor: pointer;
}

.provider-btn:hover {
    background: #f8f8f8;
    border-color: #cfcfcf;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.provider-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.google-btn:hover {
    color: #DB4437;
}

