/**
 * Arkalyans - Theme 4: Heritage Forward
 * Main Stylesheet
 *
 * Structure:
 * 1. CSS Variables
 * 2. Reset & Base
 * 3. Typography
 * 4. Layout
 * 5. Header
 * 6. Hero
 * 7. Sections
 * 8. Value Proposition
 * 9. Service Cards
 * 10. About Section
 * 11. Contact Form
 * 12. Footer
 * 13. Components (Buttons, Badges, Dividers)
 * 14. Utilities
 * 15. Responsive
 */

/* ==========================================================================
   1. CSS VARIABLES
   ========================================================================== */

:root {
    /* Color Palette */
    --color-marine: #182D4C;
    --color-marine-dark: #0f1e33;
    --color-azul: #3A7CA5;
    --color-champagne: #F5E6BF;
    --color-champagne-light: #FAF3E3;
    --color-carbone: #1F1F1F;
    --color-neige: #FFFFFF;
    --color-graphite: #707070;
    --color-ambre: #D4AF37;
    --color-brume: #F0F0F0;
    --color-perle: #F9F9F9;
    --color-saphir: #1D4E89;
    --color-topaze: #A67C00;

    /* Typography */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Barlow', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Font Sizes */
    --text-xs: 0.6875rem;
    --text-sm: 0.8125rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 2rem;
    --text-4xl: 2.5rem;
    --text-5xl: 3.25rem;

    /* Spacing */
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 5rem;

    /* Shadows */
    --shadow-soft: 0 4px 20px rgba(24, 45, 76, 0.08);
    --shadow-medium: 0 8px 30px rgba(24, 45, 76, 0.12);
    --shadow-strong: 0 12px 40px rgba(24, 45, 76, 0.16);

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.4s ease;

    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-full: 50%;

    /* Container */
    --container-max: 1200px;
    --container-narrow: 900px;
}

/* ==========================================================================
   2. RESET & BASE
   ========================================================================== */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--color-champagne-light);
    color: var(--color-carbone);
    line-height: 1.7;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Warm textured background */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23182D4C' fill-opacity='0.015' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: -1;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

/* ==========================================================================
   3. TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: 1.3;
    color: var(--color-marine);
}

h1 {
    font-size: var(--text-5xl);
    font-weight: 500;
}

h2 {
    font-size: var(--text-4xl);
}

h3 {
    font-size: var(--text-2xl);
}

h4 {
    font-size: var(--text-xl);
}

p {
    margin-bottom: var(--space-md);
    color: var(--color-carbone);
}

strong {
    font-weight: 600;
    color: var(--color-marine);
}

em {
    font-style: italic;
}

.eyebrow {
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-ambre);
    margin-bottom: var(--space-md);
    display: block;
}

/* ==========================================================================
   4. LAYOUT
   ========================================================================== */

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-xl);
}

.container--narrow {
    max-width: var(--container-narrow);
}

main {
    flex: 1;
}

section {
    padding: var(--space-4xl) var(--space-xl);
    max-width: var(--container-max);
    margin: 0 auto;
}

.section--full {
    max-width: 100%;
    margin: 0;
}

.section--white {
    background: var(--color-neige);
}

.section--marine {
    background: var(--color-marine);
    color: var(--color-neige);
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: var(--space-2xl);
}

.section-header h2 {
    margin-bottom: var(--space-md);
}

.section-header p {
    font-size: var(--text-lg);
    color: var(--color-graphite);
    max-width: 600px;
    margin: 0 auto;
}

/* ==========================================================================
   5. HEADER
   ========================================================================== */

.header {
    background: var(--color-marine);
    color: var(--color-neige);
    position: relative;
    overflow: hidden;
}

/* Header texture */
.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

/* Header gold accent */
.header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-champagne), var(--color-ambre), var(--color-champagne));
}

.header__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 1.25rem var(--space-xl);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header__logo-section {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.header__monogram {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(245, 230, 191, 0.4);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__monogram span {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-style: italic;
    color: var(--color-champagne);
}

.header__logo {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--color-champagne);
}

.header__cta {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
}

.header__contact {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.7);
}

.header__contact a {
    color: var(--color-champagne);
    transition: color var(--transition-base);
}

.header__contact a:hover {
    color: var(--color-ambre);
}

/* ==========================================================================
   6. HERO
   ========================================================================== */

