:root {
  /* Primitive Color Tokens */
  --color-white: rgba(255, 255, 255, 1);
  --color-black: rgba(0, 0, 0, 1);
  --color-cream-50: rgba(252, 252, 249, 1);
  --color-cream-100: rgba(255, 255, 253, 1);
  --color-gray-200: rgba(245, 245, 245, 1);
  --color-gray-300: rgba(167, 169, 169, 1);
  --color-gray-400: rgba(119, 124, 124, 1);
  --color-slate-500: rgba(98, 108, 113, 1);
  --color-brown-600: rgba(94, 82, 64, 1);
  --color-charcoal-700: rgba(31, 33, 33, 1);
  --color-charcoal-800: rgba(38, 40, 40, 1);
  --color-slate-900: rgba(19, 52, 59, 1);
  --color-teal-300: rgba(50, 184, 198, 1);
  --color-teal-400: rgba(45, 166, 178, 1);
  --color-teal-500: rgba(33, 128, 141, 1);
  --color-teal-600: rgba(29, 116, 128, 1);
  --color-teal-700: rgba(26, 104, 115, 1);
  --color-teal-800: rgba(41, 150, 161, 1);
  --color-red-400: rgba(255, 84, 89, 1);
  --color-red-500: rgba(192, 21, 47, 1);
  --color-orange-400: rgba(230, 129, 97, 1);
  --color-orange-500: rgba(168, 75, 47, 1);

  /* RGB versions for opacity control */
  --color-brown-600-rgb: 94, 82, 64;
  --color-teal-500-rgb: 33, 128, 141;
  --color-slate-900-rgb: 19, 52, 59;
  --color-slate-500-rgb: 98, 108, 113;
  
  /* Team Member Photos - Central Control */
  --team-president-photo: url('images/team/president.jpg');
  --team-vice-president-photo: url('images/team/vice-president.jpg');
  --team-general-secretary-photo: url('images/team/general-secretary.jpg');
  --team-joint-secretary-photo: url('images/team/joint-secretary.jpg');
  --team-additional-secretary-photo: url('images/team/additional-secretary.jpg');
  --team-ceo-photo: url('images/team/ceo.jpg');
  --team-cto-photo: url('images/team/cto.jpg');
  --team-cto2-photo: url('images/team/cto2.jpg');
  --team-national-coordinator-photo: url('images/team/national-coordinator.jpg');
  --team-spokesperson-photo: url('images/team/spokesperson.jpg');
  --color-red-500-rgb: 192, 21, 47;
  --color-red-400-rgb: 255, 84, 89;
  --color-orange-500-rgb: 168, 75, 47;
  --color-orange-400-rgb: 230, 129, 97;

  /* Background color tokens (Light Mode) */
  --color-bg-1: rgba(59, 130, 246, 0.08); /* Light blue */
  --color-bg-2: rgba(245, 158, 11, 0.08); /* Light yellow */
  --color-bg-3: rgba(34, 197, 94, 0.08); /* Light green */
  --color-bg-4: rgba(239, 68, 68, 0.08); /* Light red */
  --color-bg-5: rgba(147, 51, 234, 0.08); /* Light purple */
  --color-bg-6: rgba(249, 115, 22, 0.08); /* Light orange */
  --color-bg-7: rgba(236, 72, 153, 0.08); /* Light pink */
  --color-bg-8: rgba(6, 182, 212, 0.08); /* Light cyan */

  /* Semantic Color Tokens (Light Mode) */
  --color-background: var(--color-cream-50);
  --color-surface: var(--color-cream-100);
  --color-text: var(--color-slate-900);
  --color-text-secondary: var(--color-slate-500);
  --color-primary: var(--color-teal-500);
  --color-primary-hover: var(--color-teal-600);
  --color-primary-active: var(--color-teal-700);
  --color-secondary: rgba(var(--color-brown-600-rgb), 0.12);
  --color-secondary-hover: rgba(var(--color-brown-600-rgb), 0.2);
  --color-secondary-active: rgba(var(--color-brown-600-rgb), 0.25);
  --color-border: rgba(var(--color-brown-600-rgb), 0.2);
  --color-btn-primary-text: var(--color-cream-50);
  --color-card-border: rgba(var(--color-brown-600-rgb), 0.12);
  --color-card-border-inner: rgba(var(--color-brown-600-rgb), 0.12);
  --color-error: var(--color-red-500);
  --color-success: var(--color-teal-500);
  --color-warning: var(--color-orange-500);
  --color-info: var(--color-slate-500);
  --color-focus-ring: rgba(var(--color-teal-500-rgb), 0.4);
  --color-select-caret: rgba(var(--color-slate-900-rgb), 0.8);

  /* Common style patterns */
  --focus-ring: 0 0 0 3px var(--color-focus-ring);
  --focus-outline: 2px solid var(--color-primary);
  --status-bg-opacity: 0.15;
  --status-border-opacity: 0.25;
  --select-caret-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23134252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --select-caret-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

  /* RGB versions for opacity control */
  --color-success-rgb: 33, 128, 141;
  --color-error-rgb: 192, 21, 47;
  --color-warning-rgb: 168, 75, 47;
  --color-info-rgb: 98, 108, 113;

  /* Typography */
  --font-family-base: "FKGroteskNeue", "Geist", "Inter", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-family-mono: "Berkeley Mono", ui-monospace, SFMono-Regular, Menlo,
    Monaco, Consolas, monospace;
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-base: 14px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-2xl: 20px;
  --font-size-3xl: 24px;
  --font-size-4xl: 30px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 550;
  --font-weight-bold: 600;
  --line-height-tight: 1.2;
  --line-height-normal: 1.5;
  --letter-spacing-tight: -0.01em;

  /* Spacing */
  --space-0: 0;
  --space-1: 1px;
  --space-2: 2px;
  --space-4: 4px;
  --space-6: 6px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;

  /* Border Radius */
  --radius-sm: 6px;
  --radius-base: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.04),
    0 2px 4px -1px rgba(0, 0, 0, 0.02);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.04),
    0 4px 6px -2px rgba(0, 0, 0, 0.02);
  --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);

  /* Animation */
  --duration-fast: 150ms;
  --duration-normal: 250ms;
  --ease-standard: cubic-bezier(0.16, 1, 0.3, 1);

  /* Layout */
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
}

