/*!
 * core.css - Core CSS file
 * Merged: 1-settings.css + 2-base.css + components.css + components/layout.css
 * Generated: 2026-01-23
 */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/gf-15e4e18f7f0b.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/gf-b877d7636354.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/gf-15e4e18f7f0b.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/gf-b877d7636354.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/gf-15e4e18f7f0b.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/gf-b877d7636354.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/gf-7b7be9655b52.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ====================================================================== */
/* Design System Variables - from 1-settings.css */
/* ====================================================================== */

/*!
 * 1-settings.css - Design System Variables
 * Extracted from optimized.css
 * 
 * This file contains all CSS custom properties (variables) used across the site.
 * DO NOT add any actual CSS rules here - only variable definitions.
 */

:root {
  /* ===== COLOR SYSTEM ===== */
  
  /* Primary Colors (Pink) */
  --primary-color: #b23256;
  --primary-color-hover: #902845;
  --primary-gradient: linear-gradient(135deg, #b23256 0%, #d44d71 100%);
  
  /* Secondary Colors (Gold/Beige) */
  --secondary-color: #ac9a73; /* Gold/Beige accent */
  
  /* Emotional Color System for Feedback & Notifications */
  /* ❤️ Love (Pink) - For positive feedback, likes, appreciation */
  --color-love: #e91e63; /* Vibrant pink */
  --color-love-light: rgba(233, 30, 99, 0.1);
  --color-love-hover: #c2185b;
  
  /* 🙏 Appreciation (Gold) - For gratitude, respect, value */
  --color-appreciation: #ff9800; /* Warm gold/orange */
  --color-appreciation-light: rgba(255, 152, 0, 0.1);
  --color-appreciation-hover: #f57c00;
  
  /* ✅ Success (Green) - For growth, success, positive actions */
  --color-success: #4CAF50; /* Positive green */
  --color-success-light: rgba(76, 175, 80, 0.1);
  --color-success-hover: #388e3c;
  
  /* ❌ Error (Red) - For attention, friendly reminders */
  --color-error: #f44336; /* Alert red */
  --color-error-light: rgba(244, 67, 54, 0.1);
  --color-error-hover: #d32f2f;
  
  /* Text Colors */
  --text-main: #333333;
  --text-gray: #4F4F4F;
  --text-light: #828282;
  --text-white: #ffffff;
  --text-dark: #4F4F4F; /* Medium gray for hamburger on light backgrounds */
  
  /* Background Colors */
  --bg-body: #ffffff;
  --bg-light: #f9f9f9;
  --bg-dark: #333333;

  /* ===== TYPOGRAPHY SYSTEM ===== */
  
  /* Font Families */
  --font-heading: 'Prata', serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  
  /* Font Sizes (8px grid based) */
  --text-xs: 12px;
  --text-sm: 14px;
  --text-md: 16px;
  --text-lg: 18px;
  --text-xl: 22px;
  --text-2xl: 28px;
  --text-3xl: 36px;
  --text-4xl: 44px;

  /* ===== SPACING SYSTEM (8px grid) ===== */
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --spacing-3xl: 64px;
  --spacing-4xl: 96px;

  /* ===== LAYOUT SYSTEM ===== */
  --container-width: 1200px;
  --container-padding: 20px;
  --header-height: 80px;

  /* ===== VISUAL SYSTEM ===== */
  
  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  
  /* Shadows */
  --shadow-soft: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
  --shadow-hover: 0 20px 40px -10px rgba(178, 50, 86, 0.15);
  --shadow-card: 0 10px 30px -5px rgba(0, 0, 0, 0.08);

  /* ===== Z-INDEX SYSTEM ===== */
  --z-negative: -1;
  --z-normal: 1;
  --z-sticky: 100;
  --z-fixed: 1000;
  --z-modal: 2000;

  /* Hamburger button colors */
  --hamburger-color-light: var(--text-white, #fff);
  --hamburger-color-dark: var(--text-gray, #4F4F4F);
  --hamburger-color: var(--hamburger-color-light); /* Default */
}
/* ====================================================================== */
/* Base Styles and Reset - from 2-base.css */
/* ====================================================================== */

/*!
 * 2-base.css - Base Styles and Reset
 * Combines: base.css (reset and utilities) + optimized.css (base styles)
 * 
 * This file contains:
 * 1. CSS reset and normalization
 * 2. Base typography styles
 * 3. Utility classes
 * 4. Basic element styles
 */

/* ==========================================================================
   CSS Reset and Normalization
   ========================================================================== */

/* Box sizing reset */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* HTML and Body base styles */
html {
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body {
  font-family: var(--font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  color: var(--text-main, #333333);
  background-color: var(--bg-body, #ffffff);
  overflow-x: hidden;
  width: 100%;
}
/* HTML5 display definitions */
article, aside, footer, header, nav, section {
  display: block;
}
figcaption, figure, main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Link and text decoration reset */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: var(--primary-color, #b23256);
  transition: color 0.3s ease;
}
a:hover {
  color: var(--primary-color-hover, #902845);
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/* Image and media reset */
img {
  max-width: 100%;
  height: auto;
  display: block;
  border-style: none;
}
/* Form element reset */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* Accessibility: Skip link */
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120%);
  background: var(--bg-dark, #333333);
  color: var(--text-white, #ffffff);
  padding: var(--spacing-sm, 8px) var(--spacing-md, 16px);
  z-index: var(--z-modal, 2000);
  border-radius: 0 0 var(--radius-sm, 4px) var(--radius-sm, 4px);
  text-decoration: none;
  /* Ensure skip link is only visible when focused */
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.skip-link:focus, .skip-link:focus-visible {
  transform: translateY(0);
  opacity: 1;
}
/* ==========================================================================
   Base Typography
   ========================================================================== */

/* Global Heading Styles */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading, 'Prata', serif);
  color: var(--text-main, #333333);
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-weight: 400; /* Prata looks better with normal weight */
}
h1 { 
  font-size: 44px; 
  font-size: var(--text-4xl, 44px);
}
h2 { 
  font-size: 36px; 
  font-size: var(--text-3xl, 36px);
}
h3 { 
  font-size: 28px; 
  font-size: var(--text-2xl, 28px);
}
h4 { 
  font-size: 22px; 
  font-size: var(--text-xl, 22px);
}
h5 { 
  font-size: 18px; 
  font-size: var(--text-lg, 18px);
}
h6 { 
  font-size: 16px; 
  font-size: var(--text-md, 16px);
}
/* Paragraphs */
p {
  margin-bottom: var(--spacing-md, 16px);
  line-height: 1.6;
}
/* Lists */
ul, ol {
  margin-bottom: var(--spacing-md, 16px);
  padding-left: var(--spacing-lg, 24px);
}
li {
  margin-bottom: var(--spacing-xs, 4px);
}
/* Blockquotes */
blockquote {
  margin: var(--spacing-lg, 24px) 0;
  padding-left: var(--spacing-lg, 24px);
  border-left: 4px solid var(--primary-color, #b23256);
  font-style: italic;
  color: var(--text-gray, #4F4F4F);
}
/* Code */
code, pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
code {
  background-color: var(--bg-light, #f9f9f9);
  padding: 2px 6px;
  border-radius: var(--radius-sm, 4px);
  font-size: 0.9em;
}
pre {
  background-color: var(--bg-light, #f9f9f9);
  padding: var(--spacing-md, 16px);
  border-radius: var(--radius-md, 8px);
  overflow-x: auto;
  margin-bottom: var(--spacing-md, 16px);
}
/* ==========================================================================
   Utility Classes
   ========================================================================== */

/* Container utility */
.container {
  --container-padding-x: var(--spacing-lg);
  --container-max-width: 1200px;
  
  width: 100%;
  padding-right: var(--container-padding-x);
  padding-left: var(--container-padding-x);
  margin-right: auto;
  margin-left: auto;
  max-width: var(--container-max-width);
}
/* Text alignment */
.text-center { text-align: center; }



/* Margin utilities */











.mb-xl { margin-bottom: var(--spacing-xl, 32px); }










/* Padding utilities */






/* Display utilities */






/* Flexbox utilities */













/* Visibility utilities */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */

/* Mobile adjustments for headings */
@media (max-width: 768px) {
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  h3 { font-size: 24px; }
  h4 { font-size: 20px; }

}
/* Responsive visibility utilities */



/* Print styles */
@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  a, a:visited {
    text-decoration: underline;
  }
  
  a[href]::after {
    content: " (" attr(href) ")";
  }
  
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  
  thead {
    display: table-header-group;
  }
  
  tr, img {
    page-break-inside: avoid;
  }
  
  img {

    max-width: 100% ;
  }
  
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  
  h2, h3 {
    page-break-after: avoid;
  }
}
/* ====================================================================== */
/* UI Component Library - from components.css */
/* ====================================================================== */

/* =========================================

   REUSABLE COMPONENT SYSTEM

   Extends base.css with modular UI elements

   ========================================= */

/* Hero Component (Unified) */




.hero__overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  z-index: 1;

}
.hero__container {

  position: relative;

  z-index: 2;

  width: 100%;

  max-width: var(--container-width);

  margin: 0 auto;

  padding: 0 var(--container-padding);

  box-sizing: border-box;

}
.hero__title {

  font-family: var(--font-heading);

  font-size: var(--text-4xl);

  font-weight: 400;

  line-height: 1.2;

  margin-bottom: var(--spacing-lg);

  text-transform: uppercase;

  color: var(--text-white);

  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

}
.hero__text {

  font-family: var(--font-body);

  font-size: var(--text-lg);

  line-height: 1.8;

  margin-bottom: var(--spacing-xl);

  max-width: 700px;

  color: rgba(255, 255, 255, 0.95);

  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

}

.hero__actions {

  display: flex;

  gap: 30px;

  flex-wrap: wrap;

  width: 100%;

  margin-top: 20px;

}

/* Button System (Matching index.html) */

.btn {

  padding: 10px 20px;

  font-size: 14px;

  min-width: 180px;

  box-sizing: border-box;

  text-decoration: none;

  border-radius: 30px;

  display: inline-block;

  text-align: center;

  border: none;

  font-weight: 600;

  text-transform: uppercase;

  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;

  cursor: pointer;

  font-family: var(--font-body);

}
.btn--primary {

  background-color: var(--primary-color);

  color: var(--text-white);

}
.btn--primary:hover {

  background-color: var(--primary-color-hover);

  transform: translateY(-2px);

  box-shadow: 0 8px 25px rgba(178, 50, 86, 0.4);

  color: var(--text-white);
  text-decoration: none;

}
.btn--outline {

  background-color: transparent;

  border: 2px solid var(--text-white);

  color: var(--text-white);

}
.btn--outline:hover {

  background-color: var(--text-white);

  color: var(--primary-color);
  text-decoration: none;

}
/* Mapping Legacy Classes to New System */

.hero-section {

  position: relative;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: var(--text-white);

  background-image: linear-gradient(rgba(30, 28, 24, 0.4), rgba(30, 28, 24, 0.4)), url('../../images/home/bg.jpg');

  min-height: 650px;

  padding: 0 20px;

}
.hero-section--country {

  background-image: linear-gradient(rgba(30, 28, 24, 0.4), rgba(30, 28, 24, 0.4)), url('../../images/home/bg.jpg');

}
.hero-section--city {

  background-image: linear-gradient(rgba(36, 39, 38, 0.4), rgba(36, 39, 38, 0.5)), url('../../images/home/bg.jpg');

}
.hero-section--state {

  background-image: linear-gradient(rgba(30, 28, 24, 0.5), rgba(30, 28, 24, 0.6)), url('../../images/home/bg.jpg');

}
@supports (background-image: image-set(url("x") type("image/webp") 1x)) {
  .hero-section {
    background-image: linear-gradient(rgba(30, 28, 24, 0.4), rgba(30, 28, 24, 0.4)), image-set(url('../../images/home/bg.webp') type("image/webp") 1x, url('../../images/home/bg.jpg') type("image/jpeg") 1x);
  }

  .hero-section--country {
    background-image: linear-gradient(rgba(30, 28, 24, 0.4), rgba(30, 28, 24, 0.4)), image-set(url('../../images/home/bg.webp') type("image/webp") 1x, url('../../images/home/bg.jpg') type("image/jpeg") 1x);
  }

  .hero-section--city {
    background-image: linear-gradient(rgba(36, 39, 38, 0.4), rgba(36, 39, 38, 0.5)), image-set(url('../../images/home/bg.webp') type("image/webp") 1x, url('../../images/home/bg.jpg') type("image/jpeg") 1x);
  }

  .hero-section--state {
    background-image: linear-gradient(rgba(30, 28, 24, 0.5), rgba(30, 28, 24, 0.6)), image-set(url('../../images/home/bg.webp') type("image/webp") 1x, url('../../images/home/bg.jpg') type("image/jpeg") 1x);
  }
}
.hero__container {

  max-width: var(--container-width);

  margin: 0 auto;

  width: 100%;

  padding: 0 var(--container-padding);

}

.hero__title {

  font-family: var(--font-heading);

  font-size: var(--text-4xl);

  color: var(--text-white);

  margin-bottom: var(--spacing-lg);

  line-height: 1.2;

  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

}
.hero__content {

  /* Content wrapper for hero sections */

  position: relative;

  z-index: 2;

  max-width: 800px;

  margin: 0 auto;

  width: 100%;

}
.hero__description {

  font-family: var(--font-body);

  font-size: var(--text-lg);

  color: var(--text-white);

  margin-bottom: var(--spacing-lg);

  line-height: 1.6;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

  opacity: 0.9;

}
.hero__actions {

  display: flex;

  justify-content: center;

  gap: var(--spacing-xl);

  margin-top: var(--spacing-2xl);

  flex-wrap: wrap;

}
.hero__buttons {
  display: flex;
  justify-content: center;
  gap: var(--spacing-lg);
  margin-top: var(--spacing-2xl);
  flex-wrap: wrap;
}






/* Responsive Hero Styles */

@media (max-width: 768px) {

  .hero__title {

    font-size: var(--text-3xl);

  }

  .hero__description {

    font-size: var(--text-md);

  }

  .hero__actions {

    flex-direction: column;

    gap: var(--spacing-lg);

    align-items: center;

  }

  .hero__buttons {
    flex-direction: column;
    gap: var(--spacing-md);
    align-items: center;
  }

  

}
@media (max-width: 480px) {

  .hero__title {

    font-size: var(--text-2xl);

  }

  .hero__description {

    font-size: var(--text-sm);

  }

}
/* ==========================================================================

   Content Section - BEM Style

   ========================================================================== */

.content-section {

  padding: var(--spacing-3xl) 0;

  background-color: var(--bg-body);

}
.content__wrapper {

  max-width: var(--container-width);

  margin: 0 auto;

  padding: 0 var(--container-padding);

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: var(--spacing-2xl);

  align-items: center;

}
.content__text {

  order: 1;

}




.content__image {

  order: 2;

  position: relative;

}
.content__img {

  width: 100%;

  height: auto;

  border-radius: var(--radius-lg);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

  transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.content__img:hover {

  transform: translateY(-5px);

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

}
/* Responsive Content Styles */

@media (max-width: 992px) {

  .content__wrapper {

    grid-template-columns: 1fr;

    gap: var(--spacing-xl);

  }

  .content__text {

    order: 2;

  }

  .content__image {

    order: 1;

  }

  

}
@media (max-width: 768px) {

  .content-section {

    padding: var(--spacing-2xl) 0;

  }

  

  

}
/* ==========================================================================

   CTA Section Styles

   ========================================================================== */

.cta-section {
  padding: var(--spacing-3xl) 0;
  background: linear-gradient(rgba(30, 28, 24, 0.8), rgba(30, 28, 24, 0.8)), url('../../images/home/bg.jpg') no-repeat center;
  background-size: cover;
  color: var(--text-white);
}
@supports (background-image: image-set(url("x") type("image/webp") 1x)) {
  .cta-section {
    background: linear-gradient(rgba(30, 28, 24, 0.8), rgba(30, 28, 24, 0.8)), image-set(url('../../images/home/bg.webp') type("image/webp") 1x, url('../../images/home/bg.jpg') type("image/jpeg") 1x) no-repeat center;
  }
}
.cta-title {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  color: var(--text-white);
  margin-bottom: var(--spacing-xl);
  line-height: 1.3;
  text-align: center;
}


/* Responsive CTA Styles */
@media (max-width: 768px) {
  .cta-section {
    padding: var(--spacing-2xl) 0;
  }

  .cta-title {
    font-size: var(--text-2xl);
    margin-bottom: var(--spacing-lg);
  }

  
}
@media (max-width: 480px) {
  .cta-title {
    font-size: var(--text-xl);
  }

  
}

.cta-luxury {
  padding: calc(var(--spacing-4xl) + var(--spacing-lg)) var(--container-padding);
  background: var(--primary-gradient);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: var(--spacing-xs) solid var(--bg-body);
  margin-bottom: 0;
  overflow: hidden;
}
.cta-luxury::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--text-white) 12%, transparent) 0%, transparent 60%);
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}
.cta-luxury .cta-content {
  position: relative;
  z-index: 2;
  color: var(--text-white);
}
.cta-luxury .cta-title {
  font-family: var(--font-heading);
  font-size: calc(var(--text-4xl) + var(--spacing-xs));
  margin-bottom: var(--spacing-xl);
  color: var(--text-white);
  line-height: 1.15;
}
.cta-luxury__subtitle {
  font-size: var(--text-lg);
  color: color-mix(in srgb, var(--text-white) 85%, transparent);
  margin-bottom: var(--spacing-3xl);
  font-weight: 300;
  letter-spacing: 1px;
}
.cta-luxury .btn--cta {
  padding: var(--spacing-md) var(--spacing-3xl);
  font-size: var(--text-lg);
  background-color: var(--bg-body);
  color: var(--primary-color);
  border: calc(var(--spacing-xs) / 2) solid var(--bg-body);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.cta-luxury .btn--cta:hover {
  background-color: transparent;
  color: var(--text-white);
  transform: translateY(calc(var(--spacing-xs) * -1));
  box-shadow: var(--shadow-soft);
}
@media (max-width: 768px) {
  .cta-luxury {
    padding: var(--spacing-4xl) var(--container-padding);
  }

  .cta-luxury .cta-title {
    font-size: var(--text-4xl);
  }

  .cta-luxury__subtitle {
    margin-bottom: var(--spacing-2xl);
  }
}
/* ==========================================================================

   Reading Progress Indicator

   ========================================================================== */

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--spacing-xs);
  background-color: transparent;
  z-index: 9999;
  pointer-events: none;
}
.reading-progress__bar {
  height: 100%;
  width: 0%;
  background: var(--primary-gradient);
  transition: width 0.1s;
  box-shadow: 0 0 10px rgba(178, 50, 86, 0.5);
}
/* ==========================================================================

   Back to Top Button

   ========================================================================== */

.back-to-top {

  position: fixed;

  bottom: 30px;

  right: 30px;

  width: 56px;

  height: 56px;

  background-color: var(--primary-color);

  color: var(--text-white);

  border: none;

  border-radius: var(--radius-full);

  cursor: pointer;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  opacity: 0;

  visibility: hidden;

  transform: translateY(20px);

  transition: all 0.3s ease;

  z-index: 9998;

  box-shadow: 0 4px 12px rgba(178, 50, 86, 0.3);

  padding: 0;

}
.back-to-top.visible {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}
.back-to-top:hover {

  background-color: var(--primary-color-hover);

  transform: translateY(-3px);

  box-shadow: 0 6px 20px rgba(178, 50, 86, 0.4);

}
.back-to-top:active {

  transform: translateY(-1px);

  box-shadow: 0 3px 10px rgba(178, 50, 86, 0.3);

}
.back-to-top__icon {

  width: 20px;

  height: 20px;

  margin-bottom: 2px;

}

/* Responsive Back to Top Button */

@media (max-width: 768px) {

  .back-to-top {

    bottom: 20px;

    right: 20px;

    width: 48px;

    height: 48px;

  }

  .back-to-top__icon {

    width: 18px;

    height: 18px;

  }

}
@media (max-width: 480px) {

  .back-to-top {

    bottom: 15px;

    right: 15px;

    width: 44px;

    height: 44px;

  }

  .back-to-top__icon {

    width: 16px;

    height: 16px;

  }

}
.hero-section .hero__content {

  /* Old inner wrapper - keep for backward compatibility */

  position: relative;

  z-index: 2;

  max-width: 800px;

  margin: 0 auto;

}
.hero-section .hero__actions {

  justify-content: center;

}
/* Feature Block (Zig-Zag) */

.feature-block {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 60px;

  gap: 50px;

}
.feature-block.reverse {

  flex-direction: row-reverse;

}
.feature-image {

  flex: 1;

  position: relative;

}
.feature-image img {

  width: 100%;

  border-radius: 10px;

  box-shadow: var(--shadow-card);

  transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.feature-image:hover img {

  transform: scale(1.02);

  box-shadow: var(--shadow-hover);

}
.feature-text {

  flex: 1;

}
.feature-text h3 {

  font-family: var(--font-heading);

  font-size: 28px;

  margin-bottom: 20px;

  position: relative;

  padding-bottom: 15px;

  color: var(--text-main);

}
.feature-text h3::after {

  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  width: 60px;

  height: 3px;

  background-color: var(--primary-color);

}
.feature-text p {

  font-family: var(--font-body);

  font-size: 16px;

  line-height: 1.8;

  color: var(--text-gray);

  margin-bottom: 15px;

}
/* Stats */

.stats-section {
  background-color: var(--bg-light);
  padding: var(--spacing-4xl) var(--container-padding);
  text-align: center;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--spacing-2xl);
  max-width: var(--container-width);
  margin: 0 auto;
}
.stat-item__number {
  font-family: var(--font-heading);
  font-size: var(--text-4xl);
  color: var(--primary-color);
  margin-bottom: var(--spacing-sm);
  display: block;
}
.stat-item__label {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-light);
}
/* Profile Card (Generic) */

.profile-grid {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 20px;

  margin-top: 40px;

}
.profile-card {

  width: 260px;

  background: #fff;

  border-radius: 8px;

  box-shadow: var(--shadow-card);

  overflow: hidden;

  transition: transform 0.3s ease, box-shadow 0.3s ease;

  text-decoration: none;

  display: flex;

  flex-direction: column;

}
.profile-card:hover {

  transform: translateY(-5px);

  box-shadow: var(--shadow-hover);

}
.profile-card__img {

  width: 100%;

  height: 260px;

  background-size: cover;

  background-position: center;

  background-color: #eee;

}
.profile-card__content {

  padding: 15px;

  text-align: center;

}
.profile-name {

  font-family: var(--font-heading);

  font-size: 18px;

  font-weight: 600;

  color: var(--text-main);

  margin-bottom: 5px;

}
.profile-quote {

  font-family: var(--font-body);

  font-size: var(--text-sm, 14px);

  line-height: 1.6;

  color: var(--text-gray, #4F4F4F);

  margin-bottom: var(--spacing-sm, 8px);

}
.profile-meta {

  font-family: var(--font-body);

  font-size: 13px;

  color: #888;

  display: flex;

  justify-content: center;

  gap: 10px;

  align-items: center;

  flex-wrap: nowrap;

  white-space: nowrap;

}
.profile-meta span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.icon-small {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
}
/* Region Cards */

.region-grid {

  display: flex;

  justify-content: center;
  /* Center the grid items */

  flex-wrap: wrap;

  max-width: 1200px;

  margin: 0 auto;

  gap: 20px;

  padding: 0 10px;
  /* Prevent edge touching */

}
.region-card {

  position: relative;

  /* Use percentage width for safer layout */

  width: 30%;

  flex: 0 0 30%;

  /* Removed min-width to force row layout */

  height: 220px;

  background-size: cover;

  background-position: center;

  border-radius: 12px;

  overflow: hidden;

  text-decoration: none;

  display: flex;

  align-items: flex-end;

  justify-content: center;

  box-shadow: var(--shadow-card);

  transition: transform 0.3s ease, box-shadow 0.3s ease;

  box-sizing: border-box;

}
.region-card:hover {

  transform: translateY(-5px);

  box-shadow: var(--shadow-hover);

}
.region-card::after {

  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);

  z-index: 1;

}
.region-card span {

  position: relative;

  z-index: 2;

  color: #fff;

  font-family: var(--font-heading);

  font-size: 20px;

  font-weight: normal;

  margin-bottom: 20px;

  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

  padding: 0;

  text-align: center;

  letter-spacing: 0.5px;

}
/* Mobile Responsive Fixes */

@media screen and (max-width: 900px) {

  .region-card {

    width: 45%;

    flex: 0 0 45%;

  }

  .profile-card {

    width: 45%;

    flex: 0 0 45%;

  }

}
@media screen and (max-width: 600px) {

  .region-card, .profile-card {

    width: 100%;

    flex: 0 0 100%;

    max-width: 400px;
    /* Prevent overly wide cards on mobile */

    margin-left: auto;

    margin-right: auto;

  }

  .region-grid, .profile-grid {
    /* Remove padding because .section already has padding */
    padding: 0;
    box-sizing: border-box;
  }

}
/* Member Grid for City Pages (Layout B) */

.member-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 10px;

  width: 100%;

}
.member-grid img {

  width: 100%;

  border-radius: 4px;

  aspect-ratio: 1/1;

  object-fit: cover;

}
@media (max-width: 600px) {

  .member-grid {

    grid-template-columns: repeat(2, 1fr);

  }

}
/* Dark Banner for City Pages (GLOBAL STANDARD - ALIAS TO HERO) */





/* Section Header Component */
.section__header {
  text-align: center;
  width: 100%;
  max-width: var(--container-width);
  margin-bottom: var(--spacing-xl);
}
/* Section Title Component */
.section__title {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  color: var(--text-main);
  margin-bottom: var(--spacing-sm);
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .section__title {
    font-size: var(--text-3xl);
  }
}
.section__subtitle {
  color: var(--text-gray);
  text-align: center;
   margin: 0 auto;
}

.btn--global {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 12px 32px;

  border-radius: 50px;

  background-color: var(--primary-color);

  color: #fff;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  text-decoration: none;

  border: 2px solid var(--primary-color);

  transition: all 0.3s ease;

  cursor: pointer;

  letter-spacing: 0.5px;

}
.btn--global:hover {

  background-color: var(--primary-color-hover);

  color: #fff;

  border-color: var(--primary-color-hover);

  transform: translateY(-2px);

  box-shadow: 0 8px 25px rgba(178, 50, 86, 0.4);

}


/* Legacy Mappings (To be deprecated) */


.downloadapp {

  display: flex;

  flex-wrap: wrap;

  gap: var(--spacing-sm);

  align-items: center;

}
.downloadapp img {

  display: block;

  height: 40px;

  width: auto;

}
/* Legacy breadcrumb styles for compatibility */
.breadcrumb {
  margin: 60px 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-light);
}
.breadcrumb li {

  display: flex;

  align-items: center;

}
.breadcrumb li:not(:last-child)::after {

  content: ">";

  margin-left: 8px;

  color: var(--text-light);

  opacity: 0.6;

}
.breadcrumb a {

  color: var(--text-light);

  text-decoration: none;

  transition: color 0.2s ease;

}
.breadcrumb a:hover {

  color: var(--primary-color);

  text-decoration: underline;

}
/* Blurred Grid Modifier */

.member-grid--blurred img {

  filter: blur(10px); /* Reduce blur for clearer image */

  transition: filter 0.3s;

}
.member-grid--blurred:hover img {

  filter: blur(8px); /* Fully clear on hover */

}
/* =========================================

   Blog Component System (Modern)

   ========================================= */

/* Blog Page Specific Variables */

/* Breadcrumb Navigation (Common styles) */

.breadcrumb {

  margin: 80px 0 20px;

  padding: 0 20px;

  position: relative;

  z-index: 5;

}
/* Space utilities for breadcrumb containers */









/* FAQ Grid */

.faq-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

  gap: 20px;

  margin-top: 40px;

  max-width: 1200px;

  margin-left: auto;

  margin-right: auto;

}
.faq-card {

  display: flex;

  align-items: center;

  padding: 20px;

  background: var(--bg-light);

  border: 1px solid #eee;

  border-radius: 10px;

  text-decoration: none;

  transition: all 0.3s ease;

}
.faq-card:hover {

  border-color: var(--primary-color);

  transform: translateX(5px);

  box-shadow: var(--shadow-card);

}
.faq-icon {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  background-color: #f9f9f9;

  color: var(--primary-color);

  border-radius: 50%;

  font-weight: bold;

  margin-right: 15px;

  font-size: 1.2rem;

}
.faq-text {

  color: var(--text-main);

  font-weight: 600;

  font-size: 16px;

  font-family: var(--font-body);

}
.faq-card--accordion {

  cursor: pointer;

  flex-direction: column;

  align-items: flex-start;

}
.faq-card__head {

  display: flex;

  align-items: center;

  width: 100%;

  margin-bottom: 10px;

}
.faq-card--accordion .faq-answer {

  display: none;

  padding-left: 65px;

  color: #666;

  line-height: 1.6;

}
@media (max-width: 768px) {

  .feature-block, .feature-block.reverse {

    flex-direction: column;

    text-align: center;

  }

  .feature-block.feature-block--elegant {
    align-items: stretch;
  }

  .feature-block.feature-block--elegant .feature-text {
    width: 100%;
    box-sizing: border-box;
    padding: var(--container-padding);
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--container-padding);
  }

  .feature-block.feature-block--elegant.reverse .feature-text {
    margin-right: 0;
  }

  .feature-block.feature-block--elegant .feature-text h3 {
    font-size: var(--text-2xl);
    text-align: center;
  }

  .feature-block.feature-block--elegant .feature-text p {
    text-align: left;
    hyphens: auto;
  }

  .feature-text h3::after {

    left: 50%;

    transform: translateX(-50%);

  }

}
/* --- LUXURY MODIFIERS (World-Class UI Upgrade) --- */

/* Hero Section: Luxury Modifier */





/* Feature Block: Elegant Modifier (New Clean Style) */

.feature-block--elegant {

  gap: 60px;

  align-items: flex-start;

}
.feature-block--elegant .feature-text {

  background: #fff;

  padding: calc(var(--container-padding) * 2);

  border-radius: 8px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

  position: relative;

  z-index: 2;

  margin-top: var(--container-padding);

}
.feature-block--elegant .feature-image {

  flex: 1.2;

}
.feature-block--elegant .feature-image img {

  border-radius: 8px;

  box-shadow: none;

}
.feature-block--elegant.reverse .feature-text {

  margin-right: calc(var(--container-padding) * -2);

  margin-left: 0;

}
.feature-block--elegant .feature-text h3 {

  font-size: 32px;

  border-bottom: none;

  padding-bottom: 0;

  margin-bottom: 20px;

}
.feature-block--elegant .feature-text h3::after {

  display: none;

}
/* Profile Card: Premium Modifier */

.profile-card--premium {

  border-radius: 16px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);

  padding: 0;
  /* Remove default padding for full image */

  overflow: hidden;

  background: #fff;

}
.profile-card--premium .profile-card__img {

  width: 100%;

  height: 280px;

  border-radius: 0;
  /* Full bleed */

  position: relative;

}
.profile-card--premium .profile-card__img::after {

  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 50%;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);

}
.profile-card--premium .profile-card__content {

  padding: 25px;

  position: relative;

  width: 100%;

  box-sizing: border-box;

  text-align: left;

}
.profile-card--premium .profile-name {

  font-size: 22px;

  color: var(--primary-color);

}
.profile-card--premium .profile-meta {

  justify-content: flex-start;

  margin-top: var(--spacing-sm, 8px);
  margin-bottom: var(--spacing-sm, 8px);

}
.profile-card--premium:hover {

  transform: translateY(-8px);

  box-shadow: 0 25px 50px rgba(178, 50, 86, 0.15);

}
/* FAQ Grid: Modern Modifier */