.hero {
    background: linear-gradient(180deg, var(--color-marine) 0%, var(--color-marine-dark) 100%);
    padding: var(--space-4xl) var(--space-xl) 6rem;
    text-align: center;
    position: relative;
}

.hero__content {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}

.hero__eyebrow {
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-ambre);
    margin-bottom: var(--space-lg);
}

.hero__title {
    font-size: var(--text-5xl);
    font-weight: 500;
    color: var(--color-neige);
    line-height: 1.2;
    margin-bottom: var(--space-lg);
}

.hero__title em {
    color: var(--color-champagne);
}

.hero__subtitle {
    font-size: var(--text-xl);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    max-width: 650px;
    margin: 0 auto var(--space-2xl);
    line-height: 1.7;
}

.hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.hero__badge {
    margin-top: var(--space-2xl);
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem var(--space-lg);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero__badge svg {
    width: 18px;
    height: 18px;
    color: var(--color-ambre);
}

.hero__badge span {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.8);
}

.hero__badge strong {
    color: var(--color-champagne);
    font-weight: 500;
}

/* ==========================================================================
   7. VALUE PROPOSITION
   ========================================================================== */

.value-section {
    background: var(--color-neige);
    margin: 0;
    max-width: 100%;
    padding: var(--space-3xl) var(--space-xl);
    position: relative;
}

.value-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-champagne), transparent);
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-xl);
    max-width: var(--container-max);
    margin: 0 auto;
}

.value-item {
    text-align: center;
    padding: var(--space-lg);
}

.value-item__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, var(--color-marine) 0%, var(--color-saphir) 100%);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-item__icon svg {
    width: 26px;
    height: 26px;
    color: var(--color-champagne);
}

.value-item h3 {
    font-size: var(--text-xl);
    margin-bottom: var(--space-sm);
}

.value-item p {
    font-size: 0.9375rem;
    color: var(--color-graphite);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ==========================================================================
   8. SERVICE CARDS
   ========================================================================== */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.service-card {
    background: var(--color-neige);
    padding: 2.25rem;
    position: relative;
    box-shadow: var(--shadow-soft);
    transition: all var(--transition-slow);
    border: 1px solid transparent;
}

/* Card texture */
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23182d4c' fill-opacity='0.02' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--transition-slow);
}

.service-card:hover::before {
    opacity: 1;
}

/* Card bottom accent */
.service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-champagne), var(--color-ambre));
    transform: scaleX(0);
    transition: transform var(--transition-slow);
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
    border-color: var(--color-champagne);
}

.service-card:hover::after {
    transform: scaleX(1);
}

.service-card__number {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 400;
    color: var(--color-champagne);
    opacity: 0.5;
    line-height: 1;
    margin-bottom: var(--space-md);
}

.service-card h3 {
    font-size: 1.375rem;
    margin-bottom: 0.875rem;
    line-height: 1.3;
}

.service-card p {
    font-size: 0.9375rem;
    color: var(--color-graphite);
    margin-bottom: var(--space-lg);
    line-height: 1.7;
}

.service-card__link {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--color-saphir);
    transition: all var(--transition-base);
}

.service-card__link svg {
    width: 16px;
    height: 16px;
    transition: transform var(--transition-base);
}

.service-card__link:hover {
    color: var(--color-marine);
}

.service-card__link:hover svg {
    transform: translateX(4px);
}

/* ==========================================================================
   9. ABOUT SECTION
   ========================================================================== */

.about-section {
    background: var(--color-neige);
    max-width: 100%;
    margin: 0;
    padding: var(--space-4xl) var(--space-xl);
    position: relative;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23182d4c' fill-opacity='0.015' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    pointer-events: none;
}

.about__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3xl);
    align-items: center;
    position: relative;
}

.about__content h2 {
    font-size: 2.25rem;
    margin-bottom: var(--space-lg);
    line-height: 1.3;
}

.about__content p {
    font-size: 1.0625rem;
    color: var(--color-graphite);
    margin-bottom: 1.25rem;
    line-height: 1.8;
}

.about__signature {
    margin-top: var(--space-xl);
    padding-top: var(--space-xl);
    border-top: 1px solid var(--color-brume);
}

.about__signature-text {
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    font-style: italic;
    color: var(--color-marine);
    margin-bottom: var(--space-sm);
}

.about__signature-name {
    font-size: var(--text-sm);
    color: var(--color-graphite);
    margin-bottom: 0;
}

