: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;
    height: 100%;
}

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

:root {
    --primary-color: #0066FF;
    --secondary-color: #00E6FF;
    --accent-color: #FF3366;
    --dark-bg: #0A0B0F;
    --darker-bg: #050609;
    --light-text: #FFFFFF;
    --gray-text: #FFFFFF;
    --success-color: #00FF88;
    --gradient-primary: linear-gradient(135deg, #0066FF 0%, #00E6FF 100%);
    --gradient-accent: linear-gradient(135deg, #FF3366 0%, #FF6B9D 100%);
    --box-shadow: 0 20px 40px rgba(0, 102, 255, 0.15);
}

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

.landing-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.landing-section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #0066FF 0%, #00E6FF 25%, #0066FF 50%, #00E6FF 75%, #0066FF 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    animation: gradientFlow 4s linear infinite;
}

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

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

.landing-section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 10px;
}

.landing-section-subtitle {
    font-size: 1.2rem;
    color: var(--light-text);
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.landing-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: var(--gradient-primary);
    color: var(--light-text);
    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;
}

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

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

.landing-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--box-shadow);
}

.landing-btn-outline {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--light-text);
}

.landing-btn-outline:hover {
    background: var(--primary-color);
    color: var(--light-text);
}

.landing-banner {
    height: 100vh;
    background:
        linear-gradient(rgba(10, 11, 15, 0.6), rgba(10, 11, 15, 0.8)),
        url('https://placehold.co/2000x1200/0A0B0F/FFFFFF?text=BOE+Display+Technology');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.landing-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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%);
    animation: pulse 8s ease-in-out infinite alternate;
}

@keyframes pulse {
    0% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.landing-banner-content {
    text-align: center;
    z-index: 2;
    position: relative;
    animation: fadeInUp 1s ease-out;
}

.landing-banner-subtitle {
    font-size: 1.2rem;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.landing-banner-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    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: gradientFlow 4s linear infinite;
}

.landing-banner-description {
    font-size: 1.3rem;
    color: var(--light-text);
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.landing-banner-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.landing-floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.landing-shape {
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 102, 255, 0.1), rgba(0, 230, 255, 0.1));
    border-radius: 50%;
    animation: float 20s linear infinite;
}

.landing-shape:nth-child(1) {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.landing-shape:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 15%;
    animation-delay: 5s;
}

.landing-shape:nth-child(3) {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 20%;
    animation-delay: 10s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
        opacity: 0.8;
    }
}

.landing-booth-section {
    background: var(--darker-bg);
    background-image:
        radial-gradient(circle at 25% 25%, rgba(0, 102, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(0, 230, 255, 0.05) 0%, transparent 50%);
}

.landing-booth-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.landing-booth-info {
    animation: slideInLeft 0.8s ease-out;
}

.landing-booth-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 102, 255, 0.2);
    animation: slideInRight 0.8s ease-out;
}

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

.landing-booth-image:hover img {
    transform: scale(1.1);
}

.landing-booth-details {
    background: rgba(0, 102, 255, 0.1);
    border: 1px solid rgba(0, 102, 255, 0.3);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    backdrop-filter: blur(10px);
}

.landing-detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: var(--light-text);
}

.landing-detail-icon {
    width: 24px;
    height: 24px;
    color: var(--secondary-color);
}

.landing-products-section {
    background: var(--dark-bg);
}

.landing-products-header {
    text-align: center;
    margin-bottom: 80px;
}

.landing-products-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.landing-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 2px;
    height: 60vh;
    border-radius: 20px;
    overflow: hidden;
}

.landing-product-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-product-item:nth-child(1) {
    background: linear-gradient(135deg, #FF6B9D, #C44569);
}

.landing-product-item:nth-child(2) {
    background: linear-gradient(135deg, #00E6FF, #0066FF);
}

.landing-product-item:nth-child(3) {
    background: linear-gradient(135deg, #FFB347, #FF8C69);
}

.landing-product-item:nth-child(4) {
    background: linear-gradient(135deg, #FF3366, #FF6B9D);
}

.landing-product-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
    opacity: 0.3;
}

.landing-product-item:hover .landing-product-bg {
    transform: scale(1.1);
    opacity: 0.6;
}

.landing-product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-product-item:hover .landing-product-overlay {
    opacity: 1;
    transform: translateY(0);
}

.landing-product-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--light-text);
}

.landing-product-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--light-text);
}

.landing-product-description {
    font-size: 0.9rem;
    color: var(--light-text);
    line-height: 1.6;
}

.landing-moments-section {
    background: var(--darker-bg);
}

.landing-moments-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.landing-moment-tab {
    padding: 12px 24px;
    background: rgba(0, 102, 255, 0.1);
    border: 1px solid rgba(0, 102, 255, 0.3);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--light-text);
}

.landing-photo-wall {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    gap: 20px;
    padding: 20px 0;
}

