﻿site-header,
site-footer,
site-contact,
site-floating-actions {
    display: contents;
}

html {
    overflow-x: hidden;
}

.shared-logo-text {
    display: none;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 19px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover {
    transform: translateY(-2px);
}

        .header-container {
            position: fixed;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            max-width: 1200px;
            z-index: 1000;
            background: rgba(205, 205, 210, 0.64);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.42);
            border-radius: 30px;
            padding: 15px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 18px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07),
                        0 1px 3px rgba(0, 0, 0, 0.04);
            animation: fadeInDown 0.8s ease-out;
            overflow: visible;
            transition: border-color 0.4s ease,
                        box-shadow 0.4s ease,
                        background 0.4s ease,
                        top 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                        width 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                        padding 0.45s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .header-container::before {
            content: "";
            position: absolute;
            inset: -1px;
            z-index: -1;
            opacity: 0;
            border-radius: inherit;
            pointer-events: none;
            background:
                linear-gradient(115deg,
                    rgba(205, 205, 210, 0.72) 0%,
                    rgba(205, 205, 210, 0.7) 22%,
                    rgba(125, 211, 252, 0.34) 38%,
                    rgba(134, 239, 172, 0.28) 52%,
                    rgba(191, 219, 254, 0.32) 66%,
                    rgba(245, 245, 247, 0.64) 82%,
                    rgba(205, 205, 210, 0.72) 100%);
            background-size: 260% 260%;
            animation: headerGradientFlow 7s ease-in-out infinite;
            transition: opacity 0.55s ease;
        }

        body.has-scrolled .header-container {
            background: rgba(225, 225, 230, 0.56);
            border-color: rgba(255, 255, 255, 0.56);
            border-radius: 30px;
            box-shadow: 0 18px 46px rgba(17, 24, 39, 0.12),
                        0 1px 4px rgba(255, 255, 255, 0.22) inset;
        }

        body.has-scrolled .header-container::before {
            opacity: 1;
        }

        .logo {
            width: 124px;
            min-height: 24px;
            position: relative;
            font-weight: 700;
            font-size: 20px;
            letter-spacing: -0.5px;
            color: #000000;
            display: inline-flex;
            align-items: baseline;
            white-space: nowrap;
            background: linear-gradient(110deg,
                    #16181f 0%,
                    #4c4447 18%,
                    #617456 38%,
                    #2f756d 56%,
                    #256f95 74%,
                    #18191d 100%);
            background-size: 260% 260%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: textGradientFlow 8s ease-in-out infinite;
            transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease;
        }

        .logo span {
            font-weight: inherit;
        }

        .logo-part {
            display: inline-block;
        }

        .logo-short {
            position: absolute;
            inset: 0 auto auto 0;
            background:
                linear-gradient(110deg,
                    #16181f 0%,
                    #4c4447 18%,
                    #617456 38%,
                    #2f756d 56%,
                    #256f95 74%,
                    #18191d 100%);
            background-size: 260% 260%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: textGradientFlow 8s ease-in-out infinite, logoShortLoop 6.4s steps(1, end) infinite;
        }

        .logo-full {
            position: absolute;
            inset: 0 auto auto 0;
            width: 0;
            overflow: hidden;
            opacity: 0;
            background:
                linear-gradient(110deg,
                    #16181f 0%,
                    #4c4447 18%,
                    #617456 38%,
                    #2f756d 56%,
                    #256f95 74%,
                    #18191d 100%);
            background-size: 260% 260%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: textGradientFlow 8s ease-in-out infinite, logoTypeLoop 6.4s steps(11, end) infinite;
        }

        body.has-scrolled .logo {
            background: none;
            animation: none;
        }

        .header-container nav {
            position: absolute;
            left: 50%;
            z-index: 2;
            transform: translateX(-50%);
        }

        .logo,
        .header-actions,
        .header-search,
        .mobile-menu-toggle,
        .cta-header {
            position: relative;
            z-index: 3;
        }

        .nav-links {
            display: flex;
            align-items: center;
            list-style: none;
            gap: 32px;
            margin: 0;
            padding: 0;
        }

        .nav-links a {
            text-decoration: none;
            color: #515154;
            font-size: 14px;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .nav-links a:hover {
            color: #000000;
        }

        .nav-store-item {
            position: relative;
        }

        .nav-store-trigger {
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .nav-store-chevron {
            width: 14px;
            height: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.22s ease;
        }

        .nav-store-chevron svg {
            width: 14px;
            height: 14px;
            stroke-width: 2;
        }

        .nav-store-item:hover .nav-store-chevron,
        .nav-store-item:focus-within .nav-store-chevron {
            transform: rotate(180deg);
        }

        .nav-store-menu {
            position: absolute;
            top: calc(100% + 15px);
            left: 50%;
            min-width: 230px;
            display: grid;
            gap: 4px;
            padding: 10px;
            border: 1px solid rgba(255, 255, 255, 0.58);
            border-radius: 20px;
            background: rgba(236, 238, 242, 0.86);
            box-shadow: 0 24px 54px rgba(17, 24, 39, 0.16);
            backdrop-filter: blur(22px);
            -webkit-backdrop-filter: blur(22px);
            opacity: 0;
            pointer-events: none;
            transform: translate(-50%, -8px);
            transition: opacity 0.22s ease, transform 0.22s ease;
        }

        .nav-store-menu::before {
            content: "";
            position: absolute;
            right: 0;
            bottom: 100%;
            left: 0;
            height: 16px;
        }

        .nav-store-item:hover .nav-store-menu,
        .nav-store-item:focus-within .nav-store-menu {
            opacity: 1;
            pointer-events: auto;
            transform: translate(-50%, 0);
        }

        .nav-store-menu a {
            min-height: 38px;
            display: flex;
            align-items: center;
            border-radius: 14px;
            padding: 0 12px;
            color: #33363a;
            font-size: 13px;
            font-weight: 700;
            white-space: nowrap;
        }

        .nav-store-menu a:hover {
            background: rgba(255, 255, 255, 0.72);
        }

        .header-actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 8px;
            margin-left: auto;
            min-width: 0;
        }

        .header-search {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            width: 38px;
            height: 38px;
            margin-left: 0;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.34);
            transition: width 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
        }

        .header-search.is-open,
        .header-search:focus-within {
            width: min(230px, 24vw);
            background: rgba(255, 255, 255, 0.72);
            box-shadow: 0 14px 34px rgba(17, 24, 39, 0.1);
        }

        .header-search-toggle {
            width: 38px;
            height: 38px;
            flex: 0 0 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 0;
            border-radius: 999px;
            color: #202224;
            background: transparent;
            cursor: pointer;
        }

        .header-search-toggle svg {
            width: 18px;
            height: 18px;
            stroke-width: 2;
        }

        .header-search-input {
            width: 0;
            min-width: 0;
            height: 38px;
            border: 0;
            outline: 0;
            opacity: 0;
            color: #202224;
            background: transparent;
            font: 700 13px/1 "Inter", sans-serif;
            transition: width 0.28s ease, opacity 0.2s ease;
        }

        .header-search.is-open .header-search-input,
        .header-search:focus-within .header-search-input {
            width: 160px;
            opacity: 1;
            padding-right: 14px;
        }

        .mobile-menu-toggle {
            width: 38px;
            height: 38px;
            display: none;
            align-items: center;
            justify-content: center;
            border: 0;
            border-radius: 999px;
            color: #202224;
            background: rgba(255, 255, 255, 0.34);
            cursor: pointer;
            transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
        }

        .mobile-menu-toggle:hover,
        .mobile-menu-toggle[aria-expanded="true"] {
            background: rgba(255, 255, 255, 0.76);
            box-shadow: 0 14px 34px rgba(17, 24, 39, 0.1);
        }

        .mobile-menu-toggle svg {
            width: 18px;
            height: 18px;
            stroke-width: 2;
        }

        .header-icon-button {
            position: relative;
            width: 38px;
            height: 38px;
            flex: 0 0 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            color: #202224;
            background: rgba(255, 255, 255, 0.34);
            text-decoration: none;
            transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
        }

        .header-icon-button:hover {
            color: #111114;
            background: rgba(255, 255, 255, 0.76);
            box-shadow: 0 14px 34px rgba(17, 24, 39, 0.1);
            transform: translateY(-1px);
        }

        .header-icon-button svg {
            width: 18px;
            height: 18px;
            stroke-width: 2;
        }

        .header-cart-count {
            position: absolute;
            top: -4px;
            right: -4px;
            min-width: 17px;
            height: 17px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 5px;
            border: 2px solid rgba(236, 238, 242, 0.9);
            border-radius: 999px;
            color: #ffffff;
            background: #111114;
            font-size: 10px;
            font-weight: 800;
            line-height: 1;
        }

        .mobile-menu-panel {
            position: fixed;
            top: 82px;
            left: 50%;
            z-index: 999;
            width: min(360px, calc(100% - 42px));
            display: grid;
            gap: 6px;
            padding: 12px;
            border: 1px solid rgba(255, 255, 255, 0.58);
            border-radius: 24px;
            background: rgba(236, 238, 242, 0.78);
            backdrop-filter: blur(22px);
            -webkit-backdrop-filter: blur(22px);
            box-shadow: 0 24px 60px rgba(17, 24, 39, 0.18);
            transform: translateX(-50%);
        }

        .mobile-menu-panel[hidden] {
            display: none;
        }

        .mobile-menu-panel a {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 44px;
            border-radius: 16px;
            color: #33363a;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            transition: background 0.25s ease, color 0.25s ease;
        }

        .mobile-menu-panel a:hover,
        .mobile-menu-panel a[aria-current="page"] {
            color: #111114;
            background: rgba(255, 255, 255, 0.72);
        }

        .mobile-menu-panel .mobile-sub-link {
            min-height: 38px;
            justify-content: flex-start;
            padding-left: 24px;
            color: #5f666b;
            font-size: 13px;
            font-weight: 650;
        }

        .cta-header {
            background-color: #000000;
            color: #ffffff;
            padding: 8px 18px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 500;
            text-decoration: none;
            transition: background-color 0.3s ease, transform 0.2s ease;
        }

        .header-container .cta-header,
        .header-container .cta-header:visited {
            color: #ffffff;
            -webkit-text-fill-color: #ffffff;
        }

        .cta-header:hover {
            background-color: #232324;
            color: #ffffff;
            -webkit-text-fill-color: #ffffff;
            transform: scale(1.02);
        }

        .floating-actions {
            position: fixed;
            left: 24px;
            right: auto;
            bottom: 24px;
            z-index: 80;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: flex-end;
            gap: 12px;
            pointer-events: none;
        }

        .floating-button {
            position: relative;
            width: 56px;
            height: 56px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255, 255, 255, 0.66);
            border-radius: 999px;
            color: #111114;
            background: rgba(255, 255, 255, 0.58);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            box-shadow: 0 18px 44px rgba(17, 24, 39, 0.16);
            overflow: hidden;
            pointer-events: auto;
            text-decoration: none;
            transition: opacity 0.28s ease, translate 0.28s ease, transform 0.25s ease, box-shadow 0.25s ease;
        }

        .floating-button::before {
            content: "";
            position: absolute;
            inset: -2px;
            z-index: -1;
            border-radius: inherit;
            background: linear-gradient(135deg, rgba(56, 189, 248, 0.34), rgba(34, 197, 94, 0.24), rgba(245, 158, 11, 0.18));
            background-size: 220% 220%;
            opacity: 0.7;
            animation: headerGradientDrift 8s ease-in-out infinite;
        }

        .floating-button svg {
            width: 22px;
            height: 22px;
            stroke-width: 1.9;
        }

        .floating-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 22px 54px rgba(17, 24, 39, 0.20);
        }

        .floating-button.whatsapp {
            color: #ffffff;
            background:
                linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 42%),
                linear-gradient(135deg, #2ee879 0%, #25d366 46%, #128c4a 100%);
            border-color: rgba(255, 255, 255, 0.72);
            box-shadow: 0 18px 44px rgba(37, 211, 102, 0.34);
        }

        .floating-button.whatsapp::before {
            background: linear-gradient(135deg, rgba(220, 252, 231, 0.7), rgba(34, 197, 94, 0.38), rgba(20, 184, 166, 0.3));
            opacity: 0.48;
        }

        .floating-button.whatsapp:hover {
            box-shadow: 0 22px 54px rgba(37, 211, 102, 0.44);
        }

        .floating-button.to-top {
            opacity: 0;
            translate: 0 14px;
        }

        body.has-scrolled .floating-button.to-top {
            opacity: 1;
            translate: 0 0;
        }

        .contact-page {
            position: fixed;
            inset: 0;
            z-index: 1800;
            display: grid;
            place-items: center;
            padding: 84px 32px 32px;
            color: #171719;
            background:
                radial-gradient(circle at 18% 24%, rgba(125, 211, 252, 0.22), transparent 30%),
                radial-gradient(circle at 82% 18%, rgba(134, 239, 172, 0.18), transparent 30%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 248, 250, 0.94));
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: translateY(18px) scale(0.985);
            transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .contact-page:target {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateY(0) scale(1);
        }

        .contact-page::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(115deg,
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 0.58) 40%,
                    rgba(255, 255, 255, 0) 72%);
            transform: translateX(-100%);
            opacity: 0;
        }

        .contact-page:target::before {
            animation: contactLightSweep 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
        }

        .contact-shell {
            width: min(1120px, 100%);
            min-height: min(680px, calc(100vh - 124px));
            position: relative;
            display: grid;
            grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
            gap: 28px;
            padding: 24px;
            border-radius: 30px;
            border: 1px solid rgba(255, 255, 255, 0.72);
            background: rgba(255, 255, 255, 0.72);
            box-shadow: 0 34px 90px rgba(17, 24, 39, 0.16);
            overflow: hidden;
        }

        .contact-page:target .contact-shell {
            animation: contactShellIn 0.58s cubic-bezier(0.16, 1, 0.3, 1) both;
        }

        .contact-close {
            position: absolute;
            top: 22px;
            right: 22px;
            z-index: 2;
            width: 46px;
            height: 46px;
            display: grid;
            place-items: center;
            border-radius: 999px;
            color: #171719;
            background: rgba(245, 246, 248, 0.9);
            text-decoration: none;
            box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
            transition: transform 0.25s ease, background 0.25s ease;
        }

        .contact-close:hover {
            transform: translateY(-2px);
            background: #ffffff;
        }

        .contact-close svg {
            width: 20px;
            height: 20px;
            stroke-width: 2;
        }

        .contact-hero {
            position: relative;
            display: flex;
            min-height: 100%;
            flex-direction: column;
            justify-content: flex-start;
            padding: 42px;
            border-radius: 24px;
            color: #ffffff;
            background: #343538;
            border: 0;
            overflow: hidden;
            box-shadow: 0 22px 58px rgba(17, 24, 39, 0.18);
        }

        .contact-hero::before {
            content: none;
        }

        .contact-hero > * {
            position: relative;
            z-index: 2;
        }

        .contact-gear {
            position: absolute;
            right: -58px;
            top: 52%;
            z-index: 1;
            width: min(360px, 76%);
            height: auto;
            opacity: 0.3;
            pointer-events: none;
            transform-origin: center;
            animation: contactGearSpin 18s linear infinite;
            mix-blend-mode: screen;
            filter:
                invert(1)
                brightness(1.16)
                saturate(0.72)
                drop-shadow(0 20px 38px rgba(0, 0, 0, 0.2));
        }

        .contact-hero-text {
            margin-top: 0;
        }

        .contact-eyebrow {
            color: rgba(255, 255, 255, 0.72);
            font-size: 15px;
            font-weight: 600;
        }

        .contact-title {
            max-width: 520px;
            margin-top: 18px;
            font-size: 52px;
            line-height: 1.02;
            font-weight: 700;
            letter-spacing: 0;
        }

        .contact-copy {
            max-width: 460px;
            margin-top: 18px;
            color: rgba(255, 255, 255, 0.76);
            font-size: 18px;
            line-height: 1.5;
        }

        .contact-brand-signature {
            width: 100%;
            max-width: 100%;
            margin: auto 0 0;
            padding-bottom: 6px;
            font-size: clamp(54px, 4.45vw, 68px);
            font-weight: 700;
            line-height: 1.04;
            letter-spacing: -2.4px;
            white-space: nowrap;
            text-align: center;
            color: transparent;
            background: linear-gradient(110deg,
                    #f8fafc 0%,
                    #bcdad3 18%,
                    #6f8d68 34%,
                    #2f756d 52%,
                    #256f95 70%,
                    #f3f4f6 100%);
            background-size: 220% 220%;
            -webkit-background-clip: text;
            background-clip: text;
            filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
            opacity: 0.94;
            animation: textGradientFlow 8s ease-in-out infinite;
            pointer-events: none;
        }

        .contact-status-row {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
            margin-top: 42px;
        }

        .contact-status {
            min-height: 84px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 6px;
            padding: 16px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.34);
            border: 1px solid rgba(255, 255, 255, 0.48);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }

        .contact-status strong {
            font-size: 18px;
            line-height: 1.1;
        }

        .contact-status span {
            color: rgba(31, 35, 40, 0.58);
            font-size: 12px;
            font-weight: 600;
        }

        .contact-panel {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 18px;
            padding: 42px 34px 34px;
        }

        .contact-option {
            min-height: 92px;
            display: grid;
            grid-template-columns: 54px 1fr auto;
            align-items: center;
            gap: 16px;
            padding: 18px 20px;
            border-radius: 24px;
            color: #1f2328;
            background: #ffffff;
            text-decoration: none;
            box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
            transition: transform 0.28s ease, box-shadow 0.28s ease;
        }

        .contact-page:target .contact-option {
            animation: contactOptionIn 0.52s cubic-bezier(0.16, 1, 0.3, 1) both;
            animation-delay: calc(var(--contact-delay, 0) * 80ms + 160ms);
        }

        .contact-option:hover {
            transform: translateY(-4px);
            box-shadow: 0 26px 58px rgba(17, 24, 39, 0.13);
        }

        .contact-icon {
            position: relative;
            width: 54px;
            height: 54px;
            display: grid;
            place-items: center;
            border-radius: 999px;
            color: #111114;
            background: rgba(255, 255, 255, 0.58);
            border: 1px solid rgba(255, 255, 255, 0.66);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            box-shadow: 0 18px 44px rgba(17, 24, 39, 0.16);
            overflow: hidden;
        }

        .contact-icon::before {
            content: "";
            position: absolute;
            inset: -2px;
            z-index: 0;
            border-radius: inherit;
            background: linear-gradient(135deg, rgba(56, 189, 248, 0.34), rgba(34, 197, 94, 0.24), rgba(245, 158, 11, 0.18));
            background-size: 220% 220%;
            opacity: 0.7;
            animation: headerGradientDrift 8s ease-in-out infinite;
        }

        .contact-icon svg {
            width: 24px;
            height: 24px;
            stroke-width: 2;
            position: relative;
            z-index: 1;
            display: block;
        }

        .contact-option.whatsapp-contact .contact-icon {
            color: #111114;
            background: rgba(255, 255, 255, 0.58);
            box-shadow: 0 18px 44px rgba(17, 24, 39, 0.16);
        }

        .contact-option.email-contact .contact-icon {
            color: #111114;
            background: rgba(255, 255, 255, 0.58);
            box-shadow: 0 18px 44px rgba(17, 24, 39, 0.16);
        }

        .contact-option.instagram-contact .contact-icon {
            color: #111114;
            background: rgba(255, 255, 255, 0.58);
            box-shadow: 0 18px 44px rgba(17, 24, 39, 0.16);
        }

        .contact-option strong {
            display: block;
            font-size: 19px;
            line-height: 1.1;
        }

        .contact-option span {
            display: block;
            margin-top: 6px;
            color: #6f7278;
            font-size: 14px;
        }

        .contact-option .contact-icon {
            display: grid;
            margin-top: 0;
            color: #111114;
            font-size: initial;
        }

        .contact-option .contact-arrow {
            display: block;
            margin-top: 0;
        }

        .contact-arrow {
            color: #9ca3af;
            font-size: 24px;
        }

        .contact-mini-form {
            display: grid;
            gap: 10px;
            margin-top: 4px;
            padding: 18px;
            border-radius: 24px;
            background: rgba(245, 246, 248, 0.88);
        }

        .contact-mini-form input,
        .contact-mini-form textarea {
            width: 100%;
            border: 0;
            border-radius: 16px;
            padding: 14px 16px;
            color: #1f2328;
            background: #ffffff;
            font-size: 14px;
            outline: none;
        }

        .contact-mini-form textarea {
            min-height: 96px;
            resize: vertical;
        }

        .contact-form-button {
            min-height: 82px;
            display: grid;
            grid-template-columns: 54px 1fr auto;
            align-items: center;
            gap: 16px;
            padding: 16px 20px;
            border: 0;
            border-radius: 24px;
            color: #1f2328;
            background: #ffffff;
            font-size: 15px;
            font-weight: 700;
            text-align: left;
            cursor: pointer;
            box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
            transition: transform 0.28s ease, box-shadow 0.28s ease;
        }

        .contact-form-button:hover {
            transform: translateY(-4px);
            box-shadow: 0 26px 58px rgba(17, 24, 39, 0.13);
        }

        .contact-form-button:disabled {
            cursor: not-allowed;
            opacity: 0.62;
            transform: none;
            box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
        }

        .contact-form-button:disabled .contact-arrow {
            opacity: 0.35;
        }

        .contact-form-button.is-ready {
            opacity: 1;
        }

        .contact-form-button strong {
            display: block;
            font-size: 19px;
            line-height: 1.1;
        }

        .contact-form-button span span {
            display: block;
            margin-top: 6px;
            color: #6f7278;
            font-size: 14px;
            font-weight: 400;
        }

        .contact-form-button .contact-icon {
            margin-top: 0;
            flex: 0 0 auto;
        }

        .contact-form-button .contact-arrow {
            margin-top: 0;
        }

        .site-footer-wrap {
            position: relative;
            margin-top: 0;
            padding: 0 8vw 0;
            overflow: hidden;
            background: transparent;
        }

        .site-footer-wrap::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 0;
            border-radius: 58px 58px 0 0;
            background: #343538;
        }

        .newsletter-card {
            width: min(82vw, 880px);
            min-height: 350px;
            position: relative;
            z-index: 2;
            display: grid;
            place-items: center;
            margin: 118px auto -184px;
            padding: 104px 52px 60px;
            overflow: visible;
            color: #ffffff;
            transform: translateY(0);
            filter: drop-shadow(0 34px 80px rgba(0, 0, 0, 0.22));
            animation: newsletterHeartbeat 2.8s ease-in-out infinite;
        }

        .newsletter-envelope-shape {
            position: absolute;
            inset: 0;
            z-index: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .newsletter-content {
            width: min(620px, 100%);
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .newsletter-content h2 {
            font-size: 50px;
            font-weight: 600;
            line-height: 1.08;
            letter-spacing: -0.9px;
            margin-bottom: 30px;
        }

        .newsletter-form {
            position: relative;
            width: min(460px, 100%);
            min-height: 58px;
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 8px;
            margin: 0 auto;
            padding: 6px;
            border-radius: 999px;
            background:
                linear-gradient(120deg, rgba(199, 243, 244, 0.2), rgba(218, 245, 229, 0.12) 42%, rgba(210, 229, 255, 0.18)),
                rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.2),
                0 18px 42px rgba(0, 0, 0, 0.12);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            overflow: hidden;
        }

        .newsletter-form::before {
            content: "";
            position: absolute;
            inset: -40% -18%;
            z-index: 0;
            background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.16) 42%, transparent 68%);
            transform: translateX(-42%);
            animation: glassSheen 8s ease-in-out infinite;
            pointer-events: none;
        }

        .newsletter-form input {
            position: relative;
            z-index: 1;
            min-width: 0;
            border: 0;
            outline: 0;
            background: transparent;
            color: #ffffff;
            padding: 0 16px;
            font-size: 15px;
        }

        .newsletter-form input::placeholder {
            color: rgba(255, 255, 255, 0.64);
        }

        .newsletter-form button {
            position: relative;
            z-index: 1;
            border: 0;
            min-height: 46px;
            padding: 0 22px;
            border-radius: 999px;
            background: #ffffff;
            color: #171719;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
        }

        .site-footer {
            max-width: 1180px;
            position: relative;
            z-index: 1;
            margin: 0 auto;
            padding-top: 220px;
            color: rgba(255, 255, 255, 0.78);
        }

        .footer-signature {
            width: fit-content;
            margin: 42px auto -56px;
            font-size: clamp(92px, 15vw, 220px);
            font-weight: 700;
            line-height: 0.92;
            letter-spacing: -5px;
            color: #ffffff;
            background:
                linear-gradient(110deg,
                    #f8fafc 0%,
                    #bcdad3 18%,
                    #6f8d68 34%,
                    #2f756d 52%,
                    #256f95 70%,
                    #f3f4f6 100%);
            background-size: 260% 260%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: textGradientFlow 8s ease-in-out infinite;
            text-align: center;
            filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18));
            transform: translateX(-2.5%);
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1fr 1.35fr 1fr 1.2fr;
            gap: 54px;
            align-items: start;
        }

        .footer-column {
            display: grid;
            gap: 14px;
        }

        .footer-column a,
        .footer-marketplaces a {
            color: rgba(255, 255, 255, 0.76);
            text-decoration: none;
            font-size: 15px;
            font-weight: 400;
            transition: color 0.25s ease;
        }

        .footer-column a:hover,
        .footer-marketplaces a:hover {
            color: #ffffff;
        }

        .footer-marketplaces {
            display: grid;
            gap: 12px;
        }

        .footer-marketplace-logo {
            width: fit-content;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .market-logo-mark {
            min-width: 34px;
            height: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            color: #ffffff;
            font-size: 13px;
            font-weight: 800;
            line-height: 1;
        }

        .footer-marketplace-logo.shopee .market-logo-mark {
            background: #ee4d2d;
        }

        .footer-marketplace-logo.mercado-livre .market-logo-mark {
            color: #213a8f;
            background: #ffe600;
        }

        .trust-placeholders {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 20px;
        }

        .trust-badge {
            min-width: 86px;
            min-height: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 12px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.12);
            color: rgba(255, 255, 255, 0.58);
            font-size: 12px;
        }

        .footer-brand {
            justify-self: end;
            text-align: right;
        }

        .footer-logo {
            font-size: 24px;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: -0.6px;
            margin-bottom: 16px;
        }

        .footer-email {
            display: inline-block;
            color: rgba(255, 255, 255, 0.72);
            text-decoration: none;
            font-size: 15px;
            margin-bottom: 24px;
        }

        .footer-socials {
            display: flex;
            justify-content: flex-end;
            gap: 10px;
        }

        .footer-socials a {
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.26);
            color: #ffffff;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
        }

        .footer-socials svg {
            width: 18px;
            height: 18px;
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            gap: 24px;
            margin-top: 54px;
            padding-top: 22px;
            border-top: 1px solid rgba(255, 255, 255, 0.14);
            color: rgba(255, 255, 255, 0.54);
            font-size: 14px;
        }

        @keyframes headerGradientFlow {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        @keyframes headerGradientDrift {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        @keyframes textGradientFlow {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        @keyframes glassSheen {
            0%, 100% { transform: translateX(-42%); opacity: 0; }
            18%, 58% { opacity: 1; }
            72% { transform: translateX(42%); opacity: 0; }
        }

        @keyframes logoShortLoop {
            0%, 17%, 92%, 100% { opacity: 1; }
            18%, 91% { opacity: 0; }
        }

        @keyframes logoTypeLoop {
            0%, 17% {
                width: 0;
                opacity: 0;
            }

            18% {
                width: 0;
                opacity: 1;
            }

            50%, 78% {
                width: 10.8ch;
                opacity: 1;
            }

            91%, 100% {
                width: 0;
                opacity: 0;
            }
        }

        @keyframes softPulse {
            0%, 100% { opacity: 0.36; transform: scale(0.98); }
            50% { opacity: 0.72; transform: scale(1.04); }
        }

        @keyframes contactLightSweep {
            0% { opacity: 0; transform: translateX(-100%); }
            28% { opacity: 1; }
            100% { opacity: 0; transform: translateX(100%); }
        }

        @keyframes contactGearSpin {
            from {
                transform: translateY(-50%) rotate(0deg);
            }
            to {
                transform: translateY(-50%) rotate(360deg);
            }
        }

        @keyframes contactShellIn {
            from {
                opacity: 0;
                transform: translateY(28px) scale(0.98);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        @keyframes contactOptionIn {
            from {
                opacity: 0;
                transform: translateX(24px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

@media (max-width: 1040px) {
            .header-container nav {
                display: none;
            }

            .mobile-menu-toggle {
                display: inline-flex;
            }

            .cta-header {
                display: none;
            }
}

@media (max-width: 768px) {
            .contact-page {
                padding: 72px 14px 18px;
                overflow-y: auto;
                align-items: start;
            }

            .contact-shell {
                min-height: auto;
                grid-template-columns: 1fr;
                gap: 14px;
                padding: 12px;
                border-radius: 24px;
            }

            .contact-close {
                top: 16px;
                right: 16px;
                width: 42px;
                height: 42px;
            }

            .contact-hero {
                min-height: 360px;
                padding: 28px;
                border-radius: 20px;
            }

            .contact-hero-text {
                margin-top: 0;
            }

            .contact-gear {
                right: -64px;
                top: 54%;
                width: min(280px, 78%);
                opacity: 0.24;
            }

            .contact-title {
                font-size: 36px;
            }

            .contact-copy {
                font-size: 15px;
            }

            .contact-brand-signature {
                margin: auto 0 0;
                padding-bottom: 4px;
                font-size: clamp(36px, 9.8vw, 52px);
                line-height: 1.04;
                letter-spacing: -1.5px;
            }

            .contact-status-row {
                grid-template-columns: 1fr;
                gap: 8px;
                margin-top: 28px;
            }

            .contact-status {
                min-height: 70px;
            }

            .contact-panel {
                padding: 8px 0 0;
            }

            .contact-option,
            .contact-form-button {
                min-height: 84px;
                grid-template-columns: 48px 1fr auto;
                padding: 16px;
                border-radius: 20px;
            }

            .contact-icon {
                width: 48px;
                height: 48px;
            }

            .contact-option strong,
            .contact-form-button strong {
                font-size: 17px;
            }

            .contact-option span,
            .contact-form-button span span {
                font-size: 13px;
            }

            .header-container {
                width: calc(100% - 32px);
                padding: 12px 14px;
                gap: 8px;
            }

            .logo {
                width: min(124px, 32vw);
            }

            .header-actions {
                gap: 6px;
            }

            .header-search {
                display: none;
            }

            .header-icon-button,
            .mobile-menu-toggle {
                width: 36px;
                height: 36px;
                flex: 0 0 36px;
            }

            .cta-header {
                display: none;
            }


            .floating-actions {
                left: 16px;
                right: auto;
                bottom: 16px;
                gap: 10px;
            }

            .floating-button {
                width: 50px;
                height: 50px;
            }

            .floating-button svg {
                width: 20px;
                height: 20px;
            }

            .site-footer-wrap {
                margin-top: 0;
                padding: 0 24px 0;
            }

            .site-footer-wrap::before {
                inset: 0;
                border-radius: 36px 36px 0 0;
            }

            .newsletter-card {
                width: 100%;
                min-height: 320px;
                padding: 94px 24px 46px;
                margin: 82px auto -152px;
                transform: translateY(0);
            }

            .newsletter-envelope-shape {
                height: 100%;
            }

            .newsletter-content h2 {
                font-size: 34px;
            }

            .newsletter-form {
                grid-template-columns: 1fr;
                border-radius: 24px;
                padding: 10px;
            }

            .newsletter-form input {
                min-height: 44px;
                text-align: center;
            }

            .site-footer {
                padding-top: 176px;
            }

            .footer-signature {
                margin: 32px auto -24px;
                max-width: 100%;
                overflow: hidden;
                font-size: clamp(64px, 18vw, 96px);
                letter-spacing: -3px;
                text-align: center;
            }

            .footer-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 32px 24px;
            }

            .footer-brand {
                grid-column: 1 / -1;
                justify-self: start;
                text-align: left;
            }

            .footer-socials {
                justify-content: flex-start;
            }

            .footer-bottom {
                flex-direction: column;
                margin-top: 38px;
            }

}

@media (prefers-reduced-motion: reduce) {
            .header-container::before {
                animation: none;
            }

            .ai-gradient-text {
                animation: none;
            }

            .logo {
                animation: none;
            }

            .footer-signature {
                animation: none;
            }

            .logo-short {
                display: none;
                animation: none;
            }

            .logo-full {
                position: static;
                width: auto;
                opacity: 1;
                animation: none;
            }

            .newsletter-card {
                animation: none;
            }

}

/* Liquid Glass CSS/SVG --------------------------------------------------- */

.liquid-glass-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.hp-liquid-glass {
    --liquid-x: 50%;
    --liquid-y: 50%;
    --liquid-shift-x: 0px;
    --liquid-shift-y: 0px;
    --liquid-tilt-x: 0deg;
    --liquid-tilt-y: 0deg;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.30), rgba(219, 224, 231, 0.13) 46%, rgba(112, 121, 135, 0.12)) !important;
    border-color: rgba(255, 255, 255, 0.62) !important;
    backdrop-filter: blur(10px) saturate(1.22);
    -webkit-backdrop-filter: blur(10px) saturate(1.22);
    box-shadow:
        0 18px 48px rgba(7, 20, 42, 0.12),
        0 1px 2px rgba(255, 255, 255, 0.72) inset,
        0 -16px 34px rgba(52, 60, 74, 0.12) inset !important;
    transform: perspective(1000px) rotateX(var(--liquid-tilt-x)) rotateY(var(--liquid-tilt-y));
    transition:
        transform 0.35s cubic-bezier(.2, .8, .2, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}

.hp-liquid-glass::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    background:
        radial-gradient(circle at var(--liquid-x) var(--liquid-y),
            rgba(255, 255, 255, 0.88) 0 6%,
            rgba(255, 255, 255, 0.28) 14%,
            rgba(255, 255, 255, 0.06) 34%,
            transparent 58%),
        linear-gradient(118deg,
            rgba(255, 255, 255, 0.58) 0%,
            rgba(188, 195, 202, 0.28) 20%,
            rgba(96, 179, 224, 0.18) 40%,
            rgba(232, 236, 241, 0.42) 56%,
            rgba(104, 113, 128, 0.18) 74%,
            rgba(255, 255, 255, 0.55) 100%);
    background-size: 180% 180%, 280% 280%;
    transform: translate3d(var(--liquid-shift-x), var(--liquid-shift-y), 0) scale(1.08);
    filter: url("#hydra-liquid-refraction") saturate(1.25) contrast(1.04);
    backdrop-filter: blur(18px) saturate(1.78) brightness(1.04);
    -webkit-backdrop-filter: blur(18px) saturate(1.78) brightness(1.04);
    animation: headerGradientFlow 7s ease-in-out infinite;
    opacity: 0.92;
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(.2, .8, .2, 1), filter 0.35s ease;
}

.hp-liquid-glass::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    background:
        radial-gradient(circle at calc(var(--liquid-x) - 7%) calc(var(--liquid-y) - 28%),
            rgba(255, 255, 255, 0.70) 0 8%,
            rgba(255, 255, 255, 0.18) 20%,
            transparent 42%),
        radial-gradient(ellipse at 50% 100%,
            rgba(74, 79, 91, 0.18) 0%,
            rgba(90, 96, 110, 0.09) 38%,
            transparent 70%),
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.72) 0%,
            rgba(255, 255, 255, 0.18) 36%,
            rgba(104, 112, 126, 0.15) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.74) inset,
        0 -1px 0 rgba(76, 84, 98, 0.12) inset,
        18px 0 34px rgba(255, 255, 255, 0.15) inset,
        -24px 0 42px rgba(67, 74, 86, 0.08) inset;
    mix-blend-mode: screen;
    opacity: 0.74;
    transition: opacity 0.35s ease;
}

.hp-liquid-glass.is-liquid-active {
    border-color: rgba(255, 255, 255, 0.76) !important;
    box-shadow:
        0 22px 58px rgba(7, 20, 42, 0.16),
        0 1px 3px rgba(255, 255, 255, 0.78) inset,
        0 -18px 42px rgba(52, 60, 74, 0.15) inset !important;
}

.hp-liquid-glass.is-liquid-active::before {
    opacity: 1;
    filter: url("#hydra-liquid-refraction") saturate(1.46) contrast(1.08);
}

.hp-liquid-glass.is-liquid-active::after {
    opacity: 0.92;
}

.header-container.hp-liquid-glass {
    overflow: visible;
    background:
        linear-gradient(115deg,
            rgba(205, 205, 210, 0.58) 0%,
            rgba(205, 205, 210, 0.44) 20%,
            rgba(125, 211, 252, 0.18) 39%,
            rgba(134, 239, 172, 0.14) 54%,
            rgba(191, 219, 254, 0.18) 69%,
            rgba(245, 245, 247, 0.44) 84%,
            rgba(205, 205, 210, 0.56) 100%) !important;
    background-size: 260% 260%;
    backdrop-filter: blur(20px) saturate(1.18);
    -webkit-backdrop-filter: blur(20px) saturate(1.18);
    transform: translateX(-50%);
    animation: fadeInDown 0.8s ease-out, headerGradientFlow 7s ease-in-out infinite;
}

.header-container.hp-liquid-glass::before,
.header-container.hp-liquid-glass::after {
    z-index: 0;
    clip-path: inset(0 round 30px);
}

.header-container.hp-liquid-glass::before {
    inset: -1px;
    opacity: 0.92;
    background:
        radial-gradient(circle at var(--liquid-x) var(--liquid-y),
            rgba(255, 255, 255, 0.62) 0 7%,
            rgba(255, 255, 255, 0.18) 18%,
            transparent 42%),
        linear-gradient(115deg,
            rgba(205, 205, 210, 0.72) 0%,
            rgba(205, 205, 210, 0.58) 20%,
            rgba(125, 211, 252, 0.34) 38%,
            rgba(134, 239, 172, 0.28) 52%,
            rgba(191, 219, 254, 0.32) 66%,
            rgba(245, 245, 247, 0.62) 82%,
            rgba(205, 205, 210, 0.72) 100%);
    background-size: 180% 180%, 260% 260%;
    transform: translate3d(var(--liquid-shift-x), var(--liquid-shift-y), 0) scale(1.01);
    filter: saturate(1.22) contrast(1.02);
    backdrop-filter: blur(18px) saturate(1.42) brightness(1.04);
    -webkit-backdrop-filter: blur(18px) saturate(1.42) brightness(1.04);
}

.header-container.hp-liquid-glass.is-liquid-active::before {
    filter: saturate(1.32) contrast(1.04);
}

.header-container.hp-liquid-glass .logo,
.header-container.hp-liquid-glass .header-actions,
.header-container.hp-liquid-glass .header-search,
.header-container.hp-liquid-glass .mobile-menu-toggle,
.header-container.hp-liquid-glass .cta-header {
    position: relative;
    z-index: 3;
}

.header-container.hp-liquid-glass nav {
    position: absolute;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.header-search.hp-liquid-glass,
.header-icon-button.hp-liquid-glass,
.mobile-menu-toggle.hp-liquid-glass,
.cta-header.hp-liquid-glass,
.hero-button.hp-liquid-glass,
.feature-link.hp-liquid-glass {
    overflow: hidden;
}

.hero-button.hp-liquid-glass,
.feature-link.hp-liquid-glass,
.cta-header.hp-liquid-glass {
    color: #111318;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
}

.hero-button.primary.hp-liquid-glass,
.feature-link.hp-liquid-glass,
.cta-header.hp-liquid-glass {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(221, 226, 233, 0.18) 48%, rgba(124, 134, 150, 0.16)) !important;
    color: #111318;
}

.newsletter-form.hp-liquid-glass {
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(199, 243, 244, 0.28), rgba(218, 245, 229, 0.16) 42%, rgba(210, 229, 255, 0.26)),
        rgba(255, 255, 255, 0.13) !important;
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
    backdrop-filter: blur(18px) saturate(1.28);
    -webkit-backdrop-filter: blur(18px) saturate(1.28);
    transform: none;
}

.newsletter-form.hp-liquid-glass::before {
    inset: -40% -18%;
    background:
        radial-gradient(circle at var(--liquid-x) var(--liquid-y),
            rgba(255, 255, 255, 0.46) 0 8%,
            rgba(255, 255, 255, 0.16) 20%,
            transparent 44%),
        linear-gradient(110deg,
            transparent 16%,
            rgba(125, 211, 252, 0.20) 32%,
            rgba(255, 255, 255, 0.20) 46%,
            rgba(134, 239, 172, 0.14) 58%,
            rgba(191, 219, 254, 0.22) 68%,
            transparent 82%);
    background-size: 170% 170%, 260% 260%;
    transform: translate3d(var(--liquid-shift-x), var(--liquid-shift-y), 0) scale(1.02);
    filter: saturate(1.22) contrast(1.02);
    backdrop-filter: blur(14px) saturate(1.36) brightness(1.04);
    -webkit-backdrop-filter: blur(14px) saturate(1.36) brightness(1.04);
    animation: glassSheen 8s ease-in-out infinite, headerGradientFlow 7s ease-in-out infinite;
}

.newsletter-form.hp-liquid-glass.is-liquid-active::before {
    filter: saturate(1.3) contrast(1.04);
}

.newsletter-form.hp-liquid-glass::before,
.newsletter-form.hp-liquid-glass::after {
    z-index: 0;
}

.newsletter-form.hp-liquid-glass input,
.newsletter-form.hp-liquid-glass button,
.newsletter-form.hp-liquid-glass .newsletter-status {
    position: relative;
    z-index: 2;
}

.newsletter-status {
    position: static;
    grid-column: 1 / -1;
    margin: 2px 12px 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 700;
}

.newsletter-status:empty {
    display: none;
}

.newsletter-status[data-state="success"] {
    color: #9df6c6;
}

.newsletter-status[data-state="error"] {
    color: #ffc4c4;
}

.header-quick-button {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    color: #111318;
    background: rgba(255, 255, 255, 0.44);
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.1);
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px) scale(0.92);
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.header-quick-button svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.9;
}

