/* ═══════════════════════════════════════════════════════════
   YAS Kitchen Service — Premium High-Contrast Theme
   ═══════════════════════════════════════════════════════════ */

/* ── Fonts ────────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ── Design Tokens ───────────────────────────────────────────── */
:root {
  --white: #ffffff;
  --bg-dark-deep: #fdfbf7;
  --bg-dark-soft: #f8f5ed;
  --bg-dark-card: #ffffff;
  --bg-light-deep: #ffffff;
  --bg-light-soft: #f4f5f8;
  --bg-light-card: #ffffff;
  --red-bright: #ff0812;
  --red-hover: #e0000a;
  --red-dark: #990005;
  --red-glow: rgba(255, 8, 18, 0.12);
  --red-glow-strong: rgba(255, 8, 18, 0.35);
  --gradient-red: linear-gradient(135deg, #ff0812, #e0000a);
  --gray-lightest: #f4f5f8;
  --gray-light: #e4e6eb;
  --gray-medium: #8e929d;
  --gray-dark: #2d3039;
  --gray-darkest: #16181f;
  --text-on-dark-heading: #1a1a1a;
  --text-on-dark-body: #4a4a4a;
  --text-on-dark-muted: #888888;
  --text-on-light-heading: #0f1015;
  --text-on-light-body: #2d3039;
  --text-on-light-muted: #626673;
  --border-on-dark: rgba(0, 0, 0, 0.08);
  --border-on-light: rgba(0, 0, 0, 0.08);
  --border-red-active: #ff0812;
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 12px 30px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 48px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 30px 60px rgba(0, 0, 0, 0.25);
  --shadow-xxl: 0 40px 80px rgba(0, 0, 0, 0.4);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 8px;
  --max-width: 1200px;
  --transition-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.2s ease;
}

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

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

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--bg-dark-soft);
  color: var(--text-on-dark-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, .brand-text strong, .btn, .eyebrow, .stars, .rating-big {
  font-family: 'Outfit', sans-serif;
  letter-spacing: -0.025em;
}

h1 { font-weight: 900; }
h2 { font-weight: 800; }
h3 { font-weight: 700; }

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

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

button,
input,
select,
textarea {
  font: inherit;
}

ul,
ol {
  list-style: none;
}

/* ── Utility Classes ───────────────────────────────────────────── */
.text-muted { color: var(--text-on-light-muted); }
.text-muted-light { color: var(--text-on-dark-muted); }

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

.section {
  padding: 110px 0;
  position: relative;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--bg-dark-deep);
}
::-webkit-scrollbar-thumb {
  background: var(--red-dark);
  border: 2px solid var(--bg-dark-deep);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--red-bright);
}

/* ── Section Alt ──────────────────────────────────────────────── */
.section-alt {
  background: var(--bg-light-soft);
  position: relative;
  overflow: hidden;
}

.section-alt::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 15% 15%, rgba(255, 8, 18, 0.03), transparent 45%),
    radial-gradient(circle at 85% 85%, rgba(0, 0, 0, 0.02), transparent 50%);
  pointer-events: none;
}

.section-alt .section-heading h2 {
  color: var(--text-on-light-heading);
  background: none;
  -webkit-text-fill-color: initial;
}

.section-alt .section-heading .eyebrow {
  color: var(--red-bright);
}

.section-alt .section-heading p {
  color: var(--text-on-light-body);
}

/* ── Section Headings ────────────────────────────────────────── */
.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 56px;
  max-width: 760px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3rem); /* Slightly smaller base font */
  line-height: 1.15;
  color: var(--text-on-dark-heading);
  letter-spacing: -0.03em;
}

.section-heading p {
  color: var(--text-on-dark-body);
  font-size: clamp(1rem, 1.5vw, 1.08rem); /* Scales down for mobile */
  font-weight: 400;
}

/* ── Eyebrow ──────────────────────────────────────────────────── */
.eyebrow {
  font-size: 0.75rem; /* Smaller base font */
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red-bright);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--red-bright));
}

.eyebrow::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: linear-gradient(to left, transparent, var(--red-bright));
}

/* ── Accessibility ───────────────────────────────────────────── */
.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  background: linear-gradient(135deg, var(--red-bright), var(--red-hover));
  color: var(--white);
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  z-index: 1000;
  font-weight: 700;
  transition: var(--transition-smooth);
  box-shadow: 0 5px 25px var(--red-glow-strong);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.skip-link:focus {
  top: 16px;
}

abbr[title] {
  text-decoration: none;
  color: var(--red-bright);
  cursor: help;
  font-weight: 800;
}