.landing-photo-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.15);
}

.landing-photo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.landing-photo-item:hover::before {
    opacity: 1;
}

.landing-photo-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.3);
    z-index: 10;
}

.landing-photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.landing-photo-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 2;
}

.landing-photo-item:hover .landing-photo-caption {
    transform: translateY(0);
}

.landing-photo-large {
    grid-column: span 2;
    grid-row: span 2;
}

.landing-photo-medium {
    grid-column: span 2;
    grid-row: span 1;
}

.landing-photo-tall {
    grid-column: span 1;
    grid-row: span 2;
}

.landing-photo-wide {
    grid-column: span 3;
    grid-row: span 1;
}

.landing-photo-small {
    grid-column: span 1;
    grid-row: span 1;
}

.landing-moment-tab-active {
    background: var(--primary-color, #0066FF);
    border-color: var(--primary-color, #0066FF);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3);
}

.landing-tech-section {
    background:
        linear-gradient(135deg, rgba(0, 102, 255, 0.05), rgba(0, 255, 136, 0.05)),
        var(--dark-bg);
    text-align: center;
}

.landing-tech-content {
    max-width: 800px;
    margin: 0 auto;
}

.landing-tech-description {
    font-size: 1.2rem;
    color: var(--light-text);
    margin-bottom: 60px;
    line-height: 1.8;
}

.landing-tech-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 60px 0;
}

.landing-tech-feature {
    padding: 40px 30px;
    border-radius: 20px;
    background: rgba(0, 102, 255, 0.05);
    border: 1px solid rgba(0, 102, 255, 0.2);
    transition: all 0.3s ease;
    text-align: center;
}

.landing-tech-feature:hover {
    transform: translateY(-10px);
    border-color: var(--primary-color);
    box-shadow: var(--box-shadow);
}

.landing-tech-number {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    background: linear-gradient(90deg, #0066FF 0%, #00E6FF 25%, #0066FF 50%, #00E6FF 75%, #0066FF 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    line-height: 1.2;
    animation: gradientFlow 4s linear infinite;
}

.landing-tech-feature-desc {
    color: var(--light-text);
    font-size: 0.95rem;
    line-height: 1.6;
}

.landing-events-section {
    background: var(--darker-bg);
}

.landing-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.landing-event-card {
    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;
    position: relative;
    overflow: hidden;
}

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

.landing-event-card:hover::before {
    left: 0;
}

.landing-event-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-color);
    box-shadow: var(--box-shadow);
}

.landing-event-date {
    background: var(--gradient-primary);
    color: var(--light-text);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.landing-event-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.landing-event-description {
    color: var(--light-text);
    margin-bottom: 20px;
    line-height: 1.6;
}

.landing-event-location {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--light-text);
    font-size: 0.9rem;
}

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

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

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

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

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

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

@media (max-width: 1024px) {
    .landing-container {
        padding: 0 20px;
    }

    .landing-booth-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .landing-products-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        height: 80vh;
    }

    .landing-tech-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-photo-wall {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-rows: 180px;
        gap: 15px;
    }

    .landing-photo-large {
        grid-column: span 2;
        grid-row: span 2;
    }

    .landing-photo-wide {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media (max-width: 768px) {
    .landing-banner-buttons {
        /* flex-direction: column; */
        align-items: center;
    }

    .landing-products-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 200px);
        height: auto;
        gap: 10px;
    }

    .landing-events-grid {
        grid-template-columns: 1fr;
    }

    .landing-moments-nav {
        flex-direction: column;
        align-items: center;
    }

    .landing-tech-features {
        grid-template-columns: 1fr;
    }

    .landing-products-buttons {
        flex-direction: column;
        align-items: center;
    }

    .landing-photo-wall {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;
        gap: 10px;
    }

    .landing-photo-large {
        grid-column: span 2;
        grid-row: span 2;
    }

    .landing-photo-medium,
    .landing-photo-wide {
        grid-column: span 2;
        grid-row: span 1;
    }

    .landing-photo-tall {
        grid-column: span 1;
        grid-row: span 2;
    }

    .landing-photo-small {
        grid-column: span 1;
        grid-row: span 1;
    }
}

.booth-number {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2em;
    font-weight: 700;
    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;
    display: inline-block;
    position: relative;
    animation: gradientFlow 4s linear infinite;
}

.booth-number::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: 10px;
}

/* 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;
    }
}



.page {
    height: 100vh;
}


/* 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;
 }


 /* Mobile fix: prevent right-side white gap caused by fixed background/overflow */
@media (max-width: 768px) {
    /* Some mobile browsers produce white gaps when background-attachment: fixed is used.
       Force scrolling background and hide horizontal overflow on small screens. */
    .landing-banner {
        background-attachment: scroll !important;
        background-position: center center !important;
        background-size: cover !important;
    }

    html, body {
        overflow-x: hidden !important;
        height: 100vh;
    }
}