/* ==========================================================================
   SKY HOTSPOT - MODERN WHITE / LIGHT THEME
   Brand: Royal Electric Blue (#0d6efd, #0056b3), Pure White & Slate Navy
   Fully Responsive for Mobile (320px+), Tablet, and Desktop
   ========================================================================== */

:root {
  --primary: #0d6efd;
  --primary-hover: #0b5ed7;
  --primary-glow: rgba(13, 110, 253, 0.25);
  --accent-cyan: #0284c7;
  --accent-gradient: linear-gradient(135deg, #0d6efd 0%, #0284c7 100%);
  --light-bg: #ffffff;
  --section-alt-bg: #f8fafc;
  --card-bg: #ffffff;
  --card-border: #e2e8f0;
  --card-border-hover: #93c5fd;
  --card-bg-subtle: #f1f5f9;
  --text-main: #0f172a;
  --text-body: #334155;
  --text-muted: #64748b;
  --text-dim: #94a3b8;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 16px 40px rgba(15, 23, 42, 0.1);
  --shadow-glow: 0 0 25px rgba(13, 110, 253, 0.15);
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--light-bg);
  color: var(--text-body);
  line-height: 1.6;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  background: var(--light-bg);
  color: var(--text-body);
  min-height: 100vh;
}

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: var(--text-main);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  word-wrap: break-word;
}

h1 { font-size: clamp(1.8rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.45rem, 3.5vw, 2.3rem); }
h3 { font-size: clamp(1.18rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.1rem; }

p {
  color: var(--text-body);
  font-size: 0.98rem;
  word-wrap: break-word;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-hover);
}

/* Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* Top Utility Bar */
.top-bar {
  background: #f8fafc;
  border-bottom: 1px solid var(--card-border);
  padding: 8px 0;
  font-size: 0.85rem;
  width: 100%;
  overflow: hidden;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.top-bar-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.top-bar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.top-bar-item i {
  color: var(--primary);
  flex-shrink: 0;
}

.top-bar-item a {
  color: var(--text-main);
  font-weight: 500;
}

.top-bar-item a:hover {
  color: var(--primary);
}

.badge-verified {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #059669;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

/* Navigation Header */
.header-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--card-border);
  width: 100%;
  transition: var(--transition);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  position: relative;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  max-width: 75%;
}

.brand-logo img {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary);
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.2);
  flex-shrink: 0;
}

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

.brand-title {
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0f172a;
  white-space: nowrap;
}

.brand-subtitle {
  font-size: 0.68rem;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
}

.nav-link {
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 6px 0;
  position: relative;
  transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
  color: var(--primary);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.mobile-toggle {
  display: none;
  background: #f1f5f9;
  border: 1px solid var(--card-border);
  color: var(--text-main);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 1.2rem;
  transition: var(--transition);
}

.mobile-toggle:hover {
  background: #e2e8f0;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 11px 22px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  text-align: center;
  max-width: 100%;
}

.btn-primary {
  background: var(--accent-gradient);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(13, 110, 253, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 110, 253, 0.35);
  color: #ffffff !important;
}

.btn-outline {
  background: #ffffff;
  border-color: #cbd5e1;
  color: var(--text-main);
}

.btn-outline:hover {
  background: #f8fafc;
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.btn-success {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.25);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.85rem;
  border-radius: var(--radius-sm);
}

.btn-lg {
  padding: 14px 28px;
  font-size: 1.02rem;
  border-radius: var(--radius-md);
}

/* Hero Section */
.hero {
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: radial-gradient(circle at 85% 15%, rgba(13, 110, 253, 0.05) 0%, transparent 45%),
              linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid var(--card-border);
}

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

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 18px;
  max-width: 100%;
}

.hero h1 {
  margin-bottom: 16px;
  color: #0f172a;
}

.hero-gradient-text {
  background: linear-gradient(135deg, #0d6efd 0%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 22px;
  color: #475569;
}

.hero-location-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  padding: 12px 16px;
  border-radius: var(--radius-md);
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  box-shadow: var(--shadow-sm);
}

.hero-location-card i {
  color: var(--primary);
  font-size: 1.2rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.hero-location-card span {
  font-size: 0.88rem;
  color: #1e293b;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--card-border);
}

.hero-stat-item h3 {
  font-size: 1.55rem;
  color: #0f172a;
  margin-bottom: 2px;
}

.hero-stat-item p {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.hero-visual {
  position: relative;
  width: 100%;
}

.hero-image-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-lg);
  background: #ffffff;
  width: 100%;
}

