:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
    --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

/* Minimal required styles that Tailwind cannot handle */
.zeroy-default-template .menu-item-has-children {
    position: relative;
}

.zeroy-default-template .menu-item-has-children:hover>.sub-menu {
    display: block;
}

.zeroy-default-template .menu-item-has-children>a:after {
    content: " ▼";
    font-size: 0.9em;
    vertical-align: middle;
    opacity: 0.6;
}

.zeroy-default-template .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

/* Content area styles for WYSIWYG content that Tailwind cannot style */
/* Applied only to single posts/pages/CPTs within the_content() areas */
.zeroy-wysiwyg-content {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #1a1a1a;
}

/* Headings */
.zeroy-wysiwyg-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.zeroy-wysiwyg-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
}

.zeroy-wysiwyg-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.zeroy-wysiwyg-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.875rem;
    line-height: 1.5;
}

.zeroy-wysiwyg-content h5 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.zeroy-wysiwyg-content h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

/* Paragraphs */
.zeroy-wysiwyg-content p {
    margin-bottom: 1.5rem;
}

/* Links */
.zeroy-wysiwyg-content a {
    color: #0066cc;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color 0.15s ease;
}

.zeroy-wysiwyg-content a:hover {
    color: #0052a3;
    text-decoration-thickness: 2px;
}

/* Blockquotes */
.zeroy-wysiwyg-content blockquote {
    margin: 2rem 0;
    padding-left: 1.5rem;
    border-left: 4px solid #d1d5db;
    font-style: italic;
    color: #4b5563;
}

.zeroy-wysiwyg-content blockquote p:last-child {
    margin-bottom: 0;
}

/* Lists */
.zeroy-wysiwyg-content ul,
.zeroy-wysiwyg-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.zeroy-wysiwyg-content ul {
    list-style-type: disc;
}

.zeroy-wysiwyg-content ol {
    list-style-type: decimal;
}

.zeroy-wysiwyg-content li {
    margin-bottom: 0.5rem;
}

.zeroy-wysiwyg-content ul ul,
.zeroy-wysiwyg-content ol ol,
.zeroy-wysiwyg-content ul ol,
.zeroy-wysiwyg-content ol ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Code */
.zeroy-wysiwyg-content code {
    font-family: "Consolas", "Monaco", "Courier New", monospace;
    font-size: 0.875em;
    background-color: #f3f4f6;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    color: #dc2626;
}

.zeroy-wysiwyg-content pre {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    overflow-x: auto;
    font-size: 0.875rem;
    line-height: 1.5;
}

.zeroy-wysiwyg-content pre code {
    background-color: transparent;
    padding: 0;
    color: inherit;
    font-size: inherit;
}

