/* GÉNÉRÉ par tools/build-css.py (T-99) — NE PAS ÉDITER À LA MAIN.
   Source éditable : variables.css + base.css + components.css + theme.css + finish.css
   Régénérer après toute modification : python3 tools/build-css.py */

/* ===== variables.css ===== */
:root {
  
  
  
  --color-gold: #b48e67;
  --color-gold-light: #c9a882;
  --color-gold-dark: #96754f;
  --color-gold-glow: rgba(180, 142, 103, 0.3);
  
  
  --color-black: #1c1c1e;
  --color-black-pure: #000000;
  --color-black-soft: #2c2c2e;
  --color-black-lighter: #3a3a3c;

  
  --c-ink-900: #0e0e10;
  
  --color-white: #ffffff;
  --color-white-soft: #f5f5f7;
  --color-white-muted: #e5e5e7;
  
  --color-gray: #545454;
  --color-gray-light: #8e8e93;
  --color-gray-lighter: #aeaeb2;
  --color-gray-dark: #3a3a3c;
  
  
  --color-success: #34c759;
  --color-success-soft: rgba(52, 199, 89, 0.15);
  --color-warning: #ff9f0a;
  --color-warning-soft: rgba(255, 159, 10, 0.15);
  --color-error: #ff3b30;
  --color-error-soft: rgba(255, 59, 48, 0.15);
  --color-info: #5ac8fa;
  --color-info-soft: rgba(90, 200, 250, 0.15);
  
  
  
  
  --font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Outfit", "Inter", sans-serif;
  --font-accent: "Playfair Display", Georgia, serif;
  
  
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.6vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);
  --text-3xl: clamp(1.875rem, 1.5rem + 2vw, 2.5rem);
  --text-4xl: clamp(2.25rem, 1.75rem + 2.5vw, 3.5rem);
  --text-5xl: clamp(3rem, 2rem + 4vw, 5rem);
  
  
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  
  
  --leading-tight: 1.1;
  --leading-snug: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.75;
  
  
  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide: 0.02em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  
  
  
  --space-1: 0.25rem;   
  --space-2: 0.5rem;    
  --space-3: 0.75rem;   
  --space-4: 1rem;      
  --space-5: 1.25rem;   
  --space-6: 1.5rem;    
  --space-8: 2rem;      
  --space-10: 2.5rem;   
  --space-12: 3rem;     
  --space-16: 4rem;     
  --space-20: 5rem;     
  --space-24: 6rem;     
  --space-32: 8rem;     
  
  
  
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
  --container-2xl: 1440px;
  
  --gutter: clamp(1rem, 2vw + 0.5rem, 2rem);
  
  
  
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 24px;
  --radius-full: 9999px;
  
  --border-thin: 1px;
  --border-medium: 2px;
  --border-thick: 3px;
  
  
  
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  
  --shadow-gold: 0 4px 14px rgba(180, 142, 103, 0.25);
  --shadow-gold-lg: 0 8px 30px rgba(180, 142, 103, 0.35);
  
  --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.06);
  
  
  
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 400ms ease;
  --transition-slower: 600ms ease;
  
  --ease-in-out-quad: cubic-bezier(0.45, 0, 0.55, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);

  

  
  --motion-ease-signature: cubic-bezier(0.16, 1, 0.3, 1);

  
  --motion-dur-micro: 300ms;    
  --motion-dur-reveal: 900ms;   
  --motion-dur-scene: 1400ms;   
  --motion-stagger: 90ms;       

  
  --motion-dur-veil: 450ms;     
  --motion-dur-draw: 600ms;     
  --motion-dur-intro: 1600ms;   

  
  --motion-shift-reveal: 32px;  
  --motion-shift-page: 24px;    
  --motion-lift: 4px;           
  --motion-magnet: 6px;         


  
  
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-fixed: 300;
  --z-modal-backdrop: 400;
  --z-modal: 500;
  --z-popover: 600;
  --z-tooltip: 700;
  
  
  
  --glass-bg: rgba(28, 28, 30, 0.8);
  --glass-bg-light: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-blur: blur(20px);
}[data-theme="light"] {
  --color-black: #ffffff;
  --color-white: #1c1c1e;
  --glass-bg: rgba(255, 255, 255, 0.8);
  --glass-border: rgba(0, 0, 0, 0.1);
}