/* ═══════════════════════════════════════════════════════════════
   HEADER & NAVIGATION
   ═══════════════════════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(10, 10, 12, 0.85);
  border-bottom: 1px solid var(--border-on-dark);
  transition: var(--transition-smooth);
}

.site-header.is-scrolled {
  background: rgba(10, 10, 12, 0.98);
  border-bottom: 2px solid var(--red-bright);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.navbar {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: var(--transition-smooth);
}

.site-header.is-scrolled .navbar {
  min-height: 72px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
  background: var(--bg-dark-deep);
  border: 2px solid var(--red-bright);
  box-shadow: 0 4px 15px var(--red-glow);
  flex-shrink: 0;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.brand-mark:hover {
  transform: none;
  border-color: var(--red-bright);
  box-shadow: 0 4px 15px var(--red-glow);
}

.brand.is-popping .brand-mark {
  transform: scale(1.12);
  box-shadow: 0 0 0 8px rgba(255, 8, 18, 0.12), 0 8px 28px rgba(255, 8, 18, 0.28);
}

.brand-mark--compact {
  width: 48px;
  height: 48px;
}

.brand-mark--footer {
  width: 46px;
  height: 46px;
}

.logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none !important;
  -webkit-filter: none !important;
}

.logo-img--nav {
  filter: none !important;
  -webkit-filter: none !important;
}

.logo-img--footer {
  filter: none !important;
  -webkit-filter: none !important;
}

.logo-img--hero {
  filter: none !important;
  -webkit-filter: none !important;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-text strong {
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 900;
}

.brand-text small {
  font-size: 0.76rem;
  color: #ffffff;
  margin-top: 2px;
  letter-spacing: 0.06em;
  font-weight: 600;
  opacity: 1;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 102;
  border-radius: var(--radius-sm);
  transition: var(--transition-fast);
}

.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.05);
}

.menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: var(--white);
  border-radius: 9px;
  left: 10px;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu-toggle span:nth-child(1) { top: 15px; }
.menu-toggle span:nth-child(2) { top: 21px; }
.menu-toggle span:nth-child(3) { top: 27px; }

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 21px;
  transform: rotate(135deg);
  background: var(--red-bright);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 21px;
  transform: rotate(-135deg);
  background: var(--red-bright);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  font-size: 0.96rem;
  font-weight: 700;
  color: #ffffff;
  opacity: 1;
  position: relative;
  padding: 8px 0;
  transition: var(--transition-fast);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red-bright);
  transition: var(--transition-fast);
}

.nav-links a:hover {
  color: var(--white);
  opacity: 1;
}

.nav-links a:hover::after {
  width: 100%;
}

/* ═══════════════════════════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════════════════════════ */
.hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: 
    radial-gradient(circle at 80% 20%, var(--red-glow), transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.02), transparent 60%);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(to top, var(--bg-dark-soft), transparent);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

.hero-copy .eyebrow {
  margin-bottom: 24px;
}

.hero h1 {
  font-size: clamp(1.8rem, 5.2vw, 4.2rem); /* Much smaller base starting font for mobile */
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
}

.hero-title-brand {
  display: block;
  font-weight: 900;
  color: var(--red-bright);
  filter: drop-shadow(0 2px 20px var(--red-glow));
}

.hero-title-line {
  display: block;
  color: var(--white);
  text-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

.hero-subtext {
  font-size: clamp(1rem, 1.5vw, 1.3rem); /* Scales down properly */
  color: var(--text-on-dark-body);
  font-weight: 500;
  margin-bottom: 36px;
  word-spacing: 0.08em;
  opacity: 0.9;
}

.hero-callout {
  background: var(--bg-dark-card);
  border: 1px solid var(--border-on-dark);
  border-left: 5px solid var(--red-bright);
  padding: 16px 24px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.98rem;
  color: var(--text-on-dark-body);
  margin-bottom: 40px;
  box-shadow: 
    0 10px 30px rgba(0,0,0,0.4),
    inset 0 1px 1px rgba(255,255,255,0.05);
}

.hero-callout span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--red-glow-strong);
  color: var(--red-bright);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 15px var(--red-glow);
}

.hero-actions {
  display: flex;
  gap: 20px;
  margin-bottom: 44px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.hero-pills li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem; /* Smaller text for pills */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-on-dark-body);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-on-dark);
  padding: 6px 14px;
  border-radius: 99px;
}

.hero-pills li svg {
  color: var(--red-bright);
  filter: drop-shadow(0 0 4px var(--red-glow));
}

.hero-logo-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-logo-panel::before {
  content: '';
  position: absolute;
  width: 130%;
  height: 130%;
  background: radial-gradient(circle, var(--red-glow-strong) 0%, transparent 65%);
  z-index: -1;
  animation: pulse-glow 6s infinite alternate ease-in-out;
}

/* ═══════════════════════════════════════════════════════════════
   HERO VISUAL (MODERN SINGLE PHOTO HERO WRAPPER - tagDiv style)
   ═══════════════════════════════════════════════════════════════ */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 480px;
}

.hero-visual__backdrop-glow {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: radial-gradient(circle, rgba(255, 8, 18, 0.22) 0%, rgba(0, 124, 194, 0.15) 50%, transparent 70%);
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
  animation: float-glow 8s infinite alternate ease-in-out;
}

@keyframes float-glow {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(10px, 15px) scale(1.1);
    opacity: 1;
  }
}

/* ── Hero Visual Image Card ──────────────────────────────────── */
.hero-visual__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 520px;
  border-radius: 40px 100px 40px 40px;
  overflow: visible;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), 0 0 50px rgba(0, 0, 0, 0.35);
  background: var(--bg-dark-card);
  z-index: 1;
  transition: var(--transition-smooth);
}