/* Tables */
.zeroy-wysiwyg-content table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.zeroy-wysiwyg-content th,
.zeroy-wysiwyg-content td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.zeroy-wysiwyg-content th {
    font-weight: 600;
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.zeroy-wysiwyg-content tbody tr:hover {
    background-color: #f9fafb;
}

/* Images and Figures */
.zeroy-wysiwyg-content img {
    max-width: 100%;
    height: auto;
    margin: 2rem auto;
    display: block;
    border-radius: 0.5rem;
}

.zeroy-wysiwyg-content figure {
    margin: 2rem 0;
    text-align: center;
}

.zeroy-wysiwyg-content figure img {
    margin: 0 auto 0.5rem;
}

.zeroy-wysiwyg-content figcaption {
    font-size: 0.875rem;
    color: #6b7280;
    font-style: italic;
    margin-top: 0.5rem;
}

/* WordPress specific - Gallery */
.zeroy-wysiwyg-content .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.zeroy-wysiwyg-content .gallery-item {
    margin: 0;
}

.zeroy-wysiwyg-content .gallery-icon img {
    margin: 0;
    border-radius: 0.375rem;
}

/* WordPress specific - Alignments */
.zeroy-wysiwyg-content .alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.zeroy-wysiwyg-content .alignright {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.zeroy-wysiwyg-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.zeroy-wysiwyg-content .alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
}

.zeroy-wysiwyg-content .alignwide {
    position: relative;
    width: calc(100% + 8rem);
    max-width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
}

/* WordPress specific - Captions */
.zeroy-wysiwyg-content .wp-caption {
    max-width: 100%;
    margin: 2rem 0;
}

.zeroy-wysiwyg-content .wp-caption-text {
    font-size: 0.875rem;
    color: #6b7280;
    font-style: italic;
    text-align: center;
    margin-top: 0.5rem;
}

/* Horizontal Rule */
.zeroy-wysiwyg-content hr {
    margin: 3rem 0;
    border: none;
    border-top: 1px solid #e5e7eb;
}

/* Definition Lists */
.zeroy-wysiwyg-content dl {
    margin-bottom: 1.5rem;
}

.zeroy-wysiwyg-content dt {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.zeroy-wysiwyg-content dd {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

/* Footnotes */
.zeroy-wysiwyg-content .footnotes {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.875rem;
    color: #6b7280;
}

.zeroy-wysiwyg-content .footnotes ol {
    padding-left: 1.25rem;
}

.zeroy-wysiwyg-content sup {
    font-size: 0.75em;
    vertical-align: super;
}

/* Embeds */
.zeroy-wysiwyg-content iframe,
.zeroy-wysiwyg-content embed,
.zeroy-wysiwyg-content object,
.zeroy-wysiwyg-content video {
    max-width: 100%;
    margin: 2rem 0;
}

/* WordPress Block Editor - Buttons */
.zeroy-wysiwyg-content .wp-block-button__link {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background-color: #1f2937;
    color: white;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease;
}

.zeroy-wysiwyg-content .wp-block-button__link:hover {
    background-color: #111827;
    text-decoration: none;
}

/* Strong and Emphasis */
.zeroy-wysiwyg-content strong,
.zeroy-wysiwyg-content b {
    font-weight: 600;
}

.zeroy-wysiwyg-content em,
.zeroy-wysiwyg-content i {
    font-style: italic;
}

/* Small text */
.zeroy-wysiwyg-content small {
    font-size: 0.875em;
}

/* Mark/Highlight */
.zeroy-wysiwyg-content mark {
    background-color: #fef3c7;
    padding: 0.125rem 0.25rem;
}

/* Abbreviations */
.zeroy-wysiwyg-content abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
}

/* Keyboard input */
.zeroy-wysiwyg-content kbd {
    font-family: "Consolas", "Monaco", "Courier New", monospace;
    font-size: 0.875em;
    padding: 0.125rem 0.375rem;
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    box-shadow: 0 1px 0 #d1d5db;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .zeroy-wysiwyg-content {
        font-size: 1rem;
    }

    .zeroy-wysiwyg-content h1 {
        font-size: 2rem;
    }

    .zeroy-wysiwyg-content h2 {
        font-size: 1.5rem;
    }

    .zeroy-wysiwyg-content h3 {
        font-size: 1.25rem;
    }

    .zeroy-wysiwyg-content .alignwide {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Force use of Gotham fonts from project root */
body,
body * {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Specific font weights */
.font-light,
*[class*="light"],
*[class*="Light"] {
    font-weight: 300 !important;
}

.font-medium,
*[class*="medium"],
*[class*="Medium"] {
    font-weight: 500 !important;
}

.font-bold,
*[class*="bold"],
*[class*="Bold"] {
    font-weight: 700 !important;
}

/* Override any existing font-family declarations */
[style*="font-family"] {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
    --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

/* Minimal required styles that Tailwind cannot handle */
.zeroy-default-template .menu-item-has-children {
    position: relative;
}

.zeroy-default-template .menu-item-has-children:hover>.sub-menu {
    display: block;
}

.zeroy-default-template .menu-item-has-children>a:after {
    content: " ▼";
    font-size: 0.9em;
    vertical-align: middle;
    opacity: 0.6;
}

.zeroy-default-template .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

/* Content area styles for WYSIWYG content that Tailwind cannot style */
/* Applied only to single posts/pages/CPTs within the_content() areas */
.zeroy-wysiwyg-content {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #1a1a1a;
}

/* Headings */
.zeroy-wysiwyg-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.zeroy-wysiwyg-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
}

.zeroy-wysiwyg-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.zeroy-wysiwyg-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.875rem;
    line-height: 1.5;
}

.zeroy-wysiwyg-content h5 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.zeroy-wysiwyg-content h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

/* Paragraphs */
.zeroy-wysiwyg-content p {
    margin-bottom: 1.5rem;
}

/* Links */
.zeroy-wysiwyg-content a {
    color: #0066cc;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color 0.15s ease;
}

.zeroy-wysiwyg-content a:hover {
    color: #0052a3;
    text-decoration-thickness: 2px;
}

/* Blockquotes */
.zeroy-wysiwyg-content blockquote {
    margin: 2rem 0;
    padding-left: 1.5rem;
    border-left: 4px solid #d1d5db;
    font-style: italic;
    color: #4b5563;
}

.zeroy-wysiwyg-content blockquote p:last-child {
    margin-bottom: 0;
}

/* Lists */
.zeroy-wysiwyg-content ul,
.zeroy-wysiwyg-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.zeroy-wysiwyg-content ul {
    list-style-type: disc;
}

.zeroy-wysiwyg-content ol {
    list-style-type: decimal;
}

.zeroy-wysiwyg-content li {
    margin-bottom: 0.5rem;
}

.zeroy-wysiwyg-content ul ul,
.zeroy-wysiwyg-content ol ol,
.zeroy-wysiwyg-content ul ol,
.zeroy-wysiwyg-content ol ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Code */
.zeroy-wysiwyg-content code {
    font-family: "Consolas", "Monaco", "Courier New", monospace;
    font-size: 0.875em;
    background-color: #f3f4f6;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    color: #dc2626;
}

.zeroy-wysiwyg-content pre {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    overflow-x: auto;
    font-size: 0.875rem;
    line-height: 1.5;
}

.zeroy-wysiwyg-content pre code {
    background-color: transparent;
    padding: 0;
    color: inherit;
    font-size: inherit;
}

/* Tables */
.zeroy-wysiwyg-content table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.zeroy-wysiwyg-content th,
.zeroy-wysiwyg-content td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.zeroy-wysiwyg-content th {
    font-weight: 600;
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.zeroy-wysiwyg-content tbody tr:hover {
    background-color: #f9fafb;
}

/* Images and Figures */
.zeroy-wysiwyg-content img {
    max-width: 100%;
    height: auto;
    margin: 2rem auto;
    display: block;
    border-radius: 0.5rem;
}

.zeroy-wysiwyg-content figure {
    margin: 2rem 0;
    text-align: center;
}

.zeroy-wysiwyg-content figure img {
    margin: 0 auto 0.5rem;
}

.zeroy-wysiwyg-content figcaption {
    font-size: 0.875rem;
    color: #6b7280;
    font-style: italic;
    margin-top: 0.5rem;
}

/* WordPress specific - Gallery */
.zeroy-wysiwyg-content .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.zeroy-wysiwyg-content .gallery-item {
    margin: 0;
}

.zeroy-wysiwyg-content .gallery-icon img {
    margin: 0;
    border-radius: 0.375rem;
}

/* WordPress specific - Alignments */
.zeroy-wysiwyg-content .alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.zeroy-wysiwyg-content .alignright {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.zeroy-wysiwyg-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.zeroy-wysiwyg-content .alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
}

.zeroy-wysiwyg-content .alignwide {
    position: relative;
    width: calc(100% + 8rem);
    max-width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
}

/* WordPress specific - Captions */
.zeroy-wysiwyg-content .wp-caption {
    max-width: 100%;
    margin: 2rem 0;
}

.zeroy-wysiwyg-content .wp-caption-text {
    font-size: 0.875rem;
    color: #6b7280;
    font-style: italic;
    text-align: center;
    margin-top: 0.5rem;
}

/* Horizontal Rule */
.zeroy-wysiwyg-content hr {
    margin: 3rem 0;
    border: none;
    border-top: 1px solid #e5e7eb;
}

/* Definition Lists */
.zeroy-wysiwyg-content dl {
    margin-bottom: 1.5rem;
}

.zeroy-wysiwyg-content dt {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.zeroy-wysiwyg-content dd {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

/* Footnotes */
.zeroy-wysiwyg-content .footnotes {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.875rem;
    color: #6b7280;
}

.zeroy-wysiwyg-content .footnotes ol {
    padding-left: 1.25rem;
}

.zeroy-wysiwyg-content sup {
    font-size: 0.75em;
    vertical-align: super;
}

/* Embeds */
.zeroy-wysiwyg-content iframe,
.zeroy-wysiwyg-content embed,
.zeroy-wysiwyg-content object,
.zeroy-wysiwyg-content video {
    max-width: 100%;
    margin: 2rem 0;
}

/* WordPress Block Editor - Buttons */
.zeroy-wysiwyg-content .wp-block-button__link {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background-color: #1f2937;
    color: white;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease;
}

.zeroy-wysiwyg-content .wp-block-button__link:hover {
    background-color: #111827;
    text-decoration: none;
}

/* Strong and Emphasis */
.zeroy-wysiwyg-content strong,
.zeroy-wysiwyg-content b {
    font-weight: 600;
}

.zeroy-wysiwyg-content em,
.zeroy-wysiwyg-content i {
    font-style: italic;
}

/* Small text */
.zeroy-wysiwyg-content small {
    font-size: 0.875em;
}

/* Mark/Highlight */
.zeroy-wysiwyg-content mark {
    background-color: #fef3c7;
    padding: 0.125rem 0.25rem;
}

/* Abbreviations */
.zeroy-wysiwyg-content abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
}

/* Keyboard input */
.zeroy-wysiwyg-content kbd {
    font-family: "Consolas", "Monaco", "Courier New", monospace;
    font-size: 0.875em;
    padding: 0.125rem 0.375rem;
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    box-shadow: 0 1px 0 #d1d5db;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .zeroy-wysiwyg-content {
        font-size: 1rem;
    }

    .zeroy-wysiwyg-content h1 {
        font-size: 2rem;
    }

    .zeroy-wysiwyg-content h2 {
        font-size: 1.5rem;
    }

    .zeroy-wysiwyg-content h3 {
        font-size: 1.25rem;
    }

    .zeroy-wysiwyg-content .alignwide {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

:root {
    --primary-gradient: linear-gradient(135deg, #0066FF 0%, #00E6FF 100%);
    --secondary-gradient: linear-gradient(135deg, #FF3366 0%, #FF6B9D 100%);
    --dark-bg: #0A0B0F;
    --darker-bg: #050609;
    --light-text: #FFFFFF;
    --gray-text: #8B92A9;
}

.product-showcase {
    background: var(--dark-bg);
    color: var(--light-text);
    font-family: 'Poppins', sans-serif;
}

.product-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.product-section {
    min-height: 100vh;
    padding: 100px 0;
    position: relative;
}

.shimmer-text {
    background: linear-gradient(90deg, #FFFFFF 0%, #00E6FF 25%, #0066FF 50%, #00E6FF 75%, #FFFFFF 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

.section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.hero-banner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 20% 30%, rgba(0, 102, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 230, 255, 0.1) 0%, transparent 50%),
        var(--darker-bg);
    position: relative;
    overflow: hidden;
}

.hero-content {
    text-align: center;
    z-index: 2;
}

.hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(4rem, 10vw, 8rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 40px;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--gray-text);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.product-card {
    background: rgba(0, 102, 255, 0.05);
    border: 1px solid rgba(0, 102, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: var(--primary-gradient);
    transition: left 0.5s ease;
}

.product-card:hover::before {
    left: 0;
}

.product-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-gradient);
    box-shadow: 0 30px 60px rgba(0, 102, 255, 0.3);
}

.page {
    height: 100vh;
}

.product-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-info {
    padding: 30px;
}

.product-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product-features {
    list-style: none;
    padding: 0;
}

.product-features li {
    color: #FFFFFF;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

.product-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00E6FF;
    font-weight: bold;
}

.two-column-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.single-product {
    max-width: 800px;
    margin: 60px auto 0;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.category-card {
    background: rgba(0, 102, 255, 0.05);
    border: 1px solid rgba(0, 102, 255, 0.2);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
}

.category-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-gradient);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.2);
}

.category-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
}

.category-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--light-text);
}

.cta-section {
    padding: 80px 0;
    text-align: center;
    background: rgba(0, 102, 255, 0.05);
}

.cta-text {
    font-size: 1.5rem;
    color: var(--gray-text);
    margin-bottom: 30px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 40px;
    background: var(--primary-gradient);
    color: var(--light-text);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.4s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.3);
}

@media (max-width: 768px) {

    .products-grid,
    .two-column-grid {
        grid-template-columns: 1fr;
    }

    .product-section {
        padding: 60px 0;
    }

    .section-title {
        margin-bottom: 40px;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #FF6B9D 0%, #C44569 50%, #FF3366 100%);
    background-size: 200% 200%;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 30px rgba(255, 51, 102, 0.4);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 50px rgba(255, 51, 102, 0.6);
    background: linear-gradient(135deg, #FF3366 0%, #FF6B9D 50%, #FFB347 100%);
}

.btn:active {
    transform: translateY(-2px) scale(1.02);
}

.btn i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    z-index: 1;
}

.btn:hover i {
    transform: rotate(360deg) scale(1.2);
}

.btn-outline {
    background: transparent;
    border: 3px solid transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        linear-gradient(135deg, #00E6FF 0%, #0066FF 50%, #9C88FF 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #00E6FF;
    box-shadow: 0 10px 30px rgba(0, 230, 255, 0.4);
    animation: borderGlow 3s ease infinite;
}

@keyframes borderGlow {

    0%,
    100% {
        box-shadow: 0 10px 30px rgba(0, 230, 255, 0.4);
    }

    50% {
        box-shadow: 0 15px 40px rgba(0, 230, 255, 0.8);
    }
}

.btn-outline::before {
    background: rgba(0, 230, 255, 0.2);
}

.btn-outline:hover {
    background: linear-gradient(135deg, #00E6FF 0%, #0066FF 50%, #9C88FF 100%);
    color: #FFFFFF;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 50px rgba(0, 230, 255, 0.6);
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn-gradient-solid {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #0066FF 0%, #00E6FF 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: auto;
}

.btn-gradient-solid::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.btn-gradient-solid:hover::before {
    left: 100%;
}

.btn-gradient-solid:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.4);
    filter: brightness(1.1);
}

.btn-gradient-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: transparent;
    color: transparent;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-image: linear-gradient(#0A0B0F, #0A0B0F), linear-gradient(135deg, #0066FF 0%, #00E6FF 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    width: auto;
}

.btn-gradient-outline span,
.btn-gradient-outline i {
    background: linear-gradient(135deg, #0066FF 0%, #00E6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.4s ease;
}

.btn-gradient-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0066FF 0%, #00E6FF 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.btn-gradient-outline:hover::before {
    opacity: 1;
}

.btn-gradient-outline:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.4);
}

.btn-gradient-outline:hover span,
.btn-gradient-outline:hover i {
    -webkit-text-fill-color: #FFFFFF;
    background: none;
}

.banner-buttons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
}

