/*
 Theme Name:  Folletos Viajes El Corte Ingles Home
 Theme URI:   https://refineria.es
 Description: Child theme for Astra with the new local homepage proposal for Folletos Viajes El Corte Ingles.
 Author:      Refineria Web
 Author URI:  https://refineria.es
 Template:    astra
 Version:     1.0.1
 Text Domain: folletos-viajeselcorteingles-home
 Tags:        child-theme
 License:     GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html

 Developer:   Oscar Abad Folgueira.
*/

:root {
    --veci-green: #008c57;
    --veci-green-dark: #006d46;
    --veci-green-soft: #8cc63f;
    --veci-blue: #004e5f;
    --veci-blue-dark: #003f4d;
    --veci-ink: #10242b;
    --veci-muted: #5b6d73;
    --veci-line: #dfe8e7;
    --veci-soft: #f3f8f7;
    --veci-white: #ffffff;
    --veci-shadow: 0 18px 50px rgba(0, 45, 54, 0.18);
}

body.home {
    background: var(--veci-white);
    color: var(--veci-ink);
    overflow-x: hidden;
}

body a {
    color: var(--veci-green-dark);
}

body a:hover,
body a:focus-visible {
    color: var(--veci-green);
}

html,
body {
    min-height: 100%;
}

body #page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body .site-content {
    flex: 1 0 auto;
}

body footer.site-footer,
.veci-home-copyright {
    flex-shrink: 0;
}

body.home .site-content,
body.home .ast-container,
body.home #primary,
body.home .site-main {
    max-width: none;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

body.home .site-content > .ast-container {
    display: block !important;
}

body.home #primary.veci-home {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}

body.home #content.site-content {
    padding: 0 !important;
    margin: 0 !important;
}

body.home .entry-header {
    display: none;
}

body.home #masthead,
body.home header.site-header,
body.home .site-header,
body.home .ast-primary-header-bar,
body.home .main-header-bar {
    display: none !important;
}

body.home #footer,
body.home footer.site-footer,
body.home .site-primary-footer-wrap,
body.home .site-above-footer-wrap,
body.home .site-below-footer-wrap {
    display: none !important;
}

body.home footer.site-footer a,
body.home footer.site-footer p,
body.home footer.site-footer .ast-footer-copyright {
    color: rgba(255, 255, 255, 0.88);
}

body.home footer.site-footer a:hover,
body.home footer.site-footer a:focus-visible {
    color: var(--veci-white);
}

body #footer,
body footer.site-footer {
    display: none;
}

.veci-home-copyright {
    display: block;
    width: 100%;
    clear: both;
    flex: 0 0 100%;
    padding: 22px 20px;
    background: var(--veci-blue);
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

body.home #ast-scroll-top {
    background: var(--veci-green-dark) !important;
    color: var(--veci-white) !important;
}

body.home #ast-scroll-top:hover,
body.home #ast-scroll-top:focus-visible {
    background: var(--veci-green) !important;
    color: var(--veci-white) !important;
}

body:not(.home) {
    background: var(--veci-soft);
    color: var(--veci-ink);
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
}

body:not(.home) .site-content > .ast-container {
    display: block !important;
    max-width: none;
    padding: 0;
}

body:not(.home) .site-header {
    background: var(--veci-blue) !important;
    border: 0;
    box-shadow: 0 12px 30px rgba(0, 52, 62, 0.12);
}

body:not(.home) .ast-primary-header-bar,
body:not(.home) .main-header-bar {
    background: transparent !important;
    border: 0;
}

body:not(.home) .site-title a,
body:not(.home) .main-header-menu > .menu-item > .menu-link {
    color: var(--veci-white) !important;
}

body:not(.home) .site-title a {
    width: 230px;
    height: 76px;
    display: block;
    overflow: hidden;
    background: url("../images/veci-white.svg") left center / contain no-repeat;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-indent: -9999px;
    white-space: nowrap;
}

body:not(.home) .main-header-menu > .menu-item > .menu-link {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

body:not(.home) .main-header-menu > .menu-item > .menu-link:hover,
body:not(.home) .main-header-menu > .menu-item.current-menu-item > .menu-link,
body:not(.home) .main-header-menu > .menu-item.current-menu-ancestor > .menu-link {
    color: var(--veci-green-soft) !important;
}

body:not(.home) .ast-mobile-svg {
    fill: var(--veci-white);
}

body:not(.home) .rw-page-hero {
    position: relative;
    min-height: 265px;
    display: grid;
    align-items: end;
    overflow: hidden;
    background: var(--veci-blue);
}

body:not(.home) .rw-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 52, 62, 0.88), rgba(0, 52, 62, 0.48)),
        url("../images/footer-beach.jpg") center / cover no-repeat;
}