.faq-grid--modern {

  gap: 30px;

}
.faq-grid--modern .faq-card {

  background: #fff;

  border: none;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);

  padding: 30px;

  border-left: 3px solid transparent;

}
.faq-grid--modern .faq-card:hover {

  border-left-color: var(--primary-color);

  transform: translateX(10px);

  background: #fff;
  /* Keep white */

}
.faq-grid--modern .faq-icon {

  background: rgba(178, 50, 86, 0.1);

  color: var(--primary-color);

  width: 50px;

  height: 50px;

  font-size: 1.4rem;

}
.social-links--contact {

  display: flex;

  justify-content: flex-start;

  gap: 10px;

  width: auto;

  margin-top: 40px;

}
.social-links--contact a {

  width: 50px;

  height: 50px;

  border-radius: 50%;

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.3s ease;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);

  border: 1px solid #f0f0f0;

}
.social-links--contact a:hover {

  background: var(--primary-color);

  transform: translateY(-3px);

  box-shadow: 0 8px 20px rgba(178, 50, 86, 0.25);

  border-color: var(--primary-color);

}
.social-links--contact img {

  width: 22px;

  height: 22px;

  filter: grayscale(100%);

  transition: filter 0.3s;

}
.social-links--contact a:hover img {

  filter: brightness(0) invert(1);

}
.faq-grid--2cols {

  grid-template-columns: repeat(2, 1fr);

}
@media (max-width: 600px) {

  .faq-grid--2cols {

    grid-template-columns: 1fr;

  }

  .faq-card--accordion .faq-answer {

    padding-left: 0;

  }

  .social-links--contact {

    gap: 8px;

    margin-top: 24px;

  }

  .social-links--contact a {

    width: 44px;

    height: 44px;

  }

  .social-links--contact img {

    width: 20px;

    height: 20px;

  }

}
@media (max-width: 767px) {

  .hero-section {

    min-height: 650px;
    /* Reduced from 550px - content determines height with bottom padding */

    padding: 60px 15px 20px;
    /* Added 20px bottom padding */

  }

  .hero__title {

    font-size: 34px;

  }

  .hero__text {

    font-size: 16px;

  }

  .hero__actions {

    gap: 16px;

    margin-top: 30px;
    /* Increased from 20px */

  }

}
@media (max-width: 414px) {

  .hero-section {

    padding-top: 70px;

  }

}
@media (max-width: 375px) {

  .hero-section {

    padding-top: 80px;

  }

}
/* Back to top button */