@media (max-width: 768px) {
    .hero-content {
        padding: 0 20px;
    }

    .hero-title {
        font-size: clamp(1.5rem, 6vw, 3rem);
        text-align: center;
    }

    .banner-buttons {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        margin-top: 30px;
        align-items: center;
    }

    .btn-gradient-solid,
    .btn-gradient-outline {
        width: auto;
        justify-content: center;
        padding: 14px 24px;
        font-size: 0.9rem;
        gap: 8px;
        box-sizing: border-box;
    }

    .btn-gradient-solid i,
    .btn-gradient-outline i {
        font-size: 1rem;
    }

    .btn-gradient-solid:hover,
    .btn-gradient-outline:hover {
        transform: translateY(-2px) scale(1.02);
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: clamp(1.25rem, 5vw, 2rem);
        line-height: 1.3;
    }

    .banner-buttons {
        gap: 12px;
        margin-top: 24px;
    }

    .btn-gradient-solid,
    .btn-gradient-outline {
        padding: 12px 20px;
        font-size: 0.85rem;
        letter-spacing: 0.3px;
    }

    .btn-gradient-solid i,
    .btn-gradient-outline i {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .hero-title.mobile-larger {
        font-size: clamp(3.5rem, 10vw, 5rem) !important;
    }
}

.product-highlight-section {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.product-highlight-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: rgba(0, 102, 255, 0.05);
    border: 1px solid rgba(0, 102, 255, 0.2);
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s ease;
}

.product-highlight-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 102, 255, 0.2);
}