.hero-image-wrapper img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.hero-floating-card {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-md);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.hero-floating-card .icon-box {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--accent-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.hero-floating-card h4 {
  font-size: 0.9rem;
  margin-bottom: 2px;
  color: #0f172a;
}

.hero-floating-card p {
  font-size: 0.76rem;
  margin: 0;
  color: #64748b;
}

/* Sections General */
.section {
  padding: 65px 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.section-bg-alt {
  background-color: var(--section-alt-bg);
  border-top: 1px solid var(--card-border);
  border-bottom: 1px solid var(--card-border);
}

.section-header {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 42px;
  padding: 0 10px;
}

.section-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}

.section-title {
  margin-bottom: 12px;
  color: #0f172a;
}

.section-desc {
  font-size: 0.98rem;
  color: var(--text-muted);
}

/* Grids */
.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  width: 100%;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  width: 100%;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  width: 100%;
}

/* Cards */
.card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  box-shadow: var(--shadow-sm);
}

.card:hover {
  border-color: var(--card-border-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.card-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-md);
  background: #eff6ff;
  border: 1px solid #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.35rem;
  margin-bottom: 16px;
  transition: var(--transition);
  flex-shrink: 0;
}

.card:hover .card-icon {
  background: var(--accent-gradient);
  color: #ffffff;
  transform: scale(1.05);
}

.card-title {
  font-size: 1.18rem;
  margin-bottom: 10px;
  color: #0f172a;
}

.card-desc {
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
  color: var(--text-body);
}

.card-list {
  list-style: none;
  margin-bottom: 18px;
  border-top: 1px solid var(--card-border);
  padding-top: 14px;
}

.card-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: #334155;
  margin-bottom: 8px;
}

.card-list li i {
  color: var(--success);
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* Feature Spotlight */
.feature-spotlight {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: var(--shadow-sm);
}

.feature-spotlight-img {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--card-border);
  height: 100%;
  min-height: 260px;
}

.feature-spotlight-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Pricing Cards */
.pricing-card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--transition);
  width: 100%;
  box-sizing: border-box;
  box-shadow: var(--shadow-sm);
}

.pricing-card:hover {
  border-color: var(--card-border-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.pricing-card.featured {
  border-color: var(--primary);
  background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
  box-shadow: 0 4px 20px rgba(13, 110, 253, 0.12);
}

.pricing-badge {
  position: absolute;
  top: -12px;
  right: 18px;
  background: var(--accent-gradient);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pricing-header {
  margin-bottom: 16px;
}

.pricing-category {
  font-size: 0.78rem;
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.pricing-title {
  font-size: 1.25rem;
  margin-bottom: 6px;
  color: #0f172a;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin: 12px 0;
}

.pricing-currency {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
}

.pricing-amount {
  font-size: 2.1rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}

.pricing-duration {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.pricing-features {
  list-style: none;
  margin-bottom: 22px;
  flex-grow: 1;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: #334155;
  margin-bottom: 10px;
}

.pricing-features li i {
  color: var(--primary);
  margin-top: 3px;
  flex-shrink: 0;
}

/* Trust Badge */
.secure-trust-badge {
  background: #f8fafc;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.secure-trust-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.secure-trust-info i {
  font-size: 1.5rem;
  color: var(--success);
  flex-shrink: 0;
}

/* Location Showcase */
.location-showcase {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  box-sizing: border-box;
  box-shadow: var(--shadow-sm);
}

.location-media {
  position: relative;
  min-height: 300px;
  width: 100%;
}

.location-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.location-media-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.9) 0%, transparent 100%);
  padding: 18px;
}

.location-media-overlay h4 {
  color: #ffffff !important;
}

.location-media-overlay p {
  color: #e2e8f0 !important;
}

.location-content {
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-details-list {
  list-style: none;
  margin: 18px 0;
}

.location-details-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.9rem;
  color: #334155;
}

.location-details-list i {
  color: var(--primary);
  font-size: 1.1rem;
  margin-top: 3px;
  flex-shrink: 0;
}

/* FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: 20px;
  box-sizing: border-box;
  box-shadow: var(--shadow-sm);
}

.faq-item h4 {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-item h4 i {
  color: var(--primary);
  flex-shrink: 0;
}

.faq-item p {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.55;
}

/* Modal */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(6px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.modal-backdrop.active {
  display: flex;
}

.modal-dialog {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  max-width: 480px;
  width: 100%;
  padding: 26px 20px;
  position: relative;
  box-shadow: var(--shadow-lg);
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
}

.modal-close:hover {
  color: var(--text-main);
}

/* Forms */
.form-group {
  margin-bottom: 15px;
}

.form-label {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1e293b;
}

.form-control, .form-select {
  width: 100%;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-md);
  color: #0f172a;
  font-family: inherit;
  font-size: 0.92rem;
  transition: var(--transition);
  box-sizing: border-box;
}

.form-control:focus, .form-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
  background: #ffffff;
}

.form-select option {
  background: #ffffff;
  color: #0f172a;
}

textarea.form-control {
  resize: vertical;
  min-height: 95px;
}

/* Footer */
.footer {
  background: #0f172a;
  border-top: 1px solid #1e293b;
  padding: 50px 0 25px;
  font-size: 0.88rem;
  width: 100%;
  box-sizing: border-box;
}

.footer h4, .footer .brand-title {
  color: #ffffff !important;
}

.footer p {
  color: #94a3b8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 32px;
  margin-bottom: 35px;
  width: 100%;
}

.footer-brand p {
  margin: 12px 0 18px;
  font-size: 0.88rem;
  max-width: 320px;
}

.footer-heading {
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 9px;
}

.footer-links a {
  color: #94a3b8;
  font-size: 0.86rem;
}

.footer-links a:hover {
  color: #60a5fa;
  padding-left: 3px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #94a3b8;
  margin-bottom: 12px;
  font-size: 0.86rem;
}

.footer-contact-item a {
  color: #e2e8f0;
}

.footer-contact-item a:hover {
  color: #60a5fa;
}

.footer-contact-item i {
  color: #60a5fa;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-bottom {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  color: #64748b;
  font-size: 0.8rem;
}

.footer-bottom-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: #64748b;
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

/* Floating WhatsApp / Quick Call */
.floating-actions {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1500;
}

.floating-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 1.35rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: var(--transition);
}