.back-to-top {

  position: fixed;

  bottom: 30px;

  right: 30px;

  width: 50px;

  height: 50px;

  background-color: var(--primary-color);

  color: white;

  border: none;

  border-radius: 50%;

  cursor: pointer;

  display: none;

  align-items: center;

  justify-content: center;

  z-index: 1000;

  opacity: 0;

  transition: opacity 0.3s ease, transform 0.3s ease;

  box-shadow: 0 4px 12px rgba(178, 50, 86, 0.3);

}
.back-to-top.visible {

  display: flex;

  opacity: 1;

}
.back-to-top:hover {

  background-color: var(--primary-color-hover);

  transform: translateY(-3px);

  box-shadow: 0 6px 16px rgba(178, 50, 86, 0.4);

}
.back-to-top:active {

  transform: translateY(-1px);

}
.back-to-top__icon {

  width: 24px;

  height: 24px;

}
@media (max-width: 768px) {

  .back-to-top {

    bottom: 20px;

    right: 20px;

    width: 44px;

    height: 44px;

  }

  .back-to-top__icon {

    width: 20px;

    height: 20px;

  }

}
/* Reading progress indicator */

/* Mobile touch optimization */

@media (max-width: 768px) {

  /* Ensure touch targets are at least 44x44px */

  .blog-card__read-more, .blog-pagination__link, .sidebar-post__link, .sidebar-category, .sidebar-tag {

    min-height: 44px;

    min-width: 44px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

  }

  /* Adjust padding for better touch */

  .blog-card__read-more {

    padding: 12px 24px;

  }

  .blog-pagination__link {

    min-width: 44px;

    height: 44px;

  }

  /* Improve mobile navigation */

  .nav-menu.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--bg-dark, #333);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    height: 100vh;
    overflow-y: auto;
  }

  

  

  

  

  /* Optimize mobile layout */

  .blog-grid {

    grid-template-columns: 1fr;

    gap: 30px;

  }

}
/* =========================================

   Press Page Styles

   ========================================= */

