/* =================================================================== */
/* 1. VARIABLES (from variables.css) */
/* =================================================================== */
:root {
  --primary-50: #e4f2ff;
  --primary-100: #bddeff;
  --primary-200: #90c9ff;
  --primary-300: #61b1ff;
  --primary-400: #3897ff;
  --primary-500: #106eff;
  --primary-600: #0057e9;
  --primary-700: #0045bd;
  --primary-800: #003494;
  --primary-900: #002170;

  --secondary-50: #e5f9ff;
  --secondary-100: #c1eefe;
  --secondary-200: #96e3fd;
  --secondary-300: #66d5fc;
  --secondary-400: #41c9fb;
  --secondary-500: #22bcfa;
  --secondary-600: #1a9fdb;
  --secondary-700: #137fb1;
  --secondary-800: #0e618a;
  --secondary-900: #084c68;

  --accent-50: #fff0e5;
  --accent-100: #ffd8bc;
  --accent-200: #ffbf8e;
  --accent-300: #ffa35c;
  --accent-400: #ff8a2e;
  --accent-500: #ff7000;
  --accent-600: #e05800;
  --accent-700: #b74400;
  --accent-800: #903400;
  --accent-900: #6e2500;

  --success-50: #e8fbf0;
  --success-100: #c4f5d9;
  --success-200: #9feed0;
  --success-300: #68e6a0;
  --success-400: #3ddb7f;
  --success-500: #1ecd65;
  --success-600: #17a852;
  --success-700: #138542;
  --success-800: #0e6733;
  --success-900: #084f27;

  --warning-50: #fff8e5;
  --warning-100: #ffeebb;
  --warning-200: #ffe38c;
  --warning-300: #ffd85c;
  --warning-400: #ffcc2e;
  --warning-500: #ffc000;
  --warning-600: #e0a000;
  --warning-700: #b78100;
  --warning-800: #8f6400;
  --warning-900: #6e4c00;

  --error-50: #feeceb;
  --error-100: #fcd0cd;
  --error-200: #fab0ac;
  --error-300: #f78e88;
  --error-400: #f5706a;
  --error-500: #f25147;
  --error-600: #d62e24;
  --error-700: #ab231b;
  --error-800: #841a14;
  --error-900: #63140f;

  --neutral-50: #f7f9fc;
  --neutral-100: #e8ecf5;
  --neutral-200: #d4dbe8;
  --neutral-300: #b0bcd0;
  --neutral-400: #8799b8;
  --neutral-500: #64779f;
  --neutral-600: #4d5c81;
  --neutral-700: #3b4564;
  --neutral-800: #282e46;
  --neutral-900: #1a1a2e;

  --bg-dark: var(--neutral-900);
  --bg-card: #212240;
  --bg-light: var(--neutral-50);

  --text-primary: var(--neutral-50);
  --text-secondary: var(--neutral-300);
  --text-muted: var(--neutral-400);
  --text-dark: var(--neutral-800);

  --font-primary: 'Montserrat', sans-serif;

  --font-regular: 400;
  --font-semibold: 600;
  --font-bold: 700;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;

  --leading-none: 1;
  --leading-tight: 1.2;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-full: 9999px;

  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

  --transition-fast: 150ms;
  --transition-normal: 300ms;
  --transition-slow: 500ms;

  --z-0: 0;
  --z-10: 10;
  --z-20: 20;
  --z-30: 30;
  --z-40: 40;
  --z-50: 50;
  --z-100: 100;

  --hero-min-height: 80vh;
  --hero-min-height-mobile: 70vh;
  --hero-padding-top: 120px;
  --hero-padding-bottom: 80px;
  --hero-padding-top-mobile: 100px;
  --hero-padding-bottom-mobile: 60px;
}