/* About Card */
.about__card {
    background: var(--color-marine);
    padding: var(--space-2xl);
    position: relative;
    color: var(--color-neige);
}

.about__card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-champagne), var(--color-ambre));
}

.about__card-icon {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(245, 230, 191, 0.3);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-lg);
}

.about__card-icon svg {
    width: 28px;
    height: 28px;
    color: var(--color-champagne);
}

.about__card h3 {
    font-size: var(--text-2xl);
    color: var(--color-neige);
    margin-bottom: var(--space-md);
}

.about__card p {
    font-size: var(--text-base);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: var(--space-lg);
}

.about__features {
    display: grid;
    gap: 0.75rem;
}

.about__feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: var(--color-neige);
}

.about__feature svg {
    width: 16px;
    height: 16px;
    color: var(--color-ambre);
}

/* ==========================================================================
   10. CONTACT FORM
   ========================================================================== */

.contact-section {
    padding: var(--space-4xl) var(--space-xl);
}

.contact__container {
    max-width: var(--container-narrow);
    margin: 0 auto;
    background: var(--color-neige);
    box-shadow: var(--shadow-medium);
    position: relative;
}

.contact__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-champagne), var(--color-ambre), var(--color-champagne));
}

.contact__header {
    background: var(--color-marine);
    padding: var(--space-2xl) var(--space-2xl);
    text-align: center;
    color: var(--color-neige);
}

.contact__header h2 {
    font-size: 1.75rem;
    color: var(--color-neige);
    margin-bottom: 0.75rem;
}

.contact__header p {
    font-size: var(--text-base);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.contact__form {
    padding: var(--space-2xl);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.form-group {
    margin-bottom: 0;
}

.form-group--full {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-marine);
    margin-bottom: var(--space-sm);
}

.form-group label .required {
    color: var(--color-ambre);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9375rem var(--space-md);
    font-family: var(--font-body);
    font-size: var(--text-base);
    border: 1px solid var(--color-brume);
    background: var(--color-champagne-light);
    color: var(--color-carbone);
    transition: all var(--transition-base);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-champagne);
    background: var(--color-neige);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--color-graphite);
    opacity: 0.5;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.form-notice {
    margin-top: var(--space-lg);
    font-size: var(--text-sm);
    color: var(--color-graphite);
    text-align: center;
}

.form-notice a {
    color: var(--color-saphir);
    transition: color var(--transition-base);
}

.form-notice a:hover {
    text-decoration: underline;
}

/* Form Messages */
.form-message {
    padding: 1.25rem;
    margin-bottom: var(--space-lg);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
}

.form-message svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.form-message--success {
    background: rgba(46, 125, 50, 0.08);
    border-left: 3px solid #2E7D32;
    color: #2E7D32;
}

.form-message--error {
    background: rgba(211, 47, 47, 0.08);
    border-left: 3px solid #C62828;
    color: #C62828;
}

/* ==========================================================================
   11. FOOTER
   ========================================================================== */

.footer {
    background: var(--color-marine);
    color: var(--color-neige);
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-champagne), var(--color-ambre), var(--color-champagne));
}

.footer__main {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: var(--space-3xl) var(--space-xl);
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: var(--space-2xl);
}

.footer__brand {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
}

.footer__monogram {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(245, 230, 191, 0.3);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer__monogram span {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-style: italic;
    color: var(--color-champagne);
}

.footer__brand-text .footer__logo {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--color-champagne);
    margin-bottom: 0.75rem;
}

.footer__brand-text p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 0;
}

.footer__section h4 {
    font-family: var(--font-heading);
    font-size: var(--text-base);
    font-weight: 500;
    color: var(--color-champagne);
    margin-bottom: 1.25rem;
}

.footer__section li {
    margin-bottom: 0.625rem;
}

.footer__section a {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
    transition: color var(--transition-base);
}

.footer__section a:hover {
    color: var(--color-champagne);
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: var(--space-lg) var(--space-xl);
    text-align: center;
}