.product-highlight-image {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.product-highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-highlight-container:hover .product-highlight-image img {
    transform: scale(1.1);
}

.product-highlight-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-highlight-icon {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #0066FF 0%, #00E6FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3);
}

.product-highlight-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-highlight-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin: 0;
}

.product-highlight-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-highlight-features li {
    display: flex;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
}

.product-highlight-features i {
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 4px;
    font-size: 1.1rem;
}

.product-highlight-btn {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #0066FF 0%, #00E6FF 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.product-highlight-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.product-highlight-btn:hover::before {
    left: 100%;
}

.product-highlight-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.4);
}

@media (max-width: 768px) {
    .product-highlight-section {
        margin-bottom: 40px;
        padding: 0 16px;
    }

    .product-highlight-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 20px;
    }

    .product-highlight-image {
        height: 250px;
    }

    .product-highlight-icon {
        width: 60px;
        height: 60px;
    }

    .product-highlight-name {
        font-size: 1.5rem;
    }

    .product-highlight-features li {
        font-size: 0.9rem;
    }

    .product-highlight-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 0.9rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .product-highlight-container {
        gap: 40px;
        padding: 35px;
    }

    .product-highlight-image {
        height: 320px;
    }

    .product-highlight-name {
        font-size: 1.7rem;
    }
}

