/* ===== Compiled Tailwind CSS (replaces CDN) ===== */
*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}

input:where([type='text']),
input:where(:not([type])),
input:where([type='email']),
input:where([type='url']),
input:where([type='password']),
input:where([type='number']),
input:where([type='date']),
input:where([type='datetime-local']),
input:where([type='month']),
input:where([type='search']),
input:where([type='tel']),
input:where([type='time']),
input:where([type='week']),
select:where([multiple]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus,
input:where(:not([type])):focus,
input:where([type='email']):focus,
input:where([type='url']):focus,
input:where([type='password']):focus,
input:where([type='number']):focus,
input:where([type='date']):focus,
input:where([type='datetime-local']):focus,
input:where([type='month']):focus,
input:where([type='search']):focus,
input:where([type='tel']):focus,
input:where([type='time']):focus,
input:where([type='week']):focus,
select:where([multiple]):focus,
textarea:focus,
select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}

::-webkit-datetime-edit {
    display: inline-flex;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

select:where([multiple]),
select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
}

input:where([type='checkbox']),
input:where([type='radio']) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
    border-radius: 0px;
}

input:where([type='radio']) {
    border-radius: 100%;
}

input:where([type='checkbox']):focus,
input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,
input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
    input:where([type='checkbox']):checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
    input:where([type='radio']):checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