.hero-visual__image-wrapper:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 8, 18, 0.35);
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.7), 0 0 55px rgba(255, 8, 18, 0.15);
}

.hero-visual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 38px 98px 38px 38px;
  display: block;
}

.hero-visual__badge-stack {
  position: absolute;
  top: 22px;
  left: -20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}

.hero-visual__badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(10, 10, 12, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 18px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  z-index: 2;
  transition: var(--transition-smooth);
}

.hero-visual__badge:hover {
  transform: scale(1.05);
  border-color: var(--red-bright);
}

.hero-visual__badge--rating {
  position: relative;
}

.hero-visual__badge--experience {
  position: relative;
}

.hero-visual__badge .badge-icon {
  background: linear-gradient(135deg, var(--red-bright), var(--red-hover));
  color: var(--white);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 0 10px rgba(255, 8, 18, 0.4);
  flex-shrink: 0;
}

.hero-visual__badge strong {
  display: block;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
}

.hero-visual__badge small {
  display: block;
  color: var(--text-on-dark-muted);
  font-size: 0.72rem;
}

/* ═══════════════════════════════════════════════════════════════
   REVIEW SUBMISSION FORM
   ═══════════════════════════════════════════════════════════════ */
.review-form-card {
  background: linear-gradient(135deg, rgba(20,20,25,0.98), rgba(10,10,12,0.98));
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-lg);
  padding: 36px;
  margin: 0 0 50px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

.review-form-header {
  margin-bottom: 24px;
}

.review-form-header h3 {
  color: var(--white);
  font-size: 1.6rem;
  margin: 6px 0;
  font-family: 'Outfit', sans-serif;
  letter-spacing: -0.01em;
}

.review-form-header p {
  color: var(--text-on-dark-body);
  font-size: 0.95rem;
}

.review-submission-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .review-form-grid {
    grid-template-columns: 1fr;
  }
}

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

.form-group.full-width {
  grid-column: span 2;
}

@media (max-width: 768px) {
  .form-group.full-width {
    grid-column: span 1;
  }
}

.form-group label {
  color: var(--white);
  font-weight: 700;
  font-size: 0.9rem;
}

.form-group label abbr {
  color: var(--red-bright);
  text-decoration: none;
}

.form-group input[type="text"],
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  font-family: inherit;
  font-size: 0.95rem;
  transition: var(--transition-smooth);
}

.form-group input[type="text"]:focus,
.form-group textarea:focus {
  border-color: var(--red-bright);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
  box-shadow: 0 0 15px rgba(255, 8, 18, 0.15);
}

.star-rating-selector {
  display: flex;
  gap: 6px;
}

.star-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: var(--transition-smooth);
}

.star-btn.active,
.star-btn:hover,
.star-btn:hover ~ .star-btn {
  color: #ffb703;
  text-shadow: 0 0 10px rgba(255, 183, 3, 0.4);
}

.photo-upload-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

@media (max-width: 576px) {
  .photo-upload-container {
    grid-template-columns: 1fr;
  }
}

.review-upload-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.02);
  padding: 20px;
  border-radius: 16px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.review-upload-input:hover {
  border-color: var(--red-bright);
  background: rgba(255, 8, 18, 0.04);
}

.review-upload-input input[type="file"] {
  display: none;
}

.review-photo-preview {
  height: 120px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  color: var(--text-on-dark-muted);
  padding: 10px;
}

.review-photo-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.review-photo-placeholder {
  font-size: 0.88rem;
  opacity: 0.7;
}

.testimonial-card-photo {
  margin-top: 14px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-height: 160px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.testimonial-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ═══════════════════════════════════════════════════════════════
   LOGO PREVIEW MODAL
   ═══════════════════════════════════════════════════════════════ */
.logo-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}

.logo-modal.is-open {
  display: flex;
}

.logo-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
}

.logo-modal__card {
  position: relative;
  z-index: 1;
  width: min(94vw, 600px);
  max-height: 90vh;
  padding: 30px 24px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(20,20,25,0.98), rgba(10,10,12,0.98));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 35px 80px rgba(0,0,0,0.65), 0 0 0 1px rgba(255,8,18,0.18);
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.logo-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  border: none;
  background: transparent;
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: var(--transition-smooth);
}

.logo-modal__close:hover {
  color: var(--red-bright);
  transform: rotate(90deg);
}

.logo-modal__title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  margin: 0 0 18px 0;
  font-family: 'Outfit', sans-serif;
  letter-spacing: -0.01em;
}