.product-container {
    position: relative;
    z-index: 1;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin: 60px auto 0;
    max-width: 1200px;
    padding: 0 20px;
}

.product-card {
    display: flex;
    flex-direction: column;
    background: rgba(0, 102, 255, 0.05);
    border: 1px solid rgba(0, 102, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.15);
}

.product-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}

.product-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.product-features {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.product-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    color: var(--white-text);
    line-height: 1.6;
}

.product-features i {
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: 4px;
}

.product-download-btn {
    margin-top: auto;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--gradient-primary);
    color: var(--light-text);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 102, 255, 0.3);
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 16px;
        margin: 40px auto 0;
    }

    .product-image {
        height: 200px;
    }

    .product-info {
        padding: 20px;
    }

    .product-name {
        font-size: 1.1rem;
        margin-bottom: 16px;
    }

    .product-features {
        margin-bottom: 20px;
    }

    .product-features li {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .product-download-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 0.85rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .product-image {
        height: 220px;
    }
}

@media (min-width: 1025px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@keyframes shimmer {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}


.product-highlight-image {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.2);
}

.product-highlight-image img {
    transition: transform 0.4s ease;
}

.product-highlight-image:hover img {
    transform: scale(1.05);
}


@keyframes shimmer {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}


.product-highlight-image {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.2);
}