/* =================================================================== */
/* 2. ANIMATIONS (from animations.css) */
/* =================================================================== */
/*@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3); }
  70% { transform: scale(1.05); box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}
@keyframes rotateY {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}

@keyframes featured-glow {
  0% { box-shadow: 0 0 15px -5px var(--primary-400); }
  50% { box-shadow: 0 0 25px 0px var(--primary-400); }
  100% { box-shadow: 0 0 15px -5px var(--primary-400); }
}
@keyframes gradient-flow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.fade-in { animation: fadeIn 1s ease forwards; }
.fade-in-up { animation: fadeInUp 1s ease forwards; }
.fade-in-down { animation: fadeInDown 1s ease forwards; }
.fade-in-left { animation: fadeInLeft 1s ease forwards; }
.fade-in-right { animation: fadeInRight 1s ease forwards; }
.pulse { animation: pulse 2s infinite; }
.float { animation: float 4s ease-in-out infinite; }

.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }
.delay-600 { animation-delay: 0.6s; }
.delay-700 { animation-delay: 0.7s; }
.delay-800 { animation-delay: 0.8s; }
.delay-900 { animation-delay: 0.9s; }
.delay-1000 { animation-delay: 1s; }

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}
.reveal.active { opacity: 1; transform: translateY(0); }
.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease;
}
.reveal-left.active { opacity: 1; transform: translateX(0); }
.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
}
.reveal-right.active { opacity: 1; transform: translateX(0); }
.reveal-fade {
  opacity: 0;
  transition: all 0.8s ease;
}
.reveal-fade.active { opacity: 1; }

/* =================================================================== */
/* 3. GLOBAL STYLES (from style.css files) */
/* =================================================================== */
:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-primary, sans-serif); /* + Use Montserrat */
  background: var(--bg-dark, #0f172a);
  color: var(--text-primary, white);
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* + Consolidate section header styles + */
.section-header {
  text-align: center;
  margin-bottom: var(--space-10);
}
.section-title {
  font-size: var(--text-4xl);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  font-weight: var(--font-bold);
}
.section-description {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  font-weight: var(--font-regular);
}

/* + Add consistent section padding + */
.services-section,
.benefits-section,
.gallery-section,
.plans-section,
.cta-section {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

/* =================================================================== */
/* 4. NAVBAR & DROPDOWN (Enhanced from style.css files) */
/* =================================================================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(26, 26, 46, 0.8); /* + More transparent */
  backdrop-filter: blur(10px);
  z-index: var(--z-100, 1001);
  padding: var(--space-3) 0; /* + Use space-3 */
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: padding var(--transition-normal) ease, background-color var(--transition-normal) ease;
}
/* + Add scrolled state + */
.navbar.scrolled {
  background-color: rgba(26, 26, 46, 0.95);
  padding: var(--space-2) 0;
}

.navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  position: relative;
}
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-1) 0;
}
.logo-link img {
  height: 60px;
  width: auto;
  transition: transform var(--transition-normal) ease, filter var(--transition-normal) ease;
  object-fit: contain;
}
.logo-link:hover img {
  transform: scale(1.05);
  /* + Add subtle glow on hover + */
  filter: drop-shadow(0 0 8px var(--primary-400));
}
.logo-text {
  font-size: 1.8rem;
  font-weight: var(--font-bold, 700);
  color: var(--text-primary, #f8fafc);
  line-height: 1;
  white-space: nowrap;
}
.logo-highlight {
  color: var(--primary-400, #60a5fa);
}
.client-group {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  position: relative;
}
.client-text {
  color: var(--text-primary, #f8fafc);
  font-weight: var(--font-semibold, 600);
  font-size: var(--text-sm, 0.9rem);
  white-space: nowrap;
}
.dropdown {
  position: relative;
  display: inline-block;
  z-index: var(--z-100, 1002);
}
.dropdown-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-2) var(--space-3);
  border: none;
  border-radius: var(--radius-md, 6px);
  background-color: transparent;
  color: var(--text-primary, #f8fafc);
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: var(--text-sm, 0.9rem);
}
.dropdown-btn img {
  height: 24px;
  width: 24px;
  filter: invert(1);
}
.dropdown-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-btn:focus,
.dropdown-btn.active {
  outline: 2px solid var(--primary-500, #3b82f6);
  outline-offset: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 320px !important;
  max-width: 90vw;
  background: linear-gradient(135deg, #1a1a2e, #2d3748);  border-radius: var(--radius-md, 8px);
  box-shadow: var(--shadow-xl);
  padding: var(--space-4);
  z-index: var(--z-100, 1003);
  border: 1px solid var(--neutral-700, #334155);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all var(--transition-normal) ease;
  pointer-events: none;
}

@media (max-width: 768px) {
  .dropdown-menu {
    width: 90vw !important;
    max-width: 340px;
    right: 0;
    left: auto;
    border-radius: 0;
  }
}

.dropdown-menu ul {
  list-style: none;
  margin: 0 0 var(--space-4) 0;
  padding: 0;
}
.dropdown-menu ul:last-child {
  margin-bottom: 0;
}
/* + Corrected selector and added styles + */
.dropdown-h4 {
  text-align: left;
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  color: var(--text-muted);
  text-transform: uppercase;
  margin: 0 0 var(--space-2) var(--space-3);
  padding: 0;
  letter-spacing: 0.05em;
}
.dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-item {
  display: block;
  padding: var(--space-2) var(--space-3);
  color: var(--text-secondary, #e2e8f0);
  text-decoration: none;
  font-size: 14px;
  border-radius: var(--radius-md, 6px);
  transition: all 0.2s ease;
  white-space: nowrap;
  margin: 2px 0;
}
.dropdown-item:hover {
  background: var(--primary-600, #3b82f6);
  color: white;
  transform: translateX(5px);
}
.dropdown-separator {
  display: block;
  height: 1px;
  background: var(--neutral-700, #334155);
  margin: var(--space-3) 0;
  border: none;
  width: 100%;
}
.dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(5px);
  z-index: var(--z-50, 1000);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-normal) ease;
}
.dropdown.active ~ .dropdown-overlay {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .logo-link img { height: 40px; }
  .logo-text { font-size: 1.6rem; }

  .dropdown-menu {
    width: 340px;
    padding: var(--space-5);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  }
  .dropdown-h4 {
    font-size: 13px;
    margin-bottom: var(--space-3);
    padding-bottom: var(--space-2);
    border-bottom: 2px solid var(--primary-500);
    margin-left: 0; /* + Reset margin */
  }
  .dropdown-item {
    padding: 12px 16px;
    font-weight: 500;
    margin: 4px 0;
    border-radius: var(--radius-lg);
  }
  .dropdown-item:hover {
    background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
    color: white;
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  }
  .dropdown-separator {
    margin: var(--space-5) 0;
    background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
    height: 2px;
  }
}
@media (min-width: 1600px) {
  .container { max-width: 1400px; }
  .logo-link img { height: 50px; }
  .logo-text { font-size: 2rem; }
  .dropdown-menu { width: 380px; padding: var(--space-6); }
  .dropdown-item { padding: 16px 20px; font-size: 16px; }
}
@media (min-width: 2500px) {
  .container { max-width: 2000px; }
  .logo-link img { height: 60px; }
  .logo-text { font-size: 2.5rem; }
  .client-text { font-size: 1.2rem; }
  .dropdown-btn { font-size: 1.1rem; padding: 12px 16px; }
  .dropdown-menu { width: 400px; }
  .dropdown-item { padding: 18px 22px; font-size: 17px; }
}

@media (max-width: 768px) {
  .navbar { padding: 10px 0; }
  .navbar.scrolled { padding: 8px 0; } /* + Mobile scrolled state */
  .navbar-content { min-height: 50px; }
  .logo-link { gap: 8px; }
  .logo-link img { height: 35px; }
  .logo-text { font-size: 1.4rem; }
  .client-text { font-size: 0.8rem; }
  .dropdown-menu {
    position: fixed;
    top: 55px; /* + Match new navbar height */
    left: auto;
    right: 0;
    width: 300px;
    max-width: 80vw;
    height: calc(100vh - 55px);
    border-radius: 0;
    border: none;
    border-left: 1px solid var(--neutral-700);
    transform: translateX(100%);
    opacity: 1;
    visibility: visible;
    transition: transform var(--transition-normal) ease;
    padding: var(--space-6);
  }
  .navbar.scrolled + .dropdown-menu {
      top: 51px; /* + Adjust for scrolled navbar */
      height: calc(100vh - 51px);
  }

  .dropdown.active .dropdown-menu {
    transform: translateX(0);
  }
  .dropdown-overlay {
    backdrop-filter: blur(2px);
  }
  .dropdown-item {
    padding: 16px 12px;
    font-size: 16px;
    border-bottom: 1px solid var(--neutral-700, #334155);
    border-radius: 0;
  }
  .dropdown-item:last-child {
    border-bottom: none;
  }
  .dropdown-separator {
    margin: 16px 0;
  }
}
@media (max-width: 480px) {
  .navbar-content { min-height: 50px; }
  .logo-link img { height: 30px; }
  .logo-text { font-size: 1.2rem; }
  .logo-link { gap: 6px; }
  .client-text { display: none; }
  .dropdown-btn { padding: 6px 10px; }

  .dropdown-menu {
    top: 50px;
    height: calc(100% - 50px);
    max-width: 90vw;
    padding: var(--space-4);
  }
  .navbar.scrolled + .dropdown-menu {
      top: 46px;
      height: calc(100vh - 46px);
  }
  .dropdown-item { padding: 14px 10px; font-size: 15px; }
}
@media (max-width: 320px) {
  .logo-text { font-size: 1rem; }
  .logo-link img { height: 25px; }
}

/* Floating dropdown when menu is moved to body to avoid stacking context issues */
.dropdown-floating {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  z-index: calc(var(--z-100) + 200) !important; /* ensure it's above navbar and hero */
  width: auto !important;
  min-width: 280px;
  max-width: 92vw;
  margin: 0;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(2,6,23,0.6);
  transition: transform 220ms var(--transition-normal), opacity 180ms var(--transition-fast);
  transform-origin: top right;
  opacity: 0;
  will-change: transform, opacity, top, left;
  pointer-events: auto;
}

/* When JS makes menu visible we set inline styles; provide a small helper class for visible state */
.dropdown-floating[style] { opacity: 1; }

.dropdown-overlay-floating {
  position: fixed !important;
  z-index: calc(var(--z-100) + 150) !important;
  top: 0; left: 0; right: 0; bottom: 0;
  transition: opacity 180ms var(--transition-normal);
}

/* pointer-events: auto when overlay is visible */
.dropdown-overlay { pointer-events: none; }
.dropdown-overlay[style] { pointer-events: auto; }

/* Mobile adjustments: when floating on small screens make it a right panel */
@media (max-width: 768px) {
  .dropdown-floating {
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    height: auto;
    width: min(340px, 86vw) !important;
    border-radius: 0 !important;
    transform-origin: top right;
  }
}



/* =================================================================== */
/* 5. HERO (from hero.css) */
/* =================================================================== */
.hero {
  position: relative;
  min-height: var(--hero-min-height);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--hero-padding-top) 20px var(--hero-padding-bottom);
  overflow: hidden;
}
.hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-image {
  width: 100%;
  height: 100%;
  background-image: url('https://bitwercloud.com/assets/bg-imgs/bg-3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: changeBackground 12s infinite;
  background-color: var(--neutral-900);
}
@keyframes changeBackground {
  0%, 100% { background-image: url('https://bitwercloud.com/assets/bg-imgs/bg-3.png'); }
  33% { background-image: url('https://bitwercloud.com/assets/bg-imgs/bg-2.png'); }
  66% { background-image: url('https://bitwercloud.com/assets/bg-imgs/bg-1.png'); }
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(54, 77, 114, 0.226) 0%, rgba(37, 100, 235, 0.123) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
  animation: fadeInUp 1s ease-out;
}
.typewriter-container {
  margin-bottom: 1.5rem;
}
.hero-title {
  font-size: var(--text-5xl);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #ffffff;
  /* + Enhanced text shadow + */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 15px var(--primary-200);
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
}
.hero-description {
  font-size: var(--text-lg);
  margin-bottom: 2.5rem;
  opacity: 0.9;
  color: #e2e8f0;
  line-height: 1.6;
  animation: fadeInUp 1s ease-out 0.3s both;
  /* + Add subtle glow to description + */
  text-shadow: 0 0 5px rgba(232, 236, 245, 0.5);
}
.hero-highlight {
  color: #60a5fa;
  text-decoration:underline;
}
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease-out 0.6s both;
}
.btn-secondary {
  background-color: #5865F2;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: var(--text-base);
  box-shadow: 0 4px 12px rgba(88, 101, 242, 0.3);
}
.btn-secondary:hover {
  background-color: #4752c4;
  transform: translateY(-2px);
  /* + Enhanced shadow transition + */
  box-shadow: 0 6px 20px rgba(88, 101, 242, 0.4);
}

@keyframes typewriter {
  from { width: 0; }
  to { width: 100%; }
}
.typewriter-text {
  display: inline-block;
  overflow: hidden;
  border-right: 3px solid #60a5fa;
  white-space: nowrap;
  animation: typewriter 3s steps(40, end), blink-caret 0.75s step-end infinite;
}
@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: #60a5fa; }
}

@media (max-width: 1024px) {
  .hero-title { font-size: var(--text-4xl); }
  .hero-description { font-size: var(--text-base); }
}
@media (max-width: 768px) {
  .hero {
    min-height: var(--hero-min-height-mobile);
    padding: var(--hero-padding-top-mobile) 20px var(--hero-padding-bottom-mobile);
  }
  .hero-title { font-size: var(--text-3xl); margin-bottom: 1rem; }
  .hero-description { font-size: var(--text-base); margin-bottom: 2rem; }
  .btn-secondary { padding: 12px 24px; font-size: 0.9rem; }
  .hero-image { animation-duration: 16s; }
}
@media (max-width: 640px) {
  .hero { min-height: 60vh; }
  .hero-title { font-size: var(--text-2xl); }
  .hero-description { font-size: 0.95rem; }
  .hero-buttons { gap: 15px; }
}
@media (max-width: 480px) {
  .hero { padding: 80px 15px 40px; min-height: 50vh; }
  .hero-content { padding: 0 15px; }
  .hero-title { font-size: var(--text-xl); line-height: 1.3; }
  .hero-description { font-size: 0.9rem; margin-bottom: 1.5rem; }
  .hero-buttons { flex-direction: column; align-items: center; gap: 12px; }
  .btn-secondary { width: 100%; max-width: 280px; justify-content: center; padding: 12px 20px; }
  .typewriter-text { animation: none; border-right: none; white-space: normal; }
}
@media (max-width: 360px) {
  .hero { min-height: 45vh; padding: 70px 10px 30px; }
  .hero-title { font-size: 1.5rem; }
  .hero-description { font-size: 0.85rem; }
}
@media (min-width: 1600px) {
  .hero { min-height: 85vh; }
  .hero-title { font-size: 3.5rem; }
  .hero-description { font-size: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-image { animation: none; background-image: url('https://bitwercloud.com/assets/bg-imgs/bg-3.png'); }
  .typewriter-text { animation: none; border-right: none; }
  .hero-content, .hero-description, .hero-buttons { animation: none; }
}

/* =================================================================== */
/* 6. SERVICES (from services.css) */
/* =================================================================== */
.services-section {
  background-color: var(--bg-dark);
  position: relative;
}
.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-6);
}
.service-card {
  background-color: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  text-align: center;
  transition: all var(--transition-normal) ease;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  z-index: var(--z-10);
  /* + Add interactive border + */
  border: 1px solid transparent;
  transition: all var(--transition-normal) ease, border-color var(--transition-normal) ease;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(16, 110, 255, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity var(--transition-normal) ease;
  z-index: var(--z-0);
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-700); /* + Light up border on hover + */
}
.service-card:hover::before {
  opacity: 1;
}
.service-icon {
  font-size: var(--text-4xl);
  color: var(--primary-500);
  margin-bottom: var(--space-4);
  transition: transform var(--transition-normal) ease;
}
.service-card:hover .service-icon {
  transform: scale(1.2);
  color: var(--primary-400);
}
.service-title {
  font-size: var(--text-xl);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}
.service-description {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  flex-grow: 1;
}
.service-price {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
}
.btn-service {
  background-color: #a3e635;
  color: #1a2e05;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}
.btn-service:hover {
  background-color: #60a5fa;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(96, 165, 250, 0.3);
}
@media (max-width: 768px) {
  .services-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (max-width: 480px) {
  .services-container {
    grid-template-columns: 1fr;
  }
  .btn-service:hover {
    font-size: var(--text-sm);
    padding: var(--space-2) var(--space-3);
  }
}

/* =================================================================== */
/* 7. BENEFITS (from benefits.css) */
/* =================================================================== */
.benefits-section {
  background-color: var(--neutral-800);
  position: relative;
}
.benefits-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 30% 20%, rgba(55, 151, 255, 0.1) 0%, transparent 25%),
    radial-gradient(circle at 70% 60%, rgba(255, 112, 0, 0.08) 0%, transparent 25%);
}
.benefits-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-8);
}
.benefit-card {
  position: relative;
  background-color: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  transition: all var(--transition-normal) ease;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: var(--z-10);
}
.benefit-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, var(--primary-500), var(--secondary-500));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--transition-normal) ease;
}
.benefit-card:hover {
  transform: translateY(-10px);
  /* + Use colored glow for shadow + */
  box-shadow: 0 10px 25px -5px #106eff1a;
}
.benefit-card:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.benefit-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(16, 110, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-4);
  transition: all var(--transition-normal) ease;
  color: var(--primary-400);
}
.benefit-icon i {
  font-size: var(--text-3xl);
}
.benefit-card:hover .benefit-icon {
  background-color: var(--primary-600);
  color: var(--text-primary);
  transform: rotateY(360deg);
}
.benefit-title {
  font-size: var(--text-xl);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}