body:not(.home) .rw-page-hero-inner {
    position: relative;
    z-index: 1;
    width: calc(100% - 80px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 58px 0;
}

body:not(.home) .rw-page-title {
    max-width: 860px;
    margin: 0;
    color: var(--veci-white);
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: break-word;
}

body:not(.home) #content-int.site-content {
    flex: 1 0 auto;
    padding: 56px 0 72px;
    background: var(--veci-soft);
}

body:not(.home) #content-int .ast-container {
    width: calc(100% - 80px);
    max-width: 1180px;
    display: block;
    padding: 0;
}

body:not(.home) #content-int #primary {
    width: 100%;
    margin: 0;
    padding: 0;
}

body:not(.home) #content-int .site-main,
body:not(.home) #content-int article.page {
    width: 100%;
}

body:not(.home) #content-int .entry-content {
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid var(--veci-line);
    border-radius: 8px;
    background: var(--veci-white);
    box-shadow: 0 18px 46px rgba(0, 52, 62, 0.08);
}

body:not(.home) #content-int .entry-content > *:first-child {
    margin-top: 0;
}

body:not(.home) #content-int .entry-content h1,
body:not(.home) #content-int .entry-content h2,
body:not(.home) #content-int .entry-content h3 {
    color: var(--veci-ink);
    letter-spacing: 0;
    overflow-wrap: break-word;
}

body:not(.home) #content-int .entry-content p,
body:not(.home) #content-int .entry-content li,
body:not(.home) #content-int .entry-content label {
    color: var(--veci-muted);
}

body:not(.home) #content-int .entry-content a:not(.button):not(.btn):not(.wp-block-button__link) {
    color: var(--veci-green-dark);
    font-weight: 700;
}

body:not(.home) #content-int .entry-content a:not(.button):not(.btn):not(.wp-block-button__link):hover,
body:not(.home) #content-int .entry-content a:not(.button):not(.btn):not(.wp-block-button__link):focus-visible {
    color: var(--veci-green);
}

body:not(.home) .btn,
body:not(.home) .button,
body:not(.home) button,
body:not(.home) input[type="submit"],
body:not(.home) input[type="button"],
body:not(.home) .wp-block-button__link {
    min-height: 44px;
    border: 0 !important;
    border-radius: 4px !important;
    background: var(--veci-green) !important;
    color: var(--veci-white) !important;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(0, 80, 58, 0.18);
}

body:not(.home) .btn a,
body:not(.home) a.btn,
body:not(.home) .button a,
body:not(.home) a.button,
body:not(.home) .wp-block-button__link a {
    color: var(--veci-white) !important;
    text-decoration: none !important;
}

body:not(.home) .btn:hover,
body:not(.home) .btn:focus-visible,
body:not(.home) .button:hover,
body:not(.home) .button:focus-visible,
body:not(.home) button:hover,
body:not(.home) button:focus-visible,
body:not(.home) input[type="submit"]:hover,
body:not(.home) input[type="submit"]:focus-visible,
body:not(.home) input[type="button"]:hover,
body:not(.home) input[type="button"]:focus-visible,
body:not(.home) .wp-block-button__link:hover,
body:not(.home) .wp-block-button__link:focus-visible {
    background: var(--veci-green-dark) !important;
    color: var(--veci-white) !important;
}

body:not(.home) input[type="text"],
body:not(.home) input[type="email"],
body:not(.home) input[type="password"],
body:not(.home) input[type="search"],
body:not(.home) input[type="url"],
body:not(.home) input[type="tel"],
body:not(.home) input[type="number"],
body:not(.home) select,
body:not(.home) textarea {
    min-height: 46px;
    border: 1px solid var(--veci-line) !important;
    border-radius: 4px !important;
    background: var(--veci-white) !important;
    color: var(--veci-ink) !important;
    box-shadow: none !important;
}

body:not(.home) input:focus,
body:not(.home) select:focus,
body:not(.home) textarea:focus {
    border-color: var(--veci-green) !important;
    outline: 2px solid rgba(0, 140, 87, 0.16) !important;
    outline-offset: 0;
}

body:not(.home) table {
    overflow: hidden;
    border: 1px solid var(--veci-line);
    border-radius: 8px;
    background: transparent;
}