.product-highlight-image img {
    transition: transform 0.4s ease;
}

.product-highlight-image:hover img {
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}


.product-highlight-image {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.2);
}

.product-highlight-image img {
    transition: transform 0.4s ease;
}

.product-highlight-image:hover img {
    transform: scale(1.05);
}

.product-highlight-section {
    background: var(--dark-bg);
    padding: 100px 0;
    position: relative;
}

.product-highlight-section:nth-child(odd) {
    background: var(--darker-bg);
}

.product-highlight-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.product-highlight-image {
    flex: 1;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 102, 255, 0.2);
}

.product-highlight-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.product-highlight-image:hover img {
    transform: scale(1.05);
}

.product-highlight-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.product-highlight-icon {
    width: 240px;
    height: 80px;
    background: rgba(0, 102, 255, 0.1);
    border: 1px solid rgba(0, 102, 255, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.product-highlight-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-highlight-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--light-text);
    line-height: 1.2;
}

.product-highlight-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 10px 0;
}

.product-highlight-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    color: var(--gray-text);
}

.product-highlight-features i {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.product-highlight-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #0066FF 0%, #00E6FF 100%);
    color: var(--light-text);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
}

.product-highlight-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.3);
}

@media (max-width: 1024px) {
    .product-highlight-container {
        flex-direction: column !important;
        gap: 40px;
    }

    .product-highlight-image img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .product-highlight-section {
        padding: 60px 0;
    }

    .product-highlight-container {
        padding: 0 20px;
    }

    .product-highlight-image img {
        height: 300px;
    }

    .product-highlight-icon {
        width: 200px;
        height: 60px;
    }

    .product-highlight-features li {
        font-size: 1rem;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #FFFFFF, #00E6FF, #0066FF);
    background-size: 200% 200%;
    color: #0A0B0F;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.3);
    background-size: 150% 150%;
}

.category-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 40px 0;
}