.benefit-description {
  color: var(--text-secondary);
  flex-grow: 1;
}
@media (max-width: 768px) {
  .benefits-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (max-width: 480px) {
  .benefits-container {
    grid-template-columns: 1fr;
  }
}

/* =================================================================== */
/* 8. GALLERY (from gallery.css) */
/* =================================================================== */
.gallery-section {
  background-color: var(--bg-dark);
  overflow: hidden;
}
.gallery-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.gallery-carousel {
  position: relative;
  height: 450px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--neutral-800); /* + Add subtle frame */
}
.gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity var(--transition-slow) ease;
  z-index: var(--z-0);
}
.gallery-slide.active {
  opacity: 1;
  z-index: var(--z-10);
}
.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--space-4) var(--space-6);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  color: var(--text-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  /* + Add transition for slide-in + */
  transform: translateY(100%);
  transition: opacity var(--transition-slow) ease, transform var(--transition-slow) ease;
}
.gallery-slide.active .slide-caption {
  transform: translateY(0); /* + Slide in */
}

.gallery-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: var(--z-20);
  padding: 0 var(--space-2);
}
.gallery-control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--text-primary);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-normal) ease;
  /* + Add pulse animation + */
  animation: pulse 2.5s infinite;
}
.gallery-control:hover {
  background-color: var(--primary-600);
  transform: scale(1.1);
  animation: none; /* + Stop pulse on hover + */
}
.gallery-control i {
  font-size: var(--text-xl);
}
.gallery-indicators {
  display: flex;
  justify-content: center;
  gap: var(--space-2);
  margin-top: var(--space-4);
}
.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--neutral-700);
  border: none;
  cursor: pointer;
  transition: all var(--transition-normal) ease;
}
.indicator:hover {
  background-color: var(--primary-300);
}
.indicator.active {
  background-color: var(--primary-500);
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .gallery-carousel { height: 350px; }
  .gallery-control { width: 40px; height: 40px; }
}
@media (max-width: 480px) {
  .gallery-carousel { height: 250px; }
  .slide-caption { padding: var(--space-2) var(--space-4); font-size: var(--text-base); }
  .gallery-control { width: 30px; height: 30px; }
}