.footer__bottom p {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

.footer__bottom a {
    color: rgba(255, 255, 255, 0.5);
    transition: color var(--transition-base);
}

.footer__bottom a:hover {
    color: var(--color-champagne);
}

/* ==========================================================================
   12. COMPONENTS - BUTTONS
   ========================================================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    font-family: var(--font-body);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all var(--transition-base);
    border: none;
}

.btn svg {
    width: 18px;
    height: 18px;
    transition: transform var(--transition-base);
}

.btn:hover svg {
    transform: translateX(4px);
}

/* Primary Button */
.btn--primary {
    padding: var(--space-md) var(--space-xl);
    background: var(--color-champagne);
    color: var(--color-marine);
    font-size: 0.9375rem;
}

.btn--primary:hover {
    background: var(--color-ambre);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

/* Secondary Button */
.btn--secondary {
    padding: var(--space-md) var(--space-xl);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--color-neige);
    font-size: 0.9375rem;
}

.btn--secondary:hover {
    border-color: var(--color-champagne);
    color: var(--color-champagne);
}

/* Header Button */
.btn--header {
    padding: 0.625rem 1.25rem;
    background: transparent;
    border: 1px solid var(--color-champagne);
    color: var(--color-champagne);
    font-size: var(--text-sm);
    font-weight: 500;
}

.btn--header:hover {
    background: var(--color-champagne);
    color: var(--color-marine);
}

.btn--header svg {
    width: 14px;
    height: 14px;
}

/* Submit Button */
.btn--submit {
    width: 100%;
    padding: 1.125rem var(--space-xl);
    background: var(--color-marine);
    color: var(--color-champagne);
    font-size: var(--text-base);
}

.btn--submit:hover {
    background: var(--color-saphir);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(29, 78, 137, 0.3);
}

/* ==========================================================================
   13. COMPONENTS - DIVIDERS & BADGES
   ========================================================================== */

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    margin: var(--space-lg) 0;
}

.divider__line {
    width: 60px;
    height: 1px;
    background: var(--color-ambre);
}

.divider__dot {
    width: 6px;
    height: 6px;
    background: var(--color-ambre);
    border-radius: var(--radius-full);
}

/* ==========================================================================
   14. UTILITIES
   ========================================================================== */

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: var(--space-sm); }
.mb-2 { margin-bottom: var(--space-md); }
.mb-3 { margin-bottom: var(--space-lg); }
.mb-4 { margin-bottom: var(--space-xl); }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: var(--space-sm); }
.mt-2 { margin-top: var(--space-md); }
.mt-3 { margin-top: var(--space-lg); }
.mt-4 { margin-top: var(--space-xl); }

/* ==========================================================================
   15. RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
    .value-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about__inner {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }

    .footer__main {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    :root {
        --text-5xl: 2.25rem;
        --text-4xl: 2rem;
        --text-3xl: 1.75rem;
    }

    .header__inner {
        flex-direction: column;
        gap: var(--space-md);
        text-align: center;
    }

    .header__cta {
        flex-direction: column;
        gap: var(--space-md);
    }

    .hero {
        padding: 3.5rem var(--space-lg) 4.5rem;
    }

    .hero__actions {
        flex-direction: column;
    }

    .value-grid {
        grid-template-columns: 1fr;
    }

    section {
        padding: 3.5rem var(--space-lg);
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .contact__form,
    .contact__header {
        padding: var(--space-xl);
    }

    .footer__main {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }

    .footer__brand {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* ==========================================================================
   16. SITE HEADER - Frame Architecture
   ========================================================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--color-marine);
}

/* Header Top Row: Logo - Search - Portal */
.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: var(--space-md) var(--space-xl);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--space-xl);
}

/* Header Logo */
.header-logo {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    text-decoration: none;
}

.header-logo__icon {
    width: 48px;
    height: 44px;
    color: var(--color-champagne);
    transition: all var(--transition-base);
}

.header-logo:hover .header-logo__icon {
    transform: scale(1.05);
}

.header-logo__text {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--color-champagne);
}

/* Header Search */
.header-search {
    max-width: 400px;
    width: 100%;
    justify-self: center;
}

.header-search__form {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-sm);
    transition: all var(--transition-base);
}

.header-search__form:focus-within {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--color-champagne);
}

.header-search__input {
    flex: 1;
    padding: 0.625rem var(--space-md);
    background: transparent;
    border: none;
    color: var(--color-neige);
    font-family: var(--font-body);
    font-size: var(--text-sm);
}

.header-search__input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header-search__input:focus {
    outline: none;
}

.header-search__btn {
    padding: 0.625rem var(--space-md);
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search__btn svg {
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 0.6);
    transition: color var(--transition-base);
}