.header-whatsapp-button {
    color: #ffffff;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 42%),
        linear-gradient(135deg, #2ee879 0%, #25d366 46%, #128c4a 100%);
    box-shadow: 0 15px 34px rgba(37, 211, 102, 0.3);
}

.header-to-top-button {
    padding: 0;
    cursor: pointer;
}

body.has-scrolled .header-container,
body.has-scrolled .header-container.hp-liquid-glass {
    top: calc(100dvh - 108px);
    bottom: auto;
    width: min(92vw, 1040px);
    max-width: 1040px;
    min-height: 68px;
    padding: 12px 20px 12px 28px;
    gap: 18px;
    border-radius: 32px;
    background:
        linear-gradient(115deg, rgba(248, 250, 252, 0.74), rgba(224, 231, 235, 0.64) 48%, rgba(214, 240, 229, 0.64)),
        rgba(255, 255, 255, 0.58) !important;
    box-shadow:
        0 20px 42px rgba(17, 24, 39, 0.16),
        0 34px 58px rgba(17, 24, 39, 0.2),
        0 1px 4px rgba(255, 255, 255, 0.6) inset;
    transform: translateX(-50%);
}

body.has-scrolled .header-container::after,
body.has-scrolled .header-container.hp-liquid-glass::after {
    content: "";
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: -22px;
    z-index: -2;
    height: 34px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.22);
    filter: blur(18px);
    opacity: 0.82;
    pointer-events: none;
}