input:where([type='checkbox']):checked:hover,
input:where([type='checkbox']):checked:focus,
input:where([type='radio']):checked:hover,
input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (forced-colors: active) {
    input:where([type='checkbox']):indeterminate {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

input:where([type='checkbox']):indeterminate:hover,
input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.-bottom-6 {
    bottom: -1.5rem;
}

.-left-6 {
    left: -1.5rem;
}

.bottom-10 {
    bottom: 2.5rem;
}

.bottom-20 {
    bottom: 5rem;
}

.bottom-6 {
    bottom: 1.5rem;
}

.left-0 {
    left: 0px;
}

.left-10 {
    left: 2.5rem;
}

.left-20 {
    left: 5rem;
}

.left-6 {
    left: 1.5rem;
}

.right-0 {
    right: 0px;
}

.right-10 {
    right: 2.5rem;
}

.right-20 {
    right: 5rem;
}

.top-0 {
    top: 0px;
}

.top-1\/2 {
    top: 50%;
}

.top-20 {
    top: 5rem;
}

.z-10 {
    z-index: 10;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-32 {
    height: 8rem;
}

.h-96 {
    height: 24rem;
}

.h-\[500px\] {
    height: 500px;
}

.h-\[600px\] {
    height: 600px;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.w-1\/2 {
    width: 50%;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-32 {
    width: 8rem;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-\[100px\] {
    max-width: 100px;
}

.max-w-container-max {
    max-width: 1440px;
}

.max-w-lg {
    max-width: 32rem;
}

.translate-y-10 {
    --tw-translate-y: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-12 {
    gap: 3rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-gutter {
    gap: 32px;
}

.space-y-3> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
    overflow: hidden;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-\[32px\] {
    border-radius: 32px;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 16px;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-on-primary {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-on-primary\/30 {
    border-color: rgb(255 255 255 / 0.3);
}

.border-outline-variant {
    --tw-border-opacity: 1;
    border-color: rgb(215 192 203 / var(--tw-border-opacity, 1));
}

.border-outline-variant\/10 {
    border-color: rgb(215 192 203 / 0.1);
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(63 0 48 / var(--tw-border-opacity, 1));
}

.border-primary-container {
    --tw-border-opacity: 1;
    border-color: rgb(100 0 78 / var(--tw-border-opacity, 1));
}

.border-primary-container\/30 {
    border-color: rgb(100 0 78 / 0.3);
}

.bg-background {
    --tw-bg-opacity: 1;
    background-color: rgb(251 249 248 / var(--tw-bg-opacity, 1));
}

.bg-outline-variant {
    --tw-bg-opacity: 1;
    background-color: rgb(215 192 203 / var(--tw-bg-opacity, 1));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(63 0 48 / var(--tw-bg-opacity, 1));
}

.bg-primary-container {
    --tw-bg-opacity: 1;
    background-color: rgb(100 0 78 / var(--tw-bg-opacity, 1));
}

.bg-primary-fixed {
    --tw-bg-opacity: 1;
    background-color: rgb(255 216 236 / var(--tw-bg-opacity, 1));
}

.bg-primary\/40 {
    background-color: rgb(63 0 48 / 0.4);
}

.bg-secondary-container {
    --tw-bg-opacity: 1;
    background-color: rgb(255 140 250 / var(--tw-bg-opacity, 1));
}

.bg-surface {
    --tw-bg-opacity: 1;
    background-color: rgb(251 249 248 / var(--tw-bg-opacity, 1));
}

.bg-surface-container-high {
    --tw-bg-opacity: 1;
    background-color: rgb(234 232 231 / var(--tw-bg-opacity, 1));
}

.bg-surface-container-highest {
    --tw-bg-opacity: 1;
    background-color: rgb(228 226 226 / var(--tw-bg-opacity, 1));
}

.bg-surface-container-low {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 243 / var(--tw-bg-opacity, 1));
}

.bg-surface-container-lowest {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
}

.bg-\[url\(\'https\:\/\/www\.transparenttextures\.com\/patterns\/carbon-fibre\.png\'\)\] {
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/80 {
    --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-10 {
    padding: 2.5rem;
}

.p-12 {
    padding: 3rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-margin-mobile {
    padding-left: 20px;
    padding-right: 20px;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt-4 {
    padding-top: 1rem;
}

.text-center {
    text-align: center;
}

.font-body-lg {
    font-family: IBM Plex Serif, serif;
}

.font-body-md {
    font-family: IBM Plex Serif, serif;
}

.font-display-lg {
    font-family: League Spartan, sans-serif;
}

.font-display-md {
    font-family: League Spartan, sans-serif;
}

.font-headline-md {
    font-family: Sora, sans-serif;
}

.font-label-caps {
    font-family: Sora, sans-serif;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-body-lg {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

.text-body-md {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.text-display-lg {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.text-display-md {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
}

.text-headline-md {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.leading-relaxed {
    line-height: 1.625;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-on-background {
    --tw-text-opacity: 1;
    color: rgb(27 28 28 / var(--tw-text-opacity, 1));
}

.text-on-primary {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-on-secondary-container {
    --tw-text-opacity: 1;
    color: rgb(125 17 128 / var(--tw-text-opacity, 1));
}

.text-on-surface-variant {
    --tw-text-opacity: 1;
    color: rgb(83 66 75 / var(--tw-text-opacity, 1));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(63 0 48 / var(--tw-text-opacity, 1));
}

.hero-stats-row .font-display-md {
    color: #93136f;
}

.hero-stats-row .text-on-surface-variant {
    color: #450136;
}

.hero-stats-row .font-display-md {
    color: #8b0064;
    font-size: 22px; /* adjust to taste, e.g. 32px, 36px */
}

.hero-stats-row .font-label-caps {
    font-size: 18px; /* adjust to taste */
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(153 49 154 / var(--tw-text-opacity, 1));
}

.text-secondary-container {
    --tw-text-opacity: 1;
    color: rgb(255 140 250 / var(--tw-text-opacity, 1));
}

.underline {
    text-decoration-line: underline;
}

.opacity-0 {
    opacity: 0;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-100 {
    opacity: 1;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-80 {
    opacity: 0.8;
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
    outline-style: solid;
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-1000 {
    transition-duration: 1000ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.duration-700 {
    transition-duration: 700ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(63 0 48 / var(--tw-border-opacity, 1));
}

.hover\:bg-primary-fixed\/30:hover {
    background-color: rgb(255 216 236 / 0.3);
}

.hover\:bg-secondary-container:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 140 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
    background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-on-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(63 0 48 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-container:hover {
    --tw-text-opacity: 1;
    color: rgb(255 140 250 / var(--tw-text-opacity, 1));
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:bottom-9 {
    bottom: 2.25rem;
}

.group:hover .group-hover\:left-9 {
    left: 2.25rem;
}

.group:hover .group-hover\:right-9 {
    right: 2.25rem;
}

.group:hover .group-hover\:top-9 {
    top: 2.25rem;
}

.group:hover .group-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.02\] {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-primary\/20 {
    background-color: rgb(63 0 48 / 0.2);
}

.group:hover .group-hover\:text-secondary-container {
    --tw-text-opacity: 1;
    color: rgb(255 140 250 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:grayscale-0 {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:block {
        display: block;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:p-24 {
        padding: 6rem;
    }

    .md\:px-margin-desktop {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* ===== End compiled Tailwind CSS ===== */

.glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.text-reveal {
    animation: textReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes textReveal {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.site-logo {
    display: block;
    width: 180px;
    height: auto;
    object-fit: contain;
}

/* FIX: .container was never defined on this page — this is what broke footer/content spacing */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

@media(max-width:1024px) {
    .container {
        padding: 0 32px;
    }
}

@media(max-width:640px) {
    .container {
        padding: 0 20px;
    }
}

/* ── CANONICAL FOOTER ── */
footer {
    position: relative;
    background: linear-gradient(160deg, #4a0040 0%, #3f0030 45%, #2a0021 100%);
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

footer::before {
    content: '';
    position: absolute;
    top: -260px;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 140, 250, .20), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

footer::after {
    content: '';
    position: absolute;
    bottom: -240px;
    left: -200px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 0, 100, .30), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.footer-top-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 140, 250, .55) 50%, transparent);
}

/* CTA band */
.footer-cta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 64px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    flex-wrap: wrap;
}

.footer-cta-text h3 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 2.3vw, 2.05rem);
    line-height: 1.2;
    margin-bottom: 10px;
}

.footer-cta-text p {
    font-family: 'IBM Plex Serif', serif;
    font-size: .95rem;
    color: rgba(255, 255, 255, .68);
    max-width: 480px;
    line-height: 1.6;
}

.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #ff8cfa;
    color: #3f0030;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: .92rem;
    padding: 17px 30px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 12px 30px rgba(255, 140, 250, .22);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.footer-cta-btn svg {
    transition: transform .25s ease;
}

.footer-cta-btn:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(255, 140, 250, .32);
}

.footer-cta-btn:hover svg {
    transform: translate(3px, -3px);
}

/* Columns */
.footer-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr;
    gap: 48px;
    padding: 64px 0 48px;
}

.footer-brand-logo {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 18px;
    filter: brightness(0) invert(1);
}

.footer-col>p {
    opacity: .68;
    font-family: 'IBM Plex Serif', serif;
    font-size: .9rem;
    line-height: 1.78;
    color: #ffffff;
    max-width: 260px;
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.footer-socials a:hover {
    background: #ff8cfa;
    border-color: #ff8cfa;
    color: #3f0030;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(255, 140, 250, .35);
}

.footer-col h4 {
    font-family: 'Sora', sans-serif;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 14px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #ff8cfa, rgba(255, 140, 250, 0));
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer-col ul li a {
    color: rgba(255, 255, 255, .66);
    font-family: 'IBM Plex Serif', serif;
    font-size: .92rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0;
    transition: color .2s ease, gap .2s ease, padding-left .2s ease;
}

.footer-col ul li a::before {
    content: '→';
    display: inline-block;
    opacity: 0;
    width: 0;
    overflow: hidden;
    color: #ff8cfa;
    transition: opacity .2s ease, width .2s ease, margin-right .2s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
}

.footer-col ul li a:hover::before {
    opacity: 1;
    width: 14px;
    margin-right: 4px;
}

/* Bottom bar */
.footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 22px 0;
}

.footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.footer-bottom-inner p {
    font-family: 'Sora', sans-serif;
    font-size: .78rem;
    color: rgba(255, 255, 255, .42);
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    font-family: 'Sora', sans-serif;
    font-size: .78rem;
    color: rgba(255, 255, 255, .42);
    text-decoration: none;
    transition: color .2s ease;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

@media(max-width:1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .footer-cta {
        padding: 52px 0;
    }
}

@media(max-width:640px) {
    .footer-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 44px 0;
    }

    .footer-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 44px 0 36px;
    }

    .footer-col>p {
        max-width: 100%;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        transition-duration: .01ms !important;
    }
}

.infosys-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.infosys-nav-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 92px;
    padding: 0 32px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
}

.infosys-nav.scrolled {
    background: linear-gradient(180deg, rgba(28, 31, 57, .96), rgba(47, 46, 76, .9));
    box-shadow: 0 14px 35px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}

.infosys-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-menu-button {
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #151841;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.nav-menu-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .2);
}

.nav-menu-button .material-symbols-outlined {
    font-size: 32px;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

/* Pure-CSS hamburger bars — no icon font dependency (avoids FOUT) */
.hbg-bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 22px;
    height: 16px;
}

.hbg-bar {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-menu-button.is-open .hbg-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-menu-button.is-open .hbg-bar:nth-child(2) {
    opacity: 0;
}

.nav-menu-button.is-open .hbg-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.infosys-nav .site-logo {
    width: 168px;
    filter: brightness(0) invert(1);
}

.nav-pill {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15);
}

.nav-pill a {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Sora', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease;
}

.nav-pill a:hover {
    background: rgba(255, 255, 255, .15);
    color: #ffffff;
}

.nav-action {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: 'Sora', sans-serif;
    font-size: 17px;
    font-weight: 500;
    transition: background .2s ease, color .2s ease;
}

.nav-action:hover {
    background: rgba(255, 255, 255, .20);
    color: #ffffff;
}

.infosys-nav.scrolled {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.infosys-nav.scrolled .nav-pill {
    background: rgba(0, 0, 0, 0.06);
}

.infosys-nav.scrolled .nav-pill a {
    color: #121644;
}

.infosys-nav.scrolled .nav-pill a:hover {
    color: #64004e;
}

.infosys-nav.scrolled .nav-action {
    background: rgba(0, 0, 0, 0.08);
    color: #121644;
    border-color: rgba(0, 0, 0, 0.12);
}

.infosys-nav.scrolled .nav-action:hover {
    color: #64004e;
}

.infosys-nav.scrolled .site-logo {
    filter: none;
}

@media(max-width:980px) {
    .infosys-nav-inner {
        min-height: 82px;
        padding: 0 20px;
        grid-template-columns: auto 1fr;
        gap: 16px;
    }

    .nav-pill {
        display: none;
    }

    .nav-action {
        display: none;
    }

    .infosys-nav .site-logo {
        width: 154px;
    }
}

.hero-gradient {
    background: radial-gradient(circle at 70% 30%, #64004e 0%, #3f0030 100%);
}

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .80), rgba(0, 0, 0, .55), rgba(0, 0, 0, .25));
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1700px;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    color: white;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 24px 80px;
    animation: fadeUp 1.8s ease;
}

.hero-inner {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 120px 0 64px;
}

.hero-tag {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    font-family: 'Sora', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .78);
}

.hero h1 {
    font-family: 'League Spartan', sans-serif;
    font-size: clamp(2.25rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}

.hero p {
    font-family: 'IBM Plex Serif', serif;
    font-size: 16px;
    line-height: 1.5;
    max-width: 850px;
    margin: 0 auto;
    opacity: .95;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
}

.hero-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 24px;
    border-radius: 8px;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.hero-buttons a:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: #64004e;
    color: white;
}

.btn-primary:hover {
    background: #8b0064;
}

.btn-secondary {
    border: 1px solid white;
    color: white;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, .12);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.hero-stats h3 {
    text-align: center;
    font-size: 24px;
}

.hero-stats span {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, .76);
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 3;
    width: 28px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 999px;
    transform: translateX(-50%);
}

.scroll-indicator::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 50%;
    width: 4px;
    height: 9px;
    border-radius: 999px;
    background: white;
    transform: translateX(-50%);
    animation: scrollPulse 1.5s ease-in-out infinite;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scrollPulse {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    35% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 15px);
    }
}

@media(max-width:768px) {

    .hero-inner {
        padding: 112px 20px 56px;
    }

    .hero-content {
        margin-left: 0;
        padding: 36px 24px;
        border-radius: 18px;
    }

    .hero h1 {
        font-size: clamp(3rem, 16vw, 4rem);
    }

    .hero p {
        font-size: 18px;
        line-height: 1.65;
    }

    .hero-buttons a {
        width: 100%;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.architect-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 5, 15, 0.45);
    backdrop-filter: blur(10px);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.architect-overlay.visible {
    opacity: 1;
    pointer-events: all;
}

.architect-modal {
    position: relative;
    width: 90%;
    max-width: 860px;
    transform: translateY(40px) scale(0.97);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.architect-overlay.visible .architect-modal {
    transform: translateY(0) scale(1);
}

.architect-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    color: #121644;
    font-size: 22px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.architect-close:hover {
    transform: scale(1.1);
}

.architect-glass {
    background: rgba(255, 255, 255, 0.65) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
}

.architect-glass,
.architect-glass * {
    color: #1a1a2e;
}

.architect-modal button {
    border-radius: 12px;
    font-size: 16px;
    padding: 16px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.architect-modal button {
    border-radius: 12px;
    font-size: 16px;
    padding: 16px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

@media(max-width:768px) {
    .architect-modal {
        width: 88%;
        max-width: 340px;
    }

    .architect-glass {
        padding: 40px 28px !important;
    }

    .architect-modal .text-display-lg {
        font-size: 34px;
        line-height: 1.15;
    }

    .architect-modal .text-body-lg {
        font-size: 15px;
        margin-bottom: 28px !important;
    }

    .architect-modal button {
        padding: 14px 20px !important;
        font-size: 14px !important;
    }
}


/* Primary "Start Your Transformation" button */
.architect-modal .bg-secondary-container {
    background: #64004e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(26, 26, 46, 0.25);
}

.architect-modal .bg-secondary-container:hover {
    background: #860269 !important;
    box-shadow: 0 8px 20px rgba(26, 26, 46, 0.3);
    transform: translateY(-2px);
}

/* Secondary "Speak with an Expert" button */
.architect-modal .border {
    border: 1.5px solid rgba(26, 26, 46, 0.3);
    background: rgba(255, 255, 255, 0.5);
    color: #1a1a2e;
}

.architect-modal .border:hover {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(26, 26, 46, 0.5);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* ── HAMBURGER OVERLAY MENU ── */
.hanvix-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    grid-template-columns: 320px 1fr;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.hanvix-menu-overlay.open {
    opacity: 1;
    visibility: visible;
}

.hanvix-menu-sidebar {
    position: relative;
    background: #f1f2f7;
    padding: 100px 32px 32px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.hanvix-menu-close {
    position: absolute;
    top: 28px;
    left: 18px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
    border: none;
    z-index: 20;
    width: 56px;
    height: 56px;
    overflow: hidden;
    transition-duration: 500ms;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

.hanvix-menu-close .close-text {
    font-size: 1.875rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    line-height: 1;
    padding-bottom: 7px;
    transition-duration: 500ms;
    position: relative;
    z-index: 10;
}

.hanvix-menu-close:hover .close-text {
    transform: scale(0);
}

.hanvix-menu-close .close-span {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    background-color: #64004e;
    transition-duration: 500ms;
}

.hanvix-menu-close .cs-t {
    top: 5rem;
    left: 0;
}

.hanvix-menu-close:hover .cs-t {
    top: 2.25rem;
}

.hanvix-menu-close .cs-l {
    top: 0;
    left: 5rem;
}

.hanvix-menu-close:hover .cs-l {
    left: 2.25rem;
}

.hanvix-menu-close .cs-r {
    top: 0;
    right: 5rem;
}

.hanvix-menu-close:hover .cs-r {
    right: 2.25rem;
}

.hanvix-menu-close .cs-b {
    bottom: 5rem;
    right: 0;
}

.hanvix-menu-close:hover .cs-b {
    bottom: 2.25rem;
}

.hanvix-menu-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hanvix-menu-links a {
    font-family: 'Sora', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #4a4a68;
    padding: 14px 16px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.hanvix-menu-links a:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #121644;
}

.hanvix-menu-link.active {
    background: #ffffff;
    color: #64004e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.hanvix-menu-link.active::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #64004e;
    border-radius: 4px;
    margin-right: 12px;
    vertical-align: -3px;
}

.hanvix-menu-links-simple {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    gap: 2px;
}

.hanvix-menu-links-simple a {
    font-size: 15px;
    font-weight: 400;
    color: #6a6a88;
    padding: 10px 16px;
}

.hanvix-menu-social {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 18px;
}

.hanvix-menu-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    color: #4a4a68;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background 0.2s ease, color 0.2s ease;
}

.hanvix-menu-social a:hover {
    background: #64004e;
    color: #ffffff;
}

.hanvix-menu-panel {
    background: #ffffff;
    padding: 100px 56px 56px;
    overflow-y: auto;
    cursor: default;
}

.hanvix-menu-panel-inner {
    position: relative;
}

.hanvix-card-section {
    display: none;
}

.hanvix-card-section.active {
    display: block;
    animation: hanvixScaleIn 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes hanvixScaleIn {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.hanvix-scale-out {
    display: block;
    position: absolute;
    inset: 0;
    animation: hanvixScaleOut 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes hanvixScaleOut {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

.hanvix-menu-heading {
    font-family: 'League Spartan', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #121644;
    margin-bottom: 36px;
}

.hanvix-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.hanvix-card {
    position: relative;
    display: block;
    height: 280px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-color: #1a1a2e;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.hanvix-card-tall {
    grid-row: span 2;
    height: 584px;
}

.hanvix-card:hover {
    transform: translateY(-4px);
}

.hanvix-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
}

.hanvix-card-title {
    position: absolute;
    left: 24px;
    bottom: 56px;
    right: 24px;
    z-index: 2;
    color: #ffffff;
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.hanvix-card-link {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 2;
    color: #ffffff;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.hanvix-card-link i {
    font-size: 14px;
}

@media (max-width: 980px) {
    .hanvix-menu-overlay {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        overflow-y: auto;
    }

    .hanvix-menu-sidebar {
        padding: 88px 24px 24px;
        height: auto;
        overflow-y: visible;
    }

    .hanvix-menu-panel {
        padding: 24px;
        height: auto;
        overflow-y: visible;
    }

    .hanvix-card-grid {
        grid-template-columns: 1fr;
    }

    .hanvix-card-tall {
        grid-row: span 1;
        height: 280px;
    }
}

/* ── COOKIE BANNER ── */
.cookie-banner {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #1f2937;
    color: #ffffff;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
    transition: bottom 0.5s ease-in-out;
    z-index: 9999;
    box-sizing: border-box;
}

.cookie-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

@media(min-width: 768px) {
    .cookie-container {
        flex-direction: row;
        align-items: center;
    }
}

.cookie-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-right: 20px;
    font-family: 'Sora', sans-serif;
}

@media(min-width: 768px) {
    .cookie-text {
        margin-bottom: 0;
    }
}

.cookie-text a {
    color: #3b82f6;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    white-space: nowrap;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: background 0.2s;
    font-family: 'Sora', sans-serif;
}

.cookie-btn-accept {
    background-color: #0076cb;
    color: white;
}

.cookie-btn-accept:hover {
    background-color: #005697;
}

.cookie-btn-reject {
    background-color: #4b5563;
    color: white;
}

.cookie-btn-reject:hover {
    background-color: #374151;
}

.cookie-banner.show {
    bottom: 0;
}