.press-content-section {

  padding: 60px 20px;

  background-color: #fff;

}
.press-content-section 

.press-intro {

  text-align: center;

  margin-bottom: 50px;

}
.press-intro h2 {

  font-family: var(--font-heading);

  font-size: 2.5rem;

  color: var(--text-dark);

  margin-bottom: 20px;

}
.press-intro p {

  font-size: 1.1rem;

  color: var(--text-gray);

  max-width: 800px;

  margin: 0 auto;

  line-height: 1.6;

}
.press-contact-info {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

  gap: 30px;

  margin-bottom: 50px;

}
.contact-card {

  background: #fff;

  padding: 30px;

  border-radius: 12px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

  border: 1px solid rgba(0, 0, 0, 0.05);

}
.contact-card h3 {

  font-family: var(--font-heading);

  font-size: 1.5rem;

  color: var(--text-dark);

  margin-bottom: 15px;

  padding-bottom: 10px;

  border-bottom: 2px solid var(--primary-color);

}
.contact-card p {

  color: var(--text-gray);

  line-height: 1.6;

  margin-bottom: 10px;

}
.contact-card a {

  color: var(--primary-color);

  text-decoration: none;

}
.contact-card a:hover {

  text-decoration: underline;

}
.contact-card ul {

  list-style: none;

  padding: 0;

  margin: 0;

}
.contact-card li {

  padding: 8px 0;

  color: var(--text-gray);

  position: relative;

  padding-left: 20px;

}
.contact-card li:before {

  content: "•";

  color: var(--primary-color);

  position: absolute;

  left: 0;

  font-size: 1.2rem;

}
.press-guidelines {

  background: #f9f9f9;

  padding: 40px;

  border-radius: 12px;

  border-left: 4px solid var(--primary-color);

}
.press-guidelines h3 {

  font-family: var(--font-heading);

  font-size: 1.8rem;

  color: var(--text-dark);

  margin-bottom: 20px;

}
.press-guidelines p {

  color: var(--text-gray);

  line-height: 1.6;

  margin-bottom: 20px;

}
.press-guidelines ul {

  list-style: none;

  padding: 0;

  margin: 0;

}
.press-guidelines li {

  padding: 10px 0;

  color: var(--text-gray);

  position: relative;

  padding-left: 25px;

}
.press-guidelines li:before {

  content: "✓";

  color: var(--primary-color);

  position: absolute;

  left: 0;

  font-weight: bold;

}
/* Responsive styles for press page */