.header-search__btn:hover svg {
    color: var(--color-champagne);
}

/* Header Client Portal */
.header-portal {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: 0.5rem var(--space-md);
    background: transparent;
    border: 1px solid var(--color-champagne);
    color: var(--color-champagne);
    text-decoration: none;
    font-size: var(--text-sm);
    font-weight: 500;
    transition: all var(--transition-base);
}

.header-portal:hover {
    background: var(--color-champagne);
    color: var(--color-marine);
}

.header-portal__icon {
    width: 20px;
    height: 20px;
}

.header-portal__label {
    white-space: nowrap;
}

/* Header Navigation Row */
.header-nav {
    background: var(--color-marine-dark);
    position: relative;
}

.header-nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-champagne), var(--color-ambre), var(--color-champagne));
}

.header-nav__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-xl);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-nav__menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 0;
}

.header-nav__item,
.header-nav__menu .header-nav__item,
.header-nav__item--dropdown {
    position: relative !important;
}

.header-nav__link {
    display: block;
    padding: var(--space-md) var(--space-lg);
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: var(--text-sm);
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: all var(--transition-base);
    position: relative;
}

.header-nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: var(--space-lg);
    right: var(--space-lg);
    height: 2px;
    background: var(--color-champagne);
    transform: scaleX(0);
    transition: transform var(--transition-base);
}

.header-nav__link:hover {
    color: var(--color-champagne);
}

.header-nav__link:hover::after,
.header-nav__link.active::after {
    transform: scaleX(1);
}

.header-nav__link.active {
    color: var(--color-champagne);
}

/* Mobile Menu Toggle */
.header-nav__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    padding: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.header-nav__toggle-bar {
    width: 100%;
    height: 2px;
    background: var(--color-champagne);
    transition: all var(--transition-base);
}

/* Header Navigation Dropdowns */
.header-nav__item--dropdown {
    position: relative;
}

.header-nav__menu .header-nav__item--dropdown > .header-nav__link {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.header-nav__link .header-nav__chevron,
svg.header-nav__chevron {
    width: 12px;
    height: 12px;
    min-width: 12px;
    max-width: 12px;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.5);
    transition: all var(--transition-base);
    margin-left: 2px;
}

.header-nav__item--dropdown.is-active .header-nav__chevron {
    color: var(--color-champagne);
    transform: rotate(180deg);
}

/* Dropdown - HIDDEN by default using opacity/visibility (CSS hover approach) */
.header-nav .header-nav__menu .header-nav__item .header-nav__dropdown,
.header-nav__dropdown,
.header-nav__menu .header-nav__dropdown,
ul.header-nav__dropdown,
nav.header-nav .header-nav__dropdown {
    position: absolute !important;
    top: 100% !important;
    left: -10px !important;
    width: max-content !important;
    min-width: 240px !important;
    background: #0f1e33 !important;
    background-color: #0f1e33 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
    list-style: none !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    z-index: 9999 !important;
    border-radius: 8px !important;
    overflow: visible !important;
    border: none !important;
    /* CSS hover visibility - HIDDEN by default */
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease !important;
}

/* Invisible bridge to prevent dropdown from closing when moving mouse */
.header-nav__dropdown::after {
    content: '' !important;
    position: absolute !important;
    top: -15px !important;
    left: 0 !important;
    right: 0 !important;
    height: 15px !important;
    background: transparent !important;
}

.header-nav__dropdown::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #F5E6BF, #D4AF37, #F5E6BF) !important;
    border-radius: 8px 8px 0 0 !important;
}