.logo-modal__tabs {
  display: flex;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.logo-modal__tab {
  flex: 1;
  padding: 10px;
  border: none;
  background: transparent;
  color: var(--text-on-dark-muted);
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.logo-modal__tab.active {
  background: var(--gradient-red);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(255, 8, 18, 0.3);
}

.logo-modal__content-wrapper {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-modal__tab-content {
  width: 100%;
  transition: opacity 0.3s ease;
}

.logo-modal__tab-content.hidden {
  display: none;
}

.logo-modal__image {
  max-width: 100%;
  max-height: clamp(260px, 45vh, 480px);
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.logo-modal__actions {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}

.logo-modal__actions .btn {
  flex: 1;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.95rem;
}

.whatsapp-btn-modal {
  background: #25d366 !important;
  color: var(--white) !important;
  border-color: #25d366 !important;
}

.whatsapp-btn-modal:hover {
  background: #20ba5a !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4) !important;
}

/* ── Logo Modal Brand Identity ──────────────────────────────── */
.logo-modal__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  margin-bottom: 20px;
  text-align: left;
}

.logo-modal__logo {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid var(--red-bright);
  box-shadow: 0 0 20px rgba(255, 8, 18, 0.3);
  flex-shrink: 0;
}

.logo-modal__brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.logo-modal__brand-text strong {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  line-height: 1.2;
}

.logo-modal__brand-text small {
  font-size: 0.8rem;
  color: var(--text-on-dark-muted);
}

/* ── Logo Modal Services List ───────────────────────────────── */
.logo-modal__services {
  margin-bottom: 16px;
}

.logo-modal__services-title {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red-bright);
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
}

.logo-modal__service-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.logo-modal__service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  transition: var(--transition-fast);
}

.logo-modal__service-list li:hover {
  background: rgba(255, 8, 18, 0.06);
  border-color: rgba(255, 8, 18, 0.2);
}

.lm-service-icon {
  font-size: 1rem;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}

.lm-service-name {
  flex: 1;
  font-size: 0.9rem;
  color: var(--text-on-dark-body);
  font-weight: 500;
  text-align: left;
}

.lm-service-price {
  font-size: 0.95rem;
  color: var(--red-bright);
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
  white-space: nowrap;
}

/* ── Logo Modal Contact Info ─────────────────────────────────── */
.logo-modal__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(37, 211, 102, 0.06);
  border: 1px solid rgba(37, 211, 102, 0.15);
  border-radius: 12px;
  margin-bottom: 18px;
  color: var(--text-on-dark-body);
  font-size: 0.88rem;
  font-weight: 600;
}

.logo-modal__contact svg {
  color: #25d366;
  flex-shrink: 0;
}

.logo-img--hero {
  max-width: clamp(200px, 40vw, 380px); /* Caps maximum width on mobile */
  width: 100%;
  border-radius: var(--radius-lg);
  border: 4px solid var(--border-on-dark);
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.8),
    0 0 40px var(--red-glow-strong);
  transform: rotate(-3deg) translateY(0);
  transition: var(--transition-smooth);
  animation: float-logo 5s infinite alternate ease-in-out;
  filter: none !important;
  -webkit-filter: none !important;
}

.logo-img--hero:hover {
  transform: rotate(-3deg) translateY(0);
  border-color: var(--border-on-dark);
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.8),
    0 0 40px var(--red-glow-strong);
}

@keyframes pulse-glow {
  0% { transform: scale(0.9) rotate(0deg); opacity: 0.6; }
  100% { transform: scale(1.1) rotate(10deg); opacity: 1; }
}

@keyframes float-logo {
  0% { transform: rotate(-3deg) translateY(0); }
  100% { transform: rotate(-1deg) translateY(-12px); }
}

/* ═══════════════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 38px;
  font-size: 0.95rem; /* Slightly smaller base button text */
  font-weight: 800;
  border-radius: 999px;
  cursor: pointer;
  transition: var(--transition-smooth);
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-primary {
  background: linear-gradient(135deg, var(--red-bright), var(--red-hover) 80%);
  color: var(--white);
  box-shadow: 
    0 10px 30px var(--red-glow-strong),
    inset 0 1px 2px rgba(255,255,255,0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ff3d44, var(--red-bright));
  transform: translateY(-4px) scale(1.02);
  box-shadow: 
    0 15px 35px rgba(255, 8, 18, 0.5),
    0 0 20px rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.btn-primary:active {
  transform: translateY(-1px) scale(0.98);
}

.btn-secondary {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.25);
  border: 1px solid rgba(255,255,255,0.1);
}

.btn-secondary:hover {
  background: linear-gradient(135deg, #30e374, #128c7e);
  transform: translateY(-4px) scale(1.02);
  box-shadow: 
    0 15px 35px rgba(37, 211, 102, 0.45),
    0 0 20px rgba(37, 211, 102, 0.3);
}

.btn-secondary:active {
  transform: translateY(-1px) scale(0.98);
}

/* ═══════════════════════════════════════════════════════════════
   SERVICES & PRICING
   ═══════════════════════════════════════════════════════════════ */
.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card:last-child {
    grid-column: span 2;
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  background: var(--bg-light-card);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-lg);
  padding: 44px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--transition-smooth);
  color: var(--text-on-light-body);
  box-shadow: var(--shadow-md);
}

.service-card:hover {
  transform: translateY(-12px) scale(1.01);
  border-color: var(--border-red-active);
  box-shadow: 
    0 30px 60px rgba(255, 8, 18, 0.1),
    var(--shadow-lg);
}

.service-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--red-bright), #333);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  transform: scaleX(0);
  transition: var(--transition-smooth);
}

.service-card:hover::after {
  transform: scaleX(1);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
}