/* Dark mode colors */
@media (prefers-color-scheme: dark) {
  :root {
    /* RGB versions for opacity control (Dark Mode) */
    --color-gray-400-rgb: 119, 124, 124;
    --color-teal-300-rgb: 50, 184, 198;
    --color-gray-300-rgb: 167, 169, 169;
    --color-gray-200-rgb: 245, 245, 245;

    /* Background color tokens (Dark Mode) */
    --color-bg-1: rgba(29, 78, 216, 0.15); /* Dark blue */
    --color-bg-2: rgba(180, 83, 9, 0.15); /* Dark yellow */
    --color-bg-3: rgba(21, 128, 61, 0.15); /* Dark green */
    --color-bg-4: rgba(185, 28, 28, 0.15); /* Dark red */
    --color-bg-5: rgba(107, 33, 168, 0.15); /* Dark purple */
    --color-bg-6: rgba(194, 65, 12, 0.15); /* Dark orange */
    --color-bg-7: rgba(190, 24, 93, 0.15); /* Dark pink */
    --color-bg-8: rgba(8, 145, 178, 0.15); /* Dark cyan */
    
    /* Semantic Color Tokens (Dark Mode) */
    --color-background: var(--color-charcoal-700);
    --color-surface: var(--color-charcoal-800);
    --color-text: var(--color-gray-200);
    --color-text-secondary: rgba(var(--color-gray-300-rgb), 0.7);
    --color-primary: var(--color-teal-300);
    --color-primary-hover: var(--color-teal-400);
    --color-primary-active: var(--color-teal-800);
    --color-secondary: rgba(var(--color-gray-400-rgb), 0.15);
    --color-secondary-hover: rgba(var(--color-gray-400-rgb), 0.25);
    --color-secondary-active: rgba(var(--color-gray-400-rgb), 0.3);
    --color-border: rgba(var(--color-gray-400-rgb), 0.3);
    --color-error: var(--color-red-400);
    --color-success: var(--color-teal-300);
    --color-warning: var(--color-orange-400);
    --color-info: var(--color-gray-300);
    --color-focus-ring: rgba(var(--color-teal-300-rgb), 0.4);
    --color-btn-primary-text: var(--color-slate-900);
    --color-card-border: rgba(var(--color-gray-400-rgb), 0.2);
    --color-card-border-inner: rgba(var(--color-gray-400-rgb), 0.15);
    --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    --button-border-secondary: rgba(var(--color-gray-400-rgb), 0.2);
    --color-border-secondary: rgba(var(--color-gray-400-rgb), 0.2);
    --color-select-caret: rgba(var(--color-gray-200-rgb), 0.8);

    /* Common style patterns - updated for dark mode */
    --focus-ring: 0 0 0 3px var(--color-focus-ring);
    --focus-outline: 2px solid var(--color-primary);
    --status-bg-opacity: 0.15;
    --status-border-opacity: 0.25;
    --select-caret-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23134252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    --select-caret-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

    /* RGB versions for dark mode */
    --color-success-rgb: var(--color-teal-300-rgb);
    --color-error-rgb: var(--color-red-400-rgb);
    --color-warning-rgb: var(--color-orange-400-rgb);
    --color-info-rgb: var(--color-gray-300-rgb);
  }
}

/* Data attribute for manual theme switching */
[data-color-scheme="dark"] {
  /* RGB versions for opacity control (dark mode) */
  --color-gray-400-rgb: 119, 124, 124;
  --color-teal-300-rgb: 50, 184, 198;
  --color-gray-300-rgb: 167, 169, 169;
  --color-gray-200-rgb: 245, 245, 245;

  /* Colorful background palette - Dark Mode */
  --color-bg-1: rgba(29, 78, 216, 0.15); /* Dark blue */
  --color-bg-2: rgba(180, 83, 9, 0.15); /* Dark yellow */
  --color-bg-3: rgba(21, 128, 61, 0.15); /* Dark green */
  --color-bg-4: rgba(185, 28, 28, 0.15); /* Dark red */
  --color-bg-5: rgba(107, 33, 168, 0.15); /* Dark purple */
  --color-bg-6: rgba(194, 65, 12, 0.15); /* Dark orange */
  --color-bg-7: rgba(190, 24, 93, 0.15); /* Dark pink */
  --color-bg-8: rgba(8, 145, 178, 0.15); /* Dark cyan */
  
  /* Semantic Color Tokens (Dark Mode) */
  --color-background: var(--color-charcoal-700);
  --color-surface: var(--color-charcoal-800);
  --color-text: var(--color-gray-200);
  --color-text-secondary: rgba(var(--color-gray-300-rgb), 0.7);
  --color-primary: var(--color-teal-300);
  --color-primary-hover: var(--color-teal-400);
  --color-primary-active: var(--color-teal-800);
  --color-secondary: rgba(var(--color-gray-400-rgb), 0.15);
  --color-secondary-hover: rgba(var(--color-gray-400-rgb), 0.25);
  --color-secondary-active: rgba(var(--color-gray-400-rgb), 0.3);
  --color-border: rgba(var(--color-gray-400-rgb), 0.3);
  --color-error: var(--color-red-400);
  --color-success: var(--color-teal-300);
  --color-warning: var(--color-orange-400);
  --color-info: var(--color-gray-300);
  --color-focus-ring: rgba(var(--color-teal-300-rgb), 0.4);
  --color-btn-primary-text: var(--color-slate-900);
  --color-card-border: rgba(var(--color-gray-400-rgb), 0.15);
  --color-card-border-inner: rgba(var(--color-gray-400-rgb), 0.15);
  --shadow-inset-sm: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  --color-border-secondary: rgba(var(--color-gray-400-rgb), 0.2);
  --color-select-caret: rgba(var(--color-gray-200-rgb), 0.8);

  /* Common style patterns - updated for dark mode */
  --focus-ring: 0 0 0 3px var(--color-focus-ring);
  --focus-outline: 2px solid var(--color-primary);
  --status-bg-opacity: 0.15;
  --status-border-opacity: 0.25;
  --select-caret-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23134252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --select-caret-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

  /* RGB versions for dark mode */
  --color-success-rgb: var(--color-teal-300-rgb);
  --color-error-rgb: var(--color-red-400-rgb);
  --color-warning-rgb: var(--color-orange-400-rgb);
  --color-info-rgb: var(--color-gray-300-rgb);
}

[data-color-scheme="light"] {
  /* RGB versions for opacity control (light mode) */
  --color-brown-600-rgb: 94, 82, 64;
  --color-teal-500-rgb: 33, 128, 141;
  --color-slate-900-rgb: 19, 52, 59;
  
  /* Semantic Color Tokens (Light Mode) */
  --color-background: var(--color-cream-50);
  --color-surface: var(--color-cream-100);
  --color-text: var(--color-slate-900);
  --color-text-secondary: var(--color-slate-500);
  --color-primary: var(--color-teal-500);
  --color-primary-hover: var(--color-teal-600);
  --color-primary-active: var(--color-teal-700);
  --color-secondary: rgba(var(--color-brown-600-rgb), 0.12);
  --color-secondary-hover: rgba(var(--color-brown-600-rgb), 0.2);
  --color-secondary-active: rgba(var(--color-brown-600-rgb), 0.25);
  --color-border: rgba(var(--color-brown-600-rgb), 0.2);
  --color-btn-primary-text: var(--color-cream-50);
  --color-card-border: rgba(var(--color-brown-600-rgb), 0.12);
  --color-card-border-inner: rgba(var(--color-brown-600-rgb), 0.12);
  --color-error: var(--color-red-500);
  --color-success: var(--color-teal-500);
  --color-warning: var(--color-orange-500);
  --color-info: var(--color-slate-500);
  --color-focus-ring: rgba(var(--color-teal-500-rgb), 0.4);

  /* RGB versions for light mode */
  --color-success-rgb: var(--color-teal-500-rgb);
  --color-error-rgb: var(--color-red-500-rgb);
  --color-warning-rgb: var(--color-orange-500-rgb);
  --color-info-rgb: var(--color-slate-500-rgb);
}