/* =================================================================== */
/* 9. PLANS (from plans.css) */
/* =================================================================== */
.plans-section {
  background-color: var(--neutral-800);
  position: relative;
  padding: var(--space-16) 0; /* + Use padding for section */
}
.plans-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(96, 110, 255, 0.1) 0%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(34, 188, 250, 0.1) 0%, transparent 20%);
}
.plans-tabs {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
  position: relative;
  z-index: var(--z-10);
}
.plan-tab {
  padding: var(--space-3) var(--space-6);
  background-color: var(--neutral-700);
  border: 2px solid var(--neutral-600);
  border-radius: var(--radius-full);
  cursor: pointer;
  font-weight: var(--font-semibold);
  font-size: var(--text-base);
  transition: all var(--transition-normal) ease;
  color: var(--text-secondary);
}
.plan-tab:hover {
  background-color: var(--neutral-600);
  color: var(--text-primary);
}
.plan-tab.active {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
  color: var(--text-primary);
  box-shadow: 0 4px 10px rgba(74, 108, 247, 0.3);
}
.plans-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-6);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  position: relative;
  z-index: var(--z-10);
}
.plan-card {
  background-color: var(--bg-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: var(--space-6);
  transition: all var(--transition-normal) ease;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.plan-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--primary-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-normal) ease;
}
.plan-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
}
.plan-card:hover::before {
  transform: scaleX(1);
}
.plan-card.featured {
  border: 2px solid var(--primary-400);
  transform: scale(1.05);
  z-index: var(--z-10);
  /* + Add featured glow animation + */
  animation: featured-glow 3s infinite;
}
.plan-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}
.plan-card.featured::before {
  background-color: var(--primary-400);
}
.plan-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--primary-500);
  color: var(--text-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  z-index: var(--z-10);
}
.plan-header {
  text-align: center;
  padding: var(--space-6) var(--space-4) var(--space-4);
  margin-bottom: var(--space-4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.plan-title {
  font-size: var(--text-2xl);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  position: relative;
  z-index: var(--z-10);
}
.plan-price {
  font-size: var(--text-lg);
  color: var(--text-secondary);
}
.price {
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  color: var(--primary-400);
}
.plan-features {
  flex-grow: 1;
  margin-bottom: var(--space-6);
}
.plan-features ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  list-style: none;
  padding: 0;
  margin: 0;
}
.plan-features li {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--text-secondary);
  font-size: var(--text-base);
  /* + Add hover effect to features + */
  transition: all var(--transition-fast) ease;
}
.plan-features li:hover {
  color: var(--text-primary);
  transform: translateX(5px);
}
.plan-features i {
  color: var(--success-500);
  font-size: var(--text-lg);
}
.btn-plan {
  width: 100%;
  background-color: transparent;
  border: 2px solid var(--primary-500);
  color: var(--primary-400);
  padding: var(--space-3) var(--space-4);
  transition: all var(--transition-normal) ease;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-md);
  font-weight: var(--font-semibold);
}
.btn-plan:hover {
  background-color: var(--primary-500);
  color: var(--text-primary);
}
.btn-plan-featured {
  width: 100%;
  background-color: var(--primary-500);
  color: var(--text-primary);
  padding: var(--space-3) var(--space-4);
  transition: all var(--transition-normal) ease;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-md);
  font-weight: var(--font-semibold);
}
.btn-plan-featured:hover {
  background-color: var(--primary-600);
  transform: translateY(-3px);
  box-shadow: 0 7px 15px rgba(16, 110, 255, 0.3);
}