body.has-scrolled .header-container nav,
body.has-scrolled .header-container.hp-liquid-glass nav {
    position: static;
    transform: none;
}

body.has-scrolled .nav-links {
    gap: 24px;
}

body.has-scrolled .logo {
    width: 132px;
}

body.has-scrolled .logo-short {
    animation: none;
    opacity: 0;
}

body.has-scrolled .logo-full {
    width: 124px;
    animation: none;
    opacity: 1;
}

body.has-scrolled .header-actions {
    margin-left: 0;
    gap: 7px;
}

body.has-scrolled .header-search {
    width: 36px;
    height: 36px;
}

body.has-scrolled .header-icon-button,
body.has-scrolled .header-quick-button {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
}

body.has-scrolled .cta-header {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    padding: 0 22px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
}

body.has-scrolled .header-quick-button {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

body.has-scrolled .header-quick-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.18);
}

body.has-scrolled .floating-actions {
    opacity: 0;
    pointer-events: none;
}

body:not(.has-scrolled) .header-quick-button {
    display: none;
}

@media (max-width: 1180px) {
    body.has-scrolled .header-container,
    body.has-scrolled .header-container.hp-liquid-glass {
        width: min(94vw, 900px);
        padding-left: 20px;
    }

    body.has-scrolled .nav-links {
        gap: 18px;
    }
}

@media (max-width: 1040px) {
    .header-quick-button {
        display: none;
    }

    body.has-scrolled .cta-header {
        display: none;
    }

    body.has-scrolled .header-container,
    body.has-scrolled .header-container.hp-liquid-glass {
        top: 20px;
        bottom: auto;
        width: calc(100% - 32px);
        max-width: 1200px;
        padding: 12px 14px;
    }

    body.has-scrolled .floating-actions {
        opacity: 1;
        pointer-events: none;
    }

    body.has-scrolled .floating-button {
        pointer-events: auto;
    }
}