/* Base styles */
html {
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
  line-height: var(--line-height-normal);
  color: var(--color-text);
  background-color: var(--color-background);
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  color: var(--color-text);
  letter-spacing: var(--letter-spacing-tight);
}

h1 {
  font-size: var(--font-size-4xl);
}
h2 {
  font-size: var(--font-size-3xl);
}
h3 {
  font-size: var(--font-size-2xl);
}
h4 {
  font-size: var(--font-size-xl);
}
h5 {
  font-size: var(--font-size-lg);
}
h6 {
  font-size: var(--font-size-md);
}

p {
  margin: 0 0 var(--space-16) 0;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-standard);
}

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

code,
pre {
  font-family: var(--font-family-mono);
  font-size: calc(var(--font-size-base) * 0.95);
  background-color: var(--color-secondary);
  border-radius: var(--radius-sm);
}

code {
  padding: var(--space-1) var(--space-4);
}

pre {
  padding: var(--space-16);
  margin: var(--space-16) 0;
  overflow: auto;
  border: 1px solid var(--color-border);
}

pre code {
  background: none;
  padding: 0;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-8) var(--space-16);
  border-radius: var(--radius-base);
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-standard);
  border: none;
  text-decoration: none;
  position: relative;
}

.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.btn--primary {
  background: var(--color-primary);
  color: var(--color-btn-primary-text);
}

.btn--primary:hover {
  background: var(--color-primary-hover);
}

.btn--primary:active {
  background: var(--color-primary-active);
}

.btn--secondary {
  background: var(--color-secondary);
  color: var(--color-text);
}

.btn--secondary:hover {
  background: var(--color-secondary-hover);
}

.btn--secondary:active {
  background: var(--color-secondary-active);
}

.btn--outline {
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-text);
}

.btn--outline:hover {
  background: var(--color-secondary);
}

.btn--sm {
  padding: var(--space-4) var(--space-12);
  font-size: var(--font-size-sm);
  border-radius: var(--radius-sm);
}

.btn--lg {
  padding: var(--space-10) var(--space-20);
  font-size: var(--font-size-lg);
  border-radius: var(--radius-md);
}

.btn--full-width {
  width: 100%;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Form elements */
.form-control {
  display: block;
  width: 100%;
  padding: var(--space-8) var(--space-12);
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: var(--color-text);
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-base);
  transition: border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

textarea.form-control {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
}

select.form-control {
  padding: var(--space-8) var(--space-12);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--select-caret-light);
  background-repeat: no-repeat;
  background-position: right var(--space-12) center;
  background-size: 16px;
  padding-right: var(--space-32);
}

/* Add a dark mode specific caret */
@media (prefers-color-scheme: dark) {
  select.form-control {
    background-image: var(--select-caret-dark);
  }
}

/* Also handle data-color-scheme */
[data-color-scheme="dark"] select.form-control {
  background-image: var(--select-caret-dark);
}

[data-color-scheme="light"] select.form-control {
  background-image: var(--select-caret-light);
}

.form-control:focus {
  border-color: var(--color-primary);
  outline: var(--focus-outline);
}

.form-label {
  display: block;
  margin-bottom: var(--space-8);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
}

.form-group {
  margin-bottom: var(--space-16);
}

/* Card component */
.card {
  background-color: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-card-border);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: box-shadow var(--duration-normal) var(--ease-standard);
}

.card:hover {
  box-shadow: var(--shadow-md);
}

.card__body {
  padding: var(--space-16);
}

.card__header,
.card__footer {
  padding: var(--space-16);
  border-bottom: 1px solid var(--color-card-border-inner);
}

/* Status indicators - simplified with CSS variables */
.status {
  display: inline-flex;
  align-items: center;
  padding: var(--space-6) var(--space-12);
  border-radius: var(--radius-full);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
}

.status--success {
  background-color: rgba(
    var(--color-success-rgb, 33, 128, 141),
    var(--status-bg-opacity)
  );
  color: var(--color-success);
  border: 1px solid
    rgba(var(--color-success-rgb, 33, 128, 141), var(--status-border-opacity));
}

.status--error {
  background-color: rgba(
    var(--color-error-rgb, 192, 21, 47),
    var(--status-bg-opacity)
  );
  color: var(--color-error);
  border: 1px solid
    rgba(var(--color-error-rgb, 192, 21, 47), var(--status-border-opacity));
}

.status--warning {
  background-color: rgba(
    var(--color-warning-rgb, 168, 75, 47),
    var(--status-bg-opacity)
  );
  color: var(--color-warning);
  border: 1px solid
    rgba(var(--color-warning-rgb, 168, 75, 47), var(--status-border-opacity));
}

.status--info {
  background-color: rgba(
    var(--color-info-rgb, 98, 108, 113),
    var(--status-bg-opacity)
  );
  color: var(--color-info);
  border: 1px solid
    rgba(var(--color-info-rgb, 98, 108, 113), var(--status-border-opacity));
}

/* Container layout */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--space-16);
  padding-left: var(--space-16);
}

@media (min-width: 640px) {
  .container {
    max-width: var(--container-sm);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--container-md);
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: var(--container-lg);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: var(--container-xl);
  }
}

/* Utility classes */
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: var(--space-4);
}
.gap-8 {
  gap: var(--space-8);
}
.gap-16 {
  gap: var(--space-16);
}

.m-0 {
  margin: 0;
}
.mt-8 {
  margin-top: var(--space-8);
}
.mb-8 {
  margin-bottom: var(--space-8);
}
.mx-8 {
  margin-left: var(--space-8);
  margin-right: var(--space-8);
}
.my-8 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
}

.p-0 {
  padding: 0;
}
.py-8 {
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
}
.px-8 {
  padding-left: var(--space-8);
  padding-right: var(--space-8);
}
.py-16 {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}
.px-16 {
  padding-left: var(--space-16);
  padding-right: var(--space-16);
}

.block {
  display: block;
}
.hidden {
  display: none;
}

/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:focus-visible {
  outline: var(--focus-outline);
  outline-offset: 2px;
}

/* Dark mode specifics */
[data-color-scheme="dark"] .btn--outline {
  border: 1px solid var(--color-border-secondary);
}

@font-face {
  font-family: 'FKGroteskNeue';
  src: url('https://r2cdn.perplexity.ai/fonts/FKGroteskNeue.woff2')
    format('woff2');
}