/* CSS hover - SHOW dropdown when hovering parent */
.header-nav .header-nav__menu .header-nav__item--dropdown:hover > .header-nav__dropdown,
.header-nav__item--dropdown:hover > .header-nav__dropdown,
.header-nav__menu .header-nav__item--dropdown:hover > .header-nav__dropdown,
nav.header-nav .header-nav__item--dropdown:hover > .header-nav__dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.header-nav__dropdown li,
.header-nav__menu .header-nav__dropdown li,
ul.header-nav__dropdown li,
nav.header-nav .header-nav__dropdown li {
    border-bottom: 1px solid #F5E6BF !important;
    margin: 0 10px !important;
    padding: 0 !important;
    list-style: none !important;
    list-style-type: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

.header-nav__dropdown li:last-child,
.header-nav__menu .header-nav__dropdown li:last-child,
ul.header-nav__dropdown li:last-child,
nav.header-nav .header-nav__dropdown li:last-child {
    border-bottom: none !important;
}

.header-nav__dropdown li a,
.header-nav__menu .header-nav__dropdown li a,
ul.header-nav__dropdown li a,
nav.header-nav .header-nav__dropdown li a,
.header-nav .header-nav__dropdown li a {
    display: block !important;
    padding: 10px 5px !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 0.8125rem !important;
    font-weight: 500 !important;
    transition: color 0.15s ease !important;
    white-space: nowrap !important;
    text-align: left !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    opacity: 1 !important;
    line-height: 1.4 !important;
}

.header-nav__dropdown li a:hover,
.header-nav__menu .header-nav__dropdown li a:hover,
ul.header-nav__dropdown li a:hover,
nav.header-nav .header-nav__dropdown li a:hover,
.header-nav .header-nav__dropdown li a:hover {
    color: #F5E6BF !important;
    background: transparent !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

/* ==========================================================================
   17. SITE FOOTER - Frame Architecture
   ========================================================================== */

.site-footer {
    background: var(--color-marine);
    color: var(--color-neige);
    margin-top: auto;
}

/* Footer Top: Logo + SEO + Cookies */
.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: var(--space-2xl) 0;
}

.footer-top__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-xl);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--space-2xl);
    align-items: start;
}

/* Footer Brand */
.footer-brand {
    max-width: 700px;
}

.footer-brand__logo {
    display: inline-flex;
    align-items: center;
    gap: var(--space-md);
    text-decoration: none;
    margin-bottom: var(--space-lg);
}

.footer-brand__icon {
    width: 44px;
    height: 40px;
    color: var(--color-champagne);
    transition: all var(--transition-base);
}

.footer-brand__logo:hover .footer-brand__icon {
    transform: scale(1.05);
}

.footer-brand__name {
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--color-champagne);
}

.footer-brand__seo {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin: 0;
}

.footer-brand__seo strong {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* Footer Cookies Button */
.footer-cookies__btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-body);
    font-size: var(--text-sm);
    cursor: pointer;
    transition: all var(--transition-base);
}

.footer-cookies__btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--color-champagne);
    color: var(--color-champagne);
}

.footer-cookies__btn svg {
    width: 16px;
    height: 16px;
}

/* Footer Middle: Navigation Columns */
.footer-middle {
    padding: var(--space-2xl) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-middle__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-xl);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-2xl);
}

.footer-nav__title,
.footer-services__title,
.footer-legal__title,
.footer-contact__title {
    font-family: var(--font-heading);
    font-size: var(--text-base);
    font-weight: 500;
    color: var(--color-champagne);
    margin-bottom: var(--space-lg);
}

.footer-nav__list,
.footer-services__list,
.footer-legal__list,
.footer-contact__list {
    list-style: none;
}

.footer-nav__list li,
.footer-services__list li,
.footer-legal__list li,
.footer-contact__list li {
    margin-bottom: var(--space-sm);
}

.footer-nav__list a,
.footer-services__list a,
.footer-legal__list a,
.footer-contact__list a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: var(--text-sm);
    transition: color var(--transition-base);
}

.footer-nav__list a:hover,
.footer-services__list a:hover,
.footer-legal__list a:hover,
.footer-contact__list a:hover {
    color: var(--color-champagne);
}

.footer-contact__list li {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.footer-contact__list svg {
    width: 16px;
    height: 16px;
    color: var(--color-ambre);
    flex-shrink: 0;
}

.footer-contact__list span {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--text-sm);
}

/* Footer Newsletter */
.footer-newsletter {
    background: var(--color-marine-dark);
    padding: var(--space-2xl) 0;
}

.footer-newsletter__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-xl);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-2xl);
}

.footer-newsletter__title {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 500;
    color: var(--color-neige);
    margin-bottom: var(--space-xs);
}

.footer-newsletter__desc {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.footer-newsletter__form {
    flex: 1;
    max-width: 500px;
}

.footer-newsletter__field {
    display: flex;
    gap: 0;
}

.footer-newsletter__input {
    flex: 1;
    padding: 0.875rem var(--space-md);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    color: var(--color-neige);
    font-family: var(--font-body);
    font-size: var(--text-base);
}

.footer-newsletter__input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter__input:focus {
    outline: none;
    border-color: var(--color-champagne);
    background: rgba(255, 255, 255, 0.12);
}

.footer-newsletter__btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: 0.875rem var(--space-lg);
    background: var(--color-champagne);
    border: 1px solid var(--color-champagne);
    color: var(--color-marine);
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-base);
    white-space: nowrap;
}