/* ===== base.css ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}body {
    font-family: var(--font-primary);
    font-size: var(--text-base);
    font-weight: var(--font-regular);
    line-height: var(--leading-normal);
    color: var(--color-white);
    background-color: var(--color-black);
    min-height: 100vh;
    overflow-x: clip;
}h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-display);
    font-weight: var(--font-semibold);
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-white);
}h1 {
    font-size: var(--text-5xl);
    font-weight: var(--font-bold);
}h2 {
    font-size: var(--text-4xl);
}h3 {
    font-size: var(--text-3xl);
}h4 {
    font-size: var(--text-2xl);
}h5 {
    font-size: var(--text-xl);
}h6 {
    font-size: var(--text-lg);
}p {
    margin-bottom: var(--space-4);
    color: var(--color-gray-light);
}.lead {
    font-size: var(--text-xl);
    font-weight: var(--font-light);
    line-height: var(--leading-relaxed);
    color: var(--color-gray-lighter);
}.text-gold {
    color: var(--color-gold);
}.text-accent {
    font-family: var(--font-accent);
    font-style: italic;
}small,
.text-sm {
    font-size: var(--text-sm);
}.text-xs {
    font-size: var(--text-xs);
}a {
    color: var(--color-gold);
    text-decoration: none;
    transition: color var(--transition-fast);
}a:hover {
    color: var(--color-gold-light);
}img {
    max-width: 100%;
    height: auto;
    display: block;
}ul,
ol {
    list-style: none;
}.container {
    width: 100%;
    max-width: var(--container-xl);
    margin: 0 auto;
    padding: 0 var(--gutter);
}.container-sm {
    max-width: var(--container-sm);
}.container-md {
    max-width: var(--container-md);
}.container-lg {
    max-width: var(--container-lg);
}.container-2xl {
    max-width: var(--container-2xl);
}.section {
    padding: var(--space-20) 0;
}.section-lg {
    padding: var(--space-32) 0;
}.flex {
    display: flex;
}.flex-col {
    flex-direction: column;
}.items-center {
    align-items: center;
}.items-start {
    align-items: flex-start;
}.items-end {
    align-items: flex-end;
}.justify-center {
    justify-content: center;
}.justify-between {
    justify-content: space-between;
}.justify-end {
    justify-content: flex-end;
}.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-10 {
    gap: var(--space-10);
}.gap-12 {
    gap: var(--space-12);
}.flex-1 {
    flex: 1;
}.flex-wrap {
    flex-wrap: wrap;
}.grid {
    display: grid;
}.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}@media (max-width: 768px) {

    .grid-cols-2,
    .grid-cols-3,
    .grid-cols-4 {
        grid-template-columns: 1fr;
    }
}@media (min-width: 769px) and (max-width: 1024px) {

    .grid-cols-3,
    .grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}.mt-4 {
    margin-top: var(--space-4);
}.mt-6 {
    margin-top: var(--space-6);
}.mt-8 {
    margin-top: var(--space-8);
}.mt-12 {
    margin-top: var(--space-12);
}.mb-4 {
    margin-bottom: var(--space-4);
}.mb-6 {
    margin-bottom: var(--space-6);
}.mb-8 {
    margin-bottom: var(--space-8);
}.mb-12 {
    margin-bottom: var(--space-12);
}.mx-auto {
    margin-left: auto;
    margin-right: auto;
}.text-center {
    text-align: center;
}.text-left {
    text-align: left;
}.text-right {
    text-align: right;
}.uppercase {
    text-transform: uppercase;
    letter-spacing: var(--tracking-wider);
}::selection {
    background-color: var(--color-gold);
    color: var(--color-black);
}::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}::-webkit-scrollbar-track {
    background: var(--color-black-soft);
}::-webkit-scrollbar-thumb {
    background: var(--color-gray-dark);
    border-radius: var(--radius-full);
}::-webkit-scrollbar-thumb:hover {
    background: var(--color-gray);
}:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 2px;
}@keyframes fadeIn {
    from {
        opacity: 0;
    }

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

    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}.animate-fade-in {
    animation: fadeIn var(--transition-slow) var(--ease-out-expo);
}.animate-fade-in-up {
    animation: fadeInUp var(--transition-slow) var(--ease-out-expo);
}.animate-float {
    animation: float 3s ease-in-out infinite;
}html[lang="de"] h1,
html[lang="de"] h2,
html[lang="de"] h3,
html[lang="de"] h4,
html[lang="de"] h5,
html[lang="de"] h6 {
    hyphens: auto;
    -webkit-hyphens: auto;
    word-break: keep-all;
    overflow-wrap: break-word;
}html[lang="de"] .btn {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

/* ===== components.css ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    font-family: var(--font-primary);
    font-size: var(--text-sm);
    font-weight: var(--font-semibold);
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all var(--transition-base) var(--ease-out-expo);
    position: relative;
    overflow: hidden;
}.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    opacity: 0;
    transition: opacity var(--transition-fast);
}.btn:hover::before {
    opacity: 1;
}.btn-primary {
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-dark) 100%);
    color: var(--color-black);
    box-shadow: var(--shadow-gold);
}.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold-lg);
    color: var(--color-black);
}.btn-primary:active {
    transform: translateY(0);
}.btn-secondary {
    background: transparent;
    color: var(--color-gold);
    border: var(--border-medium) solid var(--color-gold);
}.btn-secondary:hover {
    background: var(--color-gold);
    color: var(--color-black);
    transform: translateY(-2px);
}.btn-ghost {
    background: transparent;
    color: var(--color-white);
    border: var(--border-thin) solid var(--color-gray-dark);
}.btn-ghost:hover {
    border-color: var(--color-gold);
    color: var(--color-gold);
}.btn-white {
    background: var(--color-white);
    color: var(--color-black);
}.btn-white:hover {
    background: var(--color-white-soft);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}.btn-sm {
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-xs);
}.btn-lg {
    padding: var(--space-4) var(--space-8);
    font-size: var(--text-base);
}.btn-icon {
    padding: var(--space-3);
    border-radius: var(--radius-full);
}.btn svg {
    width: 1.25em;
    height: 1.25em;
}.card {
    background: var(--card-bg);
    border: 1px solid var(--card-border, var(--border-primary));
    border-radius: var(--radius-xl);
    padding: var(--space-6);
    box-shadow: var(--shadow-card, var(--shadow-sm));
    transition: all var(--transition-base) var(--ease-out-expo);
}[data-theme="light"] .card {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
}.card:hover {
    border-color: var(--border-hover);
    transform: translateY(-4px);
    box-shadow: var(--shadow-card-hover, var(--shadow-lg));
}[data-theme="light"] .card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14), 0 4px 12px rgba(0, 0, 0, 0.08);
}.card-glass {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: var(--border-thin) solid var(--glass-border);
}.card-feature {
    padding: var(--space-8);
    text-align: center;
}.card-feature .card-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto var(--space-6);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-gold-glow) 0%, transparent 100%);
    border-radius: var(--radius-lg);
    color: var(--color-gold);
}.card-feature .card-icon svg {
    width: 32px;
    height: 32px;
}.card-feature h3 {
    font-size: var(--text-xl);
    margin-bottom: var(--space-3);
}.card-feature p {
    color: var(--color-gray-light);
    margin-bottom: 0;
}.card-service {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: var(--space-8);
    position: relative;
    overflow: hidden;
}[data-theme="light"] .card-service {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
}[data-theme="light"] .card-service:hover {
    border-color: var(--color-gold);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
}.card-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-gold), var(--color-gold-light));
    opacity: 0;
    transition: opacity var(--transition-base);
}.card-service:hover::before {
    opacity: 1;
}.card-service .card-number {
    font-family: var(--font-display);
    font-size: var(--text-4xl);
    font-weight: var(--font-bold);
    color: var(--color-gold);
    opacity: 0.4;
    margin-bottom: var(--space-4);
}[data-theme="light"] .card-service .card-number {
    opacity: 0.6;
}.card-service h3 {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-4);
}.card-service p {
    flex: 1;
    margin-bottom: var(--space-6);
}.card-service .card-link {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    color: var(--color-gold);
    font-weight: var(--font-medium);
    text-transform: uppercase;
    font-size: var(--text-sm);
    letter-spacing: var(--tracking-wide);
}.card-service .card-link svg {
    transition: transform var(--transition-fast);
}.card-service:hover .card-link svg {
    transform: translateX(4px);
}.card-pricing {
    padding: var(--space-8);
    text-align: center;
    position: relative;
}.card-pricing.featured {
    border-color: var(--color-gold);
    background: linear-gradient(180deg, rgba(180, 142, 103, 0.1) 0%, var(--color-black-soft) 30%);
}.card-pricing .badge {
    position: absolute;
    top: calc(-1 * var(--space-3));
    left: 50%;
    transform: translateX(-50%);
}.card-pricing .price {
    font-family: var(--font-display);
    font-size: var(--text-4xl);
    font-weight: var(--font-bold);
    color: var(--color-white);
    margin: var(--space-4) 0;
}.card-pricing .price span {
    font-size: var(--text-base);
    font-weight: var(--font-regular);
    color: var(--color-gray-light);
}.card-pricing ul {
    text-align: left;
    margin: var(--space-6) 0;
}.card-pricing li {
    padding: var(--space-3) 0;
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    gap: var(--space-3);
    color: var(--color-gray-light);
}.card-pricing li:last-child {
    border-bottom: none;
}.card-pricing li svg {
    color: var(--color-gold);
    flex-shrink: 0;
}.badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    padding: var(--space-1) var(--space-3);
    font-size: var(--text-xs);
    font-weight: var(--font-semibold);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    border-radius: var(--radius-full);
}.badge-gold {
    background: var(--color-gold);
    color: var(--color-black);
}.badge-success {
    background: var(--color-success-soft);
    color: var(--color-success);
}.badge-warning {
    background: var(--color-warning-soft);
    color: var(--color-warning);
}.badge-error {
    background: var(--color-error-soft);
    color: var(--color-error);
}.badge-info {
    background: var(--color-info-soft);
    color: var(--color-info);
}.badge-outline {
    background: transparent;
    border: var(--border-thin) solid currentColor;
}.status {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
}.status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: var(--radius-full);
    background: currentColor;
}.status-active {
    color: var(--color-success);
}.status-pending {
    color: var(--color-warning);
}.status-paused {
    color: var(--color-gray-light);
}.status-completed {
    color: var(--color-info);
}.form-group {
    margin-bottom: var(--space-6);
}.form-label {
    display: block;
    margin-bottom: var(--space-2);
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    color: var(--color-white);
}.form-input,
.form-textarea,
.form-select {
    width: 100%;
    padding: var(--space-3) var(--space-4);
    font-family: var(--font-primary);
    font-size: var(--text-base);
    color: var(--color-white);
    background: var(--color-black-soft);
    border: var(--border-thin) solid var(--color-gray-dark);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
}.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    outline: none;
    border-color: var(--color-gold);
    box-shadow: 0 0 0 3px var(--color-gold-glow);
}.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--color-gray);
}.form-textarea {
    min-height: 120px;
    resize: vertical;
}.form-select {
    appearance: none;
    background-image: 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='%23545454' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right var(--space-4) center;
    padding-right: var(--space-10);
}.form-privacy-notice,
.auth-legal-notice {
    font-size: 0.8125rem;
    color: var(--text-secondary);
    margin-top: var(--space-3);
    line-height: 1.5;
}.form-privacy-notice a,
.auth-legal-notice a {
    color: var(--gold);
    text-decoration: underline;
}.nav {
    display: flex;
    align-items: center;
    gap: var(--space-1);
}.nav-link {
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    color: var(--color-gray-light);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
}.nav-link:hover {
    color: var(--color-white);
    background: var(--color-black-lighter);
}.nav-link.active {
    color: var(--color-gold);
}.language-switcher {
    position: relative;
    display: inline-flex;
}.lang-switcher-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    padding: 0 12px;
    background: color-mix(in oklab, var(--bg-secondary) 70%, transparent);
    border: 1px solid var(--border-primary);
    border-radius: 999px;
    font-family: var(--font-primary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--text-primary);
    cursor: pointer;
    transition: border-color var(--transition-fast), color var(--transition-fast), background var(--transition-fast);
}.lang-switcher-toggle:hover,
.lang-switcher-toggle:focus-visible,
.lang-switcher-toggle[aria-expanded="true"] {
    border-color: var(--color-gold);
    color: var(--color-gold);
    outline: none;
}.lang-switcher-toggle:focus-visible {
    box-shadow: 0 0 0 3px var(--color-gold-glow);
}.lang-current {
    line-height: 1;
}.lang-chevron {
    width: 10px;
    height: 10px;
    transition: transform var(--transition-fast);
}.lang-switcher-toggle[aria-expanded="true"] .lang-chevron {
    transform: rotate(180deg);
}.lang-switcher-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 180px;
    margin: 0;
    padding: 4px;
    list-style: none;
    background: var(--bg-elevated);
    border: 1px solid var(--border-primary);
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    z-index: var(--z-dropdown);
}.lang-switcher-menu[hidden] {
    display: none;
}.lang-switcher-menu li {
    margin: 0;
    padding: 0;
}.lang-switcher-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 8px;
    color: var(--text-primary);
    text-decoration: none;
    font-family: var(--font-primary);
    transition: background var(--transition-fast), color var(--transition-fast);
}.lang-switcher-menu li a:hover,
.lang-switcher-menu li a:focus-visible {
    background: var(--hover-overlay, color-mix(in oklab, var(--text-primary) 6%, transparent));
    outline: none;
}.lang-switcher-menu li[aria-selected="true"] a {
    color: var(--color-gold);
}.lang-switcher-menu li[aria-selected="true"] a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-gold);
    flex-shrink: 0;
}.lang-switcher-menu li:not([aria-selected="true"]) a::before {
    content: "";
    width: 6px;
    height: 6px;
    flex-shrink: 0;
}.lang-code {
    font-family: var(--font-primary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    min-width: 22px;
    color: var(--text-tertiary);
}.lang-switcher-menu li[aria-selected="true"] .lang-code {
    color: var(--color-gold);
}.lang-label {
    font-size: 14px;
    font-weight: 500;
}.lang-switcher-menu li a[lang="ar"] .lang-label {
    font-size: 16px;
}@keyframes lang-menu-in {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.lang-switcher-menu:not([hidden]) {
    animation: lang-menu-in 0.18s ease-out;
}@media (prefers-reduced-motion: reduce) {
    .lang-switcher-menu:not([hidden]) {
        animation: none;
    }
    .lang-chevron {
        transition: none;
    }
}.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-gray-dark), transparent);
    margin: var(--space-8) 0;
}.divider-gold {
    background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}.avatar {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-full);
    background: var(--color-gold-glow);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-semibold);
    color: var(--color-gold);
    overflow: hidden;
}.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.avatar-lg {
    width: 64px;
    height: 64px;
    font-size: var(--text-xl);
}[data-tooltip] {
    position: relative;
}[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    padding: var(--space-2) var(--space-3);
    font-size: var(--text-xs);
    font-weight: var(--font-medium);
    color: var(--color-white);
    background: var(--color-black-soft);
    border-radius: var(--radius-md);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-fast);
    z-index: var(--z-tooltip);
}[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-4px);
}.progress {
    height: 8px;
    background: var(--color-black-lighter);
    border-radius: var(--radius-full);
    overflow: hidden;
}.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--color-gold-dark), var(--color-gold));
    border-radius: var(--radius-full);
    transition: width var(--transition-slow) var(--ease-out-expo);
}.table-wrapper {
    overflow-x: auto;
}.table {
    width: 100%;
    border-collapse: collapse;
}.table th,
.table td {
    padding: var(--space-4);
    text-align: left;
    border-bottom: 1px solid var(--glass-border);
}.table th {
    font-size: var(--text-sm);
    font-weight: var(--font-semibold);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--color-gray-light);
}.table td {
    color: var(--color-white);
}.table tbody tr {
    transition: background var(--transition-fast);
}.table tbody tr:hover {
    background: var(--color-black-soft);
}.icon {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}.icon-sm {
    width: 16px;
    height: 16px;
}.icon-lg {
    width: 32px;
    height: 32px;
}.footer-social {
    display: flex;
    gap: var(--space-3);
    margin-top: var(--space-4);
}.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--radius-full);
    background: var(--color-black-soft);
    color: var(--color-gray-light);
    transition: all var(--transition-fast);
}.footer-social a:hover {
    background: var(--color-gold);
    color: var(--color-black);
    transform: translateY(-2px);
}.footer-social svg {
    width: 20px;
    height: 20px;
}@media (pointer: coarse) {
    .btn {
        min-height: 48px;
    }

    .btn-sm {
        min-height: 48px;
        padding: var(--space-3) var(--space-4);
    }

    .btn-icon {
        min-width: 48px;
        min-height: 48px;
    }

    .footer-social a {
        min-width: 48px;
        min-height: 48px;
    }
}.contact-choice {
    margin-bottom: var(--space-12);
}.contact-choice-head {
    max-width: 720px;
    margin: 0 auto var(--space-8);
    text-align: center;
}.contact-choice-head h2 {
    margin-bottom: var(--space-3);
}.contact-choice-head p {
    margin: 0;
    color: var(--text-secondary);
}.contact-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-5);
}.contact-choice-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
    padding: var(--space-8);
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-xl);
    background: var(--card-bg);
}.contact-choice-card.is-primary {
    border-color: var(--color-gold);
    background: linear-gradient(145deg, var(--color-gold-glow), var(--card-bg) 58%);
}.contact-choice-card h3,
.contact-choice-card p {
    margin: 0;
}.contact-choice-card p {
    color: var(--text-secondary);
    line-height: 1.65;
}.contact-choice-card .btn,
.contact-choice-card .contact-choice-link {
    margin-top: auto;
}.contact-choice-link {
    color: var(--color-gold);
    font-weight: var(--font-semibold);
}.booking-page {
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
}.booking-hero {
    position: relative;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    padding: calc(80px + var(--space-12)) 0 var(--space-20);
    overflow: hidden;
}.booking-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, var(--color-gold-glow), transparent 42%),
        radial-gradient(circle at 85% 70%, var(--color-gold-glow), transparent 36%);
    pointer-events: none;
}.booking-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
    gap: var(--space-16);
    align-items: center;
}.booking-intro h1 {
    max-width: 780px;
    margin: var(--space-5) 0;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 4.75rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}.booking-intro > p {
    max-width: 650px;
    margin: 0;
    color: var(--text-secondary);
    font-size: var(--text-lg);
    line-height: 1.75;
}.booking-eyebrow {
    display: inline-flex;
    padding: 7px 14px;
    border: 1px solid var(--color-gold);
    border-radius: var(--radius-full);
    color: var(--color-gold);
    background: var(--color-gold-glow);
    font-size: var(--text-xs);
    font-weight: var(--font-bold);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}.booking-facts {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-3);
    margin-top: var(--space-8);
}.booking-facts span {
    padding: 7px 12px;
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-full);
    color: var(--text-secondary);
    background: var(--bg-secondary);
    font-size: var(--text-sm);
}.booking-card {
    min-width: 0;
    padding: var(--space-8);
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-xl);
    background: var(--card-bg);
    box-shadow: var(--shadow-lg);
}.booking-card [hidden] {
    display: none !important;
}.booking-card h2 {
    margin-bottom: var(--space-3);
    font-family: var(--font-display);
    font-size: var(--text-2xl);
}.booking-card > p {
    color: var(--text-secondary);
    line-height: 1.65;
}.booking-list {
    display: grid;
    gap: var(--space-3);
    margin: var(--space-6) 0;
    padding: 0;
    list-style: none;
}.booking-list li {
    position: relative;
    padding-inline-start: var(--space-6);
    color: var(--text-secondary);
    line-height: 1.55;
}.booking-list li::before {
    content: "✓";
    position: absolute;
    inset-inline-start: 0;
    color: var(--color-gold);
    font-weight: var(--font-bold);
}.booking-safety {
    padding: var(--space-4);
    border-inline-start: 3px solid var(--color-gold);
    background: var(--bg-secondary);
    font-size: var(--text-sm);
}.booking-card .btn {
    width: 100%;
    margin-top: var(--space-5);
    text-align: center;
}.booking-alert {
    margin-bottom: var(--space-5);
    padding: var(--space-4);
    border: 1px solid #bd5b5b;
    border-radius: var(--radius-md);
    background: rgba(189, 91, 91, 0.12);
    color: var(--text-primary);
    line-height: 1.55;
}.booking-timezone-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    margin: var(--space-6) 0 var(--space-2);
}.booking-timezone-row label {
    color: var(--text-primary);
    font-size: var(--text-sm);
    font-weight: var(--font-semibold);
}.booking-timezone-row select,
.booking-field input,
.booking-field select,
.booking-field textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-md);
    outline: none;
    background: var(--bg-secondary);
    color: var(--text-primary);
    font: inherit;
}.booking-timezone-row select {
    width: min(250px, 58%);
}.booking-timezone-row select:focus,
.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus,
.booking-slot:focus-visible,
.booking-back:focus-visible,
.booking-refresh:focus-visible {
    border-color: var(--color-gold);
    box-shadow: 0 0 0 3px var(--color-gold-glow);
}.booking-timezone-note {
    margin: 0 0 var(--space-5);
    color: var(--text-secondary);
    font-size: var(--text-xs);
}.booking-loading,
.booking-empty {
    padding: var(--space-5);
    border-radius: var(--radius-md);
    background: var(--bg-secondary);
    color: var(--text-secondary);
    text-align: center;
}.booking-slot-groups {
    display: grid;
    max-height: 430px;
    gap: var(--space-5);
    padding-inline-end: var(--space-2);
    overflow-y: auto;
    scrollbar-color: var(--color-gold) transparent;
}.booking-slot-group h3 {
    margin: 0 0 var(--space-3);
    color: var(--text-primary);
    font-size: var(--text-sm);
    text-transform: capitalize;
}.booking-slot-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-2);
}.booking-slot {
    min-height: 44px;
    padding: 9px 10px;
    border: 1px solid var(--color-gold);
    border-radius: var(--radius-md);
    background: transparent;
    color: var(--text-primary);
    cursor: pointer;
    font: inherit;
    font-weight: var(--font-semibold);
    transition: background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}.booking-slot:hover {
    background: var(--color-gold);
    color: var(--color-black);
    transform: translateY(-1px);
}.booking-refresh {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
}.booking-back {
    margin-bottom: var(--space-4);
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-gold);
    cursor: pointer;
    font: inherit;
    font-weight: var(--font-semibold);
}.booking-selected-slot,
.booking-managed-date {
    margin: var(--space-4) 0 var(--space-6);
    padding: var(--space-4);
    border: 1px solid var(--color-gold);
    border-radius: var(--radius-md);
    background: var(--color-gold-glow);
    color: var(--text-primary) !important;
    font-weight: var(--font-semibold);
}.booking-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-4);
}.booking-field {
    display: grid;
    gap: var(--space-2);
    min-width: 0;
}.booking-field > span {
    color: var(--text-primary);
    font-size: var(--text-sm);
    font-weight: var(--font-semibold);
}.booking-field-wide {
    grid-column: 1 / -1;
}.booking-field textarea {
    min-height: 112px;
    resize: vertical;
}.booking-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}.booking-consent {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
    margin-top: var(--space-5);
    color: var(--text-secondary);
    font-size: var(--text-sm);
    line-height: 1.55;
}.booking-consent input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--color-gold);
}.booking-consent a {
    color: var(--color-gold);
    text-decoration: underline;
}.booking-manage-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
}.booking-inline-success {
    padding: var(--space-4);
    border-inline-start: 3px solid var(--color-gold);
    background: var(--color-gold-glow);
    color: var(--text-primary);
}.booking-card .btn.is-disabled {
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}.booking-card .btn.is-disabled::before {
    display: none;
}.booking-alternative {
    display: block;
    margin-top: var(--space-5);
    color: var(--color-gold);
    font-weight: var(--font-semibold);
    text-align: center;
}.booking-privacy {
    margin: var(--space-5) 0 0;
    font-size: var(--text-xs);
}.booking-privacy a {
    color: var(--color-gold);
    text-decoration: underline;
}.booking-success {
    text-align: center;
}.booking-success-mark {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin: 0 auto var(--space-5);
    border-radius: 50%;
    background: var(--color-gold);
    color: var(--color-black);
    font-size: var(--text-2xl);
    font-weight: var(--font-bold);
}.booking-footer .footer-bottom {
    padding-top: var(--space-6);
}@media (max-width: 900px) {
    .contact-choice-grid,
    .booking-shell {
        grid-template-columns: 1fr;
    }

    .booking-shell {
        gap: var(--space-10);
    }

    .booking-hero {
        align-items: flex-start;
    }
}@media (max-width: 640px) {
    .contact-choice-card,
    .booking-card {
        padding: var(--space-6);
    }

    .booking-facts {
        display: grid;
    }

    .booking-facts span {
        text-align: center;
    }

    .booking-timezone-row {
        align-items: stretch;
        flex-direction: column;
    }

    .booking-timezone-row select {
        width: 100%;
    }

    .booking-slot-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .booking-form-grid,
    .booking-manage-actions {
        grid-template-columns: 1fr;
    }
}

/* ===== theme.css ===== */
:root,
[data-theme="light"] {
    
    --bg-primary: #faf9f7;
    --bg-secondary: #f3f2ef;
    --bg-tertiary: #eae8e4;
    --bg-elevated: #ffffff;
    --bg-accent: #fdfcfa;

    
    --text-primary: #1a1a1a;
    --text-secondary: #3d3d3d;
    --text-tertiary: #5c5c5c;
    --text-muted: #7a7a7a;

    
    --border-primary: rgba(0, 0, 0, 0.1);
    --border-secondary: rgba(0, 0, 0, 0.06);
    --border-hover: rgba(154, 120, 82, 0.7);
    --border-card: rgba(0, 0, 0, 0.08);

    
    --glass-bg: rgba(250, 249, 247, 0.92);
    --glass-border: rgba(0, 0, 0, 0.08);

    
    --shadow-xs: 0 1px 3px rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.06);
    --shadow-xl: 0 20px 50px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
    --shadow-gold: 0 4px 25px rgba(154, 120, 82, 0.25);
    --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.03);
    --shadow-card-hover: 0 12px 40px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.05);

    
    --input-bg: #ffffff;
    --input-border: #d4d2ce;
    --input-focus-border: var(--color-gold);
    --card-bg: #ffffff;
    --card-border: rgba(0, 0, 0, 0.08);
    --header-bg: rgba(250, 249, 247, 0.95);
    --sidebar-bg: #f3f2ef;
    --footer-bg: #f3f2ef;

    
    --color-gold: #9a7852;
    --color-gold-light: #b48e67;
    --color-gold-dark: #7a5f3f;
    --color-gold-glow: rgba(154, 120, 82, 0.18);

    
    --color-gold-text: #8a6a49;
    
    
    --hover-overlay: rgba(0, 0, 0, 0.02);
    --active-overlay: rgba(0, 0, 0, 0.04);
}[data-theme="dark"] {
    
    --bg-primary: #1c1c1e;
    --bg-secondary: #2c2c2e;
    --bg-tertiary: #3a3a3c;
    --bg-elevated: #2c2c2e;

    
    --text-primary: #ffffff;
    --text-secondary: #aeaeb2;
    --text-tertiary: #8e8e93;
    --text-muted: #545454;

    
    --border-primary: rgba(255, 255, 255, 0.1);
    --border-secondary: rgba(255, 255, 255, 0.05);
    --border-hover: rgba(180, 142, 103, 0.3);

    
    --glass-bg: rgba(28, 28, 30, 0.85);
    --glass-border: rgba(255, 255, 255, 0.1);

    
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.3);

    
    --input-bg: #2c2c2e;
    --input-border: #3a3a3c;
    --input-focus-border: var(--color-gold);
    --card-bg: #2c2c2e;
    --card-border: rgba(255, 255, 255, 0.08);
    --header-bg: rgba(28, 28, 30, 0.85);
    --sidebar-bg: #2c2c2e;
    --footer-bg: #2c2c2e;

    
    --color-gold: #b48e67;
    --color-gold-light: #c9a882;
    --color-gold-dark: #8b6d4f;
    --color-gold-glow: rgba(180, 142, 103, 0.2);

    
    --color-gold-text: var(--color-gold);
    --shadow-gold: 0 4px 20px rgba(180, 142, 103, 0.25);
    
    
    --hover-overlay: rgba(255, 255, 255, 0.03);
    --active-overlay: rgba(255, 255, 255, 0.05);
}.theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: var(--bg-secondary);
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: all var(--transition-fast);
    color: var(--text-secondary);
}.theme-toggle:hover {
    background: var(--bg-tertiary);
    border-color: var(--color-gold);
    color: var(--color-gold);
}.theme-toggle svg {
    width: 20px;
    height: 20px;
    transition: transform var(--transition-base);
}.theme-toggle:hover svg {
    transform: rotate(15deg);
}.theme-toggle .icon-moon {
    display: block;
}.theme-toggle .icon-sun {
    display: none;
}[data-theme="dark"] .theme-toggle .icon-moon {
    display: none;
}[data-theme="dark"] .theme-toggle .icon-sun {
    display: block;
}body {
    background-color: var(--bg-primary);
    color: var(--text-primary);
}h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-primary);
}p {
    color: var(--text-secondary);
}.lead {
    color: var(--text-secondary);
}a {
    color: var(--color-gold);
}a:hover {
    color: var(--color-gold-light);
}.card {
    background: var(--card-bg);
    border-color: var(--border-primary);
}.card:hover {
    border-color: var(--border-hover);
}.card-glass {
    background: var(--glass-bg);
    border-color: var(--glass-border);
}.form-input,
.form-textarea,
.form-select {
    background: var(--input-bg);
    border-color: var(--border-primary);
    color: var(--text-primary);
}.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    border-color: var(--color-gold);
    box-shadow: 0 0 0 3px var(--color-gold-glow);
}.form-label {
    color: var(--text-primary);
}.nav-link {
    color: var(--text-secondary);
}.nav-link:hover {
    color: var(--text-primary);
    background: var(--bg-tertiary);
}.nav-link.active {
    color: var(--color-gold);
}.header {
    background: var(--header-bg);
    border-bottom-color: var(--border-primary);
}.sidebar {
    background: var(--sidebar-bg);
    border-right-color: var(--border-primary);
}.sidebar-link {
    color: var(--text-secondary);
}.sidebar-link:hover {
    background: var(--bg-tertiary);
    color: var(--text-primary);
}.sidebar-link.active {
    background: var(--color-gold-glow);
    color: var(--color-gold);
}.table th {
    color: var(--text-tertiary);
}.table td {
    color: var(--text-primary);
}.table th,
.table td {
    border-bottom-color: var(--border-primary);
}.table tbody tr:hover {
    background: var(--bg-secondary);
}.divider {
    background: linear-gradient(90deg, transparent, var(--border-primary), transparent);
}[data-tooltip]::after {
    background: var(--bg-elevated);
    color: var(--text-primary);
}.progress {
    background: var(--bg-tertiary);
}[data-theme="light"] ::-webkit-scrollbar-track {
    background: var(--bg-secondary);
}[data-theme="light"] ::-webkit-scrollbar-thumb {
    background: var(--text-muted);
}[data-theme="light"] ::-webkit-scrollbar-thumb:hover {
    background: var(--text-tertiary);
}[data-theme="light"] ::selection {
    background-color: var(--color-gold);
    color: white;
}.logo-img {
    height: 52px;
    width: auto;
}.footer-brand .logo-img {
    height: 48px;
    width: auto;
}.sidebar-logo-img,
.portal-sidebar .logo-img {
    height: 48px;
    width: auto;
}.logo-light {
    display: block;
}.logo-dark {
    display: none;
}[data-theme="dark"] .logo-light {
    display: none;
}[data-theme="dark"] .logo-dark {
    display: block;
}body,
.header,
.sidebar,
.card,
.form-input,
.form-textarea,
.form-select,
.btn,
.nav-link,
.sidebar-link {
    transition: background-color var(--transition-base),
        border-color var(--transition-base),
        color var(--transition-base);
}:root .card,
[data-theme="light"] .card {
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-primary);
}:root .card:hover,
[data-theme="light"] .card:hover {
    box-shadow: var(--shadow-md);
}:root .stat-card,
[data-theme="light"] .stat-card {
    background: var(--card-bg);
    border: 1px solid var(--border-primary);
    box-shadow: var(--shadow-sm);
}:root .dashboard-section,
[data-theme="light"] .dashboard-section {
    background: var(--card-bg);
    border: 1px solid var(--border-primary);
    box-shadow: var(--shadow-sm);
}:root .pricing-card,
[data-theme="light"] .pricing-card {
    background: var(--card-bg);
    border: 1px solid var(--border-primary);
    box-shadow: var(--shadow-md);
}:root .quote-card,
[data-theme="light"] .quote-card {
    background: var(--card-bg);
    border: 1px solid var(--border-primary);
}:root .faq-item,
[data-theme="light"] .faq-item {
    background: var(--card-bg);
    border: 1px solid var(--border-primary);
}:root .form-input,
:root .form-select,
:root .form-textarea,
[data-theme="light"] .form-input,
[data-theme="light"] .form-select,
[data-theme="light"] .form-textarea {
    background: var(--input-bg);
    border: 1px solid var(--input-border);
}:root .validation-banner,
[data-theme="light"] .validation-banner {
    background: linear-gradient(135deg, rgba(255, 159, 10, 0.08) 0%, rgba(255, 159, 10, 0.02) 100%);
    border: 1px solid rgba(255, 159, 10, 0.2);
}:root .project-item:hover,
[data-theme="light"] .project-item:hover {
    background: var(--bg-secondary);
}:root .document-item:hover,
[data-theme="light"] .document-item:hover {
    background: var(--bg-secondary);
}:root .upload-zone,
[data-theme="light"] .upload-zone {
    border-color: var(--border-primary);
}:root .upload-zone:hover,
[data-theme="light"] .upload-zone:hover {
    border-color: var(--color-gold);
    background: var(--color-gold-glow);
}:root .portfolio,
[data-theme="light"] .portfolio {
    background: var(--bg-secondary);
}:root .quote-section,
[data-theme="light"] .quote-section {
    background: var(--bg-secondary);
}:root .faq-section,
[data-theme="light"] .faq-section {
    background: var(--bg-secondary);
}