@media (max-width: 1024px) {
  .plans-container { gap: var(--space-6); }
  .plan-card { max-width: 100%; }
}
@media (max-width: 768px) {
  .plans-tabs { flex-direction: column; align-items: center; }
  .plan-card.featured { transform: scale(1); order: -1; margin-bottom: var(--space-8); }
  .plan-card.featured:hover { transform: scale(1) translateY(-10px); }
  .plans-container { grid-template-columns: 1fr; }
  .plan-badge { top: 8px; right: 8px; font-size: 10px; padding: 2px 8px; }
  .plan-header { padding: var(--space-4) var(--space-3) var(--space-3); }
}
@media (max-width: 480px) {
  .plan-tab { padding: var(--space-2) var(--space-4); font-size: var(--text-sm); }
  .plan-header { padding-bottom: var(--space-3); margin-bottom: var(--space-3); }
  .plan-title { font-size: var(--text-xl); }
  .price { font-size: var(--text-2xl); }
}

/* =================================================================== */
/* 10. CTA & FOOTER (from footer.css) */
/* =================================================================== */
.cta-section {
  background-color: var(--primary-800);
  padding: var(--space-16) 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 10% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
    radial-gradient(circle at 90% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 20%);
  /* + Animate background gradient + */
  background-size: 200% 200%;
  animation: gradient-flow 10s ease infinite;
}
.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: var(--z-10);
}
.cta-title {
  font-size: var(--text-4xl);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}