.footer-newsletter__btn:hover {
    background: var(--color-ambre);
    border-color: var(--color-ambre);
}

.footer-newsletter__btn svg {
    width: 16px;
    height: 16px;
    transition: transform var(--transition-base);
}

.footer-newsletter__btn:hover svg {
    transform: translateX(4px);
}

.footer-newsletter__notice {
    margin-top: var(--space-sm);
    font-size: var(--text-xs);
    color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter__notice a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

.footer-newsletter__notice a:hover {
    color: var(--color-champagne);
}

/* Footer Bottom: Copyright */
.footer-bottom {
    padding: var(--space-md) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-xl);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom__inner p {
    font-size: var(--text-xs);
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

/* ==========================================================================
   18. RESPONSIVE - Site Header & Footer
   ========================================================================== */

@media (max-width: 1024px) {
    .header-top__inner {
        gap: var(--space-md);
    }

    .header-search {
        max-width: 280px;
    }

    .footer-middle__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-newsletter__inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-newsletter__form {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .header-top__inner {
        grid-template-columns: 1fr auto;
        gap: var(--space-md);
    }

    .header-search {
        display: none;
    }

    .header-logo__text {
        font-size: var(--text-lg);
        letter-spacing: 0.1em;
    }

    .header-portal__label {
        display: none;
    }

    .header-portal {
        padding: var(--space-sm);
    }

    .header-nav__inner {
        justify-content: space-between;
        padding: var(--space-sm) var(--space-lg);
    }

    .header-nav__menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--color-marine-dark);
        flex-direction: column;
        padding: var(--space-md) 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-nav__menu.is-open {
        display: flex;
    }

    .header-nav__link {
        padding: var(--space-md) var(--space-xl);
        width: 100%;
    }

    .header-nav__link::after {
        display: none;
    }

    .header-nav__toggle {
        display: flex;
    }

    /* Mobile Dropdown Styles */
    .header-nav__menu .header-nav__item--dropdown > .header-nav__link {
        justify-content: space-between;
        width: 100%;
    }

    .header-nav__dropdown,
    .header-nav__menu .header-nav__dropdown,
    ul.header-nav__dropdown {
        position: static !important;
        display: none !important;
        box-shadow: none !important;
        background: rgba(15, 30, 51, 0.95) !important;
        min-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .header-nav__dropdown::before,
    .header-nav__dropdown::after {
        display: none !important;
    }

    .header-nav__dropdown.is-visible,
    .header-nav__item--dropdown.is-open .header-nav__dropdown,
    .header-nav__menu .header-nav__dropdown.is-visible {
        display: block !important;
    }

    .header-nav__dropdown li,
    .header-nav__menu .header-nav__dropdown li,
    ul.header-nav__dropdown li {
        border-bottom: 1px solid rgba(245, 230, 191, 0.3) !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .header-nav__dropdown li:last-child,
    .header-nav__menu .header-nav__dropdown li:last-child {
        border-bottom: none !important;
    }

    .header-nav__dropdown li a,
    .header-nav__menu .header-nav__dropdown li a,
    ul.header-nav__dropdown li a {
        display: block !important;
        color: #FFFFFF !important;
        padding: 12px 24px 12px 48px !important;
        font-size: 0.875rem !important;
        font-weight: 400 !important;
        white-space: normal !important;
        background: transparent !important;
        transition: all 0.2s ease !important;
    }

    .header-nav__dropdown li a:hover,
    .header-nav__menu .header-nav__dropdown li a:hover,
    ul.header-nav__dropdown li a:hover,
    .header-nav__dropdown li a:active,
    .header-nav__dropdown li a:focus {
        background: rgba(245, 230, 191, 0.15) !important;
        color: #F5E6BF !important;
    }

    .footer-top__inner {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .footer-cookies {
        order: -1;
    }

    .footer-middle__inner {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }

    .footer-newsletter__field {
        flex-direction: column;
    }

    .footer-newsletter__input {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-bottom__inner {
        flex-direction: column;
        gap: var(--space-xs);
        text-align: center;
    }
}