body:not(.home) table th {
    background: transparent !important;
    color: var(--veci-ink);
}

body:not(.home) table td,
body:not(.home) table th {
    border-color: var(--veci-line);
    background: transparent !important;
}

body.logged-in:not(.home) .rw-page-hero {
    display: none;
}

body.logged-in:not(.home) #content-int .ast-container {
    max-width: 1180px;
}

body.logged-in:not(.home) #content-int .entry-content {
    max-width: none;
}

body.logged-in:not(.home) table,
body.logged-in:not(.home) table tbody,
body.logged-in:not(.home) table thead,
body.logged-in:not(.home) table tr,
body.logged-in:not(.home) table td,
body.logged-in:not(.home) table th {
    background: transparent !important;
}

body:not(.home) footer.site-footer,
body:not(.home) .site-primary-footer-wrap,
body:not(.home) .site-above-footer-wrap,
body:not(.home) .site-below-footer-wrap {
    background: var(--veci-blue) !important;
    color: rgba(255, 255, 255, 0.88);
}

body:not(.home) footer.site-footer a,
body:not(.home) footer.site-footer p,
body:not(.home) footer.site-footer .ast-footer-copyright {
    color: rgba(255, 255, 255, 0.88);
}

body:not(.home) #ast-scroll-top {
    background: var(--veci-green-dark) !important;
    color: var(--veci-white) !important;
}

body:not(.home) #ast-scroll-top:hover,
body:not(.home) #ast-scroll-top:focus-visible {
    background: var(--veci-green) !important;
    color: var(--veci-white) !important;
}

.veci-home {
    overflow: hidden;
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    margin: 0 !important;
    max-width: 100vw;
}

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

.veci-home img {
    display: block;
    max-width: 100%;
}

.veci-section-inner {
    width: calc(100% - 80px);
    max-width: 1440px;
    margin: 0 auto;
}

.veci-hero {
    position: relative;
    min-height: 680px;
    display: grid;
    align-items: stretch;
    background: #d9f6f1;
}

.veci-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.veci-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 52, 62, 0.72) 0%, rgba(0, 52, 62, 0.42) 42%, rgba(0, 52, 62, 0.05) 78%),
        linear-gradient(0deg, rgba(0, 52, 62, 0.42) 0%, rgba(0, 52, 62, 0) 44%);
    pointer-events: none;
}

.veci-home-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    padding: 26px 0;
}

.veci-home-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.veci-home-nav__brand {
    display: inline-flex;
    width: 230px;
}

.veci-home-nav__brand img {
    width: 100%;
    height: auto;
}

.veci-menu-toggle {
    display: none;
}

.veci-home-nav__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    max-width: 920px;
}

.veci-home-nav__links a {
    color: rgba(255, 255, 255, 0.94);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.25;
    text-decoration: none;
    text-align: right;
    position: relative;
    z-index: 31;
}

.veci-home-nav__links a:hover,
.veci-home-nav__links a:focus-visible {
    color: var(--veci-white);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.veci-hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    gap: 34px;
    min-height: 680px;
    padding: 96px 0 78px;
}

.veci-hero__copy {
    max-width: 650px;
    color: var(--veci-white);
}

.veci-kicker {
    margin: 0 0 18px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.veci-hero h1 {
    max-width: min(840px, calc(100vw - 80px));
    margin: 0;
    color: var(--veci-white);
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: break-word;
}

.veci-hero h1 span {
    color: var(--veci-green-soft);
}

.veci-hero__text {
    max-width: 560px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 20px;
    line-height: 1.45;
}

.veci-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.veci-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 4px;
    border: 2px solid transparent;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.veci-button:hover,
.veci-button:focus-visible {
    transform: translateY(-1px);
    text-decoration: none;
}

.veci-button--primary {
    background: var(--veci-green);
    color: var(--veci-white);
    box-shadow: 0 12px 26px rgba(0, 80, 58, 0.25);
}

.veci-button--primary:visited {
    color: var(--veci-white);
}

.veci-button--primary:hover,
.veci-button--primary:focus-visible {
    background: var(--veci-green-dark);
    color: var(--veci-white);
}

.veci-button--ghost {
    border-color: rgba(255, 255, 255, 0.8);
    color: var(--veci-white);
    background: rgba(0, 45, 54, 0.24);
}

.veci-button--ghost:visited {
    color: var(--veci-white);
}

.veci-button--ghost:hover,
.veci-button--ghost:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    color: var(--veci-white);
}