.card-icon {
  width: 52px;
  height: 52px;
  background: rgba(255, 8, 18, 0.08);
  color: var(--red-bright);
  border: 1px solid rgba(255, 8, 18, 0.15);
  border-radius: var(--radius-md);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: var(--transition-smooth);
}

.service-card:hover .card-icon {
  background: linear-gradient(135deg, var(--red-bright), var(--red-hover));
  color: var(--white);
  border-color: transparent;
  transform: rotate(-10deg) scale(1.1);
  box-shadow: 0 8px 20px var(--red-glow-strong);
}

.card-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.2px;
}

.card-header h3 {
  font-size: 1.45rem;
  color: var(--text-on-light-heading);
  line-height: 1.15;
  font-weight: 800;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
  flex-grow: 1;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem; /* Slightly smaller */
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  font-weight: 500;
  color: var(--text-on-light-body);
}

.price-list li strong {
  font-size: 1.1rem; /* Slightly smaller */
  color: var(--red-bright);
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: var(--transition-fast);
}

.service-card:hover .price-list li strong {
  transform: scale(1.05);
}

.card-note {
  font-size: 0.9rem;
  color: var(--text-on-light-muted);
  line-height: 1.6;
  margin-top: auto;
}

.pricing-badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.info-badge {
  background: var(--bg-light-soft);
  color: var(--text-on-light-body);
  font-size: 0.75rem; /* Smaller */
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 99px;
  border: 1px solid rgba(0,0,0,0.05);
}

.info-badge.highlight {
  background: rgba(255, 8, 18, 0.08);
  color: var(--red-bright);
  border-color: rgba(255, 8, 18, 0.15);
}

.service-card:nth-child(2) .info-badge {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-on-light-heading);
}

.service-card:nth-child(3) .info-badge {
  background: rgba(0, 242, 254, 0.08);
  color: #007791;
  border-color: rgba(0, 242, 254, 0.15);
}

.hero-rating {
  font-weight: 800;
  color: var(--red-bright);
  font-size: 0.98rem;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ═══════════════════════════════════════════════════════════════
   BOOK NOW SECTION
   ═══════════════════════════════════════════════════════════════ */
.booking-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: start;
}

.booking-panel {
  background: var(--bg-dark-card);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-lg);
  padding: 56px;
  box-shadow: 
    0 30px 70px rgba(0,0,0,0.5),
    inset 0 1px 1px rgba(255,255,255,0.02);
  position: relative;
}

.booking-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--red-bright);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

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

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-grid > .full-width {
  grid-column: span 2;
}

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

.booking-form label > span {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-on-dark-heading);
  letter-spacing: 0.02em;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  background: var(--gray-darkest);
  border: 1px solid var(--border-on-dark);
  color: var(--white);
  padding: 16px 22px;
  border-radius: var(--radius-sm);
  transition: var(--transition-smooth);
  color-scheme: dark;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: var(--gray-medium);
  opacity: 1;
}

select option,
.booking-form select option {
  background-color: var(--gray-darkest) !important;
  color: var(--white) !important;
  padding: 12px;
}

.booking-form input:hover,
.booking-form select:hover,
.booking-form textarea:hover {
  border-color: var(--gray-medium);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: var(--red-bright);
  background: var(--gray-darkest);
  color: var(--white);
  box-shadow: 0 0 12px var(--red-glow-strong);
}

.field-error {
  display: block;
  font-size: 0.82rem;
  color: var(--red-bright);
  font-weight: 600;
  margin-top: 6px;
  min-height: 18px;
  letter-spacing: 0.01em;
}

.booking-form .submit-btn {
  width: 100%;
  padding: 20px;
  font-size: 1.05rem;
  border-radius: var(--radius-sm);
  margin-top: 10px;
}

.form-hint {
  font-size: 0.82rem;
  color: var(--text-on-dark-muted);
  text-align: center;
  line-height: 1.4;
}

.booking-layout .contact-info h3 {
  font-size: 1.8rem;
  color: var(--text-on-dark-heading);
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 24px;
}

.booking-layout .contact-info ul li {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: var(--transition-smooth);
}

.booking-layout .contact-info ul li:hover {
  transform: translateX(8px);
  border-color: var(--red-bright);
  background: rgba(255, 8, 18, 0.02);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* ═══════════════════════════════════════════════════════════════
   GALLERY
   ═══════════════════════════════════════════════════════════════ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Smaller boxes on mobile */
  gap: 30px;
}

.gallery-item {
  background: var(--bg-dark-card);
  border: 1px solid var(--border-on-light);
  border-radius: var(--radius-lg);
  aspect-ratio: 4 / 3;
  display: block;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  padding: 0;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
  display: block;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 12, 0.95) 15%, rgba(10, 10, 12, 0.45) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  opacity: 0.9;
  transition: var(--transition-smooth);
  z-index: 2;
}

.gallery-icon {
  background: rgba(255, 8, 18, 0.15);
  color: var(--red-bright);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 8, 18, 0.3);
  margin-bottom: 14px;
  transition: var(--transition-smooth);
}

.gallery-overlay h3 {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 0 6px 0;
  font-family: 'Outfit', sans-serif;
  letter-spacing: -0.01em;
}

.gallery-overlay p {
  color: var(--text-on-dark-muted);
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: var(--red-bright);
}