@media (max-width: 768px) {

  .press-content-section {

    padding: 40px 15px;

  }

  .press-intro h2 {

    font-size: 2rem;

  }

  .press-contact-info {

    grid-template-columns: 1fr;

    gap: 20px;

  }

  .contact-card {

    padding: 20px;

  }

  .press-guidelines {

    padding: 30px 20px;

  }

  .press-guidelines h3 {

    font-size: 1.5rem;

  }

}
/* =========================================

   Discount Page Styles

   ========================================= */

/* Login button specific styles */


/* Footer disclaimer styles */




/* =========================================

   Login Page Styles

   ========================================= */

/* Uppercase subtitle for login page */

.section__subtitle--uppercase {

  text-transform: uppercase;

  letter-spacing: 3px;

  font-size: 14px;

}
/* CTA Banner styles for login page */

.cta-banner__text-content {

  flex: 1;

  margin-right: 40px;

  text-align: left;

}
.cta-banner__title {

  color: white;

  font-size: 28px;
  /* Increased for better visual hierarchy */

  font-weight: 600;
  /* Semi-bold for emphasis */

  font-family: var(--font-heading);
  /* Use heading font for titles */

  margin-bottom: 12px;
  /* Slightly increased spacing */

  line-height: 1.3;
  /* Tighter line height for titles */

  letter-spacing: 0.5px;
  /* Slight letter spacing for elegance */

}
/* Responsive styles for login page */

@media (max-width: 768px) {

  .cta-banner__text-content {

    margin-right: 0;

    margin-bottom: 20px;

    text-align: center;

  }

  .cta-banner__title {

    font-size: 22px;
    /* Slightly larger for mobile readability */

    margin-bottom: 10px;

    line-height: 1.4;
    /* Adjusted for mobile */

  }

  .cta-banner__text {

    font-size: 16px;
    /* Slightly smaller for mobile */

    line-height: 1.5;
    /* Adjusted for mobile */

    text-align: center;
    /* Center align for mobile */

  }

  .cta-banner__btn {

    font-size: 15px;
    /* Slightly smaller for mobile */

    padding: 10px 28px;
    /* Adjusted padding for mobile */

  }

}
/* =========================================

   404 Page Styles

   ========================================= */









/* Responsive styles for 404 page */


/* =========================================

   Modern 404 Page Styles (BEM naming)

   ========================================= */

.hero-section--404 {

  padding: 60px 20px;

  text-align: center;

  background: linear-gradient(135deg, rgba(178, 50, 86, 0.1) 0%, rgba(172, 154, 115, 0.1) 100%);

  min-height: 650px;

  display: flex;

  align-items: center;

  justify-content: center;

}
.hero-section--404 .hero__content {

  width: 100%;

  max-width: 800px;

}
.hero-section--404 .hero__title {

  color: #333333;

  margin-bottom: 20px;

}
.hero-section--404 .error-404__title {

  color: #333333;

  margin-bottom: 16px;

}
.hero-section--404 .error-404__text {

  color: #666666;

  margin-bottom: 32px;

}
.error-404__image {

  margin: 40px 0;

}
.error-404__image img {

  max-width: 400px;

  width: 100%;

  height: auto;

  margin: 0 auto;

  display: block;

}
.error-404__content {

  max-width: 600px;

  margin: 0 auto;

  padding: 0 20px;

}
.error-404__title {

  font-size: 32px;

  font-weight: 700;

  color: var(--text-dark);

  margin-bottom: 16px;

  font-family: var(--font-heading);

}
.error-404__text {

  font-size: 18px;

  color: var(--text-gray);

  margin-bottom: 32px;

  line-height: 1.6;

}
.error-404__button {

  display: inline-block;

  padding: 14px 32px;

  font-size: 16px;

  font-weight: 600;

  border-radius: 8px;

  text-decoration: none;

  transition: all 0.3s ease;

}
/* Responsive styles for modern 404 page */

@media (max-width: 768px) {

  .hero-section--404 {

    padding: 120px 0 60px;

  }

  .error-404__image img {

    max-width: 300px;

  }

  .error-404__title {

    font-size: 28px;

  }

  .error-404__text {

    font-size: 16px;

  }

  .error-404__button {

    padding: 12px 28px;

    font-size: 15px;

  }

}
@media (max-width: 414px) {

  .hero-section--404 {

    padding-top: 130px;

  }

}
@media (max-width: 375px) {

  .hero-section--404 {

    padding-top: 140px;

  }

}
@media (max-width: 480px) {

  .hero-section--404 {

    padding: 110px 0 40px;

  }

  .error-404__image img {

    max-width: 250px;

  }

  .error-404__title {

    font-size: 24px;

  }

  .error-404__text {

    font-size: 15px;

  }

}
/* =========================================

   Legal Page Styles (Privacy Policy, Terms)

   ========================================= */

.privacy-policy-content {

  padding: 60px 20px;

  background-color: #fff;

}
.legal-content {

  max-width: 900px;

  margin: 0 auto;

}
.legal-content h2 {

  font-family: var(--font-heading);

  font-size: 1.8rem;

  color: var(--text-dark);

  margin-top: 40px;

  margin-bottom: 20px;

  padding-bottom: 10px;

  border-bottom: 1px solid #eee;

}
.legal-content h2:first-child {

  margin-top: 0;

}
.legal-content p {

  font-size: 1rem;

  line-height: 1.8;

  color: var(--text-gray);

  margin-bottom: 20px;

}
.legal-content ul {

  margin-bottom: 20px;

  padding-left: 20px;

}
.legal-content li {

  margin-bottom: 10px;

  line-height: 1.6;

  color: var(--text-gray);

  list-style-type: disc;

}
.legal-content a {

  color: var(--primary-color);

  text-decoration: underline;

}
.legal-content a:hover {

  text-decoration: none;

}
@media (max-width: 768px) {

  .privacy-policy-content {

    padding: 40px 15px;

  }

  .legal-content h2 {

    font-size: 1.5rem;

  }

  .legal-content p {

    font-size: 0.95rem;

    line-height: 1.7;

  }

}
@media (max-width: 480px) {

  .privacy-policy-content {

    padding: 30px 10px;

  }

  .legal-content h2 {

    font-size: 1.3rem;

    margin-top: 30px;

    margin-bottom: 15px;

  }

  .legal-content p {

    font-size: 0.9rem;

    line-height: 1.6;

    margin-bottom: 15px;

  }

  .legal-content ul {

    padding-left: 15px;

  }

  .legal-content li {

    font-size: 0.9rem;

    margin-bottom: 8px;

  }

}
/* City List */

.city-grid {

  max-width: 1200px;

  margin: 0 auto;

  padding: 0 20px;

}
.city-list {

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;

  justify-content: center;

  gap: 15px;

}
.city-list li {

  margin: 0;

  flex: 1 0 auto;

  min-width: 180px;

  max-width: 260px;
  /* Increase max width to accommodate long city names */

}
.city-list a {

  display: flex;
  /* Use flexbox for better content control */
  align-items: center;
  /* Vertically center */
  justify-content: center;
  /* Horizontally center */
  padding: 12px 16px;
  /* Adjust padding to provide space for multi-line text */
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  color: #333;
  /* Use fixed color value to ensure visibility */
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  /* Increase font weight for better readability */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  /* Remove all transition effects to avoid flickering */
  transition: none ;
  /* Text wrapping handling */
  white-space: normal;
  /* Allow wrapping */
  overflow-wrap: break-word;
  /* Wrap long words */
  word-break: break-word;
  /* Ensure words break at appropriate positions */
  line-height: 1.4;
  /* Increase line height for better multi-line text readability */
  min-height: 44px;
  /* Minimum height to ensure button clickability and consistency */
  box-sizing: border-box;
  /* Ensure padding is included in width/height */
}
/* City link hover state - Use more specific selector to ensure priority */
ul.city-list li a:hover, ul.city-list li a:focus, ul.city-list li a:active {
  background-color: #b23256;
  color: #ffffff;
  /* Use 6-digit hex to ensure coverage */
  border-color: #b23256;
  box-shadow: 0 4px 12px rgba(178, 50, 86, 0.25);
  /* Remove outline to avoid flickering */
  outline: none;
}
/* City List Mobile Responsive */