.veci-highlights {
    padding: 72px 0;
    background: var(--veci-white);
}

.veci-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.45fr);
    gap: 42px;
    align-items: end;
    margin-bottom: 34px;
}

.veci-section-heading h2 {
    margin: 0;
    color: var(--veci-ink);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: break-word;
}

.veci-section-heading p {
    margin: 0;
    color: var(--veci-muted);
    font-size: 18px;
    line-height: 1.55;
}

.veci-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.veci-card {
    min-height: 250px;
    display: grid;
    align-content: end;
    padding: 24px;
    border-radius: 8px;
    background: var(--veci-soft);
    border: 1px solid var(--veci-line);
}

.veci-card__icon {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 54px;
    border-radius: 4px;
    background: var(--veci-green);
    color: var(--veci-white);
    font-size: 22px;
    font-weight: 800;
}

.veci-card h3 {
    margin: 0 0 10px;
    color: var(--veci-ink);
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: 0;
}

.veci-card p {
    margin: 0;
    color: var(--veci-muted);
    font-size: 15px;
    line-height: 1.55;
}

.veci-plus {
    padding: 96px 0;
    background: var(--veci-blue);
    color: var(--veci-white);
}

.veci-plus__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
    gap: 74px;
    align-items: center;
}

.veci-plus__headline {
    max-width: 480px;
}

.veci-plus h2 {
    margin: 0;
    color: var(--veci-white);
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: 0;
}

.veci-plus h2 span {
    color: var(--veci-green-soft);
}

.veci-plus__headline p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.6;
}

.veci-plus__button {
    margin-top: 28px;
}

.veci-plus__cards {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.8fr);
    gap: 24px;
    align-items: start;
}

.veci-plus-card {
    color: var(--veci-white);
}

.veci-plus-card__media {
    position: relative;
    overflow: hidden;
    min-height: 295px;
    border-radius: 8px;
    background: var(--veci-blue-dark);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.veci-plus-card__media img {
    width: 100%;
    height: 100%;
    min-height: 295px;
    object-fit: cover;
}

.veci-plus-card__tag {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 9px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--veci-blue);
    font-size: 14px;
    font-weight: 800;
}

.veci-plus-card__panel {
    position: absolute;
    left: 50%;
    top: 48%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    min-width: 290px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(60, 60, 60, 0.46);
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    backdrop-filter: blur(9px);
    transform: translate(-50%, -50%);
}

.veci-plus-card__panel strong {
    display: block;
    margin-bottom: 5px;
    color: var(--veci-white);
    font-size: 22px;
    line-height: 1;
}

.veci-plus-card h3 {
    margin: 22px 0 12px;
    color: var(--veci-white);
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: 0;
}

.veci-plus-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.55;
}

.veci-plus-card--small .veci-plus-card__media {
    min-height: 295px;
}

.veci-plus-card--small .veci-plus-card__media img {
    min-height: 295px;
}

.veci-plus-card--small .veci-plus-card__panel {
    left: auto;
    right: 20px;
    top: 50%;
    min-width: 180px;
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 16px;
    text-align: left;
    transform: translateY(-50%);
}

.veci-plus-card--small .veci-plus-card__panel strong {
    font-size: 18px;
}

.veci-footer-cta {
    position: relative;
    padding: 94px 0;
    background: var(--veci-blue-dark);
    color: var(--veci-white);
}

.veci-footer-cta__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.veci-footer-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 52, 62, 0.82), rgba(0, 52, 62, 0.34));
}

.veci-footer-cta__content {
    position: relative;
    z-index: 1;
    max-width: 620px;
}

.veci-footer-cta h2 {
    margin: 0 0 16px;
    color: var(--veci-white);
    font-size: clamp(34px, 4.4vw, 54px);
    line-height: 1.08;
    letter-spacing: 0;
}

.veci-footer-cta p {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 19px;
    line-height: 1.55;
}

@media (max-width: 1024px) {
    .veci-hero,
    .veci-hero__content {
        min-height: 620px;
    }

    .veci-section-heading,
    .veci-plus__layout,
    .veci-plus__cards {
        grid-template-columns: 1fr;
    }

    .veci-plus__layout {
        gap: 40px;
    }

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

    body:not(.home) .main-header-menu > .menu-item > .menu-link {
        color: var(--veci-ink) !important;
    }
}