.gallery-item:hover .gallery-img {
  transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
  background: linear-gradient(to top, rgba(255, 8, 18, 0.92) 15%, rgba(10, 10, 12, 0.5) 100%);
}

.gallery-item:hover .gallery-icon {
  background: var(--white);
  color: var(--red-bright);
  transform: scale(1.1) rotate(-5deg);
}

.gallery-item {
  cursor: zoom-in;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(5, 5, 7, 0.92);
  backdrop-filter: blur(14px);
  z-index: 1200;
}

.gallery-lightbox.is-open {
  display: flex;
}

.glb-inner {
  position: relative;
  width: min(1100px, 100%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.glb-image-wrap {
  position: relative;
  width: min(100%, 960px);
  max-height: calc(100vh - 120px);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(15, 15, 18, 0.98);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.glb-image {
  width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
  display: block;
  background: #0b0b0d;
}

.glb-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: linear-gradient(to top, rgba(5, 5, 7, 0.95), rgba(5, 5, 7, 0.02));
  color: var(--white);
}

.glb-title {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 800;
}

.glb-desc {
  margin: 0;
  color: var(--text-on-dark-muted);
  font-size: 0.92rem;
  max-width: 640px;
}

.glb-counter {
  flex-shrink: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red-bright);
  background: rgba(255, 8, 18, 0.1);
  border: 1px solid rgba(255, 8, 18, 0.25);
  padding: 8px 12px;
  border-radius: 999px;
}

.glb-close,
.glb-nav {
  border: none;
  background: rgba(15, 15, 18, 0.9);
  color: var(--white);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.glb-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
}

.glb-nav:hover,
.glb-close:hover {
  transform: translateY(-2px);
  background: var(--red-bright);
  color: var(--white);
}

.glb-nav:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
  background: rgba(15, 15, 18, 0.7);
}

.glb-loader {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(10, 10, 12, 0.7);
}

.glb-loader.hidden {
  display: none;
}

.glb-spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.18);
  border-top-color: var(--red-bright);
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .glb-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .glb-nav {
    width: 42px;
    height: 42px;
  }

  .glb-close {
    top: -14px;
    right: -14px;
  }

  .glb-info {
    position: static;
    padding: 14px 0 0;
    background: none;
    align-items: flex-start;
    flex-direction: column;
  }

  .glb-counter {
    align-self: flex-start;
  }
}

/* ═══════════════════════════════════════════════════════════════
   BRANDS SECTION
   ═══════════════════════════════════════════════════════════════ */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 10px;
}

.brand-item {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px 16px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: var(--transition-smooth);
  cursor: default;
}

.brand-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: var(--red-bright);
}

.brand-logo {
  width: 130px;
  height: 90px;
  object-fit: contain;
  display: block;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
  transition: var(--transition-smooth);
}

/* UPDATED GLEN LOGO STYLES */
.brand-logo--glen {
  background: #ffffff;
  padding: 0 5px;
  border-radius: 6px;
  width: 160px;
  height: 110px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
  transition: var(--transition-smooth);
}