.floating-whatsapp { background: #25d366; }
.floating-call { background: var(--primary); }

.floating-btn:hover {
  transform: scale(1.08);
  color: #ffffff !important;
}

/* Legal Container */
.legal-content-container {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 36px 26px;
  margin: 25px auto 50px;
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: var(--shadow-sm);
}

.legal-section {
  margin-bottom: 26px;
}

.legal-section h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #0f172a;
  border-bottom: 1px solid var(--card-border);
  padding-bottom: 6px;
}

.legal-section p, .legal-section ul {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #334155;
  margin-bottom: 10px;
}

.legal-section ul {
  padding-left: 20px;
}

.legal-section li {
  margin-bottom: 6px;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (MOBILE, TABLET, SMALL SCREENS)
   ========================================================================== */

@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .feature-spotlight {
    grid-template-columns: 1fr;
  }
  
  .location-showcase {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .top-bar {
    padding: 6px 0;
  }

  .top-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .top-bar-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
  }

  .badge-verified {
    display: none;
  }

  .nav-inner {
    height: 64px;
  }

  .brand-logo {
    max-width: calc(100% - 50px);
  }

  .brand-logo img {
    height: 36px;
    width: 36px;
  }

  .brand-title {
    font-size: 1rem;
  }

  .brand-subtitle {
    display: none;
  }

  .nav-actions .btn {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    padding: 16px 14px;
    border-bottom: 1px solid var(--card-border);
    gap: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-link {
    font-size: 0.95rem;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    width: 100%;
    color: #334155;
  }

  .hero {
    padding: 30px 0 45px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-image-wrapper img {
    height: 230px;
  }

  .grid-4, .grid-3, .grid-2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-spotlight {
    padding: 20px 16px;
    gap: 18px;
  }

  .location-content {
    padding: 22px 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .legal-content-container {
    padding: 20px 14px;
    margin: 18px auto 35px;
  }

  .modal-dialog {
    padding: 20px 14px;
  }

  .pricing-card {
    padding: 22px 16px;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-btns {
    flex-direction: column;
    width: 100%;
  }

  .hero-btns .btn {
    width: 100%;
  }

  .btn-lg {
    padding: 12px 18px;
    font-size: 0.92rem;
  }

  .pricing-amount {
    font-size: 1.9rem;
  }

  .floating-actions {
    bottom: 14px;
    right: 14px;
  }

  .floating-btn {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
}