:root {

    --primary-color: #c51f5d;
    --primary-light: #d946a3;
    --primary-dark: #a01548;
    --secondary-color: #8a2be2;
    --secondary-light: #a855f7;
    --secondary-dark: #6b1cb0;


    --color-white: #ffffff;
    --color-black: #000000;
    --color-gray-50: #f8f9fa;
    --color-gray-100: #f1f3f5;
    --color-gray-200: #e9ecef;
    --color-gray-300: #dee2e6;
    --color-gray-400: #ced4da;
    --color-gray-500: #adb5bd;
    --color-gray-600: #6c757d;
    --color-gray-700: #495057;
    --color-gray-800: #343a40;
    --color-gray-900: #212529;


    --color-success: #10b981;
    --color-warning: #f59e0b;
    --color-error: #ef4444;
    --color-info: #3b82f6;


    --bg-light: #f8f7ff;
    --bg-light-alt: #fef3f9;
    --bg-light-card: #ffffff;
    --bg-light-section: #f0f4ff;
    --bg-light-lavender: #f5f3ff;
    --bg-light-rose: #fff1f7;
    --bg-light-blue: #f0f9ff;
    --bg-light-cream: #fffbf0;
    --bg-light-mint: #f0fdf9;
    --bg-dark: #0a0a0a;
    --bg-dark-alt: #1e1e1e;
    --bg-dark-card: #2d2d2d;


    --text-primary: #1e1b29;
    --text-secondary: #4a4458;
    --text-muted: #6b6580;
    --text-light: #f5f5f5;
    --text-light-secondary: #cbd5e1;


    --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;


    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 1.875rem;
    --font-size-4xl: 2.25rem;
    --font-size-5xl: 3rem;
    --font-size-6xl: 3.75rem;
    --font-size-7xl: 4.5rem;


    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;


    --line-height-tight: 1.25;
    --line-height-snug: 1.375;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.625;
    --line-height-loose: 2;


    --radius-sm: 0.25rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.25rem;
    --radius-3xl: 1.5rem;
    --radius-full: 9999px;


    --shadow-sm: 0 1px 2px 0 rgba(26, 31, 46, 0.04);
    --shadow-md: 0 4px 6px -1px rgba(26, 31, 46, 0.08), 0 2px 4px -1px rgba(26, 31, 46, 0.04);
    --shadow-lg: 0 10px 15px -3px rgba(26, 31, 46, 0.12), 0 4px 6px -2px rgba(26, 31, 46, 0.06);
    --shadow-xl: 0 20px 25px -5px rgba(26, 31, 46, 0.14), 0 10px 10px -5px rgba(26, 31, 46, 0.06);
    --shadow-2xl: 0 25px 50px -12px rgba(26, 31, 46, 0.22);
    --shadow-inner: inset 0 2px 4px 0 rgba(26, 31, 46, 0.05);


    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-medium: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);


    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-fixed: 1030;
    --z-modal-backdrop: 1040;
    --z-modal: 1050;
    --z-popover: 1060;
    --z-tooltip: 1070;


    --container-sm: 640px;
    --container-md: 768px;
    --container-lg: 1024px;
    --container-xl: 1280px;
    --container-2xl: 1536px;
    --container-max: 1200px;
    --container-wide: 1400px;
}


body.dark-mode {
    --bg-light: var(--bg-dark);
    --bg-light-alt: var(--bg-dark-alt);
    --bg-light-card: var(--bg-dark-card);
    --bg-light-section: var(--bg-dark-alt);
    --bg-light-lavender: #1a1625;
    --bg-light-rose: #1f1620;
    --bg-light-blue: #141a20;
    --bg-light-cream: #1f1d16;
    --bg-light-mint: #141f1b;
    --text-primary: var(--text-light);
    --text-secondary: var(--text-light-secondary);
    --text-muted: var(--color-gray-400);

    --shadow-sm: 0 1px 2px 0 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.5), 0 4px 6px -2px rgba(0, 0, 0, 0.3);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.6), 0 10px 10px -5px rgba(0, 0, 0, 0.4);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}




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


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}


ul[role='list'],
ol[role='list'] {
    list-style: none;
    margin: 0;
    padding: 0;
}


html:focus-within {
    scroll-behavior: smooth;
}


body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: var(--line-height-normal);
}


a:not([class]) {
    text-decoration-skip-ink: auto;
}


img,
picture {
    max-width: 100%;
    display: block;
}


img[src$=".svg"],
picture svg {
    max-width: 100%;
    display: block;
}


