:root {
    /* Modern Color Palette - Light Theme */
    --color-white: #ffffff;
    --color-black: #000000;
    
    /* Neutral Grays - Modern Scale */
    --color-gray-50: #fafafa;
    --color-gray-100: #f5f5f5;
    --color-gray-200: #e5e5e5;
    --color-gray-300: #d4d4d4;
    --color-gray-400: #a3a3a3;
    --color-gray-500: #737373;
    --color-gray-600: #525252;
    --color-gray-700: #404040;
    --color-gray-800: #262626;
    --color-gray-900: #171717;
    
    /* Primary Brand Colors - Modern Blue */
    --color-primary-50: #eff6ff;
    --color-primary-100: #dbeafe;
    --color-primary-200: #bfdbfe;
    --color-primary-300: #93c5fd;
    --color-primary-400: #60a5fa;
    --color-primary-500: #3b82f6;
    --color-primary-600: #2563eb;
    --color-primary-700: #1d4ed8;
    --color-primary-800: #1e40af;
    --color-primary-900: #1e3a8a;
    
    /* Accent Colors */
    --color-emerald-500: #10b981;
    --color-emerald-600: #059669;
    --color-emerald-700: #047857;
    
    --color-amber-500: #f59e0b;
    --color-amber-600: #d97706;
    --color-amber-700: #b45309;
    
    --color-rose-500: #f43f5e;
    --color-rose-600: #e11d48;
    --color-rose-700: #be123c;
    
    --color-violet-500: #8b5cf6;
    --color-violet-600: #7c3aed;
    --color-violet-700: #6d28d9;
    
    /* RGB versions for opacity control */
    --color-primary-500-rgb: 59, 130, 246;
    --color-emerald-500-rgb: 16, 185, 129;
    --color-amber-500-rgb: 245, 158, 11;
    --color-rose-500-rgb: 244, 63, 94;
    --color-violet-500-rgb: 139, 92, 246;
    --color-gray-500-rgb: 115, 115, 115;
    --color-gray-900-rgb: 23, 23, 23;
  
    /* Background color tokens - Modern Light Mode */
    --color-bg-1: rgba(59, 130, 246, 0.05); /* Ultra light blue */
    --color-bg-2: rgba(245, 158, 11, 0.05); /* Ultra light amber */
    --color-bg-3: rgba(16, 185, 129, 0.05); /* Ultra light emerald */
    --color-bg-4: rgba(244, 63, 94, 0.05); /* Ultra light rose */
    --color-bg-5: rgba(139, 92, 246, 0.05); /* Ultra light violet */
    --color-bg-6: rgba(249, 115, 22, 0.05); /* Ultra light orange */
    --color-bg-7: rgba(236, 72, 153, 0.05); /* Ultra light pink */
    --color-bg-8: rgba(6, 182, 212, 0.05); /* Ultra light cyan */
  
    /* Semantic Color Tokens - Modern Light Mode */
    --color-background: var(--color-white);
    --color-surface: var(--color-gray-50);
    --color-surface-elevated: var(--color-white);
    --color-text: var(--color-gray-900);
    --color-text-secondary: var(--color-gray-600);
    --color-text-tertiary: var(--color-gray-500);
    --color-primary: var(--color-primary-600);
    --color-primary-hover: var(--color-primary-700);
    --color-primary-active: var(--color-primary-800);
    --color-primary-light: var(--color-primary-100);
    --color-secondary: var(--color-gray-100);
    --color-secondary-hover: var(--color-gray-200);
    --color-secondary-active: var(--color-gray-300);
    --color-border: var(--color-gray-200);
    --color-border-light: var(--color-gray-100);
    --color-btn-primary-text: var(--color-white);
    --color-card-border: var(--color-gray-200);
    --color-card-border-inner: var(--color-gray-100);
    --color-error: var(--color-rose-600);
    --color-success: var(--color-emerald-600);
    --color-warning: var(--color-amber-600);
    --color-info: var(--color-primary-600);
    --color-focus-ring: rgba(var(--color-primary-500-rgb), 0.2);
    --color-select-caret: rgba(var(--color-gray-900-rgb), 0.6);
  
    /* Common style patterns */
    --focus-ring: 0 0 0 3px var(--color-focus-ring);
    --focus-outline: 2px solid var(--color-primary);
    --status-bg-opacity: 0.1;
    --status-border-opacity: 0.2;
    --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='%23171717' 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: 16, 185, 129;
    --color-error-rgb: 244, 63, 94;
    --color-warning-rgb: 245, 158, 11;
    --color-info-rgb: 59, 130, 246;
  
    /* Modern Typography System */
    --font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-mono: "JetBrains Mono", "Fira Code", "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
    
    /* Font Sizes - Modern Scale */
    --font-size-xs: 0.75rem;    /* 12px */
    --font-size-sm: 0.875rem;   /* 14px */
    --font-size-base: 1rem;     /* 16px */
    --font-size-lg: 1.125rem;   /* 18px */
    --font-size-xl: 1.25rem;    /* 20px */
    --font-size-2xl: 1.5rem;    /* 24px */
    --font-size-3xl: 1.875rem;  /* 30px */
    --font-size-4xl: 2.25rem;   /* 36px */
    --font-size-5xl: 3rem;      /* 48px */
    --font-size-6xl: 3.75rem;   /* 60px */
    
    /* Font Weights - Modern Scale */
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    
    /* Line Heights - Modern Scale */
    --line-height-none: 1;
    --line-height-tight: 1.25;
    --line-height-snug: 1.375;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.625;
    --line-height-loose: 2;
    
    /* Letter Spacing - Modern Scale */
    --letter-spacing-tighter: -0.05em;
    --letter-spacing-tight: -0.025em;
    --letter-spacing-normal: 0em;
    --letter-spacing-wide: 0.025em;
    --letter-spacing-wider: 0.05em;
    --letter-spacing-widest: 0.1em;
  
    /* Modern Spacing System */
    --space-0: 0;
    --space-px: 1px;
    --space-0_5: 0.125rem;  /* 2px */
    --space-1: 0.25rem;     /* 4px */
    --space-1_5: 0.375rem;  /* 6px */
    --space-2: 0.5rem;      /* 8px */
    --space-2_5: 0.625rem;  /* 10px */
    --space-3: 0.75rem;     /* 12px */
    --space-3_5: 0.875rem;  /* 14px */
    --space-4: 1rem;        /* 16px */
    --space-5: 1.25rem;     /* 20px */
    --space-6: 1.5rem;      /* 24px */
    --space-7: 1.75rem;     /* 28px */
    --space-8: 2rem;        /* 32px */
    --space-9: 2.25rem;     /* 36px */
    --space-10: 2.5rem;     /* 40px */
    --space-11: 2.75rem;    /* 44px */
    --space-12: 3rem;       /* 48px */
    --space-14: 3.5rem;     /* 56px */
    --space-16: 4rem;       /* 64px */
    --space-20: 5rem;       /* 80px */
    --space-24: 6rem;       /* 96px */
    --space-28: 7rem;       /* 112px */
    --space-32: 8rem;       /* 128px */
    --space-36: 9rem;       /* 144px */
    --space-40: 10rem;      /* 160px */
    --space-44: 11rem;      /* 176px */
    --space-48: 12rem;      /* 192px */
    --space-52: 13rem;      /* 208px */
    --space-56: 14rem;      /* 224px */
    --space-60: 15rem;      /* 240px */
    --space-64: 16rem;      /* 256px */
    --space-72: 18rem;      /* 288px */
    --space-80: 20rem;      /* 320px */
    --space-96: 24rem;      /* 384px */
  
    /* Modern Border Radius */
    --radius-none: 0;
    --radius-sm: 0.125rem;   /* 2px */
    --radius-base: 0.25rem;  /* 4px */
    --radius-md: 0.375rem;   /* 6px */
    --radius-lg: 0.5rem;     /* 8px */
    --radius-xl: 0.75rem;    /* 12px */
    --radius-2xl: 1rem;      /* 16px */
    --radius-3xl: 1.5rem;    /* 24px */
    --radius-full: 9999px;
  
    /* Modern Shadow System */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-base: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    --shadow-none: 0 0 #0000;
    
    /* Glassmorphism Effects */
    --glass-bg: rgba(255, 255, 255, 0.25);
    --glass-border: rgba(255, 255, 255, 0.18);
    --glass-backdrop: blur(16px);
  
    /* Modern Animation System */
    --duration-75: 75ms;
    --duration-100: 100ms;
    --duration-150: 150ms;
    --duration-200: 200ms;
    --duration-300: 300ms;
    --duration-500: 500ms;
    --duration-700: 700ms;
    --duration-1000: 1000ms;
    
    /* Modern Easing Functions */
    --ease-linear: linear;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-in-sine: cubic-bezier(0.12, 0, 0.39, 0);
    --ease-out-sine: cubic-bezier(0.61, 1, 0.88, 1);
    --ease-in-out-sine: cubic-bezier(0.37, 0, 0.63, 1);
    --ease-in-quad: cubic-bezier(0.11, 0, 0.5, 0);
    --ease-out-quad: cubic-bezier(0.5, 1, 0.89, 1);
    --ease-in-out-quad: cubic-bezier(0.45, 0, 0.55, 1);
    --ease-in-cubic: cubic-bezier(0.32, 0, 0.67, 0);
    --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
    --ease-in-out-cubic: cubic-bezier(0.65, 0, 0.35, 1);
    --ease-in-quart: cubic-bezier(0.5, 0, 0.75, 0);
    --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
    --ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1);
    --ease-in-quint: cubic-bezier(0.64, 0, 0.78, 0);
    --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-in-out-quint: cubic-bezier(0.83, 0, 0.17, 1);
    --ease-in-expo: cubic-bezier(0.7, 0, 0.84, 0);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-in-out-expo: cubic-bezier(0.87, 0, 0.13, 1);
    --ease-in-circ: cubic-bezier(0.55, 0, 1, 0.45);
    --ease-out-circ: cubic-bezier(0, 0.55, 0.45, 1);
    --ease-in-out-circ: cubic-bezier(0.85, 0, 0.15, 1);
    --ease-in-back: cubic-bezier(0.36, 0, 0.66, -0.56);
    --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-in-out-back: cubic-bezier(0.68, -0.6, 0.32, 1.6);
    
    /* Common Animation Durations */
    --duration-fast: var(--duration-150);
    --duration-normal: var(--duration-300);
    --duration-slow: var(--duration-500);
    --ease-standard: var(--ease-out-cubic);
  
    /* Layout */
    --container-sm: 640px;
    --container-md: 768px;
    --container-lg: 1024px;
    --container-xl: 1280px;
  }
  
  /* Modern Light Theme Only - No Dark Mode */
  
  /* Modern 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: linear-gradient(135deg, var(--color-background) 0%, var(--color-gray-50) 100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: var(--color-background);
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  /* Modern Typography Hierarchy */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    font-family: var(--font-family-display);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    color: var(--color-text);
    letter-spacing: var(--letter-spacing-tight);
    text-wrap: balance;
  }
  
  h1 {
    font-size: var(--font-size-5xl);
    font-weight: var(--font-weight-extrabold);
    line-height: var(--line-height-none);
    letter-spacing: var(--letter-spacing-tighter);
  }
  
  h2 {
    font-size: var(--font-size-4xl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
  }
  
  h3 {
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-snug);
  }
  
  h4 {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-snug);
  }
  
  h5 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-normal);
  }
  
  h6 {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-normal);
  }
  
  p {
    margin: 0 0 var(--space-4) 0;
    line-height: var(--line-height-relaxed);
    color: var(--color-text-secondary);
  }
  
  a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: var(--font-weight-medium);
    transition: all var(--duration-fast) var(--ease-out-cubic);
    position: relative;
  }
  
  a:hover {
    color: var(--color-primary-hover);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
  }
  
  a:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
  }
  
  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;
  }
  
  /* Modern Button System */
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-lg);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-none);
    cursor: pointer;
    transition: all var(--duration-fast) var(--ease-out-cubic);
    border: 1px solid transparent;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  
  .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left var(--duration-500) var(--ease-out-cubic);
  }
  
  .btn:hover::before {
    left: 100%;
  }
  
  .btn:focus-visible {
    outline: none;
    box-shadow: var(--focus-ring);
  }
  
  .btn:active {
    transform: translateY(1px);
  }
  
  .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
  }
  
  .btn:disabled::before {
    display: none;
  }
  
  /* Primary Button */
  .btn--primary {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-700) 100%);
    color: var(--color-white);
    box-shadow: var(--shadow-sm);
  }
  
  .btn--primary:hover {
    background: linear-gradient(135deg, var(--color-primary-hover) 0%, var(--color-primary-800) 100%);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
  }
  
  .btn--primary:active {
    background: linear-gradient(135deg, var(--color-primary-active) 0%, var(--color-primary-900) 100%);
    box-shadow: var(--shadow-sm);
  }
  
  /* Secondary Button */
  .btn--secondary {
    background: var(--color-surface-elevated);
    color: var(--color-text);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-xs);
  }
  
  .btn--secondary:hover {
    background: var(--color-gray-50);
    border-color: var(--color-gray-300);
    box-shadow: var(--shadow-sm);
    transform: translateY(-1px);
  }
  
  .btn--secondary:active {
    background: var(--color-gray-100);
    box-shadow: var(--shadow-xs);
  }
  
  /* Outline Button */
  .btn--outline {
    background: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
  }
  
  .btn--outline:hover {
    background: var(--color-primary);
    color: var(--color-white);
    box-shadow: var(--shadow-sm);
    transform: translateY(-1px);
  }
  
  .btn--outline:active {
    background: var(--color-primary-hover);
  }
  
  /* Ghost Button */
  .btn--ghost {
    background: transparent;
    color: var(--color-text);
    border: 1px solid transparent;
  }
  
  .btn--ghost:hover {
    background: var(--color-gray-100);
    color: var(--color-text);
  }
  
  .btn--ghost:active {
    background: var(--color-gray-200);
  }
  
  /* Button Sizes */
  .btn--sm {
    padding: var(--space-2) var(--space-4);
    font-size: var(--font-size-sm);
    border-radius: var(--radius-md);
  }
  
  .btn--lg {
    padding: var(--space-4) var(--space-8);
    font-size: var(--font-size-lg);
    border-radius: var(--radius-xl);
  }
  
  .btn--xl {
    padding: var(--space-5) var(--space-10);
    font-size: var(--font-size-xl);
    border-radius: var(--radius-2xl);
  }
  
  .btn--full-width {
    width: 100%;
  }
  
  /* Button with Icon */
  .btn--icon {
    padding: var(--space-3);
    aspect-ratio: 1;
  }
  
  .btn--icon.btn--sm {
    padding: var(--space-2);
  }
  
  .btn--icon.btn--lg {
    padding: var(--space-4);
  }
  
  /* Modern Form Elements */
  .form-control {
    display: block;
    width: 100%;
    padding: var(--space-3) var(--space-4);
    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-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    transition: all var(--duration-fast) var(--ease-out-cubic);
    box-shadow: var(--shadow-xs);
  }
  
  .form-control::placeholder {
    color: var(--color-text-tertiary);
    font-weight: var(--font-weight-normal);
  }
  
  .form-control:hover {
    border-color: var(--color-gray-300);
    box-shadow: var(--shadow-sm);
  }
  
  .form-control:focus {
    border-color: var(--color-primary);
    outline: none;
    box-shadow: var(--focus-ring), var(--shadow-sm);
    background-color: var(--color-white);
  }
  
  .form-control:invalid {
    border-color: var(--color-error);
  }
  
  .form-control:invalid:focus {
    box-shadow: 0 0 0 3px rgba(var(--color-error-rgb), 0.1), var(--shadow-sm);
  }
  
  textarea.form-control {
    min-height: 120px;
    resize: vertical;
    font-family: var(--font-family-base);
  }
  
  select.form-control {
    padding: var(--space-3) var(--space-4);
    padding-right: var(--space-10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: var(--select-caret-light);
    background-repeat: no-repeat;
    background-position: right var(--space-3) center;
    background-size: 16px;
    cursor: pointer;
  }
  
  .form-label {
    display: block;
    margin-bottom: var(--space-2);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-sm);
    color: var(--color-text);
    line-height: var(--line-height-tight);
  }
  
  .form-label--required::after {
    content: ' *';
    color: var(--color-error);
  }
  
  .form-group {
    margin-bottom: var(--space-6);
  }
  
  .form-group--error .form-control {
    border-color: var(--color-error);
  }
  
  .form-group--error .form-label {
    color: var(--color-error);
  }
  
  .form-error {
    display: block;
    margin-top: var(--space-1);
    font-size: var(--font-size-sm);
    color: var(--color-error);
    font-weight: var(--font-weight-medium);
  }
  
  .form-help {
    display: block;
    margin-top: var(--space-1);
    font-size: var(--font-size-sm);
    color: var(--color-text-tertiary);
  }
  
  /* Checkbox and Radio */
  .form-check {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
    margin-bottom: var(--space-4);
  }
  
  .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
    cursor: pointer;
    border: 2px solid var(--color-border);
    border-radius: var(--radius-sm);
    background-color: var(--color-surface-elevated);
    transition: all var(--duration-fast) var(--ease-out-cubic);
    flex-shrink: 0;
    margin-top: 0.125rem;
  }
  
  .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .form-check-input:focus {
    outline: none;
    box-shadow: var(--focus-ring);
  }
  
  .form-check-label {
    font-size: var(--font-size-base);
    color: var(--color-text);
    cursor: pointer;
    line-height: var(--line-height-normal);
  }
  
  .form-check-input[type="radio"] {
    border-radius: var(--radius-full);
  }
  
  .form-check-input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  }
  
  /* Modern Card System */
  .card {
    background: var(--color-surface-elevated);
    border-radius: var(--radius-2xl);
    border: 1px solid var(--color-border-light);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: all var(--duration-normal) var(--ease-out-cubic);
    position: relative;
  }
  
  .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  }
  
  .card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
    border-color: var(--color-gray-200);
  }
  
  .card--glass {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-backdrop);
    -webkit-backdrop-filter: var(--glass-backdrop);
    border: 1px solid var(--glass-border);
  }
  
  .card--elevated {
    box-shadow: var(--shadow-md);
  }
  
  .card--elevated:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-4px);
  }
  
  .card__body {
    padding: var(--space-6);
  }
  
  .card__header {
    padding: var(--space-6);
    padding-bottom: var(--space-4);
    border-bottom: 1px solid var(--color-border-light);
  }
  
  .card__footer {
    padding: var(--space-4);
    padding-top: var(--space-6);
    border-top: 1px solid var(--color-border-light);
    background: var(--color-gray-50);
  }
  
  .card__title {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    color: var(--color-text);
    margin: 0 0 var(--space-2) 0;
  }
  
  .card__subtitle {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    margin: 0;
  }
  
  .card__content {
    color: var(--color-text-secondary);
    line-height: var(--line-height-relaxed);
  }
  
  /* Modern Status Indicators */
  .status {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-none);
    white-space: nowrap;
  }
  
  .status--success {
    background: linear-gradient(135deg, rgba(var(--color-success-rgb), 0.1) 0%, rgba(var(--color-success-rgb), 0.15) 100%);
    color: var(--color-success);
    border: 1px solid rgba(var(--color-success-rgb), 0.2);
  }
  
  .status--error {
    background: linear-gradient(135deg, rgba(var(--color-error-rgb), 0.1) 0%, rgba(var(--color-error-rgb), 0.15) 100%);
    color: var(--color-error);
    border: 1px solid rgba(var(--color-error-rgb), 0.2);
  }
  
  .status--warning {
    background: linear-gradient(135deg, rgba(var(--color-warning-rgb), 0.1) 0%, rgba(var(--color-warning-rgb), 0.15) 100%);
    color: var(--color-warning);
    border: 1px solid rgba(var(--color-warning-rgb), 0.2);
  }
  
  .status--info {
    background: linear-gradient(135deg, rgba(var(--color-info-rgb), 0.1) 0%, rgba(var(--color-info-rgb), 0.15) 100%);
    color: var(--color-info);
    border: 1px solid rgba(var(--color-info-rgb), 0.2);
  }
  
  .status--neutral {
    background: linear-gradient(135deg, rgba(var(--color-gray-500-rgb), 0.1) 0%, rgba(var(--color-gray-500-rgb), 0.15) 100%);
    color: var(--color-gray-600);
    border: 1px solid rgba(var(--color-gray-500-rgb), 0.2);
  }
  
  .status__icon {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: var(--radius-full);
    background: currentColor;
    opacity: 0.8;
  }
  
  .status__text {
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
  }
  
  /* Modern Container System */
  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--space-4);
    padding-left: var(--space-4);
  }
  
  @media (min-width: 640px) {
    .container {
      max-width: var(--container-sm);
      padding-right: var(--space-6);
      padding-left: var(--space-6);
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: var(--container-md);
      padding-right: var(--space-8);
      padding-left: var(--space-8);
    }
  }
  
  @media (min-width: 1024px) {
    .container {
      max-width: var(--container-lg);
      padding-right: var(--space-10);
      padding-left: var(--space-10);
    }
  }
  
  @media (min-width: 1280px) {
    .container {
      max-width: var(--container-xl);
      padding-right: var(--space-12);
      padding-left: var(--space-12);
    }
  }
  
  @media (min-width: 1536px) {
    .container {
      max-width: 1536px;
    }
  }
  
  /* Modern Utility Classes */
  
  /* Display */
  .block { display: block; }
  .inline-block { display: inline-block; }
  .inline { display: inline; }
  .flex { display: flex; }
  .inline-flex { display: inline-flex; }
  .grid { display: grid; }
  .hidden { display: none; }
  
  /* Flexbox */
  .flex-col { flex-direction: column; }
  .flex-row { flex-direction: row; }
  .flex-wrap { flex-wrap: wrap; }
  .flex-nowrap { flex-wrap: nowrap; }
  
  .items-start { align-items: flex-start; }
  .items-end { align-items: flex-end; }
  .items-center { align-items: center; }
  .items-baseline { align-items: baseline; }
  .items-stretch { align-items: stretch; }
  
  .justify-start { justify-content: flex-start; }
  .justify-end { justify-content: flex-end; }
  .justify-center { justify-content: center; }
  .justify-between { justify-content: space-between; }
  .justify-around { justify-content: space-around; }
  .justify-evenly { justify-content: space-evenly; }
  
  /* Spacing - Margin */
  .m-0 { margin: 0; }
  .m-1 { margin: var(--space-1); }
  .m-2 { margin: var(--space-2); }
  .m-3 { margin: var(--space-3); }
  .m-4 { margin: var(--space-4); }
  .m-6 { margin: var(--space-6); }
  .m-8 { margin: var(--space-8); }
  .m-12 { margin: var(--space-12); }
  .m-16 { margin: var(--space-16); }
  .m-20 { margin: var(--space-20); }
  .m-24 { margin: var(--space-24); }
  .m-32 { margin: var(--space-32); }
  
  .mx-auto { margin-left: auto; margin-right: auto; }
  .mx-0 { margin-left: 0; margin-right: 0; }
  .mx-1 { margin-left: var(--space-1); margin-right: var(--space-1); }
  .mx-2 { margin-left: var(--space-2); margin-right: var(--space-2); }
  .mx-3 { margin-left: var(--space-3); margin-right: var(--space-3); }
  .mx-4 { margin-left: var(--space-4); margin-right: var(--space-4); }
  .mx-6 { margin-left: var(--space-6); margin-right: var(--space-6); }
  .mx-8 { margin-left: var(--space-8); margin-right: var(--space-8); }
  
  .my-0 { margin-top: 0; margin-bottom: 0; }
  .my-1 { margin-top: var(--space-1); margin-bottom: var(--space-1); }
  .my-2 { margin-top: var(--space-2); margin-bottom: var(--space-2); }
  .my-3 { margin-top: var(--space-3); margin-bottom: var(--space-3); }
  .my-4 { margin-top: var(--space-4); margin-bottom: var(--space-4); }
  .my-6 { margin-top: var(--space-6); margin-bottom: var(--space-6); }
  .my-8 { margin-top: var(--space-8); margin-bottom: var(--space-8); }
  .my-12 { margin-top: var(--space-12); margin-bottom: var(--space-12); }
  .my-16 { margin-top: var(--space-16); margin-bottom: var(--space-16); }
  .my-20 { margin-top: var(--space-20); margin-bottom: var(--space-20); }
  .my-24 { margin-top: var(--space-24); margin-bottom: var(--space-24); }
  .my-32 { margin-top: var(--space-32); margin-bottom: var(--space-32); }
  
  /* Spacing - Padding */
  .p-0 { padding: 0; }
  .p-1 { padding: var(--space-1); }
  .p-2 { padding: var(--space-2); }
  .p-3 { padding: var(--space-3); }
  .p-4 { padding: var(--space-4); }
  .p-6 { padding: var(--space-6); }
  .p-8 { padding: var(--space-8); }
  .p-12 { padding: var(--space-12); }
  .p-16 { padding: var(--space-16); }
  .p-20 { padding: var(--space-20); }
  .p-24 { padding: var(--space-24); }
  .p-32 { padding: var(--space-32); }
  
  .px-0 { padding-left: 0; padding-right: 0; }
  .px-1 { padding-left: var(--space-1); padding-right: var(--space-1); }
  .px-2 { padding-left: var(--space-2); padding-right: var(--space-2); }
  .px-3 { padding-left: var(--space-3); padding-right: var(--space-3); }
  .px-4 { padding-left: var(--space-4); padding-right: var(--space-4); }
  .px-6 { padding-left: var(--space-6); padding-right: var(--space-6); }
  .px-8 { padding-left: var(--space-8); padding-right: var(--space-8); }
  
  .py-0 { padding-top: 0; padding-bottom: 0; }
  .py-1 { padding-top: var(--space-1); padding-bottom: var(--space-1); }
  .py-2 { padding-top: var(--space-2); padding-bottom: var(--space-2); }
  .py-3 { padding-top: var(--space-3); padding-bottom: var(--space-3); }
  .py-4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
  .py-6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
  .py-8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
  .py-12 { padding-top: var(--space-12); padding-bottom: var(--space-12); }
  .py-16 { padding-top: var(--space-16); padding-bottom: var(--space-16); }
  .py-20 { padding-top: var(--space-20); padding-bottom: var(--space-20); }
  .py-24 { padding-top: var(--space-24); padding-bottom: var(--space-24); }
  .py-32 { padding-top: var(--space-32); padding-bottom: var(--space-32); }
  
  /* Gap */
  .gap-0 { gap: 0; }
  .gap-1 { gap: var(--space-1); }
  .gap-2 { gap: var(--space-2); }
  .gap-3 { gap: var(--space-3); }
  .gap-4 { gap: var(--space-4); }
  .gap-6 { gap: var(--space-6); }
  .gap-8 { gap: var(--space-8); }
  .gap-12 { gap: var(--space-12); }
  .gap-16 { gap: var(--space-16); }
  .gap-20 { gap: var(--space-20); }
  .gap-24 { gap: var(--space-24); }
  .gap-32 { gap: var(--space-32); }
  
  /* Text */
  .text-left { text-align: left; }
  .text-center { text-align: center; }
  .text-right { text-align: right; }
  .text-justify { text-align: justify; }
  
  .text-xs { font-size: var(--font-size-xs); }
  .text-sm { font-size: var(--font-size-sm); }
  .text-base { font-size: var(--font-size-base); }
  .text-lg { font-size: var(--font-size-lg); }
  .text-xl { font-size: var(--font-size-xl); }
  .text-2xl { font-size: var(--font-size-2xl); }
  .text-3xl { font-size: var(--font-size-3xl); }
  .text-4xl { font-size: var(--font-size-4xl); }
  .text-5xl { font-size: var(--font-size-5xl); }
  
  .font-thin { font-weight: var(--font-weight-thin); }
  .font-light { font-weight: var(--font-weight-light); }
  .font-normal { font-weight: var(--font-weight-normal); }
  .font-medium { font-weight: var(--font-weight-medium); }
  .font-semibold { font-weight: var(--font-weight-semibold); }
  .font-bold { font-weight: var(--font-weight-bold); }
  .font-extrabold { font-weight: var(--font-weight-extrabold); }
  .font-black { font-weight: var(--font-weight-black); }
  
  .text-primary { color: var(--color-primary); }
  .text-secondary { color: var(--color-text-secondary); }
  .text-tertiary { color: var(--color-text-tertiary); }
  .text-success { color: var(--color-success); }
  .text-error { color: var(--color-error); }
  .text-warning { color: var(--color-warning); }
  .text-info { color: var(--color-info); }
  
  /* Modern Effects */
  .backdrop-blur { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
  .backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
  .backdrop-blur-lg { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
  
  .shadow-xs { box-shadow: var(--shadow-xs); }
  .shadow-sm { box-shadow: var(--shadow-sm); }
  .shadow-base { box-shadow: var(--shadow-base); }
  .shadow-md { box-shadow: var(--shadow-md); }
  .shadow-lg { box-shadow: var(--shadow-lg); }
  .shadow-xl { box-shadow: var(--shadow-xl); }
  .shadow-2xl { box-shadow: var(--shadow-2xl); }
  .shadow-none { box-shadow: none; }
  
  .rounded-sm { border-radius: var(--radius-sm); }
  .rounded { border-radius: var(--radius-base); }
  .rounded-md { border-radius: var(--radius-md); }
  .rounded-lg { border-radius: var(--radius-lg); }
  .rounded-xl { border-radius: var(--radius-xl); }
  .rounded-2xl { border-radius: var(--radius-2xl); }
  .rounded-3xl { border-radius: var(--radius-3xl); }
  .rounded-full { border-radius: var(--radius-full); }
  
  .transition { transition: all var(--duration-fast) var(--ease-out-cubic); }
  .transition-fast { transition: all var(--duration-150) var(--ease-out-cubic); }
  .transition-slow { transition: all var(--duration-500) var(--ease-out-cubic); }
  
  .hover\:scale-105:hover { transform: scale(1.05); }
  .hover\:scale-110:hover { transform: scale(1.1); }
  .hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }
  .hover\:-translate-y-2:hover { transform: translateY(-0.5rem); }
  .hover\:shadow-lg:hover { box-shadow: var(--shadow-lg); }
  .hover\:shadow-xl:hover { box-shadow: var(--shadow-xl); }
  
  /* 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 */
  /* Custom CSS for Taskade Site - Adapted to Design System */
  
  :root {
      /* Design system colors override for specific branding needs */
      --brand-teal: var(--color-primary);
      --brand-orange: var(--color-orange-400);
      --brand-success: var(--color-success);
      --brand-blue: #2563EB;
      --brand-indigo: #4F46E5;
  }
  
  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }
  
  body {
      font-family: var(--font-family-base);
      line-height: var(--line-height-normal);
      background: var(--color-background);
      color: var(--color-text);
      font-size: var(--font-size-base);
  }
  
  /* Modern Header */
  .navbar {
      background: var(--color-surface-elevated);
      padding: var(--space-6) 0;
      box-shadow: var(--shadow-sm);
      border-bottom: 1px solid var(--color-border-light);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      position: sticky;
      top: 0;
      z-index: 50;
  }
  
  .navbar .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .logo {
      display: flex;
      align-items: center;
      gap: var(--space-4);
      font-weight: var(--font-weight-bold);
      color: var(--color-text);
      text-decoration: none;
      transition: all var(--duration-fast) var(--ease-out-cubic);
  }
  
  .logo:hover {
      transform: translateY(-1px);
  }
  
  .logo-box {
      background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-700) 100%);
      width: 48px;
      height: 48px;
      border-radius: var(--radius-xl);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: var(--font-size-xl);
      color: var(--color-white);
      box-shadow: var(--shadow-md);
      transition: all var(--duration-fast) var(--ease-out-cubic);
  }
  
  .logo:hover .logo-box {
      box-shadow: var(--shadow-lg);
      transform: scale(1.05);
  }
  
  .location-info {
      display: flex;
      align-items: center;
      gap: var(--space-4);
      color: var(--color-text);
  }
  
  .location-box {
      background: linear-gradient(135deg, var(--color-emerald-500) 0%, var(--color-emerald-700) 100%);
      width: 48px;
      height: 48px;
      border-radius: var(--radius-xl);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: var(--font-size-lg);
      color: var(--color-white);
      box-shadow: var(--shadow-md);
      transition: all var(--duration-fast) var(--ease-out-cubic);
  }
  
  .location-box:hover {
      box-shadow: var(--shadow-lg);
      transform: scale(1.05);
  }
  
  /* Modern Hero Section - Centered Layout */
  .hero-section {
      background: var(--color-white);
      min-height: 50vh;
      display: flex;
      align-items: center;
      padding: var(--space-8) 0;
      color: var(--color-text);
      position: relative;
  }
  
  .hero-content {
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
  }
  
  .text-primary {
      color: var(--color-primary) !important;
  }
  
  .hero-title {
      font-size: var(--font-size-6xl);
      font-weight: var(--font-weight-extrabold);
      margin-bottom: var(--space-2);
      color: var(--color-text);
      line-height: var(--line-height-tight);
      letter-spacing: var(--letter-spacing-tight);
  }
  
  .hero-subtitle {
      font-size: var(--font-size-2xl);
      margin-bottom: var(--space-3);
      color: var(--color-text);
      font-weight: var(--font-weight-medium);
      line-height: var(--line-height-snug);
  }
  
  .hero-description {
      font-size: var(--font-size-lg);
      margin-bottom: var(--space-4);
      color: var(--color-text-secondary);
      line-height: var(--line-height-relaxed);
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
  }
  
  /* Modern Info Card - Horizontal Layout */
  .info-card {
      background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-violet-600) 100%);
      border-radius: var(--radius-2xl);
      color: var(--color-white);
      padding: var(--space-6);
      margin: var(--space-4) auto;
      box-shadow: var(--shadow-lg);
      border: 1px solid rgba(255, 255, 255, 0.1);
      position: relative;
      overflow: hidden;
      max-width: 400px;
  }
  
  .info-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: var(--space-4);
  }
  
  .info-item {
      display: flex;
      align-items: center;
      gap: var(--space-3);
      flex: 1;
  }
  
  .info-item i {
      font-size: var(--font-size-xl);
      color: var(--color-white);
      opacity: 0.9;
  }
  
  .info-text {
      display: flex;
      flex-direction: column;
      gap: var(--space-1);
  }
  
  .info-label {
      font-size: var(--font-size-sm);
      font-weight: var(--font-weight-medium);
      color: var(--color-white);
      opacity: 0.9;
  }
  
  .info-value {
      font-size: var(--font-size-2xl);
      font-weight: var(--font-weight-bold);
      color: var(--color-white);
  }
  
  .info-divider {
      width: 1px;
      height: 40px;
      background: rgba(255, 255, 255, 0.3);
      margin: 0 var(--space-2);
  }
  
  /* Modern CTA Button - Orange to Red Gradient */
  .btn-cta {
      background: linear-gradient(135deg, var(--color-amber-500) 0%, var(--color-rose-500) 100%);
      border: none;
      border-radius: var(--radius-2xl);
      color: var(--color-white);
      font-weight: var(--font-weight-bold);
      text-decoration: none;
      transition: all var(--duration-normal) var(--ease-out-cubic);
      padding: var(--space-4) var(--space-8);
      display: inline-flex;
      align-items: center;
      gap: var(--space-2);
      font-size: var(--font-size-xl);
      box-shadow: var(--shadow-lg);
      position: relative;
      overflow: hidden;
      margin-top: var(--space-3);
  }
  
  .btn-cta i {
      font-size: var(--font-size-base);
      transition: transform var(--duration-fast) var(--ease-out-cubic);
  }
  
  .btn-cta::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left var(--duration-500) var(--ease-out-cubic);
  }
  
  .btn-cta:hover {
      transform: translateY(-3px) scale(1.02);
      box-shadow: var(--shadow-2xl);
      color: var(--color-white);
      text-decoration: none;
      background: linear-gradient(135deg, var(--color-amber-600) 0%, var(--color-rose-600) 100%);
  }
  
  .btn-cta:hover i {
      transform: translateX(4px);
  }
  
  .btn-cta:hover::before {
      left: 100%;
  }
  
  .btn-cta:active {
      transform: translateY(-1px) scale(1.01);
      box-shadow: var(--shadow-lg);
  }
  
  /* Modern Target Section */
  .target-section {
      background: var(--color-surface);
      padding: var(--space-20) 0;
      text-align: center;
      position: relative;
  }
  
  .target-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(circle at 50% 0%, rgba(var(--color-emerald-500-rgb), 0.05) 0%, transparent 70%);
      pointer-events: none;
  }
  
  .target-section h2 {
      color: var(--color-text);
      font-size: var(--font-size-5xl);
      margin-bottom: var(--space-12);
      font-weight: var(--font-weight-extrabold);
      line-height: var(--line-height-tight);
      letter-spacing: var(--letter-spacing-tight);
  }
  
  .target-card {
      background: var(--color-surface-elevated);
      border-radius: var(--radius-3xl);
      border: 1px solid var(--color-border-light);
      padding: var(--space-12);
      margin: var(--space-12) auto;
      text-align: center;
      max-width: 700px;
      color: var(--color-text);
      box-shadow: var(--shadow-lg);
      position: relative;
      overflow: hidden;
  }
  
  .target-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--color-emerald-500) 0%, var(--color-primary) 50%, var(--color-violet-500) 100%);
  }
  
  .icon-circle {
      width: 96px;
      height: 96px;
      background: linear-gradient(135deg, var(--color-emerald-500) 0%, var(--color-emerald-700) 100%);
      border-radius: var(--radius-full);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto var(--space-8);
      font-size: var(--font-size-4xl);
      color: var(--color-white);
      box-shadow: var(--shadow-lg);
      transition: all var(--duration-normal) var(--ease-out-cubic);
  }
  
  .target-card:hover .icon-circle {
      transform: scale(1.1) rotate(5deg);
      box-shadow: var(--shadow-xl);
  }
  
  .target-card p {
      font-size: var(--font-size-xl);
      margin-bottom: var(--space-8);
      color: var(--color-text-secondary);
      line-height: var(--line-height-relaxed);
  }
  
  .target-card .alert {
      background: linear-gradient(135deg, rgba(var(--color-emerald-500-rgb), 0.1) 0%, rgba(var(--color-emerald-500-rgb), 0.15) 100%);
      border: 1px solid rgba(var(--color-emerald-500-rgb), 0.3);
      color: var(--color-emerald-700);
      font-weight: var(--font-weight-bold);
      font-size: var(--font-size-lg);
      padding: var(--space-6);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-sm);
  }
  
  /* Modern Benefits Section */
  .benefits-section {
      background: var(--color-background);
      padding: var(--space-20) 0;
      position: relative;
  }
  
  .benefits-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(circle at 30% 20%, rgba(var(--color-primary-500-rgb), 0.05) 0%, transparent 50%),
                  radial-gradient(circle at 70% 80%, rgba(var(--color-violet-500-rgb), 0.05) 0%, transparent 50%);
      pointer-events: none;
  }
  
  .benefits-section h2 {
      color: var(--color-text);
      text-align: center;
      font-size: var(--font-size-5xl);
      margin-bottom: var(--space-16);
      font-weight: var(--font-weight-extrabold);
      line-height: var(--line-height-tight);
      letter-spacing: var(--letter-spacing-tight);
  }
  
  .benefits-grid {
      display: flex;
      gap: var(--space-6);
      flex-wrap: nowrap;
      justify-content: center;
      align-items: stretch;
  }
  
  @media (max-width: 1024px) {
      .benefits-grid {
          flex-wrap: wrap;
          gap: var(--space-4);
      }
  }
  
  @media (max-width: 768px) {
      .benefits-grid {
          flex-direction: column;
          align-items: center;
      }
  }
  
  .benefit-card {
      background: var(--color-surface-elevated);
      border-radius: var(--radius-lg);
      border: 1px solid var(--color-border-light);
      transition: all var(--duration-normal) var(--ease-out-cubic);
      padding: var(--space-5);
      text-align: center;
      color: var(--color-text);
      box-shadow: var(--shadow-sm);
      position: relative;
      overflow: hidden;
      flex: 1;
      min-width: 180px;
      max-width: 220px;
      height: auto;
  }
  
  .benefit-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-violet-500) 100%);
      transform: scaleX(0);
      transition: transform var(--duration-normal) var(--ease-out-cubic);
  }
  
  .benefit-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-lg);
      border-color: var(--color-primary);
  }
  
  .benefit-card:hover::before {
      transform: scaleX(1);
  }
  
  .benefit-icon {
      width: 48px;
      height: 48px;
      border-radius: var(--radius-lg);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto var(--space-3);
      font-size: var(--font-size-lg);
      color: var(--color-white);
      box-shadow: var(--shadow-sm);
      transition: all var(--duration-normal) var(--ease-out-cubic);
  }
  
  /* Ícones com cores específicas */
  .benefit-card:nth-child(1) .benefit-icon {
      background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-700) 100%);
  }
  
  .benefit-card:nth-child(2) .benefit-icon {
      background: linear-gradient(135deg, var(--color-emerald-500) 0%, var(--color-emerald-700) 100%);
  }
  
  .benefit-card:nth-child(3) .benefit-icon {
      background: linear-gradient(135deg, var(--color-violet-500) 0%, var(--color-violet-700) 100%);
  }
  
  .benefit-card:nth-child(4) .benefit-icon {
      background: linear-gradient(135deg, var(--color-amber-500) 0%, var(--color-amber-700) 100%);
  }
  
  .benefit-card:hover .benefit-icon {
      transform: scale(1.05);
      box-shadow: var(--shadow-md);
  }
  
  .benefit-card h5 {
      color: var(--color-text);
      margin-bottom: var(--space-2);
      font-size: var(--font-size-base);
      font-weight: var(--font-weight-semibold);
      line-height: var(--line-height-tight);
  }
  
  .benefit-card p {
      color: var(--color-text-secondary);
      font-size: var(--font-size-xs);
      line-height: var(--line-height-normal);
      margin: 0;
  }
  
  /* Modern Curriculum Section */
  .curriculum-section {
      background: linear-gradient(135deg, var(--color-gray-50) 0%, var(--color-background) 100%);
      padding: var(--space-20) 0;
      position: relative;
  }
  
  .curriculum-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(circle at 20% 50%, rgba(var(--color-primary-500-rgb), 0.05) 0%, transparent 50%),
                  radial-gradient(circle at 80% 50%, rgba(var(--color-emerald-500-rgb), 0.05) 0%, transparent 50%);
      pointer-events: none;
  }
  
  .curriculum-section h2 {
      color: var(--color-text);
      text-align: center;
      font-size: var(--font-size-5xl);
      margin-bottom: var(--space-16);
      font-weight: var(--font-weight-extrabold);
      line-height: var(--line-height-tight);
      letter-spacing: var(--letter-spacing-tight);
  }
  
  .curriculum-card {
      background: var(--color-surface-elevated);
      border-radius: var(--radius-2xl);
      border: 1px solid var(--color-border-light);
      transition: all var(--duration-normal) var(--ease-out-cubic);
      padding: var(--space-8);
      margin: var(--space-6) 0;
      height: 100%;
      color: var(--color-text);
      box-shadow: var(--shadow-sm);
      position: relative;
      overflow: hidden;
  }
  
  .curriculum-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--color-emerald-500) 0%, var(--color-primary) 100%);
      transform: scaleX(0);
      transition: transform var(--duration-normal) var(--ease-out-cubic);
  }
  
  .curriculum-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-xl);
      border-color: var(--color-emerald-500);
  }
  
  .curriculum-card:hover::before {
      transform: scaleX(1);
  }
  
  .curriculum-card h4 {
      color: var(--color-primary);
      margin-bottom: var(--space-6);
      font-size: var(--font-size-2xl);
      font-weight: var(--font-weight-bold);
      line-height: var(--line-height-snug);
  }
  
  .curriculum-card ul {
      list-style: none;
      padding: 0;
  }
  
  .curriculum-card li {
      margin-bottom: var(--space-4);
      padding-left: var(--space-8);
      position: relative;
      color: var(--color-text-secondary);
      font-size: var(--font-size-lg);
      line-height: var(--line-height-relaxed);
      transition: all var(--duration-fast) var(--ease-out-cubic);
  }
  
  .curriculum-card li:hover {
      color: var(--color-text);
      transform: translateX(4px);
  }
  
  .curriculum-card li::before {
      content: "✓";
      color: var(--color-emerald-600);
      font-weight: var(--font-weight-bold);
      position: absolute;
      left: 0;
      font-size: var(--font-size-lg);
      transition: all var(--duration-fast) var(--ease-out-cubic);
  }
  
  .curriculum-card li:hover::before {
      color: var(--color-emerald-500);
      transform: scale(1.2);
  }
  
  /* Modern Final CTA Section */
  .cta-section {
      background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-violet-600) 50%, var(--color-emerald-600) 100%);
      color: var(--color-white);
      padding: var(--space-20) 0;
      text-align: center;
      position: relative;
      overflow: hidden;
  }
  
  .cta-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                  radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
      pointer-events: none;
  }
  
  .cta-section h2 {
      font-size: var(--font-size-5xl);
      margin-bottom: var(--space-6);
      color: var(--color-white);
      font-weight: var(--font-weight-extrabold);
      line-height: var(--line-height-tight);
      letter-spacing: var(--letter-spacing-tight);
      position: relative;
      z-index: 1;
  }
  
  .cta-section .lead {
      font-size: var(--font-size-2xl);
      margin-bottom: var(--space-12);
      color: rgba(255, 255, 255, 0.9);
      font-weight: var(--font-weight-medium);
      line-height: var(--line-height-relaxed);
      position: relative;
      z-index: 1;
  }
  
  /* Form Styles - Using design system form controls */
  .form-container {
      background: var(--color-surface);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-md);
      padding: var(--space-32);
      margin: var(--space-32) 0;
      border: 1px solid var(--color-card-border);
  }
  
  .form-container h2 {
      color: var(--color-text);
      text-align: center;
      margin-bottom: var(--space-16);
      font-weight: var(--font-weight-semibold);
  }
  
  .form-label {
      color: var(--color-text);
      font-weight: var(--font-weight-medium);
      margin-bottom: var(--space-8);
      font-size: var(--font-size-sm);
      display: block;
  }
  
  .form-control {
      background: var(--color-surface);
      border: 1px solid var(--color-border);
      border-radius: var(--radius-base);
      padding: var(--space-8) var(--space-12);
      transition: all var(--duration-fast) var(--ease-standard);
      color: var(--color-text);
      margin-bottom: var(--space-16);
      width: 100%;
      font-size: var(--font-size-md);
      line-height: 1.5;
      font-family: var(--font-family-base);
  }
  
  .form-control::placeholder {
      color: var(--color-text-secondary);
  }
  
  .form-control:focus {
      border-color: var(--color-primary);
      outline: var(--focus-outline);
      background: var(--color-surface);
      color: var(--color-text);
  }
  
  .form-select {
      background: var(--color-surface);
      border: 1px solid var(--color-border);
      color: var(--color-text);
      -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);
  }
  
  @media (prefers-color-scheme: dark) {
      .form-select {
          background-image: var(--select-caret-dark);
      }
  }
  
  [data-color-scheme="dark"] .form-select {
      background-image: var(--select-caret-dark);
  }
  
  [data-color-scheme="light"] .form-select {
      background-image: var(--select-caret-light);
  }
  
  .btn-submit {
      background: linear-gradient(135deg, var(--brand-success) 0%, var(--color-teal-600) 100%);
      border: none;
      border-radius: var(--radius-base);
      padding: var(--space-12) var(--space-24);
      font-weight: var(--font-weight-semibold);
      color: var(--color-btn-primary-text);
      transition: all var(--duration-normal) var(--ease-standard);
      cursor: pointer;
      width: 100%;
      font-size: var(--font-size-lg);
      box-shadow: var(--shadow-md);
  }
  
  .btn-submit:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-lg);
      color: var(--color-btn-primary-text);
  }
  
  .btn-submit:focus-visible {
      outline: none;
      box-shadow: var(--focus-ring);
  }
  
  /* Success Message */
  .success-message {
      background: linear-gradient(135deg, rgba(var(--color-success-rgb), 0.08) 0%, rgba(var(--color-success-rgb), 0.15) 100%);
      border: 2px solid rgba(var(--color-success-rgb), 0.25);
      border-radius: var(--radius-lg);
      padding: var(--space-32);
      text-align: center;
      margin: var(--space-32) 0;
      color: var(--color-text);
      box-shadow: var(--shadow-md);
  }
  
  .success-icon {
      width: 80px;
      height: 80px;
      background: var(--brand-success);
      border-radius: var(--radius-full);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto var(--space-16);
      font-size: var(--font-size-3xl);
      color: var(--color-btn-primary-text);
      box-shadow: var(--shadow-md);
  }
  
  /* Modern Footer - Three Columns Layout */
  footer {
      background: linear-gradient(180deg, var(--color-gray-800) 0%, var(--color-gray-900) 100%);
      color: var(--color-white);
      padding: var(--space-16) 0;
      position: relative;
  }
  
  .footer-content {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: var(--space-8);
      margin-bottom: var(--space-8);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 var(--space-6);
  }
  
  .footer-column h4 {
      color: var(--color-white);
      font-size: var(--font-size-lg);
      font-weight: var(--font-weight-bold);
      margin-bottom: var(--space-3);
      line-height: var(--line-height-tight);
  }
  
  .footer-column p {
      color: var(--color-gray-300);
      font-size: var(--font-size-sm);
      line-height: var(--line-height-relaxed);
      margin-bottom: var(--space-2);
  }
  
  .footer-column p i {
      margin-right: var(--space-2);
      color: var(--color-gray-400);
      width: 16px;
  }
  
  .footer-bottom {
      text-align: center;
      padding-top: var(--space-8);
      border-top: 1px solid var(--color-gray-700);
      color: var(--color-gray-400);
      font-size: var(--font-size-sm);
      max-width: 1200px;
      margin: 0 auto;
      padding-left: var(--space-6);
      padding-right: var(--space-6);
  }
  
  @media (max-width: 768px) {
      .footer-content {
          grid-template-columns: 1fr;
          gap: var(--space-6);
          text-align: center;
      }
  }

  /* Simple Cadastro Page Styles */
  .btn-primary {
      background: linear-gradient(135deg, var(--color-amber-500) 0%, var(--color-rose-500) 100%);
      border: none;
      border-radius: var(--radius-lg);
      font-weight: var(--font-weight-bold);
      transition: all var(--duration-normal) var(--ease-out-cubic);
  }

  .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-lg);
      background: linear-gradient(135deg, var(--color-amber-600) 0%, var(--color-rose-600) 100%);
  }

  .form-control:focus {
      border-color: var(--color-primary);
      box-shadow: 0 0 0 0.2rem rgba(var(--color-primary-500-rgb), 0.25);
  }

  .form-control.is-invalid {
      border-color: var(--color-rose-500);
  }

  .card {
      border-radius: var(--radius-xl);
      border: 1px solid var(--color-border-light);
  }
  
  /* Utilities */
  .container {
      max-width: var(--container-xl);
      margin: 0 auto;
      padding: 0 var(--space-16);
  }
  
  .text-center {
      text-align: center;
  }
  
  .mb-4 {
      margin-bottom: var(--space-24);
  }
  
  .py-5 {
      padding: var(--space-32) 0;
  }
  
  .py-4 {
      padding: var(--space-32) 0;
  }
  
  .row {
      display: flex;
      flex-wrap: wrap;
      margin: calc(var(--space-8) * -1);
  }
  
  .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
      padding: var(--space-8);
  }
  
  .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
      padding: var(--space-8);
  }
  
  .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
      padding: var(--space-8);
  }
  
  .col-md-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
      padding: var(--space-8);
  }
  
  .col-md-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding: var(--space-8);
  }
  
  .col-12 {
      flex: 0 0 100%;
      max-width: 100%;
      padding: var(--space-8);
  }
  
  /* Alert styles */
  .alert {
      padding: var(--space-16);
      border-radius: var(--radius-base);
      margin-bottom: var(--space-16);
  }
  
  .alert-danger {
      background: rgba(var(--color-error-rgb), 0.15);
      border: 1px solid rgba(var(--color-error-rgb), 0.25);
      color: var(--color-error);
  }
  
  .alert-success {
      background: rgba(var(--color-success-rgb), 0.15);
      border: 1px solid rgba(var(--color-success-rgb), 0.25);
      color: var(--color-success);
  }
  
  /* Form validation styles */
  .is-invalid {
      border-color: var(--color-error) !important;
  }
  
  .form-check-label {
      color: var(--color-text);
  }
  
  /* Links */
  a {
      color: var(--color-primary);
      text-decoration: none;
      transition: color var(--duration-fast) var(--ease-standard);
  }
  
  a:hover {
      color: var(--color-primary-hover);
      text-decoration: none;
  }
  
  .text-muted {
      color: var(--color-text-secondary) !important;
  }
  
  /* Button styles */
  .btn {
      padding: var(--space-10) var(--space-20);
      border-radius: var(--radius-base);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      font-weight: var(--font-weight-medium);
      transition: all var(--duration-normal) var(--ease-standard);
      border: none;
      cursor: pointer;
      font-size: var(--font-size-base);
      line-height: 1.5;
  }
  
  .btn:focus-visible {
      outline: none;
      box-shadow: var(--focus-ring);
  }
  
  .btn-outline-secondary {
      background: transparent;
      border: 1px solid var(--color-border);
      color: var(--color-text);
  }
  
  .btn-outline-secondary:hover {
      background: var(--color-secondary);
      color: var(--color-text);
      text-decoration: none;
      transform: translateY(-1px);
  }
  
  .text-decoration-none {
      text-decoration: none !important;
  }
  
  /* Form utilities */
  .d-grid {
      display: grid;
  }
  
  .form-check {
      display: block;
      min-height: 1.5rem;
      padding-left: 1.5em;
      margin-bottom: var(--space-2);
  }
  
  .form-check-input {
      width: 1em;
      height: 1em;
      margin-top: 0.25em;
      vertical-align: top;
      background-color: var(--color-surface);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      border: 1px solid var(--color-border);
      appearance: none;
      margin-left: -1.5em;
      border-radius: var(--radius-sm);
  }
  
  .form-check-input:checked {
      background-color: var(--brand-teal);
      border-color: var(--brand-teal);
  }
  
  .form-check-input:checked::before {
      content: "✓";
      color: var(--color-btn-primary-text);
      font-size: 0.8rem;
      font-weight: var(--font-weight-bold);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
  }
  
  .form-check-label {
      cursor: pointer;
  }
  
  /* Responsive Design - Mobile portrait at 480px */
  @media (max-width: 480px) {
      .hero-section {
          min-height: 50vh;
          padding: var(--space-24) 0;
      }
      
      .display-4 {
          font-size: var(--font-size-3xl);
      }
      
      .lead {
          font-size: var(--font-size-lg);
      }
  
      .info-card {
          padding: var(--space-24);
          margin: var(--space-16) 0;
      }
  
      .target-card {
          padding: var(--space-24) var(--space-16);
          margin: var(--space-16);
      }
  
      .form-container {
          margin: var(--space-16);
          padding: var(--space-24);
      }
  
      .navbar .container {
          flex-direction: column;
          gap: var(--space-16);
      }
  
      .navbar .container > div {
          width: 100%;
          justify-content: center;
      }
  
      .col-md-6,
      .col-md-3,
      .col-md-4,
      .col-md-8,
      .col-sm-6 {
          flex: 0 0 100%;
          max-width: 100%;
      }
  
      .benefit-card, 
      .curriculum-card {
          margin-bottom: var(--space-24);
      }
  
      .container {
          padding: 0 var(--space-12);
      }
  }
  
  @media (max-width: 768px) {
      .hero-section {
          min-height: 60vh;
          padding: var(--space-32) 0;
      }
      
      .display-4 {
          font-size: calc(var(--font-size-3xl) * 1.1);
      }
      
      .lead {
          font-size: var(--font-size-lg);
      }
  
      .info-card .row > div {
          margin-bottom: var(--space-16);
      }
  
      .info-card .row > div:last-child {
          margin-bottom: 0;
      }
  
      .col-md-6,
      .col-md-3,
      .col-md-4,
      .col-md-8,
      .col-sm-6 {
          flex: 0 0 100%;
          max-width: 100%;
      }
  
      .benefit-card, 
      .curriculum-card {
          margin-bottom: var(--space-32);
      }
  }
  
  /* Modern Animation Classes */
  .fade-in {
      animation: fadeIn 0.8s var(--ease-out-cubic);
  }
  
  .fade-in-up {
      animation: fadeInUp 0.8s var(--ease-out-cubic);
  }
  
  .fade-in-down {
      animation: fadeInDown 0.8s var(--ease-out-cubic);
  }
  
  .fade-in-left {
      animation: fadeInLeft 0.8s var(--ease-out-cubic);
  }
  
  .fade-in-right {
      animation: fadeInRight 0.8s var(--ease-out-cubic);
  }
  
  .scale-in {
      animation: scaleIn 0.6s var(--ease-out-back);
  }
  
  .slide-in-up {
      animation: slideInUp 0.8s var(--ease-out-cubic);
  }
  
  .bounce-in {
      animation: bounceIn 1s var(--ease-out-back);
  }
  
  .pulse {
      animation: pulse 2s var(--ease-in-out) infinite;
  }
  
  .float {
      animation: float 3s var(--ease-in-out) infinite;
  }
  
  .glow {
      animation: glow 2s var(--ease-in-out) infinite alternate;
  }
  
  @keyframes fadeIn {
      from {
          opacity: 0;
          transform: translateY(2rem);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @keyframes fadeInUp {
      from {
          opacity: 0;
          transform: translateY(3rem);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @keyframes fadeInDown {
      from {
          opacity: 0;
          transform: translateY(-3rem);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @keyframes fadeInLeft {
      from {
          opacity: 0;
          transform: translateX(-3rem);
      }
      to {
          opacity: 1;
          transform: translateX(0);
      }
  }
  
  @keyframes fadeInRight {
      from {
          opacity: 0;
          transform: translateX(3rem);
      }
      to {
          opacity: 1;
          transform: translateX(0);
      }
  }
  
  @keyframes scaleIn {
      from {
          opacity: 0;
          transform: scale(0.8);
      }
      to {
          opacity: 1;
          transform: scale(1);
      }
  }
  
  @keyframes slideInUp {
      from {
          opacity: 0;
          transform: translateY(100%);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @keyframes bounceIn {
      0% {
          opacity: 0;
          transform: scale(0.3);
      }
      50% {
          opacity: 1;
          transform: scale(1.05);
      }
      70% {
          transform: scale(0.9);
      }
      100% {
          opacity: 1;
          transform: scale(1);
      }
  }
  
  @keyframes pulse {
      0%, 100% {
          transform: scale(1);
      }
      50% {
          transform: scale(1.05);
      }
  }
  
  @keyframes float {
      0%, 100% {
          transform: translateY(0);
      }
      50% {
          transform: translateY(-1rem);
      }
  }
  
  @keyframes glow {
      from {
          box-shadow: 0 0 20px rgba(var(--color-primary-500-rgb), 0.3);
      }
      to {
          box-shadow: 0 0 30px rgba(var(--color-primary-500-rgb), 0.6);
      }
  }
  
  /* Staggered Animation Delays */
  .animate-delay-100 { animation-delay: 0.1s; }
  .animate-delay-200 { animation-delay: 0.2s; }
  .animate-delay-300 { animation-delay: 0.3s; }
  .animate-delay-400 { animation-delay: 0.4s; }
  .animate-delay-500 { animation-delay: 0.5s; }
  .animate-delay-600 { animation-delay: 0.6s; }
  .animate-delay-700 { animation-delay: 0.7s; }
  .animate-delay-800 { animation-delay: 0.8s; }
  
  /* Cadastro Page Styles */
  .cadastro-container {
      max-width: 600px;
      margin: var(--space-8) auto;
      padding: var(--space-6);
  }
  
  .cadastro-header {
      text-align: center;
      margin-bottom: var(--space-8);
  }
  
  .cadastro-header h1 {
      font-size: var(--font-size-4xl);
      color: var(--color-text);
      margin-bottom: var(--space-4);
  }
  
  .cadastro-header p {
      color: var(--color-text-secondary);
      font-size: var(--font-size-lg);
  }
  
  .cadastro-form {
      background: var(--color-surface-elevated);
      border-radius: var(--radius-2xl);
      padding: var(--space-8);
      box-shadow: var(--shadow-lg);
      border: 1px solid var(--color-border-light);
  }
  
  .form-title {
      background: linear-gradient(135deg, var(--color-amber-500) 0%, var(--color-amber-700) 100%);
      color: var(--color-white);
      text-align: center;
      padding: var(--space-6);
      margin: calc(-1 * var(--space-8)) calc(-1 * var(--space-8)) var(--space-8) calc(-1 * var(--space-8));
      border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
      font-size: var(--font-size-2xl);
      font-weight: var(--font-weight-bold);
  }
  
  .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--space-4);
      margin-bottom: var(--space-4);
  }
  
  .form-row.full {
      grid-template-columns: 1fr;
  }
  
  .form-group {
      margin-bottom: var(--space-4);
  }
  
  .form-group label {
      display: block;
      margin-bottom: var(--space-2);
      font-weight: var(--font-weight-semibold);
      color: var(--color-text);
      font-size: var(--font-size-sm);
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
      width: 100%;
      padding: var(--space-3);
      border: 1px solid var(--color-border);
      border-radius: var(--radius-lg);
      font-size: var(--font-size-base);
      transition: all var(--duration-fast) var(--ease-out-cubic);
      background: var(--color-white);
  }
  
  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
      outline: none;
      border-color: var(--color-primary);
      box-shadow: var(--focus-ring);
  }
  
  .btn-submit {
      background: linear-gradient(135deg, var(--color-amber-500) 0%, var(--color-amber-700) 100%);
      color: var(--color-white);
      border: none;
      padding: var(--space-4) var(--space-8);
      border-radius: var(--radius-lg);
      font-size: var(--font-size-lg);
      font-weight: var(--font-weight-bold);
      cursor: pointer;
      transition: all var(--duration-normal) var(--ease-out-cubic);
      width: 100%;
      box-shadow: var(--shadow-md);
  }
  
  .btn-submit:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-lg);
  }
  
  .btn-submit:active {
      transform: translateY(0);
      box-shadow: var(--shadow-md);
  }
  
  @media (max-width: 768px) {
      .form-row {
          grid-template-columns: 1fr;
      }
      
      .cadastro-container {
          margin: var(--space-4);
          padding: var(--space-4);
      }
      
      .cadastro-form {
          padding: var(--space-6);
      }
  }
  
  /* Utility classes */
  .justify-content-center {
      justify-content: center;
  }
  
  .align-items-center {
      align-items: center;
  }
  
  .me-2 {
      margin-right: var(--space-8);
  }
  
  .btn-lg {
      padding: var(--space-16) var(--space-32);
      font-size: var(--font-size-xl);
  }