/* END PERPLEXITY DESIGN SYSTEM */

/* === CONTENT CONTROL (Edit in one place) ================================
   Update the URLs below to instantly swap key images across the site.
   Tip: Use absolute URLs (CDN/Drive/Cloud) for best caching.
=========================================================================== */
:root{
  /* Hero images */
  --img-hero-1: url('https://images.unsplash.com/photo-1526304640581-d334cdbbf45e?q=80&w=1920&auto=format&fit=crop');
  --img-hero-2: url('https://images.unsplash.com/photo-1518544801976-3e159e50e5bb?q=80&w=1920&auto=format&fit=crop');
  --img-hero-3: url('https://images.unsplash.com/photo-1508385082359-f38ae991e8f2?q=80&w=1920&auto=format&fit=crop');
  /* About illustration */
  --img-about: url('images/assets/bca.png');
  /* Team photos */
  --img-team-1: url('https://images.unsplash.com/photo-1544005313-94ddf0286df2?q=80&w=800&auto=format&fit=crop');
  --img-team-2: url('https://images.unsplash.com/photo-1547425260-76bcadfb4f2c?q=80&w=800&auto=format&fit=crop');
  --img-team-3: url('https://images.unsplash.com/photo-1541532713592-79a0317b6b77?q=80&w=800&auto=format&fit=crop');

  /* Team card cosmetics */
  --team-photo-height: 220px;
  --team-photo-radius: 14px;
  --team-photo-fit: cover;
}

:root {
    /* BCA Color Palette */
    --primary: #288CFA;
    --primary-dark: #103766;
    --positive: #2E865F;
    --positive-light: #C6F4D6;
    --highlight: #FFD700;
    --bg: #FFFFFF;
    --muted: #F5F5F5;
    --text: #333333;
    --text-invert: #FFFFFF;
    --focus: #FF8C00;
    
    /* Design system overrides for BCA */
    --color-primary: var(--primary);
    --color-primary-hover: #1976D2;
    --color-primary-active: var(--primary-dark);
    --color-background: var(--bg);
    --color-surface: var(--bg);
    --color-text: var(--text);
    --color-text-secondary: #666666;
    --color-secondary: var(--muted);
    --color-success: var(--positive);
    --color-border: #e5e5e5;
}

/* Base styles */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Lato", var(--font-family-base);
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    font-size: 16px;
}

body.nav-open {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", "Lato", Arial, sans-serif;
    margin: 0 0 .5rem 0;
    line-height: 1.25;
    color: var(--text);
}

h1 { font-size: 2rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.1rem; }

p {
    margin: .5rem 0 1rem 0;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

a:hover {
    opacity: .9;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    animation: bounce 2s infinite;
}

.whatsapp-float a {
    display: block;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float a:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    opacity: 1;
}

.whatsapp-icon {
    color: white;
    font-size: 24px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Header - Three Section Layout */
header {
    position: relative;
    z-index: 1000;
}

/* Top Bar - Dark Red/Maroon Background */
.header-topbar {
    background: #8B1538; /* Dark red/maroon */
    color: #fff;
    padding: 8px 0;
    font-size: 13px;
}

.header-topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.header-topbar-left {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.header-topbar-left > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-topbar-left .separator {
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.3);
    border-left: 1px dotted rgba(255,255,255,0.5);
}

.header-topbar-left i {
    font-size: 14px;
    margin-right: 5px;
}

.header-topbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-social-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
}

.header-social-icon:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

/* Middle Section - White Background */
.header-middle {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.header-middle .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.header-logo-section {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 60%;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
}

.header-logo img {
    width: clamp(240px, 40vw, 680px);
    max-width: 100%;
    max-height: 100px;
    height: auto;
    display: block;
}

.header-action-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex: 0 0 auto;
}

.header-action-btn {
    background: #8B1538;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s ease;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.header-action-btn:hover {
    background: #6B0F2A;
    color: #fff;
}

/* Bottom Navigation Bar - Dark Red/Maroon Background */
.header-navbar {
    background: #8B1538;
    padding: 33px 0;
    position: sticky;
    top: 0;
    z-index: 4000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-navbar nav ul {
    display: flex;
    list-style: none;
    gap: 25px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
}

.header-navbar nav a {
    color: #fff;
    font-weight: 600;
    padding: 8px 0;
    text-decoration: none;
    font-size: 17px;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.header-navbar nav a:hover {
    opacity: 0.9;
}

.header-navbar nav a.active {
    color: #FFD700;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Mobile Navigation Toggle */
.nav-toggle {
    display: none;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 38px;
    z-index: 4200;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.nav-toggle:focus-visible {
    outline: 2px solid #FFD700;
    outline-offset: 4px;
}

.nav-toggle__bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Responsive Design */
@media (max-width: 900px) {
    .header-middle .container {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 16px;
    }
    
    .header-action-buttons {
        width: 100%;
        justify-content: center;
        gap: 10px;
    }
    
    .nav-toggle {
        display: inline-flex;
        margin-left: auto;
        z-index: 4200;
    }
    
    .nav-toggle:hover {
        background: rgba(255,255,255,0.12);
        border-color: rgba(255,255,255,0.35);
        box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    }
    
    body.nav-open .nav-toggle {
        position: fixed;
        top: 24px;
        right: 22px;
        background: rgba(139,21,56,0.95);
        border-color: rgba(255,255,255,0.25);
        box-shadow: 0 10px 24px rgba(0,0,0,0.35);
    }
    
    body.nav-open .nav-toggle__bar:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }
    
    body.nav-open .nav-toggle__bar:nth-child(2) {
        opacity: 0;
    }
    
    body.nav-open .nav-toggle__bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }
    
    .header-navbar nav {
        position: static;
    }
    
    .header-navbar nav ul {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(300px, 82vw);
        padding: 110px 24px 32px;
        margin: 0;
        background: #6B0F2A;
        border-right: 1px solid rgba(255,255,255,0.2);
        gap: 16px;
        transform: translateX(-100%);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 6px 0 22px rgba(0,0,0,0.4);
        overflow-y: auto;
        z-index: 4100;
        pointer-events: none;
    }
    
    .header-navbar nav ul.is-open {
        transform: translateX(0);
        pointer-events: auto;
    }
    
    .header-navbar nav li {
        width: 100%;
    }
    
    .header-navbar nav a {
        padding: 12px 0;
        width: 100%;
        display: block;
        font-size: 1.05rem;
        font-weight: 600;
        color: #fff;
        border-radius: 6px;
        transition: background 0.25s ease, padding-left 0.25s ease;
    }
    
    .header-navbar nav a:hover,
    .header-navbar nav a:focus-visible {
        background: rgba(255,255,255,0.08);
        padding-left: 10px;
    }
    
    .header-navbar nav a.active {
        color: #FFD700;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 6px;
    }
    
    .header-topbar-left {
        font-size: 12px;
    }
    
    .header-action-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .header-logo {
        width: 100%;
        justify-content: center;
    }

    .header-logo img {
        width: min(99vw, 680px);
        max-width: 680px;
        height: auto;
        max-height: none;
    }

    .header-logo-section {
        gap: 10px;
        width: 100%;
        justify-content: center;
    }
    
    .header-topbar .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .header-topbar-right {
        width: 100%;
        justify-content: flex-start;
    }
    
    .header-navbar {
        padding: 20px 0;
    }
}

@media (max-width: 600px) {
    .header-logo img {
        width: min(99vw, 600px);
    }
}

@media (max-width: 420px) {
    .header-logo img {
        width: min(99vw, 420px);
    }
}

/* Legacy support - keep old classes working */
.topbar {
    display: none; /* Hide old topbar */
}

.brand {
    display: none; /* Hide old brand */
}

.nav-cta {
    background: var(--positive) !important;
    color: #fff;
    font-weight: 700;
}

.nav-cta:hover {
    background: #246A4E !important;
}

/* Page Management */
.page {
    display: none;
}

.page.active {
    display: block;
}

/* Hero Slider */
.hero {
    position: relative;
    overflow: hidden;
    background: var(--muted);
}

.slides {
    position: relative;
    height: min(72vh, 720px);
}

.slide {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    transition: opacity .5s ease;
    opacity: 0;
}

.slide.is-active {
    opacity: 1;
}

.slide__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.7);
}

.slide__content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0 16px;
    max-width: 900px;
}