@media screen and (max-width: 768px) {

  .city-grid {

    padding: 0 15px;

  }

  .city-list {

    gap: 10px;

    justify-content: center;

  }

  .city-list a {

    padding: 10px 14px;

    font-size: 13px;
    min-height: 40px;
    /* Adjust minimum height for mobile */

  }

  .city-list li {

    min-width: 160px;

    max-width: 200px;
    /* Increase max width for mobile */

  }

}
@media screen and (max-width: 480px) {

  .city-list {

    gap: 8px;

  }

  .city-list li {

    min-width: 140px;

    max-width: 180px;
    /* Increase max width for small screens */

  }

  .city-list a {

    padding: 8px 12px;

    font-size: 12px;
    min-height: 36px;
    /* Adjust minimum height for small screens */

  }

}
/* --- Breadcrumb --- */

.breadcrumb-container {

  width: 100%;

  max-width: var(--container-width);

  margin: 0 auto;

  padding: 10px var(--container-padding);

  box-sizing: border-box;

}
.breadcrumb {

  list-style: none;

  padding: 0;

  margin: 10px 0 10px;

  display: flex;

  flex-wrap: wrap;

  font-size: 14px;

}
.breadcrumb li {

  display: flex;

  align-items: center;

  color: #666;

}
.breadcrumb li:not(:last-child)::after {

  content: '/';

  margin: 0 8px;

  color: #ccc;

}
.breadcrumb a {

  color: #666;

  text-decoration: none;

  transition: color 0.2s;

}
.breadcrumb a:hover {

  color: var(--primary-color);

}
/* --- Modern CTA Banner --- */

.cta-banner {

  background: var(--primary-gradient);
  /* Use primary gradient */

  width: calc(100% - 40px);

  max-width: 1200px;

  margin: 60px auto;

  border-radius: 16px;

  box-shadow: 0 20px 40px rgba(178, 50, 86, 0.2);

  padding: 50px 40px;
  color: var(--text-white);

}
.cta-banner__content {

  max-width: 100%;

  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-xl);

}
.cta-banner__text-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  flex: 1;
  min-width: 0;
}
.cta-banner__title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-heading);
  margin: 0;
  color: var(--text-white);
}
.cta-banner__subtitle {
  margin: 0;
  color: color-mix(in srgb, var(--text-white) 90%, transparent);
  line-height: 1.6;
}
.cta-banner__text {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-heading);
  margin: 0;
  color: var(--text-white);
  line-height: 1.3;
  letter-spacing: 0;
}
.cta-banner__btn {

  background-color: #fff;

  color: var(--primary-color);

  padding: 14px 36px;
  /* Slightly adjusted padding */

  border-radius: 50px;
  /* Pill shape for modern look */

  font-weight: 600;
  /* Semi-bold instead of bold */

  font-size: 16px;
  /* Consistent font size */

  font-family: var(--font-body);
  /* Consistent font family */

  letter-spacing: 0.5px;
  /* Subtle letter spacing */

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  /* Enhanced shadow */

  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* Smooth transition */

}
.cta-banner__btn:hover {

  background-color: #fff;

  transform: translateY(-3px);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);

  color: var(--primary-color-hover);

}
@media (max-width: 900px) {
  .cta-banner {
    width: calc(100% - 32px);
    padding: 40px 24px;
    margin: 40px auto;
  }
}
@media (max-width: 768px) {
  .cta-banner__content {
    flex-direction: column;
    text-align: center;
  }
}
/* --- Feature Layout (Left Image / Right Text) --- */

.feature-layout {

  display: flex;

  align-items: center;

  gap: 60px;

  margin-bottom: 60px;

  max-width: 1200px;

  margin-left: auto;

  margin-right: auto;

  padding: 0 20px;

}
.feature-layout__image {

  flex: 1;

  border-radius: 12px;

  overflow: hidden;

  box-shadow: var(--shadow-card);

}
.feature-layout__image img {

  width: 100%;

  height: auto;

  display: block;

  transition: transform 0.5s ease;

}
.feature-layout__image:hover img {

  transform: scale(1.05);

}
.feature-layout__content {

  flex: 1;

}
.feature-layout__title {

  font-family: var(--font-heading);

  font-size: 32px;

  color: var(--text-main);

  margin-bottom: 20px;

  position: relative;

  display: block;
  text-align: center;

}
.feature-layout__title::after {

  content: '';

  display: block;

  width: 60px;

  height: 3px;

  background: var(--primary-color);

  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;

}
.feature-layout__text {

  font-size: 16px;

  line-height: 1.8;

  color: var(--text-gray);

  margin-bottom: 20px;

}
@media (max-width: 900px) {

  .feature-layout {

    flex-direction: column;

    gap: 30px;

  }

  .cta-banner {

    width: calc(100% - 30px);

    padding: 30px 20px;

    margin: 40px auto;

  }

  .cta-banner__text {

    font-size: 20px;

    margin-bottom: 20px;

    text-align: center;

  }

  .cta-banner__content {

    justify-content: center;

  }

}
/* Region Text Layout */

.region-text-container {

  display: flex;

  flex-wrap: wrap;

  gap: 40px;

  max-width: 1200px;

  margin: 0 auto 0;

  padding: 0 20px;

  box-sizing: border-box;

}
.region-text-block {

  flex: 1;

  min-width: 300px;

  box-sizing: border-box;

  word-wrap: break-word;

  overflow-wrap: break-word;

}
.region-text-block p {

  font-family: var(--font-body);

  font-size: 16px;

  line-height: 1.8;

  color: var(--text-gray);

  margin-bottom: 0;

  word-wrap: break-word;

  overflow-wrap: break-word;

}
@media (max-width: 768px) {

  .region-text-container {

    flex-direction: column;

    gap: 20px;

    padding: 0 15px;

  }

  .region-text-block {

    min-width: 100%;

    width: 100%;

  }

  .region-text-block p {

    font-size: 15px;

    line-height: 1.7;

  }

}
@media (max-width: 480px) {

  .region-text-container {

    padding: 0 10px;

    gap: 15px;

  }

  .region-text-block p {

    font-size: 14px;

    line-height: 1.6;

  }

}
/* ==========================================================================
/* ===== Home page specific styles (merged from home-pilot.css) ===== */

/* Home Pilot CSS - Home specific styles */

/* Note: Common layout and components have been moved to layout.css and components.css */

/* Hero Section */

.hero-section--home {
  background-image: linear-gradient(135deg, rgba(37, 33, 30, 0.7) 0%, rgba(37, 33, 30, 0.3) 100%), url('../../images/home/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 650px;
  position: relative;
  z-index: 1;
}
@supports (background-image: image-set(url("x") type("image/webp") 1x)) {
  .hero-section--home {
    background-image: linear-gradient(135deg, rgba(37, 33, 30, 0.7) 0%, rgba(37, 33, 30, 0.3) 100%), image-set(url('../../images/home/bg.webp') type("image/webp") 1x, url('../../images/home/bg.jpg') type("image/jpeg") 1x);
  }
}
/* Ensure main-content provides positioning context for absolute header */
.main-content {
  position: relative;
}
/* Remove padding from page-content - let hero-section handle nav overlay */
body.home-page .page-content {
  margin-top: 0;
  padding-top: 0;
}
/* Hero section should extend behind nav */
body.home-page .hero-section {
  padding-top: 100px; /* Space for nav, but background extends to top */
  margin-top: 0;
}
/* Hero content needs padding to avoid nav */
body.home-page .hero__content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  body.home-page .hero-section {
    padding-top: 80px;
  }
  
  body.home-page .hero__content {
    padding-top: 30px;
  }
}
/* Steps Section */