svg:not([width]):not([height]) {
    display: inline-block;
    vertical-align: middle;
}


input,
button,
textarea,
select {
    font: inherit;
}


@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}



body {
    font-family: 'Artico Expanded', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-normal);
    color: var(--text-primary);
    background-color: var(--bg-light);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color var(--transition-medium), color var(--transition-medium);
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    color: var(--text-primary);
    margin-bottom: var(--space-4);
}

h1 {
    font-size: clamp(var(--font-size-4xl), 6vw, var(--font-size-7xl));
    font-weight: var(--font-weight-extrabold);
}

h2 {
    font-size: clamp(var(--font-size-3xl), 5vw, var(--font-size-5xl));
}

h3 {
    font-size: clamp(var(--font-size-2xl), 4vw, var(--font-size-4xl));
}

h4 {
    font-size: clamp(var(--font-size-xl), 3vw, var(--font-size-3xl));
}

h5 {
    font-size: clamp(var(--font-size-lg), 2vw, var(--font-size-2xl));
}

h6 {
    font-size: clamp(var(--font-size-base), 2vw, var(--font-size-xl));
}


p {
    margin-bottom: var(--space-4);
    color: var(--text-secondary);
}

p:last-child {
    margin-bottom: 0;
}


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

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

a:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
}




.container {
    width: 100%;
    max-width: var(--container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--space-4);
    padding-right: var(--space-4);
}

@media (min-width: 640px) {
    .container {
        padding-left: var(--space-6);
        padding-right: var(--space-6);
    }
}

@media (min-width: 1024px) {
    .container {
        padding-left: var(--space-8);
        padding-right: var(--space-8);
    }
}


.container-wide {
    width: 100%;
    max-width: var(--container-wide);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--space-4);
    padding-right: var(--space-4);
}

@media (min-width: 640px) {
    .container-wide {
        padding-left: var(--space-6);
        padding-right: var(--space-6);
    }
}

@media (min-width: 1024px) {
    .container-wide {
        padding-left: var(--space-8);
        padding-right: var(--space-8);
    }
}


.container-fluid {
    width: 100%;
    padding-left: var(--space-4);
    padding-right: var(--space-4);
}

@media (min-width: 640px) {
    .container-fluid {
        padding-left: var(--space-6);
        padding-right: var(--space-6);
    }
}



.section {
    padding-top: var(--space-20);
    padding-bottom: var(--space-20);
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .section {
        padding-top: var(--space-16);
        padding-bottom: var(--space-16);
    }
}

@media (max-width: 768px) {
    .section {
        padding-top: var(--space-12);
        padding-bottom: var(--space-12);
    }
}


.section-white {
    background-color: transparent;
    position: relative;
}

body.dark-mode .section-white {
    background-color: transparent;
}

.section-gray {
    background-color: transparent;
    position: relative;
}

body.dark-mode .section-gray {
    background-color: transparent;
}

.section-gradient-light {
    background: transparent;
    position: relative;
}

body.dark-mode .section-gradient-light {
    background: transparent;
}

/* .section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(197, 31, 93, 0.15) 50%, transparent 100%);
    opacity: 0.5;
} */

body.dark-mode .section::after {
    background: linear-gradient(90deg, transparent 0%, rgba(197, 31, 93, 0.3) 50%, transparent 100%);
}

.section-gradient-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--color-white);
    position: relative;
    z-index: 1;
}


.section-header {
    text-align: center;
    margin-bottom: var(--space-16);
}

@media (max-width: 768px) {
    .section-header {
        margin-bottom: var(--space-12);
    }
}

.section-title {
    font-size: clamp(var(--font-size-3xl), 5vw, var(--font-size-5xl));
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    margin-bottom: var(--space-4);
    line-height: var(--line-height-tight);
    background: linear-gradient(135deg, #1e1b29 0%, #c51f5d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.dark-mode .section-title {
    background: linear-gradient(135deg, #f5f5f5 0%, #d946a3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    font-size: clamp(var(--font-size-base), 2vw, var(--font-size-xl));
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto;
    line-height: var(--line-height-relaxed);
}



.grid {
    display: grid;
    gap: var(--space-8);
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}


.grid-auto-fit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: var(--space-8);
}

.grid-auto-fill {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: var(--space-8);
}


.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);
}



.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-4) var(--space-8);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: all var(--transition-base);
    white-space: nowrap;
}

.btn:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}


.btn-sm {
    padding: var(--space-2) var(--space-6);
    font-size: var(--font-size-sm);
}