.slide__content h1 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 1rem;
}

.slide__content p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.cta-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 700;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

.btn--primary {
    background: var(--positive);
    color: #fff;
}

.btn--primary:hover {
    background: #246A4E;
    opacity: 1;
}

.btn--light {
    background: #ffffff;
    color: #000;
}

.btn--light:hover {
    background: #f0f0f0;
    opacity: 1;
}

.btn--ghost {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn--ghost:hover {
    background: rgba(255,255,255,0.1);
    opacity: 1;
}

.btn--outline {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.btn--outline:hover {
    background: var(--primary);
    color: #fff;
    opacity: 1;
}

.btn--sm {
    padding: 6px 12px;
    font-size: 12px;
}

.btn--lg {
    padding: 14px 24px;
    font-size: 16px;
}

.btn--full-width {
    width: 100%;
}

/* Slider Controls */
.controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    z-index: 3;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .6);
    border: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dot[aria-current="true"] {
    background: #fff;
    width: 22px;
}

.controller {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.2s ease;
}

.controller:hover {
    background: rgba(0, 0, 0, .6);
}

.controller--prev { left: 10px; }
.controller--next { right: 10px; }

.controller:focus,
.dot:focus,
.btn:focus,
a:focus {
    outline: 3px solid var(--focus);
    outline-offset: 2px;
}

/* Sections */
section {
    padding: 56px 0;
}

.muted {
    background: var(--muted);
}

/* Grid System */
.grid {
    display: grid;
    gap: 22px;
}

@media(min-width:900px) {
    .grid--2 {
        grid-template-columns: 1.1fr .9fr;
    }
    .grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:899px) {
    .grid--2,
    .grid--3 {
        grid-template-columns: 1fr;
    }
}

/* Cards */
.card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    transition: box-shadow 0.2s ease;
}

.card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.tick {
    color: var(--positive);
    font-weight: 700;
    margin-right: 6px;
}

/* Process Grid */
.process-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}

.process-step {
    text-align: center;
    padding: 2rem 1rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.process-step:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem auto;
}

.process-step h3 {
    color: var(--primary);
    margin-bottom: 0.5rem;
}

/* Quick Forms */
.quick-form {
    margin: 0;
}

.quick-form .form-group {
    margin-bottom: 1rem;
}

/* Statistics Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-item {
    padding: 2rem 1rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.stat-label {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

/* Testimonials */
.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-left: 4px solid var(--positive);
}

.testimonial-content {
    margin-bottom: 1rem;
}

.testimonial-content p {
    font-style: italic;
    color: var(--text-secondary);
    margin: 0;
}

.testimonial-author strong {
    color: var(--primary);
}

.testimonial-author span {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Update Cards */
.update-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.update-card:hover {
    transform: translateY(-3px);
}

.update-date {
    color: var(--text-secondary);
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.update-card h3 {
    color: var(--primary);
    margin-bottom: 0.5rem;
}

/* Resource Preview */
.resource-preview {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.resource-preview:hover {
    transform: translateY(-3px);
}

.resource-preview h3 {
    color: var(--primary);
    margin-bottom: 0.5rem;
}

/* FAQ Section */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: var(--muted);
}

.faq-toggle {
    font-size: 1.5rem;
    color: var(--primary);
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer.open {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem 1.5rem;
    margin: 0;
    color: var(--text-secondary);
}

/* Final CTA */
.final-cta {
    background: var(--positive-light);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    border: 1px solid var(--positive);
}

.final-cta h2 {
    color: var(--positive);
    margin-bottom: 1rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

/* Values List */
.values-list {
    list-style: none;
    padding: 0;
}

.values-list li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}

/* Images */
.central-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    object-fit: cover;
}

.about-ill {
    width: 100%;
    height: 300px;
}

.team-photo {
    width: 100%;
    height: 200px;
    margin-bottom: 1rem;
}

/* Forms */
.form-group {
    margin-bottom: 1rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text);
    font-size: 14px;
}

.form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s ease;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(40, 140, 250, 0.2);
}

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

/* Specific Page Styles */

/* About Page */
.services-list {
    display: grid;
    gap: 1rem;
}

.service-item {
    padding: 1rem;
    background: var(--positive-light);
    border-radius: 8px;
    border-left: 4px solid var(--positive);
}

.service-item h4 {
    margin: 0 0 0.5rem 0;
    color: var(--positive);
}

.team-card {
    text-align: center;
}

.team-card h3 {
    margin: 0.5rem 0 0.25rem 0;
}

/* Rights Page */
.rights-list {
    display: grid;
    gap: 1.5rem;
}