.category-item {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-item:hover {
    transform: scale(1.05);
}

.category-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.category-item:hover img {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.category-item:hover .category-overlay {
    opacity: 1;
}

.category-item:nth-child(1) .category-overlay {
    background: rgba(0, 102, 255, 0.85);
}

.category-item:nth-child(2) .category-overlay {
    background: rgba(0, 230, 255, 0.85);
}

.category-item:nth-child(3) .category-overlay {
    background: rgba(255, 51, 102, 0.85);
}

.category-item:nth-child(4) .category-overlay {
    background: rgba(0, 255, 136, 0.85);
}

.category-item:nth-child(5) .category-overlay {
    background: rgba(156, 136, 255, 0.85);
}

.category-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--light-text);
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .category-grid {
        gap: 30px;
    }

    .category-item {
        width: 150px;
        height: 150px;
    }

    .category-name {
        font-size: 1rem;
        padding: 15px;
    }
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin: 60px 0;
}

.category-item {
    position: relative;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 auto;
}

.category-item:hover {
    transform: scale(1.1);
    box-shadow: 0 30px 60px rgba(0, 102, 255, 0.3);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.category-item:hover .category-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.category-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .category-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .category-item {
        width: 240px;
        height: 240px;
    }
}


/* Gotham Fonts from project root */
/* @font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('GothamLight'), local('Gotham-Light'), url('../fonts/Gotham-Light.ttf') format('truetype')
} */

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('GothamMedium'), local('Gotham-Medium'), url('../fonts/Gotham-Medium.ttf') format('truetype')
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('GothamBold'), local('Gotham-Bold'), url('../fonts/Gotham-Bold.ttf') format('truetype')
}

/* Force use of Gotham fonts from project root */
body,
body * {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Specific font weights */
.font-light,
*[class*="light"],
*[class*="Light"] {
    font-weight: 300 !important;
}

.font-medium,
*[class*="medium"],
*[class*="Medium"] {
    font-weight: 500 !important;
}

.font-bold,
*[class*="bold"],
*[class*="Bold"] {
    font-weight: 700 !important;
}

/* Override any existing font-family declarations */
[style*="font-family"] {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}