.steps-container {

  display: flex;

  flex-wrap: wrap;

  width: 100%;

  max-width: 1200px;

  margin: 40px auto;

}
.steps-container--spread {
  justify-content: space-around;
  gap: 20px;
}
.step-card {

  display: flex;

  flex-direction: column;

  align-items: center;

  width: 100%;

  max-width: 350px;

  margin-bottom: 20px;

  background: #fff;

  border-radius: 12px;

  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);

  transition: transform 0.3s ease, box-shadow 0.3s ease;

  overflow: hidden;

  padding-bottom: 30px;

}
.step-card--padded {
  padding: var(--spacing-2xl) var(--spacing-xl);
}
.step-card--padded .step-card__desc {
  padding-left: 0;
  padding-right: 0;
}
.step-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.15);

}
.step-card__media {
  display: block;
}
.step-card__media--image {

  max-width: 400px;

  width: 100%;

  height: 240px;

  object-fit: cover;

  margin-bottom: var(--spacing-xl);

  border-radius: 12px 12px 0 0;

}
.step-card__media--icon {
  width: 70px;
  height: 70px;
  background: var(--primary-gradient);
  color: var(--text-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: var(--spacing-xl);
  box-shadow: var(--shadow-hover);
}
.step-card__media--number {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  color: var(--primary-color);
  margin-bottom: var(--spacing-lg);
  opacity: 0.6;
}
.step-card__title {

  font-family: var(--font-heading);

  font-size: 22px;

  text-align: center;

  margin: 0 0 var(--spacing-lg) 0;

  color: var(--text-main);

}
.step-card__desc {

  font-family: var(--font-body);

  font-size: 14px;

  color: var(--text-gray);

  text-align: center;

  line-height: 1.5;

  padding: 0 var(--spacing-xl);

}
/* Features / Split Section */

.feature-section {

  display: flex;

  flex-direction: row;

  justify-content: center;

  align-items: flex-start;

  flex-wrap: wrap;

  margin: var(--spacing-2xl) var(--spacing-sm) 0;

  max-width: 1200px;

  margin-left: auto;

  margin-right: auto;

}
.feature-img {

  max-width: 600px;

  width: 100%;

  height: auto;

  padding: 0 2%;

}
.feature-content {

  width: 40%;

  display: flex;

  flex-direction: column;

}
.feature-title {

  font-family: var(--font-heading);

  font-size: 28px;

  color: var(--text-color);

  margin-bottom: 0;

  display: flex;

  flex-direction: column;

}
.home-feature-text {

  font-family: var(--font-body);

  font-size: 14px;

  line-height: 1.8;

  color: var(--text-main);

  margin-bottom: var(--spacing-lg);

}
.home-feature-text a {

  color: var(--primary-color);

  text-decoration: none;

}
.home-feature-text a:hover {

  text-decoration: underline;

}
.feature-list {

  list-style: none;

  padding: 0;

  margin: 0;

}
.feature-list__item {

  font-family: var(--font-body);

  font-size: 14px;

  color: var(--text-light);

  padding: 0 0 10px 10px;

}
.feature-list__item--highlight {

  color: var(--primary-color);

}
.feature-list__item:hover {

  font-weight: bold;

  color: var(--primary-color);

}
/* App Promo */

.app-promo {

  display: flex;

  flex-direction: column;

  align-items: center;

}
.app-download-btns {

  display: flex;

  gap: 15px;

  margin-top: 20px;

  justify-content: center;

  flex-wrap: wrap;

}
.app-download-btns .btn, .hero__actions .btn, .feature-content .btn, .section .btn {

  padding: 10px 20px;

  font-size: 14px;

  min-width: 180px;

  box-sizing: border-box;

  background-color: #b23256;

  background-color: var(--primary-color);

  color: #fff;

  text-decoration: none;

  border-radius: 30px;

  display: inline-block;

  text-align: center;

  border: none;

  font-weight: 600;

  text-transform: uppercase;

}
.app-download-btns .btn:hover, .hero__actions .btn:hover, .feature-content .btn:hover, .section .btn:hover {

  background-color: #902845;

  background-color: var(--primary-color-hover);

  transform: translateY(-2px);

  box-shadow: 0 8px 25px rgba(178, 50, 86, 0.4);

  color: #fff;

}
/* Responsive Home */

@media screen and (min-width: 768px) {

  /* Desktop specific */

  .app-download-btns {

    flex-wrap: nowrap;

  }

}
@media screen and (max-width: 767px) {

  .hero-section {

    padding: 60px 15px 20px;
    /* Added 20px bottom padding */

    background-image: linear-gradient(rgba(37, 33, 30, 0.5), rgba(37, 33, 30, 0.3)), url('../../images/home/bg.jpg');

  }
  @supports (background-image: image-set(url("x") type("image/webp") 1x)) {
    .hero-section {
      background-image: linear-gradient(rgba(37, 33, 30, 0.5), rgba(37, 33, 30, 0.3)), image-set(url('../../images/home/bg.webp') type("image/webp") 1x, url('../../images/home/bg.jpg') type("image/jpeg") 1x);
    }
  }

  .hero__title {

    font-size: 30px;

    line-height: 35px;

  }

}
@media screen and (max-width: 414px) {

  .hero-section {

    padding-top: 70px;

  }

}
@media screen and (max-width: 375px) {

  .hero-section {

    padding-top: 80px;

  }

}
@media screen and (max-width: 767px) {

  .feature-section {

    flex-direction: column;

    width: 100%;

    margin: 0 auto var(--spacing-2xl);

    align-items: center;

    padding: 0 15px;

    box-sizing: border-box;

  }

  /* Ensure image is always on top for mobile */

  .feature-section .feature-img {

    order: -1;

    margin-bottom: 20px;

  }

  .feature-img {

    max-width: 100%;

    width: 100%;

    height: auto;

    margin: 0 auto;

  }

  .feature-content {

    width: 100%;

    margin-left: 0;

    padding: 0;

  }

  .btn--outline {

    margin-left: 0;

  }

  .app-download-btns {

    margin-bottom: var(--spacing-xl);

  }

}
/* =========================================
/* City Grid Styles (Image Cards) */








/* City List Grid Styles (Text Lists) */







/* City Grid & List Responsive Styles */



/* Footer Styles (Matching Homepage) */

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: var(--bg-dark);
  color: var(--text-white);
  width: 100%;
  padding: var(--spacing-3xl) 0 var(--spacing-xl);
  visibility: visible;
  opacity: 1;
}
/* Ensure footer displays correctly on blog pages */

.site-footer .footer-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--spacing-2xl);
}
.site-footer__bottom {
  width: 100%;
  max-width: var(--container-width);
  margin: var(--spacing-xl) auto 0;
  padding: 0 var(--container-padding);
  text-align: center;
}
.site-footer__copyright {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--text-light);
}
/* Ensure footer container displays correctly on blog pages */

.footer__brand {
  flex: 2;
  margin-right: 50px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.footer__logo {
  width: 188px;
  margin-bottom: var(--spacing-md);
  filter: brightness(0) invert(1);
}
.footer__desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--text-light);
  width: 300px;
  margin-bottom: var(--spacing-sm);
}
.footer__column {
  display: flex;
  flex-direction: column;
  margin-right: 5px;
}
.footer__heading {
  font-family: var(--font-body);
  font-size: var(--text-md);
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
  color: var(--text-white);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer__link {
  font-family: var(--font-body);
  display: block;
  color: var(--text-light);
  text-decoration: none;
  line-height: 22px;
  margin-bottom: 5px;
  font-size: var(--text-sm);
  transition: color 0.3s ease;
  cursor: pointer;
}
.footer__link:hover {

  color: var(--primary-color);

}
.social-links {
  display: flex;
  justify-content: space-between;
  width: 120px;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-xl);
}
.social-icon {
  /* Removed filter to show original SVG colors (grey/white) */
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
.social-icon:hover {

  transform: scale(1.1);

}
.footer__download-wrapper {

  display: flex;

  flex-direction: column;

  gap: 10px;

}
@media (max-width: 992px) {
  .site-footer {
    flex-direction: column;
  }

  .site-footer .footer-container {
    display: flex;
    flex-direction: column;
  }

  .footer__brand, .footer__column {
    margin-right: 0;
    margin-bottom: var(--spacing-xl);
  }

  .footer__brand {
    margin-bottom: var(--spacing-xl);
  }
}
/* Medium screens (768px and below) */
@media (max-width: 768px) {
  .site-footer .footer-container {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xl);
  }

  .footer__brand {
    margin-bottom: var(--spacing-lg);
  }

  .footer__desc {
    width: 100%;
    max-width: 100%;
  }
}
/* Small screens (576px and below) */
@media (max-width: 576px) {
  .site-footer .footer-container {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
  }

  .footer__column {
    margin-right: 0;
    margin-bottom: var(--spacing-md);
  }

  .footer__heading {
    font-size: var(--text-sm);
    margin-bottom: var(--spacing-sm);
  }

  .footer__link {
    font-size: var(--text-sm);
    padding: 4px 0;
  }

  .footer__logo {
    width: 150px;
  }

  .social-links {
    justify-content: flex-start;
    gap: var(--spacing-sm);
  }

  .social-icon {
    width: 28px;
    height: 28px;
  }

  .footer__download-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .downloadapp {
    flex-direction: column;
    gap: var(--spacing-sm);
  }

  .downloadapp a {
    width: 100%;
    max-width: 200px;
  }

  .downloadapp img {
    width: 60%;
    height: auto;
  }
}
/* ==========================================================================
   Navigation System (Unified & Standardized)
   ========================================================================== */

/* Header Base Styles */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--z-header, 1000);
  background-color: transparent;
  transition: background-color 0.3s ease;
  padding: 30px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Override for blog pages - ensure dark header displays correctly */
/* Override for legal pages - ensure dark header displays correctly */
body.legal-page .site-header, .site-header.legal-page, body.legal-page .site-header.site-header--dark, .site-header.legal-page.site-header--dark {

  position: relative;
  background-color: var(--bg-dark, #333) ;
  display: flex;
  visibility: visible;
  opacity: 1;
}
.site-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--container-width, 1200px);
  margin: 0 auto;
  padding: 0 var(--container-padding, 15px);
  box-sizing: border-box;
}
.site-header>div {
  flex: 0 0 auto;
}

/* Header Variants */
/* Standard Transparent (Default) - No extra class needed, or explicit .site-header--transparent */