.cta-description {
  font-size: var(--text-xl);
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: var(--space-8);
}
/* + Added missing .btn-cta style + */
.btn-cta {
  background-color: var(--success-500);
  color: var(--neutral-900);
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: all var(--transition-normal) ease;
  display: inline-block;
  box-shadow: 0 5px 20px rgba(27, 205, 101, 0.3);
}
.btn-cta:hover {
  background-color: var(--success-400);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(27, 205, 101, 0.4);
}

.footer {
  background-color: var(--neutral-900);
  padding: var(--space-16) 0 var(--space-4);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--primary-600), var(--secondary-600), var(--accent-600));
  /* + Animate footer gradient border + */
  background-size: 400% 400%;
  animation: gradient-flow 10s ease infinite;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space-8);
  margin-bottom: var(--space-12);
}
.footer-column:nth-child(1) {
  grid-column: span 4;
}
.footer-column:nth-child(2),
.footer-column:nth-child(3),
.footer-column:nth-child(4) {
  grid-column: span 2;
}
.footer-logo {
  margin-bottom: var(--space-4);
}
.footer-description {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}
.social-links {
  display: flex;
  gap: var(--space-3);
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--text-primary);
  font-size: var(--text-xl);
  transition: all var(--transition-normal) ease;
}
.social-link:hover {
  background-color: var(--primary-600);
  color: var(--text-primary);
  transform: translateY(-3px);
}
.footer-title {
  font-size: var(--text-lg);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  position: relative;
  display: inline-block;
  padding-bottom: var(--space-2);
}
.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary-500);
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.footer-links a {
  color: var(--text-secondary);
  font-size: var(--text-base);
  transition: all var(--transition-fast) ease;
}
.footer-links a:hover {
  color: var(--primary-400);
  transform: translateX(5px);
}
.footer-bottom {
  padding-top: var(--space-4);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-4);
}
.copyright {
  color: var(--text-muted);
  font-size: var(--text-sm);
  margin: 0;
}
.footer-legal {
  display: flex;
  gap: var(--space-4);
}
.footer-legal a {
  color: var(--text-muted);
  font-size: var(--text-sm);
}
.footer-legal a:hover {
  color: var(--text-primary);
}