@media (max-width: 700px) {
    body:not(.home) .rw-page-hero {
        min-height: 210px;
    }

    body:not(.home) .site-title a {
        width: 176px;
        height: 58px;
    }

    body:not(.home) .rw-page-hero-inner,
    body:not(.home) #content-int .ast-container {
        width: calc(100vw - 28px);
        max-width: calc(100vw - 28px);
    }

    body:not(.home) .rw-page-hero-inner {
        padding: 42px 0;
    }

    body:not(.home) .rw-page-title {
        max-width: 330px;
        font-size: 30px;
        line-height: 1.08;
    }

    body:not(.home) #content-int.site-content {
        padding: 32px 0 48px;
    }

    body:not(.home) #content-int .entry-content {
        padding: 22px;
        overflow: hidden;
    }

    body:not(.home) #content-int .entry-content h1,
    body:not(.home) #content-int .entry-content h2,
    body:not(.home) #content-int .entry-content h3 {
        max-width: 330px;
        font-size: 30px;
        line-height: 1.12;
    }

    .veci-section-inner {
        width: calc(100vw - 28px);
        max-width: calc(100vw - 28px);
    }

    .veci-hero,
    .veci-hero__content {
        min-height: 720px;
    }

    .veci-hero__content {
        padding: 158px 0 52px;
    }

    .veci-hero__text {
        font-size: 17px;
    }

    .veci-hero h1 {
        font-size: 34px;
        line-height: 1.05;
        max-width: 320px;
        white-space: normal;
    }

    .veci-hero__text,
    .veci-section-heading,
    .veci-section-heading h2,
    .veci-section-heading p {
        max-width: 330px;
    }

    .veci-section-heading h2 {
        font-size: 30px;
        line-height: 1.08;
    }

    .veci-home-nav {
        padding: 18px 0;
    }

    .veci-home-nav__inner {
        position: relative;
        display: flex;
        align-items: center;
    }

    .veci-home-nav__brand {
        width: 176px;
        flex: 0 0 auto;
    }

    .veci-menu-toggle {
        position: fixed;
        top: 22px;
        right: auto;
        left: calc(100vw - 60px);
        width: 46px;
        height: 42px;
        display: inline-flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-left: auto;
        padding: 9px 10px;
        border: 1px solid rgba(255, 255, 255, 0.46);
        border-radius: 6px;
        background: rgba(0, 52, 62, 0.78) !important;
        color: var(--veci-white) !important;
        box-shadow: 0 10px 26px rgba(0, 35, 42, 0.18);
        cursor: pointer;
        z-index: 20;
        appearance: none;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .veci-menu-toggle:hover,
    .veci-menu-toggle:focus-visible {
        background: var(--veci-green-dark) !important;
        border-color: var(--veci-green-dark);
    }

    .veci-menu-toggle span[aria-hidden="true"] {
        width: 22px;
        height: 2px;
        display: block;
        border-radius: 999px;
        background: var(--veci-white);
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .veci-menu-toggle[aria-expanded="true"] span[aria-hidden="true"]:nth-child(2) {
        transform: translateY(6px) rotate(45deg);
    }

    .veci-menu-toggle[aria-expanded="true"] span[aria-hidden="true"]:nth-child(3) {
        opacity: 0;
    }

    .veci-menu-toggle[aria-expanded="true"] span[aria-hidden="true"]:nth-child(4) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .veci-home-nav__links {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        display: none;
        grid-template-columns: 1fr;
        gap: 6px;
        max-width: none;
        width: 100%;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 8px;
        background: rgba(0, 52, 62, 0.88);
        box-shadow: 0 18px 38px rgba(0, 35, 42, 0.24);
        backdrop-filter: blur(12px);
        justify-content: stretch;
    }

    .veci-home-nav__links.is-open {
        display: grid;
    }

    .veci-home-nav__links a {
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 7px 8px;
        border: 1px solid rgba(255, 255, 255, 0.38);
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.08);
        font-size: 10px;
        text-align: center;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .veci-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .veci-card-grid {
        grid-template-columns: 1fr;
    }

    .veci-card {
        min-height: 210px;
    }

    .veci-card__icon {
        margin-bottom: 34px;
    }

    .veci-plus,
    .veci-highlights,
    .veci-footer-cta {
        padding: 64px 0;
    }

    .veci-plus-card__panel {
        min-width: 230px;
        gap: 12px;
        padding: 14px;
    }

    .veci-plus-card--small .veci-plus-card__panel {
        right: 14px;
    }
}