/* ===== finish.css ===== */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
[role="button"]:focus-visible,
[role="tab"]:focus-visible,
[role="option"]:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 2px;
}.form-input:focus-visible,
.form-textarea:focus-visible,
.form-select:focus-visible,
.booking-field input:focus-visible,
.booking-field select:focus-visible,
.booking-field textarea:focus-visible,
.lang-switcher-toggle:focus-visible,
.lang-switcher-menu li a:focus-visible,
.sectors-viewport:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 2px;
}:focus-visible {
    scroll-margin-block: 96px;
}.btn:active,
.btn-primary:active,
.btn-secondary:active,
.btn-ghost:active,
.btn-white:active,
.btn-outline-white:active,
.sv2-btn:active,
.filter-btn:active,
.lang-switcher-toggle:active,
.theme-toggle:active {
    transform: scale(0.98);
}picture {
    display: contents;
}html {
    scrollbar-width: thin;
    scrollbar-color: var(--text-muted) transparent;
}[data-theme="light"] .btn-primary {
    background: linear-gradient(135deg,
                var(--color-gold-text) 0%,
                var(--color-gold-dark) 100%);
    color: #ffffff;
}[data-theme="light"] .btn-primary:hover {
    color: #ffffff;
}@media (prefers-reduced-motion: reduce) {

    .btn:active,
    .btn-primary:active,
    .btn-secondary:active,
    .btn-ghost:active,
    .btn-white:active,
    .btn-outline-white:active,
    .sv2-btn:active,
    .filter-btn:active,
    .lang-switcher-toggle:active,
    .theme-toggle:active {
        transform: none;
    }
}