.right-item {
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    border-left: 4px solid var(--primary);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.right-item h3 {
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.right-item ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.right-item li {
    margin-bottom: 0.5rem;
}

/* Concern Page */
.process-steps {
    display: grid;
    gap: 1rem;
}

.step {
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.step h3 {
    color: var(--positive);
    margin-bottom: 0.5rem;
}

/* Resources Page */
.links-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.link-card {
    display: block;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.link-card:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
    opacity: 1;
}

.link-card h4 {
    color: var(--primary);
    margin: 0 0 0.5rem 0;
}

.link-card p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 14px;
}

/* Join Page */
.benefits-list {
    display: grid;
    gap: 1rem;
}

.benefit-item {
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.benefit-item h3 {
    color: var(--positive);
    margin-bottom: 0.5rem;
}

/* Contact Page */
.contact-info {
    display: grid;
    gap: 1.5rem;
}

.contact-item h3 {
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.contact-item p {
    margin: 0.25rem 0;
}

.contact-item small {
    color: var(--text-secondary);
    font-style: italic;
}

/* Team Styles */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.team-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.team-card-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
    display: block;
}

.team-card:hover .team-card-image img {
    transform: scale(1.05);
}

.team-card-overlay {
    margin-top: auto;
    padding: 1rem 0 0 0;
    opacity: 1;
    text-align: center;
}

.team-card:hover .team-card-overlay {
    opacity: 1;
}

.team-card-overlay .btn {
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.team-card:hover .team-card-overlay .btn {
    transform: translateY(0);
}

.team-card-content {
    padding: 1.5rem;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.team-card-content h3 {
    margin-bottom: 0.5rem;
    color: var(--color-teal-600);
    font-size: 1.3rem;
}

.team-role {
    color: var(--color-teal-600);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.team-experience {
    color: var(--text-primary);
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.team-description {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    text-align: left;
}

.team-specialization {
    text-align: left;
    margin-bottom: 1.5rem;
}

.team-specialization h4 {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.team-specialization ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-specialization li {
    color: var(--text-secondary);
    padding: 0.25rem 0;
    padding-left: 1rem;
    position: relative;
    font-size: 0.9rem;
}

.team-specialization li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--color-teal-600);
    font-weight: bold;
}

.team-experience-old {
    color: var(--color-text-secondary);
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.team-expertise {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.expertise-tag {
    background: var(--color-cream-100);
    color: var(--color-teal-600);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Profile Page Styles */
.profile-header {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.profile-image {
    flex-shrink: 0;
}

.profile-image img {
    width: 250px;
    height: 300px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center top;
    border: 4px solid var(--color-teal-600);
    display: block;
}

.profile-info h1 {
    margin-bottom: 0.5rem;
    color: var(--color-text);
}

.profile-title {
    color: var(--color-teal-600);
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.profile-experience {
    color: var(--color-text-secondary);
    margin-bottom: 1rem;
}

.profile-details {
    margin-bottom: 2rem;
}

.detail-item {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--color-cream-100);
    border-radius: 8px;
}

.detail-item h3 {
    color: var(--color-teal-600);
    margin-bottom: 0.5rem;
}

.achievements {
    margin-bottom: 2rem;
}

.achievement-item {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--color-cream-100);
    border-radius: 8px;
}

.achievement-item h3 {
    color: var(--color-teal-600);
    margin-bottom: 0.5rem;
}

.experience-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.timeline-year {
    flex-shrink: 0;
    width: 150px;
    font-weight: 600;
    color: var(--color-teal-600);
}

.timeline-content h3 {
    margin-bottom: 0.5rem;
    color: var(--color-text);
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.contact-item {
    text-align: center;
    padding: 1.5rem;
    background: var(--color-cream-100);
    border-radius: 8px;
}

.contact-item h3 {
    color: var(--color-teal-600);
    margin-bottom: 0.5rem;
}

/* About Page Styles */
.about-intro {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

.about-intro h2 {
    color: var(--color-teal-600);
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
}

.about-intro p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.mission-section, .vision-section {
    background: var(--color-cream-100);
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.mission-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.vision-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
}

.mission-section h3, .vision-section h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.mission-image, .vision-image {
    text-align: center;
}

.mission-image img, .vision-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.mission-illustration {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.organization-structure h3 {
    color: var(--color-teal-600);
    margin-bottom: 1.5rem;
    text-align: center;
}

.structure-header {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
}

.structure-image {
    text-align: center;
}

.structure-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.structure-details {
    margin: 2rem 0;
}

.structure-item {
    background: var(--color-cream-100);
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--color-teal-600);
}

.structure-item h4 {
    color: var(--color-teal-600);
    margin-bottom: 0.5rem;
}

.important-note {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.trust-info {
    background: var(--color-cream-100);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.trust-info h4 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

.about-features {
    margin: 3rem 0;
    text-align: left;
    background: var(--color-cream-100);
    padding: 2rem;
    border-radius: 12px;
}

.about-features h3 {
    color: var(--color-teal-600);
    margin-bottom: 1.5rem;
    text-align: center;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 0.5rem 0;
    font-size: 1.1rem;
    position: relative;
    padding-left: 2rem;
}

.feature-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-teal-600);
    font-weight: bold;
    font-size: 1.2rem;
}

.about-mission {
    margin-top: 3rem;
    text-align: center;
    background: var(--color-cream-100);
    padding: 2rem;
    border-radius: 12px;
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.principle-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.principle-item:hover {
    transform: translateY(-5px);
}

.principle-icon {
    font-size: 2rem;
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

.principle-item h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

.benefit-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.step-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-teal-600);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.step-item h3 {
    color: var(--color-teal-600);
    margin: 1rem 0;
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.achievement-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.achievement-card:hover {
    transform: translateY(-5px);
}

.achievement-image {
    margin-bottom: 1rem;
    text-align: center;
}

.achievement-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.achievement-card h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

.achievement-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-red-500);
    margin-bottom: 1rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-image {
    margin-bottom: 1rem;
    text-align: center;
}

.service-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.service-card h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

.approach-content {
    max-width: 1000px;
    margin: 0 auto;
}

.approach-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
}

.approach-text {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.approach-image {
    text-align: center;
}

.approach-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.approach-text p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Resource Page Styles */
.intro-content {
    text-align: center;
    margin-bottom: 3rem;
}

.intro-content h2 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

.intro-highlights {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--color-cream-100);
    border-radius: 20px;
    font-size: 0.9rem;
}

.highlight-icon {
    font-size: 1.2rem;
}

.resource-section {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.resource-section h3 {
    color: var(--color-teal-600);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.resource-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.resource-item {
    padding: 1.5rem;
    background: var(--color-cream-100);
    border-radius: 8px;
    border-left: 4px solid var(--color-teal-600);
}

.resource-item h4 {
    color: var(--color-text);
    margin-bottom: 0.5rem;
}

.resource-item p {
    color: var(--color-text-secondary);
    margin-bottom: 1rem;
}

.resource-link {
    color: var(--color-teal-600);
    text-decoration: none;
    font-weight: 600;
}

.resource-link:hover {
    text-decoration: underline;
}

.download-card, .link-card, .template-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.download-card:hover, .link-card:hover, .template-card:hover {
    transform: translateY(-5px);
}

.download-icon, .link-icon, .template-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.download-card h3, .link-card h3, .template-card h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

.download-card ul, .template-card ul {
    text-align: left;
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.download-card li, .template-card li {
    margin-bottom: 0.5rem;
    color: var(--color-text-secondary);
}

.helpline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.helpline-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.helpline-card:hover {
    transform: translateY(-5px);
}

.helpline-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.helpline-card h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

.helpline-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-red-500);
    margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .team-card-image {
        height: 250px;
    }
    
    .team-card-content {
        padding: 1rem;
    }
    
    .profile-header {
        flex-direction: column;
        text-align: center;
    }
    
    .profile-image img {
        width: 200px;
        height: 250px;
    }
    
    .timeline-item {
        flex-direction: column;
        gap: 1rem;
    }
    
    .timeline-year {
        width: auto;
    }
    
    .intro-highlights {
        flex-direction: column;
        align-items: center;
    }
    
    .resource-section {
        padding: 1.5rem;
    }
    
    .download-card, .link-card, .template-card, .helpline-card {
        padding: 1.5rem;
    }
    
    .helpline-grid {
        grid-template-columns: 1fr;
    }
    
    .about-intro h2 {
        font-size: 1.5rem;
    }
    
    .about-features {
        padding: 1.5rem;
    }
    
    .about-mission {
        padding: 1.5rem;
    }
    
    .principles-grid {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .principle-item, .benefit-card, .step-item {
        padding: 1.5rem;
    }
    
    .mission-section, .vision-section {
        padding: 1.5rem;
    }
    
    .mission-content, .vision-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .mission-illustration {
        padding: 1.5rem;
    }
    
    .structure-header {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .structure-item {
        padding: 1rem;
    }
    
    .important-note {
        padding: 1rem;
    }
    
    .trust-info {
        padding: 1rem;
    }
    
    .achievements-grid, .services-grid {
        grid-template-columns: 1fr;
    }
    
    .achievement-card, .service-card {
        padding: 1.5rem;
    }
    
    .approach-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .approach-text {
        padding: 1.5rem;
    }
    
    .achievement-image img, .service-image img {
        width: 60px;
        height: 60px;
    }
}

/* Home Page About Preview Styles */
.about-preview-content {
    max-width: 100%;
    margin: 0 auto;
}

.about-welcome {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.about-welcome-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
}

.about-welcome h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.about-welcome p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.about-welcome-image {
    text-align: center;
}

.about-welcome-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.about-platform {
    background: var(--color-cream-100);
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.about-platform h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.platform-features {
    list-style: none;
    padding: 0;
}

.platform-features li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.6;
}

.platform-features li:before {
    content: "•";
    position: absolute;
    left: 0.5rem;
    color: var(--color-red-500);
    font-size: 1.5rem;
    font-weight: bold;
}

.about-movement {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.about-movement p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.about-principles {
    background: var(--color-cream-100);
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.about-principles h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.principles-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.principles-list li {
    padding: 0.75rem;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.principles-list .tick {
    color: var(--color-teal-600);
    font-size: 1.2rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .about-welcome, .about-platform, .about-movement, .about-principles {
        padding: 1.5rem;
    }
    
    .about-welcome-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .principles-list {
        grid-template-columns: 1fr;
    }
    
    .about-welcome h3, .about-platform h3, .about-principles h3 {
        font-size: 1.2rem;
    }
    
    .platform-features li, .about-movement p {
        font-size: 1rem;
    }
}

/* Resource Cards */
.resource-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.resource-card:hover {
    transform: translateY(-5px);
}

.resource-card h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.resource-card p {
    margin-bottom: 1.5rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* FAQ Section */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: var(--color-cream-100);
}

.faq-icon {
    color: var(--color-teal-600);
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: var(--color-cream-100);
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 2rem 1.5rem 2rem;
    margin: 0;
    line-height: 1.6;
    color: var(--text-secondary);
}

/* Rights Page Styles */
.rights-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.rights-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.rights-card {
    background: var(--color-cream-100);
    border-left: 4px solid var(--color-teal-600);
    padding: 1.5rem;
    border-radius: 8px;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.rights-number {
    background: var(--color-teal-600);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.rights-content h3 {
    color: var(--color-teal-600);
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.rights-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.rights-content ul {
    list-style: none;
    padding: 0;
}

.rights-content li {
    padding: 0.25rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.rights-content li:before {
    content: "•";
    position: absolute;
    left: 0.5rem;
    color: var(--color-teal-600);
    font-weight: bold;
}

.rights-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.info-card h3 {
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.info-card h4 {
    color: var(--color-teal-600);
    margin: 1rem 0 0.5rem 0;
    font-size: 1.1rem;
}

.info-card p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.info-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.info-card li {
    padding: 0.25rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.info-card li:before {
    content: "•";
    position: absolute;
    left: 0.5rem;
    color: var(--color-teal-600);
    font-weight: bold;
}

.digital-rights-content {
    max-width: 800px;
    margin: 0 auto;
}

.digital-rights-content h3 {
    color: var(--color-teal-600);
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.4rem;
}

.digital-rights-item {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.digital-rights-item h4 {
    color: var(--color-teal-600);
    margin-bottom: 0.5rem;
}

.complaint-process {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.complaint-process .process-step {
    text-align: center;
    background: white;
    padding: 2rem 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.complaint-process .step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color-teal-600);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem auto;
}

.complaint-process .step-content h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .rights-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .rights-card {
        flex-direction: column;
        text-align: center;
    }
    
    .rights-number {
        align-self: center;
    }
    
    .complaint-process {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .digital-rights-content .grid {
        grid-template-columns: 1fr;
    }
}

/* Resources Page Additional Styles */
.helpline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.helpline-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.helpline-card:hover {
    transform: translateY(-5px);
}

.helpline-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.helpline-card h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.helpline-number {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-red-500);
    margin-bottom: 0.5rem;
}

.educational-section {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.educational-section h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.educational-section ul {
    list-style: none;
    padding: 0;
}

.educational-section li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.educational-section li:before {
    content: "•";
    position: absolute;
    left: 0.5rem;
    color: var(--color-teal-600);
    font-weight: bold;
}

.charges-info {
    max-width: 800px;
    margin: 0 auto;
}

.charges-info h3 {
    color: var(--color-teal-600);
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.4rem;
}

.charge-item {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.charge-item h4 {
    color: var(--color-teal-600);
    margin-bottom: 0.5rem;
}

.case-study {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.case-study h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.case-study p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.case-details {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.case-stat {
    background: var(--color-cream-100);
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .helpline-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .helpline-card {
        padding: 1.5rem;
    }
    
    .helpline-number {
        font-size: 1.5rem;
    }
    
    .case-details {
        flex-direction: column;
        gap: 1rem;
    }
    
    .educational-section, .case-study {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .helpline-grid {
        grid-template-columns: 1fr;
    }
}

/* Team Values Tiles */
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.value-tile {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.value-tile h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.value-tile p {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .value-tile {
        padding: 1.5rem;
    }
    
    .value-tile h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .value-tile {
        padding: 1.25rem;
    }
}

/* Membership Page Styles */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.benefit-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 2rem;
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

.benefit-item h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.benefit-item p {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Membership Form */
.membership-form-container {
    max-width: 800px;
    margin: 0 auto;
}

.membership-form {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-primary);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-teal-600);
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.form-submit {
    text-align: center;
    margin-top: 2rem;
}

.btn--large {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

/* Membership Types */
.membership-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.membership-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
}

.membership-card:hover {
    transform: translateY(-5px);
}

.membership-card.featured {
    border: 3px solid var(--color-teal-600);
    transform: scale(1.05);
}

.membership-card.featured::before {
    content: "सबसे लोकप्रिय";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-teal-600);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.membership-card h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-teal-600);
    margin-bottom: 1.5rem;
}

.membership-features {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.membership-features li {
    padding: 0.5rem 0;
    color: var(--text-secondary);
    border-bottom: 1px solid #f0f0f0;
}

.membership-features li:last-child {
    border-bottom: none;
}

.eligibility {
    font-style: italic;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

/* Process Grid */
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.process-step {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 300px;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--color-teal-600);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.process-step h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
    line-height: 1.4;
}

.process-step p {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    text-align: center;
    padding: 3rem 0;
}

.cta-section h2 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
    font-size: 2rem;
}

.cta-section p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .membership-types-grid {
        grid-template-columns: 1fr;
    }
    
    .membership-card.featured {
        transform: none;
    }
    
    .process-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-section h2 {
        font-size: 1.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

/* Maintenance Page Styles */
.maintenance-container {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
}

.maintenance-icon {
    margin-bottom: 2rem;
}

.gear-icon {
    font-size: 4rem;
    animation: rotate 3s linear infinite;
    display: inline-block;
}

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

.maintenance-container h1 {
    color: var(--color-teal-600);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.maintenance-container h2 {
    color: var(--text-primary);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.maintenance-container p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.maintenance-info {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.maintenance-info h3 {
    color: var(--color-teal-600);
    margin-bottom: 1rem;
}

.maintenance-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.maintenance-timeline {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid var(--color-teal-600);
}

.maintenance-timeline h3 {
    color: var(--color-teal-600);
    margin-bottom: 0.5rem;
}

.maintenance-timeline p {
    color: var(--text-secondary);
    margin-bottom: 0;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .maintenance-container h1 {
        font-size: 2rem;
    }
    
    .maintenance-container h2 {
        font-size: 1.3rem;
    }
    
    .maintenance-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .maintenance-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

/* Footer */
footer {
    background: var(--primary-dark);
    color: var(--text-invert);
    padding: 28px 0 40px;
}

.footer__cols {
    display: grid;
    gap: 18px;
}

@media(min-width:800px) {
    .footer__cols {
        grid-template-columns: 2fr 1fr 1fr;
    }
}

footer a {
    color: #fff;
}

footer h3 {
    color: #fff;
    margin-bottom: 1rem;
}

.disclaimer {
    font-size: .9rem;
    color: #e8e8e8;
    margin-top: 12px;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
    .topbar {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    nav ul {
        justify-content: center;
        gap: 12px;
    }
    
    nav a {
        padding: 6px 10px;
        font-size: 14px;
    }
    
    .slide__content h1 {
        font-size: 1.8rem;
    }
    
    .slide__content p {
        font-size: 1rem;
    }
    
    .cta-row {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
    
    section {
        padding: 32px 0;
    }
    
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.4rem; }
    
    .process-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-float a {
        width: 50px;
        height: 50px;
    }
    
    .final-cta {
        padding: 2rem 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }
    
    .card {
        padding: 14px;
    }
    
    .slide__content h1 {
        font-size: 1.5rem;
    }
    
    .controller {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .process-step {
        padding: 1.5rem 1rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

/* Animations */
.page {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading States */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Success/Error Messages */
.message {
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    font-weight: 500;
}

.message--success {
    background: var(--positive-light);
    color: var(--positive);
    border: 1px solid var(--positive);
}

.message--error {
    background: #ffe6e6;
    color: #d32f2f;
    border: 1px solid #d32f2f;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .whatsapp-float {
        animation: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .card {
        border: 2px solid #000;
    }
    
    .btn {
        border-width: 2px;
    }
}

/* Scroll to top button styles */
.scroll-to-top {
    position: fixed !important;
    bottom: 90px !important;
    right: 20px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: var(--primary) !important;
    color: white !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 999 !important;
    font-size: 18px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
    transition: all 0.3s ease !important;
    opacity: 0 !important;
}

.scroll-to-top:hover {
    background: var(--primary-dark) !important;
    transform: scale(1.1) !important;
}

/* Additional responsive improvements */
@media (max-width: 640px) {
    .grid--2 .form-group {
        grid-column: 1 / -1;
    }
    
    .team-card .team-photo {
        height: 150px;
    }
    
    .right-item,
    .benefit-item,
    .service-item {
        padding: 1rem;
    }
    
    .final-cta h2 {
        font-size: 1.4rem;
    }
    
    .stat-item {
        padding: 1.5rem 1rem;
    }
}

/* Print styles */
@media print {
    .whatsapp-float,
    .scroll-to-top,
    .controller,
    .controls {
        display: none !important;
    }
    
    .slide__img {
        filter: none;
    }
    
    .page {
        display: block !important;
    }
    
    section {
        break-inside: avoid;
        padding: 1rem 0;
    }
}

/* === Accessible Skip Link === */
.skip-link{
  position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.skip-link:focus{
  left:16px;top:16px;width:auto;height:auto;background:#fff;color:#000;
  padding:8px 12px;border-radius:8px;z-index:1001;box-shadow:0 2px 8px rgba(0,0,0,.15);
}

/* Mobile nav toggle is now in header section above */

/* Team image sizing controlled by variables */
.team-photo{
  height: var(--team-photo-height);
  border-radius: var(--team-photo-radius);
  object-fit: var(--team-photo-fit);
}

/* BCA Important Notice Box */
.bca-notice-box {
    background: linear-gradient(135deg, #8B1538 0%, #6B0F2A 100%);
    color: #fff;
    padding: 30px 20px;
    margin: 40px 0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(139, 21, 56, 0.3);
    position: relative;
    overflow: hidden;
}

.bca-notice-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #FF6B35, #FFD700);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.bca-notice-box .container {
    max-width: 900px;
    margin: 0 auto;
}

.bca-notice-box h3 {
    color: #FFD700;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.bca-notice-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-left: 4px solid #FFD700;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, background 0.3s ease;
}

.bca-notice-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.bca-notice-item:last-child {
    margin-bottom: 0;
}

.bca-notice-item .notice-icon {
    font-size: 1.5rem;
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block;
}

.bca-notice-item p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.8;
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}

.bca-notice-item strong {
    color: #FFD700;
    font-weight: 700;
}

@media (max-width: 768px) {
    .bca-notice-box {
        padding: 25px 15px;
        margin: 30px 0;
    }
    
    .bca-notice-box h3 {
        font-size: 1.5rem;
    }
    
    .bca-notice-item {
        padding: 15px;
    }
    
    .bca-notice-item p {
        font-size: 0.95rem;
        width: calc(100% - 40px);
    }
    
    .bca-notice-item .notice-icon {
        font-size: 1.3rem;
        margin-right: 10px;
    }
}