@media (max-width: 1024px) {
  .footer-content { gap: var(--space-6); }
  .footer-column:nth-child(1) { grid-column: span 6; }
  .footer-column:nth-child(2),
  .footer-column:nth-child(3),
  .footer-column:nth-child(4) { grid-column: span 2; }
}
@media (max-width: 768px) {
  .footer-content { grid-template-columns: repeat(6, 1fr); }
  .footer-column:nth-child(1) { grid-column: span 6; margin-bottom: var(--space-6); }
  .footer-column:nth-child(2),
  .footer-column:nth-child(3),
  .footer-column:nth-child(4) { grid-column: span 2; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .cta-title { font-size: var(--text-3xl); }
  .cta-description { font-size: var(--text-lg); }
}
@media (max-width: 576px) {
  .footer-content { grid-template-columns: 1fr; gap: var(--space-8); }
  .footer-column:nth-child(1),
  .footer-column:nth-child(2),
  .footer-column:nth-child(3),
  .footer-column:nth-child(4) { grid-column: span 1; }
}

:root {
  --text-base: 1.0625rem; /* 17px */
  --text-lg: 1.125rem;
  --max-content-width: 1180px;
}

.container {
  width: 92%;
  max-width: var(--max-content-width);
}

body { font-feature-settings: "kern" 1, "liga" 1; }
.section-title { letter-spacing: -0.02em; }
.section-description { letter-spacing: 0; opacity: 0.95; }

.hero-title { font-family: var(--font-primary), Inter, system-ui, sans-serif; font-weight: 800; }
.plan-title, .benefit-title, .service-title, .footer-title { font-weight: 700; }

.navbar { box-shadow: 0 6px 30px rgba(3,8,23,0.6); }
.navbar .logo-link img { height: 48px; }
.navbar .navbar-content { gap: 12px; }
.nav-links { display: flex; gap: 18px; align-items: center; }
.nav-link { color: var(--text-primary); text-decoration: none; padding: 8px 10px; border-radius: 8px; transition: background-color var(--transition-fast); }
.nav-link:hover, .nav-link:focus { background: rgba(255,255,255,0.04); outline: none; }

.dropdown-btn { outline: none; }
.dropdown-btn:focus-visible { box-shadow: 0 0 0 3px rgba(16,110,255,0.16); }

.hero-content {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border-radius: 16px;
  padding: 40px 36px;
  box-shadow: 0 20px 60px rgba(2,6,23,0.6), inset 0 1px 0 rgba(255,255,255,0.02);
  backdrop-filter: blur(6px) saturate(1.05);
  border: 1px solid rgba(255,255,255,0.04);
  max-width: 980px;
}
.hero-title { margin-bottom: 0.75rem; }
.hero-description { margin-bottom: 1.75rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border-radius: 12px; font-weight: 700; cursor: pointer; border: none; }
.btn-primary { background: linear-gradient(90deg,var(--primary-500),var(--primary-400)); color: white; box-shadow: 0 8px 30px rgba(16,110,255,0.18); }
.btn-primary:hover, .btn-primary:focus { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(16,110,255,0.22); }
.btn-ghost { background: transparent; color: var(--text-primary); border: 1px solid rgba(255,255,255,0.06); }
.btn-ghost:hover { background: rgba(255,255,255,0.03); transform: translateY(-2px); }
.btn-secondary { padding: 12px 20px; border-radius: 12px; }

.service-card, .benefit-card, .plan-card { border-radius: 14px; padding: 28px; }

.plan-card.featured { transform: translateY(-6px) scale(1.02); border-width: 2px; }
.plan-badge { top: 10px; right: 10px; font-size: 12px; }

.footer { padding: 56px 0 28px; }
.footer-content { gap: 32px; }
.footer-column { color: var(--text-secondary); }
.footer-legal { align-items: center; }

.gallery-carousel { border-radius: 12px; overflow: hidden; }
.gallery-image { transition: transform 8s linear; }
.gallery-slide.active .gallery-image { transform: scale(1.03); }

a:focus, button:focus { outline: 3px solid rgba(96,165,250,0.18); outline-offset: 2px; }

@media (max-width: 768px) {
  .hero-content { padding: 26px; border-radius: 12px; }
  .btn { width: 100%; }
  .hero-buttons { flex-direction: column; gap: 12px; }
}

@media (prefers-contrast: more) {
  .hero-content { border: 1px solid rgba(255,255,255,0.06); box-shadow: 0 30px 80px rgba(0,0,0,0.8); }
}

@media print {
  .navbar, .dropdown-menu, .gallery-controls, .gallery-indicators { display: none !important; }
}