/* Dark Header (For Blog, Legal, etc.) */
.site-header.site-header--dark, body.legal-page .site-header.site-header--dark, .site-header.legal-page.site-header--dark {
  background-color: var(--bg-dark, #333);
  position: relative;
  /* Usually static/relative for content pages */
   display: flex;
  visibility: visible;
  opacity: 1;
  width: 100%;
  z-index: var(--z-header, 1000);
}
/* Ensure links are white in both versions */
/* .site-nav position removed to allow flexbox alignment in header */

/* Home page specific navigation styles */

/* Hero-section adjustments for home page */
body.home-page .hero-section--home {
  padding-top: 60px;
  /* Ensure background image extends into padding area */
  background-origin: border-box;
  background-clip: border-box;
}

.site-nav__link, .site-nav .site-nav__link, .site-nav__list .site-nav__link, .site-nav__item .site-nav__link {

  color: var(--text-white, #fff) ;
  font-family: var(--font-heading, sans-serif) ;
  font-weight: 500 ;
  font-size: var(--text-md) ;
  text-decoration: none ;
  text-transform: uppercase ;
  transition: color 0.3s ease ;
}
.site-nav__link:hover {
  color: var(--primary-color, #b23256);
  text-decoration: none;
}
/* Logo */
.site-header__logo img {
  display: block;
  max-width: 180px;
  height: auto;
}
/* Desktop Navigation */
.site-nav__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
/* Ensure navigation elements are visible on blog pages */

/* Active State */
.site-nav__link[aria-current="page"] {
  color: var(--primary-color, #b23256);
  font-weight: 600;
}
/* CTA Button in Nav */
.site-nav__item--cta .btn {
  padding: 8px 24px;
  border-radius: 50px;
}
/* Mobile Menu Toggle (Hidden on Desktop) */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  z-index: 10001; /* Higher than mobile menu (10000) */
}
.mobile-menu-toggle img {
  width: 24px;
  height: 24px;
  display: block;
}
.hamburger-icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--hamburger-color);
  position: relative;
  transition: background-color 0.3s ease;
}
.hamburger-icon::before, .hamburger-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--hamburger-color);
  left: 0;
  transition: transform 0.3s ease;
}
.hamburger-icon::before {
  top: -8px;
}
.hamburger-icon::after {
  bottom: -8px;
}
/* Mobile Navigation Styles */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav__list {
    position: fixed;
    top: 0;
    right: -100%;
    /* Hidden by default */
    width: 100%;
    height: 100vh;
    margin: 0;
    background-color: var(--bg-dark, #333);
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 20px 20px;
    transition: right 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: 10000; /* Ensure menu is above header */
    overflow-y: auto;
  }

  /* Active state for mobile menu */
  .site-nav__list.nav-menu.active {
    right: 0;
  }

  .site-nav__item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav__link {
    display: block;
    padding: 15px 0;
    font-size: var(--text-lg);
  }

  .site-nav__item--cta {
    margin-top: 20px;
    border-bottom: none;
    text-align: center;
  }

  .site-nav__item--cta .btn {
    width: 100%;
    justify-content: center;
  }

  /* Hamburger Animation when Active */
/* State pages - hamburger button on light backgrounds */
  .mobile-menu-toggle[aria-expanded="true"] .hamburger-icon {
    background-color: transparent;
  }

  .mobile-menu-toggle[aria-expanded="true"] .hamburger-icon::before {
    transform: rotate(45deg);
    top: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"] .hamburger-icon::after {
    transform: rotate(-45deg);
    bottom: 0;
  }

  /* Ensure dark header is relative on mobile for proper stacking */
  .site-header.site-header--dark {
    position: relative;
  }
  
  .site-header__logo {
    z-index: 10001; /* Higher than mobile menu (10000) */
    position: relative;
  }

  /* Standard transparent headers should remain absolute on mobile */
  .site-header:not(.site-header--dark) {
    position: absolute;
  }

  body.home-page .hero-section--home {
    padding-top: 50px;
  }
}
/* Extra small devices (phones, 414px and below) */
@media (max-width: 414px) {
  body.home-page .hero-section--home {
    padding-top: 40px;
  }
}
/* ====================================================================== */
/* Layout System - from components/layout.css */
/* ====================================================================== */

/* ==========================================================================
   Layout Components - Optimized Version
   Based on CSS variables, adding grid system and utility layout classes
   ========================================================================== */

/* Container System */





/* Grid System */




/* Grid Column Span */












/* Grid Row Span */




/* Responsive Grid Columns */



/* Flexbox Layout System */










/* Cross Axis Alignment */





/* Self Alignment */





/* Flex Item Properties */








/* Spacing System */


















/* Layout Utility Classes */

































/* Positioning System */















/* Responsive Containers */



/* Print Styles */

/* Compatibility Styles */
.section {
  padding: var(--spacing-xl) 0;
  /* Add container constraints for adaptive layout */
  max-width: var(--container-max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-x, var(--spacing-lg));
  padding-right: var(--container-padding-x, var(--spacing-lg));
  width: 100%;
  box-sizing: border-box;
}


/* Country page section layout fix */
.section--country {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section--country .section__header {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section--country .section__subtitle {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section--country > div:not(.section__header) {
  margin-top: var(--spacing-lg);
  display: flex;
  justify-content: center;
}
/* Section variant styles */
.section--light {
  background-color: var(--bg-light);
}
.section--accent {
  /* Remove brand red background, use light background */
  background-color: var(--bg-light);
  color: var(--text-main);
}
.section--accent .section__title {
  color: var(--text-main);
}
.section--accent .section__subtitle {
  color: var(--text-gray);
}
/* Ensure all section titles are centered on 15.6-inch screens */
.section .section__header, .section--light .section__header, .section--accent .section__header {

  text-align: center ;
}
.section .section__title, .section--light .section__title, .section--accent .section__title {

  text-align: center ;
  display: block;
  width: 100%;
}
/* Specific fixes for 15.6-inch screens */
@media (min-width: 1366px) and (max-width: 1920px) {

  .section .section__header, .section--light .section__header, .section--accent .section__header {
    text-align: center ;
    margin-left: auto ;
    margin-right: auto ;
  }
  
  .section .section__title, .section--light .section__title, .section--accent .section__title {

    text-align: center ;
    margin-left: auto ;
    margin-right: auto ;
  }
}
/* City list style fix in accent section */
.section--accent .city-grid {
  background-color: var(--bg-light);
  border-radius: var(--radius-lg);
  padding: var(--spacing-xl);
  margin-top: var(--spacing-lg);
}
.section--accent .city-list a {

  background-color: var(--bg-light);
  color: var(--text-main);
  border: 1px solid var(--bg-light);
  transition: none ;
}
.section--accent .city-list a:hover, .section--accent .city-list a:focus {
  background-color: var(--primary-color);
  color: var(--text-white);
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(178, 50, 86, 0.25);
  outline: none;
}
/* ==========================================================================
   Responsive Utility Classes - Auto-generated
   Based on standard breakpoint system
   ========================================================================== */

/* Show/hide utility classes */



/* Spacing responsive adjustments */

/* Font size responsive adjustments */

/* Layout responsive adjustments */

/* Print Styles */

/* ==========================================================================
   City Page Style Fixes (v3 - includes Banner and Blog optimization)
   ========================================================================== */

/* 1. Split Layout fix (text left, image right & left alignment) */
.split-layout {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}
.split-layout__content {
  flex: 1;
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.split-layout__content .section__title, .split-layout__content .section__subtitle, .split-layout__content h2, .split-layout__content p {
  text-align: left;
}
.split-layout__media {
  flex: 1;
  max-width: 500px;
}
/* 2. Banner area fix (dark background & left alignment) */
.banner--dark {
  background-color: var(--bg-dark, #333); /* Ensure background color */
  color: #fff;
  padding: 60px 0;
  margin-top: 60px;
}
.banner__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}
/* Ensure text styles within banner--dark */
.banner--dark .section__title, .banner--dark .section__subtitle, .banner--dark h2, .banner--dark p, .banner--dark a {
  color: #fff;
  text-align: left; /* Force left alignment */
}
.banner--dark .section__subtitle {
  max-width: 1000px;
  margin: var(--spacing-md) 0 0 0; /* Left-aligned margin */
  opacity: 0.9;
  text-align: left; /* Force left alignment */
}
.banner__container {
  text-align: left; /* Container also left-aligned */
}
.banner--dark a {
  text-decoration: underline;
}
/* 3. Blog card beautification (title optimization) */
/* Fix blog-grid selector - more generic */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 var(--spacing-lg);
}
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.blog-card {
  display: flex;
  flex-direction: column;
  background-color: var(--bg-body);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover {
  transform: translateY(calc(var(--spacing-xs) * -1));
  box-shadow: var(--shadow-hover);
}
.blog-card__image {
  height: 200px;
  object-fit: cover;
}
.blog-card__content {
  padding: 20px;
  text-align: left;
}
.blog-card__title {
  font-family: var(--font-heading);
  font-size: 18px; /* Reduce title size */
  font-weight: 700; /* Bold */
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
}
.blog-card__desc {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
  flex-grow: 1;
}
.blog-card__link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #d44a7a;
  text-decoration: none;
  padding: 8px 16px;
  border: 2px solid rgba(212, 74, 122, 0.3);
  border-radius: 8px;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: auto;
}
.blog-card__link:hover {
  background-color: #d44a7a;
  color: white;
  border-color: #d44a7a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 74, 122, 0.3);
}
/* City page specific styles */

/* Responsive adjustments */
@media (max-width: 991px) {
  .split-layout {
    flex-direction: column;
    gap: 40px;
  }
  
  .split-layout__media {
    max-width: 100%;
    width: 100%;
  }
  
  .member-grid {
    grid-template-columns: repeat(4, 1fr); 
    max-width: 600px;
    margin: 0 auto;
  }
  
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  
  .member-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