.btn-lg {
    padding: var(--space-5) var(--space-10);
    font-size: var(--font-size-lg);
}

.btn-xl {
    padding: var(--space-6) var(--space-12);
    font-size: var(--font-size-xl);
}


.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--color-white);
    box-shadow: 0 10px 25px rgba(197, 31, 93, 0.25), 0 5px 15px rgba(138, 43, 226, 0.15);
    border: 1px solid transparent;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(197, 31, 93, 0.35), 0 8px 20px rgba(138, 43, 226, 0.25);
    filter: brightness(1.1);
}

body.dark-mode .btn-primary {
    box-shadow: 0 10px 25px rgba(197, 31, 93, 0.3), 0 5px 15px rgba(0, 0, 0, 0.3);
}

body.dark-mode .btn-primary:hover {
    box-shadow: 0 15px 35px rgba(197, 31, 93, 0.4), 0 8px 20px rgba(0, 0, 0, 0.4);
}

.btn-secondary {
    background: linear-gradient(135deg, #ffffff 0%, rgba(248, 247, 255, 0.9) 100%);
    color: var(--primary-color);
    box-shadow: 0 5px 15px rgba(197, 31, 93, 0.12), 0 2px 8px rgba(138, 43, 226, 0.08);
    border: 2px solid rgba(197, 31, 93, 0.15);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(197, 31, 93, 0.18), 0 5px 15px rgba(138, 43, 226, 0.12);
    background: linear-gradient(135deg, #ffffff 0%, rgba(254, 243, 249, 0.9) 100%);
    color: var(--primary-color);
    border-color: rgba(197, 31, 93, 0.25);
}

body.dark-mode .btn-secondary {
    background: #fff;
    color: var(--primary-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

body.dark-mode .btn-secondary:hover {
    background: #fff;
    color: var(--primary-color);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

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

.btn-outline:hover {
    background: var(--color-white);
    color: var(--primary-color);
    transform: translateY(-2px);
}



.card {
    background: linear-gradient(135deg, #ffffff 0%, rgba(248, 247, 255, 0.6) 100%);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    transition: all var(--transition-medium);
    border: 1px solid rgba(197, 31, 93, 0.08);
}

body.dark-mode .card {
    background: var(--bg-dark-card);
    border-color: rgba(197, 31, 93, 0.15);
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 65px rgba(197, 31, 93, 0.18), 0 15px 35px rgba(138, 43, 226, 0.12);
    border-color: rgba(197, 31, 93, 0.20);
}

body.dark-mode .card:hover {
    box-shadow: var(--shadow-2xl);
    border-color: rgba(197, 31, 93, 0.25);
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: var(--space-8);
}




.mt-0 {
    margin-top: 0;
}

.mt-4 {
    margin-top: var(--space-4);
}

.mt-8 {
    margin-top: var(--space-8);
}

.mb-0 {
    margin-bottom: 0;
}

.mb-4 {
    margin-bottom: var(--space-4);
}

.mb-8 {
    margin-bottom: var(--space-8);
}


.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}


.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.hidden {
    display: none;
}


.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.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-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}


.w-full {
    width: 100%;
}

.w-auto {
    width: auto;
}


.max-w-sm {
    max-width: var(--container-sm);
}

.max-w-md {
    max-width: var(--container-md);
}

.max-w-lg {
    max-width: var(--container-lg);
}

.max-w-xl {
    max-width: var(--container-xl);
}


.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.sticky {
    position: sticky;
}


.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

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

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

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

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.animate-fadeIn {
    animation: fadeIn 0.6s ease-out;
}

.animate-fadeInUp {
    animation: fadeInUp 0.8s ease-out;
}

.animate-fadeInDown {
    animation: fadeInDown 0.8s ease-out;
}

.animate-slideInLeft {
    animation: slideInLeft 0.8s ease-out;
}

.animate-slideInRight {
    animation: slideInRight 0.8s ease-out;
}

.animate-scaleIn {
    animation: scaleIn 0.6s ease-out;
}




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


.skip-to-content {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: var(--space-4);
    background-color: var(--primary-color);
    color: var(--color-white);
    text-decoration: none;
}

.skip-to-content:focus {
    left: var(--space-4);
    top: var(--space-4);
}


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

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}




@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .show-mobile {
        display: none !important;
    }
}


@media (max-width: 1024px) {
    .hide-tablet {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .show-tablet {
        display: none !important;
    }
}


@media (min-width: 1025px) {
    .hide-desktop {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .show-desktop {
        display: none !important;
    }
}