.brand-logo--glen svg {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-item:nth-child(3) .brand-logo--glen {
  transform: scale(1.1);
}

.brand-item:hover .brand-logo--glen {
  transform: scale(1.05);
}

.brand-name {
  font-size: 0.75rem; /* Smaller brand names */
  font-weight: 700;
  color: var(--text-on-light-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
  transition: var(--transition-smooth);
}

.brand-item:hover .brand-name {
  color: var(--red-bright);
  opacity: 1;
}

/* ═══════════════════════════════════════════════════════════════
   TESTIMONIALS & REVIEWS
   ═══════════════════════════════════════════════════════════════ */
.rating-block-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 64px;
}

.google-rating-block {
  background: var(--bg-dark-card);
  border: 1.5px solid var(--border-on-dark);
  border-radius: var(--radius-lg);
  padding: 30px 50px;
  width: 100%;
  max-width: 500px;
  box-shadow: 
    0 20px 45px rgba(0,0,0,0.4),
    0 0 20px var(--red-glow);
  position: relative;
  overflow: hidden;
}

.google-rating-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.google-g-logo {
  font-size: 2.1rem;
  font-weight: 900;
  display: flex;
  gap: 2px;
  justify-content: center;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}
.g-blue { color: #4285f4; }
.g-red { color: #ea4335; }
.g-yellow { color: #fbbc05; }
.g-green { color: #34a853; }

.google-rating-number {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rating-big {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  color: var(--text-on-dark-heading);
}

.rating-stars {
  color: var(--red-bright);
  font-size: 1.4rem;
  margin: 8px 0;
  letter-spacing: 0.12em;
  text-shadow: 0 0 10px var(--red-glow);
}

.rating-text {
  font-size: 0.9rem;
  color: var(--text-on-dark-body);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.verified-badge {
  font-size: 0.78rem;
  color: #25d366;
  font-weight: 800;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(37, 211, 102, 0.08);
  padding: 3px 10px;
  border-radius: 99px;
  border: 1px solid rgba(37,211,102,0.15);
}

.btn-google-review {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: var(--bg-dark-deep);
  border: 1.5px solid var(--border-on-dark);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-on-dark-heading);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: var(--transition-smooth);
  cursor: pointer;
}

.btn-google-review:hover {
  border-color: var(--red-bright);
  background: var(--red-glow);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px var(--red-glow);
}

.btn-google-review .jd-icon {
  font-size: 1.1rem;
}

/* Review Modal */
.review-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

.review-modal-overlay.active {
  display: flex;
}

.review-modal-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  max-width: 480px;
  width: 90%;
  padding: 48px 40px 40px;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease;
}

.review-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2rem;
  font-weight: 300;
  color: var(--text-on-light-muted);
  cursor: pointer;
  transition: var(--transition-fast);
  line-height: 1;
}

.review-modal-close:hover {
  color: var(--red-bright);
  transform: rotate(90deg);
}

.review-modal-content h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text-on-light-heading);
  margin-bottom: 8px;
}

.review-modal-content p {
  color: var(--text-on-light-muted);
  margin-bottom: 28px;
  font-size: 0.95rem;
}

.review-modal-branches {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.review-branch-btn {
  width: 100%;
  justify-content: center;
  padding: 16px 24px;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.01em;
  border-radius: var(--radius-sm);
}

.review-branch-btn span {
  font-size: 1.2rem;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ═══════════════════════════════════════════════════════════════
   TESTIMONIAL CARDS
   ═══════════════════════════════════════════════════════════════ */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Smaller cards on mobile */
  gap: 36px;
}

.testimonial-card {
  background: var(--bg-dark-card);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: var(--red-bright);
  box-shadow: 
    0 25px 50px rgba(0,0,0,0.4),
    0 0 20px var(--red-glow);
}

.testimonial-card-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  position: relative;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  color: var(--white);
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.avatar-rs { background: linear-gradient(135deg, #2575fc, #1a2a6c); }
.avatar-ms { background: linear-gradient(135deg, #f12711, #f5af19); }
.avatar-jm { background: linear-gradient(135deg, var(--red-bright), var(--red-dark)); }

.testimonial-meta {
  display: flex;
  flex-direction: column;
}

.testimonial-meta strong {
  font-size: 1.08rem;
  color: var(--white);
  font-weight: 700;
}

.testimonial-meta small {
  font-size: 0.8rem;
  color: var(--text-on-dark-muted);
  font-weight: 500;
}

.google-badge {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25rem;
  font-weight: 900;
  color: #4285F4;
  text-shadow: 0 0 10px rgba(66, 133, 244, 0.2);
}

.testimonial-card .stars {
  color: var(--red-bright);
  font-size: 1rem;
  margin-bottom: 20px;
  letter-spacing: 3px;
  filter: drop-shadow(0 0 3px var(--red-glow-strong));
}

.testimonial-card p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-on-dark-body);
  font-style: italic;
  opacity: 0.95;
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT SECTION
   ═══════════════════════════════════════════════════════════════ */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact-layout .contact-info h3 {
  font-size: 1.8rem;
  color: var(--text-on-light-heading);
  font-weight: 800;
  margin-bottom: 20px;
}

.whatsapp-steps {
  margin: 24px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.whatsapp-steps > div {
  font-weight: 600;
  color: var(--text-on-light-body);
  font-size: 1.02rem;
}

.whatsapp-steps span {
  box-shadow: 0 4px 10px var(--red-glow-strong);
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 40px;
}

.contact-details p {
  font-size: 1.05rem;
  color: var(--text-on-light-body);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact-details p span {
  font-weight: 800;
  color: var(--red-bright);
  width: 96px;
  flex-shrink: 0;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  padding-top: 4px;
}

.contact-details p a {
  font-weight: 600;
  color: var(--text-on-light-heading);
  transition: var(--transition-fast);
}

.contact-details p a:hover {
  text-decoration: underline;
  color: var(--red-bright);
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
}

.contact-actions .btn {
  width: 100%;
}

/* Map Tabs */
.map-panel {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 3px solid var(--border-on-light);
  transition: var(--transition-smooth);
  background: var(--white);
}

.map-panel:hover {
  border-color: var(--red-bright);
  box-shadow: 
    0 25px 60px rgba(255, 8, 18, 0.12),
    var(--shadow-lg);
}

.map-tabs {
  display: flex;
  gap: 8px;
  padding: 14px 16px 0;
  background: var(--white);
  border-bottom: 1px solid var(--border-on-light);
}

.map-tab {
  padding: 10px 22px;
  border: 2px solid var(--border-on-light);
  border-radius: 999px;
  background: transparent;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-on-light-muted);
  cursor: pointer;
  transition: var(--transition-smooth);
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.02em;
}

.map-tab:hover {
  border-color: var(--gray-medium);
  color: var(--text-on-light-heading);
}

.map-tab.active {
  background: var(--red-bright);
  color: var(--white);
  border-color: var(--red-bright);
  box-shadow: 0 4px 15px var(--red-glow-strong);
}

.map-tab.active:hover {
  background: var(--red-hover);
  border-color: var(--red-hover);
}

.map-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: var(--gray-lightest);
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  transition: opacity 0.5s ease;
}

.map-container iframe.hidden {
  opacity: 0;
  pointer-events: none;
}

.map-container iframe:not(.hidden) {
  opacity: 1;
  pointer-events: auto;
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════ */
.site-footer {
  background: var(--bg-dark-deep);
  border-top: 1px solid var(--border-on-dark);
  padding: 64px 0;
  font-size: 0.95rem;
  color: var(--text-on-dark-body);
  opacity: 0.9;
}

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

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-brand p {
  margin-top: 4px;
  font-weight: 500;
}

.social-links {
  display: flex;
  gap: 28px;
}

.social-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  transition: var(--transition-fast);
}

.social-links a:hover {
  color: var(--red-bright);
}

/* ═══════════════════════════════════════════════════════════════
   FLOATING BUTTONS
   ═══════════════════════════════════════════════════════════════ */
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 99;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
  transition: var(--transition-smooth);
  animation: bobbing 3s infinite ease-in-out;
}

.floating-whatsapp::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: pulse-ring 2.5s infinite linear;
}

.floating-whatsapp:hover {
  transform: translateY(-5px) scale(1.08);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
}

@keyframes bobbing {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.3); opacity: 0; }
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  background: var(--bg-dark-card);
  color: var(--text-on-dark-heading);
  border: 1.5px solid var(--border-on-dark);
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  transition: var(--transition-smooth);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  transform: translateY(-6px);
  background: linear-gradient(135deg, var(--red-bright), var(--red-hover));
  border-color: transparent;
  color: var(--white);
  box-shadow: 0 12px 30px var(--red-glow-strong);
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE - MOBILE COMPACT SCALING
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 992px) {
  .section {
    padding: 60px 0; /* Reduced padding for mobile */
  }
  
  .hero-grid,
  .booking-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .hero-visual {
    min-height: auto;
    margin-top: 20px;
  }

  .hero-visual__image-wrapper {
    height: 400px;
    max-width: 340px;
    border-radius: 30px 80px 30px 30px;
  }

  .hero-visual__img {
    border-radius: 28px 78px 28px 28px;
  }

  .hero-visual__badge--rating {
    position: relative;
  }

  .hero-visual__badge--experience {
    position: relative;
  }

  .hero-visual__badge-stack {
    top: 14px;
    left: -10px;
  }
  
  .site-header {
    background: rgba(10, 10, 12, 0.96);
  }
  
  .menu-toggle {
    display: block;
  }
  
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    min-height: calc(100vh - 100%);
    max-height: calc(100dvh - 100%);
    background: rgba(10, 10, 12, 0.98);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 20px 40px;
    gap: 12px;
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-smooth);
    z-index: 101;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 2px solid var(--red-bright);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.95);
  }
  
  .nav-links.is-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .nav-links a {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    padding: 12px 20px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-sm);
    transition: var(--transition-fast);
  }

  .nav-links a:last-child {
    border-bottom: none;
  }

  .nav-links a:hover,
  .nav-links a:active {
    background: rgba(255, 8, 18, 0.12);
    color: var(--red-bright);
  }
  
  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  
  .brand-logo {
    width: 80px; /* Smaller logos */
    height: 60px;
  }
  
  .brand-logo--glen {
    width: 100px;
    height: 75px;
  }

  .map-container {
    height: 320px;
  }

  .map-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }

  .map-tab {
    font-size: 0.78rem;
    padding: 8px 16px;
  }
}

@media (max-width: 576px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  
  .form-grid > .full-width {
    grid-column: span 1;
  }
  
  .hero-actions {
    flex-direction: column;
    width: 100%;
  }
  
  .hero-actions .btn {
    width: 100%;
    padding: 14px 20px; /* Smaller buttons on tiny screens */
    font-size: 0.85rem;
  }
  
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .brand-item {
    min-height: 110px; /* Smaller brand boxes */
    padding: 14px 10px;
  }
  
  .brand-logo {
    width: 70px;
    height: 50px;
  }
  
  .brand-logo--glen {
    width: 90px;
    height: 65px;
  }
  
  .brand-name {
    font-size: 0.65rem;
  }
  
  .booking-panel {
    padding: 24px 16px; /* Reduced padding inside form */
  }
  
  .site-footer .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .review-modal-card {
    padding: 36px 24px 30px;
  }

  .review-modal-content h3 {
    font-size: 1.3rem;
  }

  .review-branch-btn {
    font-size: 0.9rem;
    padding: 14px 18px;
  }

  .map-container {
    height: 220px; /* Smaller map on mobile */
  }

  .map-tabs {
    padding: 10px 12px 0;
    gap: 6px;
  }

  .map-tab {
    font-size: 0.7rem;
    padding: 6px 12px;
  }

  .contact-details p {
    font-size: 0.9rem;
    flex-wrap: wrap;
  }

  .contact-details p span {
    width: 100%;
    font-size: 0.75rem;
  }
  
  .service-card {
    padding: 24px; /* Much less padding inside cards */
  }
  
  .service-grid {
    gap: 20px;
  }
  
  .testimonial-card {
    padding: 24px;
  }
  
  .section-heading {
    margin-bottom: 32px;
  }
}

/* ── Scroll Reveal Animation ─────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}