
:root {
    --gts-green: #2DA65E;
    --gts-blue: #1A2E84;
    --gts-white: #ffffff;
    --gts-shadow: rgba(26, 46, 132, 0.18);
}

body.under-development-open {
    overflow: hidden;
}

.under-development-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2.4rem, 6vw, 3.8rem);
    background: radial-gradient(circle at 20% 20%, rgba(45, 166, 94, 0.22), transparent 60%),
        radial-gradient(circle at 80% 16%, rgba(26, 46, 132, 0.25), transparent 65%),
        rgba(6, 11, 24, 0.78);
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.under-development-overlay[aria-hidden="true"] {
    visibility: hidden;
}

.under-development-overlay--active {
    opacity: 1;
    pointer-events: auto;
}

.under-development-card {
    width: min(480px, 92vw);
    display: grid;
    gap: 1.2rem;
    padding: clamp(2rem, 5vw, 2.8rem);
    border-radius: 26px;
    background: linear-gradient(150deg, rgba(12, 20, 40, 0.92), rgba(17, 32, 68, 0.88));
    border: 1px solid rgba(226, 232, 240, 0.18);
    box-shadow: 0 40px 120px -60px rgba(6, 12, 28, 0.9);
    color: #f8fafc;
    text-align: center;
}

.under-development-tag {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(148, 197, 255, 0.85);
}

.under-development-card h2 {
    margin: 0;
    font-size: clamp(1.5rem, 3.8vw, 2.15rem);
    font-weight: 600;
}

.under-development-message {
    margin: 0;
    font-size: clamp(0.95rem, 2.6vw, 1.1rem);
    line-height: 1.7;
    color: rgba(226, 232, 240, 0.85);
}

.under-development-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

.under-development-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.8rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-decoration: none;
    border: 1.5px solid rgba(226, 232, 240, 0.35);
    background: rgba(12, 20, 40, 0.65);
    color: rgba(241, 245, 249, 0.92);
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.under-development-action:hover,
.under-development-action:focus-visible {
    transform: translateY(-2px);
    background: rgba(45, 166, 94, 0.18);
    border-color: rgba(45, 166, 94, 0.45);
}

.under-development-action--primary {
    background: linear-gradient(120deg, var(--gts-green), #3ecb7d);
    color: #062d16;
    border-color: transparent;
    box-shadow: 0 22px 60px -30px rgba(45, 166, 94, 0.8);
}

.under-development-action--primary:hover,
.under-development-action--primary:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 28px 70px -28px rgba(45, 166, 94, 0.9);
}

.under-development-close {
    cursor: pointer;
}

.under-development-overlay--locked .under-development-close {
    display: none;
}

.under-development-overlay--locked .under-development-action:not(.under-development-action--primary) {
    pointer-events: none;
}

@media (max-width: 640px) {
    .under-development-actions {
        gap: 0.75rem;
    }

    .under-development-action {
        width: 100%;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.loading {
    overflow: hidden;
}

body {
    background: linear-gradient(135deg, rgba(26, 46, 132, 0.05), rgba(45, 166, 94, 0.05));
}

main {
    padding-top: 6.25rem;
}

@media (max-width: 640px) {
    main {
        padding-top: 5.5rem;
    }
}

@media (min-width: 1024px) {
    main {
        padding-top: 6.75rem;
    }
}

:where(#hero, #catalogue, #about, #products, #partners, #contact) {
    scroll-margin-top: 6.75rem;
}

.page-enter header,
.page-enter main,
.page-enter footer {
    opacity: 0;
    transition: opacity 600ms ease-in-out;
}

.page-enter.page-ready header,
.page-enter.page-ready main,
.page-enter.page-ready footer {
    opacity: 1;
}

#scroll-progress {
    width: 0;
    background: linear-gradient(90deg, var(--gts-blue), var(--gts-green));
    z-index: 60;
    box-shadow: 0 6px 16px rgba(26, 46, 132, 0.25);
    transition: width 120ms ease-out;
}

.brand-title {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--gts-blue);
    text-shadow: 0 1px 4px rgba(26, 46, 132, 0.18);
}

.brand-subtitle {
    font-size: 0.58rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(45, 166, 94, 0.8);
    font-weight: 600;
}

.logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: transparent;
    border: 2px solid rgba(26, 46, 132, 0.28);
    box-shadow: 0 16px 36px -24px rgba(26, 46, 132, 0.72), 0 0 14px -10px rgba(45, 166, 94, 0.85);
    overflow: hidden;
}

.logo-badge--nav {
    width: 120px;
    height: 76px;
}

.logo-badge--md {
    width: 200px;
    height: 118px;
}

.logo-badge--lg {
    width: 300px;
    height: 180px;
}

.logo-badge--xl {
    width: 320px;
    height: 190px;
}

.logo-image {
    width: 108%;
    height: 108%;
    object-fit: contain;
    border-radius: 999px;
    filter: drop-shadow(0 10px 18px rgba(26, 46, 132, 0.3));
    transform: translateY(1%) scale(1.03);
}

.protected-media {
    -webkit-user-select: none;
    user-select: none;
}

/* Preloader */
.preloader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 5vw, 3rem);
}

.preloader-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(180px, 28vw, 240px);
    aspect-ratio: 210 / 150;
    border-radius: 52% / 64%;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.78));
    border: 1px solid rgba(26, 46, 132, 0.12);
    box-shadow: 0 32px 68px -34px rgba(26, 46, 132, 0.55);
    overflow: hidden;
}

.preloader-frame::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: inherit;
    background: rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.12);
    z-index: 0;
}

.preloader-spinner {
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    background: conic-gradient(from 120deg, rgba(45, 166, 94, 0.05) 0deg, rgba(45, 166, 94, 0.85) 320deg, rgba(26, 46, 132, 0.15) 360deg);
    -webkit-mask: radial-gradient(ellipse at center, transparent 62%, rgba(0, 0, 0, 0.98) 66%);
    mask: radial-gradient(ellipse at center, transparent 62%, rgba(0, 0, 0, 0.98) 66%);
    animation: spin 1.35s linear infinite;
    filter: drop-shadow(0 0 18px rgba(45, 166, 94, 0.55));
    z-index: 1;
}

.preloader-logo {
    position: relative;
    z-index: 2;
    width: 94%;
    height: auto;
    display: block;
    border-radius: inherit;
    object-fit: cover;
    box-shadow: 0 20px 40px -28px rgba(26, 46, 132, 0.55);
}

#preloader {
    background: rgba(255, 255, 255, 0.78);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 320ms ease, visibility 320ms ease;
}

#preloader.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Navigation */
#navbar {
    transition: transform 400ms ease, background 400ms ease, box-shadow 400ms ease;
}

#navbar.scrolled {
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(-6px);
    box-shadow: 0 18px 40px -30px rgba(26, 46, 132, 0.65);
}

.nav-link,
.footer-link {
    position: relative;
    letter-spacing: 0.28em;
}

.nav-link::after,
.footer-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gts-blue), var(--gts-green));
    border-radius: 999px;
    transition: width 280ms ease, left 280ms ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.footer-link:hover::after,
.footer-link:focus-visible::after {
    width: 100%;
    left: 0;
}

.hamburger-line {
    display: block;
    width: 18px;
    height: 2px;
    margin: 3px;
    border-radius: 999px;
    background: var(--gts-blue);
    transition: transform 220ms ease, opacity 220ms ease;
}

.hamburger.active .hamburger-line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

.mobile-menu {
    transition: opacity 260ms ease, transform 260ms ease;
    opacity: 0;
    transform: translateY(-10px);
}

.mobile-menu.active {
    display: grid;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

.mobile-link {
    padding: 12px;
    border-radius: 999px;
    transition: background 220ms ease, color 220ms ease;
}

.mobile-link:hover {
    background: rgba(45, 166, 94, 0.12);
    color: var(--gts-green);
}

/* Hero */
.hero-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 20%, rgba(45, 166, 94, 0.25), transparent 55%), radial-gradient(circle at 90% 15%, rgba(26, 46, 132, 0.25), transparent 60%), radial-gradient(circle at 50% 80%, rgba(26, 46, 132, 0.18), transparent 60%);
    opacity: 0.5;
    filter: blur(30px);
}

.hero-mesh {
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(26, 46, 132, 0.2), transparent 55%), linear-gradient(220deg, rgba(45, 166, 94, 0.18), transparent 60%);
.hero-layout--balanced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
}

.hero-layout--balanced .hero-content {
    max-width: 520px;
    margin-inline: auto;
    text-align: left;
}

.hero-layout--balanced .hero-card {
    max-width: 520px;
    width: 100%;
    justify-self: center;
}

.hero-layout--balanced .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    animation: meshFlow 18s ease-in-out infinite;
    mix-blend-mode: screen;
    opacity: 0.65;
    pointer-events: none;
}

    .hero-layout--balanced .hero-stats {
        grid-template-columns: 1fr;
    }

.hero-particles {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 0);
    background-size: 40px 40px;
    opacity: 0.4;
    animation: particleDrift 14s linear infinite;
    pointer-events: none;
}

.hero-logo {
    position: relative;
    width: clamp(220px, 26vw, 280px);
    height: clamp(130px, 17vw, 180px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(26, 46, 132, 0.12);
    box-shadow: 0 18px 42px -24px rgba(26, 46, 132, 0.58);
    transition: transform 220ms ease;
}

.hero-eyebrow {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.42em;
    color: rgba(30, 41, 59, 0.7);
}

.animate-logoPulse {
    animation: logoPulse 4s ease-in-out infinite;
}

.gradient-text {
    background: linear-gradient(90deg, rgba(26, 46, 132, 0.95), rgba(45, 166, 94, 0.95));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-title {
    font-size: clamp(2rem, 3.4vw, 2.8rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-subtitle {
    font-size: clamp(1rem, 2.2vw, 1.4rem);
    font-weight: 500;
    color: rgba(30, 41, 59, 0.78);
    letter-spacing: 0.05em;
    line-height: 1.6;
    max-width: 48ch;
    opacity: 0;
    transform: translateY(24px);
    animation: fadeSlide 1.4s ease forwards 0.5s;
}

.hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
    justify-items: center;
    max-width: min(1180px, 94vw);
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
}

.hero-layout--single {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
}

.hero-layout--single .hero-content {
    align-items: center;
    text-align: center;
    max-width: 680px;
}

.hero-layout--single .hero-cta-group {
    justify-content: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    text-align: left;
}

.hero-bullets {
    display: grid;
    gap: 0.65rem;
    margin-top: 0.4rem;
    padding-left: 0;
    font-size: 0.92rem;
    color: rgba(30, 41, 59, 0.82);
    list-style: none;
}

.hero-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    line-height: 1.55;
}

.hero-bullets li::before {
    content: "";
    margin-top: 0.35rem;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(45, 166, 94, 0.75);
    box-shadow: 0 0 0 2px rgba(45, 166, 94, 0.22);
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
    align-items: center;
}

.hero-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: clamp(2.2rem, 5vw, 3rem);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(26, 46, 132, 0.12);
    box-shadow: 0 28px 60px -34px rgba(26, 46, 132, 0.55);
    max-width: 360px;
}

.hero-showcase {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width: min(100%, 520px);
    padding: clamp(2.2rem, 4.8vw, 2.9rem);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(241, 245, 249, 0.72));
    border: 1px solid rgba(148, 163, 184, 0.22);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    box-shadow: 0 36px 80px -36px rgba(26, 46, 132, 0.55);
}

.hero-slideshow {
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 4;
    border-radius: 26px;
    overflow: hidden;
    background: radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.68), rgba(148, 163, 184, 0.12)), linear-gradient(135deg, rgba(26, 46, 132, 0.18), rgba(45, 166, 94, 0.12));
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 32px 70px -36px rgba(26, 46, 132, 0.56);
    isolation: isolate;
}

.hero-slide-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(15, 23, 42, 0.78);
    box-shadow: 0 12px 26px -18px rgba(15, 23, 42, 0.5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    cursor: pointer;
    z-index: 4;
    transition: transform 200ms ease, background 200ms ease, border-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.hero-slide-control svg {
    width: 20px;
    height: 20px;
    stroke: rgba(15, 23, 42, 0.7);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    pointer-events: none;
    transition: stroke 200ms ease;
}

.hero-slide-control:hover {
    transform: translateY(-50%) scale(1.05);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(45, 166, 94, 0.45);
    color: rgba(26, 46, 132, 0.85);
    box-shadow: 0 22px 42px -28px rgba(26, 46, 132, 0.6);
}

.hero-slide-control:hover svg {
    stroke: rgba(45, 166, 94, 0.85);
}

.hero-slide-control:focus-visible {
    outline: 2px solid rgba(45, 166, 94, 0.6);
    outline-offset: 2px;
}

.hero-slide-control--prev {
    left: 1rem;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%232DA65E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 5 8 11l6 6'/%3E%3C/svg%3E") 6 12, pointer;
}

.hero-slide-control--next {
    right: 1rem;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%232DA65E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 5 6 6-6 6'/%3E%3C/svg%3E") 16 12, pointer;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 520ms ease-in-out, transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
}

.hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 90% at 80% 85%, rgba(15, 23, 42, 0.65), rgba(15, 23, 42, 0.45) 32%, rgba(15, 23, 42, 0.12) 68%, transparent 100%);
    opacity: 0.92;
    z-index: 2;
    pointer-events: none;
    transition: opacity 320ms ease;
}

.hero-slide.is-active:hover::before {
    opacity: 1;
}

.hero-slide-link {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.85rem;
    padding: clamp(1.8rem, 4vw, 2.2rem) clamp(2rem, 4.5vw, 2.4rem);
    text-decoration: none;
    color: inherit;
    z-index: 3;
}

.hero-slide-link:focus-visible {
    outline: 2px solid rgba(45, 166, 94, 0.65);
    outline-offset: 3px;
}

.hero-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.05);
    transform: scale(1.04);
    transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
}

.hero-slide.is-active .hero-slide-image {
    transform: scale(1);
}

.hero-slide.is-active:hover .hero-slide-image,
.hero-slide-link:focus-visible .hero-slide-image {
    transform: scale(1.02);
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 18%, rgba(15, 23, 42, 0.78) 94%), linear-gradient(135deg, rgba(26, 46, 132, 0.22) 0%, transparent 55%);
    mix-blend-mode: normal;
    z-index: 3;
    pointer-events: none;
}

.hero-slide-caption {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.96);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: clamp(1.1rem, 3vw, 1.4rem) clamp(1.2rem, 3.5vw, 1.8rem);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.58));
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 42px -28px rgba(15, 23, 42, 0.65);
    align-self: flex-start;
    max-width: min(100%, 340px);
}

.hero-slide-title {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.24em;
}

.hero-slide-subtitle {
    font-size: 0.86rem;
    letter-spacing: 0.08em;
    text-transform: none;
    opacity: 0.92;
}

.hero-slideshow-indicators {
    display: inline-flex;
    gap: 0.55rem;
    align-self: center;
}

.hero-slide-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.25);
    background: rgba(148, 163, 184, 0.4);
    box-shadow: 0 10px 20px -16px rgba(15, 23, 42, 0.8);
    transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
    cursor: pointer;
}

.hero-slide-dot.is-active {
    background: linear-gradient(135deg, rgba(45, 166, 94, 0.95), rgba(26, 46, 132, 0.9));
    border-color: transparent;
    transform: scale(1.35);
}

.hero-card .hero-logo {
    margin: 0 auto;
}

.hero-card-body {
    display: grid;
    gap: 1.2rem;
    text-align: left;
}


.hero-card-lead {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.36em;
    color: rgba(26, 46, 132, 0.68);
}

.hero-stats {
    display: grid;
    gap: 1.1rem;
}

.hero-stat {
    display: grid;
    gap: 0.35rem;
}

.hero-stat-value {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gts-blue);
}

.hero-stat-label {
    font-size: 0.82rem;
    color: rgba(71, 85, 105, 0.88);
    line-height: 1.5;
}

@media (max-width: 980px) {
    .hero-layout {
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .hero-content {
        text-align: center;
        align-items: center;
    }

    .hero-bullets {
        justify-content: center;
    }

    .hero-bullets li {
        justify-content: center;
    }

    .hero-cta-group {
        justify-content: center;
    }

    .hero-card {
        margin: 0 auto;
        max-width: 380px;
    }

    .hero-showcase {
        margin: 0 auto;
        max-width: 460px;
    }
}

@media (max-width: 640px) {
    .hero-showcase {
        max-width: 100%;
        padding: clamp(1.7rem, 6.5vw, 2.1rem);
    }

    .hero-slide-control {
        width: 56px;
        height: 56px;
        cursor: pointer;
    }

    .hero-slide-control--prev {
        left: 0.75rem;
        cursor: pointer;
    }

    .hero-slide-control--next {
        right: 0.75rem;
        cursor: pointer;
    }
}

/* Partners */
.partner-shell {
    position: relative;
    display: grid;
    gap: 2.5rem;
    padding: clamp(2.8rem, 6vw, 4rem);
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 32px 70px -38px rgba(26, 46, 132, 0.45);
}

.partner-shell::before {
    content: "";
    position: absolute;
    inset: 12% 8%;
    border-radius: 40% 60% 55% 45% / 55% 45% 50% 50%;
    background: radial-gradient(circle at 20% 20%, rgba(26, 46, 132, 0.1), transparent 60%), radial-gradient(circle at 75% 80%, rgba(45, 166, 94, 0.12), transparent 65%);
    opacity: 0.7;
    filter: blur(80px);
    pointer-events: none;
}

.partner-header {
    position: relative;
    display: grid;
    gap: 1rem;
}

.partner-intro {
    font-size: 1rem;
    color: rgba(71, 85, 105, 0.85);
    max-width: 60ch;
}

.partner-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: clamp(1rem, 3vw, 2rem);
    z-index: 1;
}

.partner-item {
    position: relative;
    padding: 1.45rem 1.25rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 32px -24px rgba(26, 46, 132, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.22);
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.partner-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px -30px rgba(45, 166, 94, 0.55);
    border-color: rgba(45, 166, 94, 0.45);
}

.partner-item img {
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
    image-rendering: optimizequality;
    transition: transform 240ms ease;
}

.partner-item:hover img {
    transform: scale(1.05);
}

.partner-footnote {
    position: relative;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgba(71, 85, 105, 0.6);
    text-align: center;
}

@media (max-width: 768px) {
    #navbar {
        margin: 0 1rem;
        padding: 0.75rem 1.2rem;
        border-radius: 24px;
        gap: 0.65rem;
    }

    .brand-title {
        font-size: 0.82rem;
        letter-spacing: 0.18em;
    }

    .brand-subtitle {
        font-size: 0.52rem;
        letter-spacing: 0.24em;
    }

    .logo-badge--nav {
        width: 108px;
        height: 68px;
    }

    .hero-title {
        letter-spacing: 0.14em;
    }

    .hero-subtitle {
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .hero-bullets {
        font-size: 0.88rem;
    }

    .hero-card {
        width: min(100%, 360px);
        padding: 2rem;
    }

    .hero-showcase {
        width: 100%;
        padding: 1.75rem;
    }

    .hero-slideshow {
        aspect-ratio: 16 / 11;
    }

    .hero-slideshow-indicators {
        gap: 0.45rem;
    }

    .hero-cta-group {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-cta-group > * {
        flex: 1 1 100%;
    }

    .cta-button,
    .secondary-link {
        width: 100%;
        text-align: center;
    }

    .secondary-link {
        display: inline-flex;
        justify-content: center;
    }

    .section-title {
        letter-spacing: 0.2em;
    }

    .body-text {
        font-size: 0.98rem;
    }

    .product-card {
        padding: 24px 22px;
        gap: 14px;
    }

    .contact-card {
        padding: 26px;
    }

    .partner-shell {
        padding: 2.2rem;
        border-radius: 28px;
    }

    .partner-intro {
        font-size: 0.95rem;
    }

    .partner-footnote {
        font-size: 0.72rem;
        letter-spacing: 0.24em;
    }

    .catalogue-grid,
    .product-range-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 24px;
    }

    .catalogue-card {
        min-height: 280px;
    }

    .catalogue-card-overlay {
        padding: 1.75rem;
    }

    .product-range-card {
        gap: 1rem;
        padding: 1.6rem;
    }

    .hero-slide-control {
        width: 38px;
        height: 38px;
        font-size: 0.95rem;
    }

    .hero-slide-control--prev {
        left: 0.8rem;
    }

    .hero-slide-control--next {
        right: 0.8rem;
    }
}

@media (max-width: 640px) {
    .scroll-indicator {
        display: none;
    }

    .hero-showcase {
        padding: 1.5rem 1.35rem;
        gap: 0.9rem;
    }

    .hero-slideshow {
        aspect-ratio: 4 / 3;
    }

    .hero-slide-caption {
        gap: 0.35rem;
    }

    .hero-slide-title {
        font-size: 0.95rem;
        letter-spacing: 0.2em;
    }

    .hero-slide-subtitle {
        font-size: 0.72rem;
        letter-spacing: 0.12em;
    }

    .hero-slide-control {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .hero-slide-control--prev {
        left: 0.6rem;
    }

    .hero-slide-control--next {
        right: 0.6rem;
    }

    .catalogue-grid,
    .product-range-grid {
        grid-template-columns: 1fr;
    }

    .catalogue-card {
        border-radius: 24px;
        min-height: 260px;
    }

    .catalogue-card-overlay {
        padding: 1.5rem;
    }

    .catalogue-card-overlay h3 {
        font-size: 1.05rem;
    }

    .catalogue-tags {
        gap: 0.4rem;
    }

    .catalogue-tag {
        padding: 0.28rem 0.75rem;
        font-size: 0.62rem;
    }

    .product-range-card {
        border-radius: 24px;
        flex-direction: column;
        text-align: center;
    }

    .product-range-media {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 540px) {
    #navbar {
        margin: 0 0.75rem;
        padding: 0.65rem 1rem;
        border-radius: 20px;
    }

    .logo-badge--nav {
        width: 92px;
        height: 58px;
        border-width: 1.5px;
    }

    .logo-image {
        transform: translateY(0) scale(1.01);
    }

    .brand-title {
        font-size: 0.78rem;
        letter-spacing: 0.14em;
    }

    .brand-subtitle {
        font-size: 0.46rem;
        letter-spacing: 0.18em;
    }

    .hero-layout {
        margin-top: 1.25rem;
    }

    section#hero {
        min-height: 0;
        padding-top: 6rem;
        padding-bottom: 3.5rem;
    }

    .hero-title {
        font-size: clamp(1.8rem, 8vw, 2.2rem);
    }

    .hero-subtitle {
        font-size: 0.92rem;
    }

    .hero-bullets {
        font-size: 0.85rem;
    }

    .hero-bullets li::before {
        width: 8px;
        height: 8px;
        margin-top: 0.28rem;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .partner-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
}

@media (max-width: 420px) {
    #navbar {
        margin: 0 0.55rem;
        padding: 0.6rem 0.85rem;
        border-radius: 18px;
    }

    .brand-title {
        font-size: 0.74rem;
        letter-spacing: 0.12em;
    }

    .brand-subtitle {
        font-size: 0.44rem;
        letter-spacing: 0.16em;
    }

    .hero-card {
        padding: 1.75rem;
    }

    .product-card {
        padding: 20px 18px;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .partner-shell {
        padding: 1.8rem;
    }

    .logo-badge--nav {
        width: 80px;
        height: 50px;
    }
}

@media (max-width: 780px) {
    .partner-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 14px;
    }

    .partner-item {
        padding: 1rem;
        min-height: 90px;
    }

    .partner-item img {
        max-height: 48px;
    }
}


.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 30px;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(26, 46, 132, 0.95), rgba(45, 166, 94, 0.88));
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.72rem;
    font-weight: 600;
    box-shadow: 0 18px 38px -22px rgba(26, 46, 132, 0.65);
    transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 280ms ease;
}

.cta-button:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 24px 52px -24px rgba(45, 166, 94, 0.78);
}

.secondary-link {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(26, 46, 132, 0.75);
    position: relative;
    padding-bottom: 6px;
    transition: color 220ms ease;
}

.secondary-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(26, 46, 132, 0.75), rgba(45, 166, 94, 0.75));
    transform-origin: left;
    transform: scaleX(0.4);
    transition: transform 220ms ease;
}

.secondary-link:hover {
    color: rgba(26, 46, 132, 0.95);
}

.secondary-link:hover::after {
    transform: scaleX(1);
}

.cta-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 250ms ease;
}

.cta-button:hover .cta-arrow {
    transform: translateX(6px);
}
.scroll-indicator .arrow {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, rgba(148, 163, 184, 0.05), rgba(45, 166, 94, 0.75));
    border-radius: 999px;
    position: relative;
    animation: floatArrow 1.8s ease-in-out infinite;
}

.scroll-indicator .arrow::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(45, 166, 94, 0.85);
    border-bottom: 2px solid rgba(45, 166, 94, 0.85);
    border-radius: 2px;
}

.scroll-indicator span:first-child {
    letter-spacing: 0.5em;
    animation: indicatorPulse 2.2s ease-in-out infinite;
}

/* About visuals */
.glass-panel {
    position: relative;
    overflow: hidden;
}

.glass-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(26, 46, 132, 0.18), transparent 55%);
    opacity: 0.35;
    pointer-events: none;
}

.about-bg-shape {
    position: absolute;
    inset: 10% 8%;
    border-radius: 45% 55% 50% 40% / 55% 45% 55% 45%;
    background: radial-gradient(circle at 20% 20%, rgba(26, 46, 132, 0.18), transparent 55%), radial-gradient(circle at 80% 80%, rgba(45, 166, 94, 0.18), transparent 60%);
    filter: blur(60px);
    opacity: 0.45;
    pointer-events: none;
}

.section-title {
    font-size: clamp(2.1rem, 3vw, 2.6rem);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(26, 46, 132, 0.95), rgba(45, 166, 94, 0.95));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.body-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(51, 65, 85, 0.85);
}

.section-underline {
    display: block;
    width: 110px;
    height: 3px;
    margin: 18px auto 0;
    background: linear-gradient(90deg, rgba(26, 46, 132, 0.65), rgba(45, 166, 94, 0.75));
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

.section-underline::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), transparent);
    animation: underlineSweep 2.6s ease-in-out infinite;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gts-blue);
    background: rgba(26, 46, 132, 0.12);
    border: 1px solid rgba(45, 166, 94, 0.25);
    box-shadow: 0 10px 24px -20px rgba(25, 85, 180, 0.6);
    transition: transform 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

.badge:hover {
    transform: translateY(-6px);
    background: rgba(45, 166, 94, 0.18);
    box-shadow: 0 18px 40px -28px rgba(26, 46, 132, 0.6), 0 0 22px -12px rgba(45, 166, 94, 0.85);
}

.about-proof {
    position: relative;
    width: min(100%, 360px);
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding: clamp(2rem, 4.5vw, 2.8rem);
    border-radius: 34px;
    background: linear-gradient(160deg, rgba(26, 46, 132, 0.9), rgba(45, 166, 94, 0.85));
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 30px 60px -40px rgba(26, 46, 132, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.22);
    overflow: hidden;
}

.about-proof::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.25), transparent 55%), radial-gradient(circle at 80% 85%, rgba(255, 255, 255, 0.18), transparent 62%);
    opacity: 0.85;
    pointer-events: none;
}

.about-proof__badge {
    position: relative;
    align-self: flex-start;
    padding: 0.4rem 1.1rem;
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.32);
    font-weight: 600;
}

.about-proof__title {
    position: relative;
    font-size: clamp(1.2rem, 2.4vw, 1.45rem);
    font-weight: 600;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.96);
}

.about-proof__list {
    position: relative;
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-proof__list li {
    display: grid;
    gap: 0.2rem;
}

.about-proof__metric {
    font-size: clamp(1.35rem, 2.6vw, 1.6rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-proof__label {
    font-size: 0.9rem;
    color: rgba(226, 232, 240, 0.85);
    line-height: 1.6;
}

.about-proof__footer {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0.4rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.85rem;
    color: rgba(244, 244, 255, 0.88);
}

.about-proof__footer svg {
    width: 34px;
    height: 34px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.95);
}

/* Products */
.product-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.product-status-panel {
    position: relative;
    display: grid;
    gap: 1.4rem;
    margin: 0 auto;
    max-width: 960px;
    padding: clamp(2rem, 4vw, 2.8rem);
    border-radius: 32px;
    background: linear-gradient(130deg, rgba(248, 250, 252, 0.95), rgba(226, 242, 232, 0.88));
    border: 1px solid rgba(45, 166, 94, 0.2);
    box-shadow: 0 26px 70px -48px rgba(26, 46, 132, 0.6);
    text-align: center;
}

.product-status-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(26, 46, 132, 0.72);
    background: rgba(45, 166, 94, 0.15);
    border: 1px solid rgba(45, 166, 94, 0.28);
}

.product-status-title {
    margin: 0;
    font-size: clamp(1.5rem, 3.2vw, 2rem);
    font-weight: 600;
    color: var(--gts-blue);
}

.product-status-message {
    margin: 0;
    font-size: clamp(0.98rem, 2.2vw, 1.1rem);
    line-height: 1.7;
    color: rgba(60, 72, 88, 0.84);
}

.product-status-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

.product-status-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.8rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    border: 1px solid rgba(45, 166, 94, 0.22);
    color: rgba(26, 46, 132, 0.78);
    background: rgba(255, 255, 255, 0.9);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
}

.product-status-action:hover,
.product-status-action:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px -28px rgba(45, 166, 94, 0.6);
    border-color: rgba(45, 166, 94, 0.42);
    color: var(--gts-blue);
}

.product-status-action--primary {
    color: #062d16;
    border-color: transparent;
    background: linear-gradient(120deg, var(--gts-green), #3ecb7d);
    box-shadow: 0 24px 60px -34px rgba(45, 166, 94, 0.8);
}

.product-status-action--primary:hover,
.product-status-action--primary:focus-visible {
    box-shadow: 0 26px 66px -30px rgba(45, 166, 94, 0.85);
}

.product-status-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(26, 46, 132, 0.62);
}

.product-card__status {
    align-self: flex-start;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    background: rgba(45, 166, 94, 0.14);
    color: rgba(26, 46, 132, 0.72);
    border: 1px solid rgba(45, 166, 94, 0.32);
}

.under-development-section {
    position: relative;
    padding: clamp(3rem, 6vw, 4.6rem);
    border-radius: 36px;
    background: linear-gradient(155deg, rgba(8, 15, 31, 0.86), rgba(12, 25, 50, 0.72));
    border: 1px solid rgba(148, 163, 184, 0.42);
    box-shadow: 0 40px 120px -58px rgba(8, 15, 31, 0.78);
    overflow: hidden;
}

.under-development-section__content {
    position: relative;
    z-index: 1;
    filter: blur(7px);
    opacity: 0.3;
    pointer-events: none;
    user-select: none;
}

.under-development-section__overlay {
    position: absolute;
    inset: clamp(1.2rem, 3vw, 2.4rem);
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    align-items: center;
    justify-content: center;
    padding: clamp(2.2rem, 6vw, 3.4rem);
    border-radius: 28px;
    background: linear-gradient(150deg, rgba(15, 23, 42, 0.82), rgba(45, 166, 94, 0.28));
    border: 1px solid rgba(148, 197, 255, 0.28);
    color: rgba(241, 245, 249, 0.96);
    text-align: center;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 34px 90px -48px rgba(8, 15, 31, 0.82);
    z-index: 2;
}

.under-development-section__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.4rem;
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    background: rgba(45, 166, 94, 0.24);
    border: 1px solid rgba(45, 166, 94, 0.4);
    color: rgba(229, 245, 255, 0.84);
}

.under-development-section__overlay h3 {
    margin: 0;
    font-size: clamp(1.7rem, 3.6vw, 2.3rem);
    font-weight: 600;
    letter-spacing: 0.06em;
}

.under-development-section__message {
    margin: 0;
    max-width: 640px;
    font-size: clamp(1rem, 2.4vw, 1.14rem);
    line-height: 1.75;
    color: rgba(226, 232, 240, 0.88);
}

.under-development-section__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

.under-development-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.92rem 1.95rem;
    border-radius: 999px;
    border: 1px solid rgba(229, 245, 255, 0.35);
    background: rgba(229, 245, 255, 0.16);
    color: rgba(241, 245, 249, 0.96);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.under-development-section__button:hover,
.under-development-section__button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px -28px rgba(8, 15, 31, 0.68);
    border-color: rgba(229, 245, 255, 0.55);
    background: rgba(229, 245, 255, 0.22);
}

.under-development-section__button--secondary {
    background: transparent;
    border-color: rgba(45, 166, 94, 0.36);
}

.under-development-section__button--secondary:hover,
.under-development-section__button--secondary:focus-visible {
    border-color: rgba(45, 166, 94, 0.6);
    background: rgba(45, 166, 94, 0.24);
}

@media (max-width: 768px) {
    .under-development-section {
        padding: clamp(1.8rem, 8vw, 2.6rem);
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .under-development-section__content {
        display: none;
    }

    .under-development-section__overlay {
        position: static;
        inset: auto;
        width: 100%;
        padding: clamp(1.6rem, 7vw, 2.4rem);
    }

    .under-development-section__actions {
        gap: 0.75rem;
        width: 100%;
    }

    .under-development-section__button,
    .under-development-section__button--secondary {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 248, 0.7));
    border: 1px solid rgba(26, 46, 132, 0.15);
    box-shadow: 0 30px 70px -46px rgba(26, 46, 132, 0.72);
    overflow: hidden;
    text-decoration: none;
    transform: translateY(0);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
    isolation: isolate;
}

.product-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(26, 46, 132, 0.3), rgba(45, 166, 94, 0.24));
    opacity: 0.55;
    mix-blend-mode: multiply;
    transition: opacity 260ms ease;
    pointer-events: none;
}

.product-card__preview {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.1);
}

.product-card__preview::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 20%, rgba(15, 23, 42, 0.45) 100%);
    opacity: 0.45;
    transition: opacity 260ms ease;
}

.product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 320ms ease;
}

.product-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 26px 28px 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(241, 248, 242, 0.82));
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.product-card__body h3 {
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gts-blue);
}

.product-card__body p {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(60, 72, 88, 0.82);
}

.product-card__action {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.4rem;
    font-size: 0.76rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--gts-green);
    transition: color 220ms ease;
}

.product-card__action::after {
    content: "→";
    font-size: 0.9rem;
}

.product-card:hover {
    transform: translateY(-16px);
    box-shadow: 0 40px 80px -40px rgba(45, 166, 94, 0.78);
    border-color: rgba(45, 166, 94, 0.4);
}

.product-card:hover::after {
    opacity: 0.35;
}

.product-card:hover .product-card__image {
    transform: scale(1.05);
}

.product-card:hover .product-card__preview::after {
    opacity: 0.2;
}

.product-card:hover .product-card__action {
    color: var(--gts-blue);
}

.product-card--linked {
    color: inherit;
}

.product-card--linked:focus-visible {
    outline: 3px solid rgba(45, 166, 94, 0.7);
    outline-offset: 4px;
}

.catalogue-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.catalogue-card {
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    min-height: 320px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 32px 70px -44px rgba(26, 46, 132, 0.75);
    transition: transform 340ms ease, box-shadow 340ms ease;
    text-decoration: none;
    color: inherit;
}

.catalogue-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 8%, rgba(15, 23, 42, 0.85) 90%);
    z-index: 1;
    pointer-events: none;
}

.catalogue-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 80px -46px rgba(45, 166, 94, 0.7);
}

.catalogue-card:focus-visible {
    outline: 2px solid rgba(45, 166, 94, 0.7);
    outline-offset: 4px;
}

.catalogue-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 360ms ease;
}

.catalogue-card:hover .catalogue-media {
    transform: scale(1.08);
}

.catalogue-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.8rem;
    padding: 2rem;
    color: rgba(255, 255, 255, 0.92);
}

.catalogue-card-overlay h3 {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.catalogue-card-overlay p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.9);
}

.catalogue-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.catalogue-tag {
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.36);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.catalogue-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.catalogue-detail-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.catalogue-detail-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(236, 244, 255, 0.8));
    border: 1px solid rgba(148, 163, 184, 0.24);
    box-shadow: 0 30px 64px -42px rgba(26, 46, 132, 0.58);
    min-height: 220px;
}

.catalogue-detail-card h3 {
    font-size: 1.05rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gts-blue);
}

.catalogue-detail-card p,
.catalogue-detail-card ul {
    font-size: 0.95rem;
    color: rgba(51, 65, 85, 0.85);
    line-height: 1.65;
    margin: 0;
}

.catalogue-detail-card ul {
    padding-left: 1.1rem;
    list-style: disc;
}

.catalogue-detail-note {
    text-align: center;
    font-size: 0.92rem;
    color: rgba(71, 85, 105, 0.8);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.product-range-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.product-range-card {
    display: flex;
    gap: 1.4rem;
    align-items: center;
    padding: 1.8rem;
    border-radius: 28px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(236, 246, 255, 0.7));
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 30px 68px -42px rgba(26, 46, 132, 0.65);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.product-range-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 36px 76px -42px rgba(45, 166, 94, 0.65);
}

.product-range-media {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 18px;
    background: rgba(148, 163, 184, 0.12);
    padding: 0.75rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.2);
}

.product-range-content h3 {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gts-blue);
}

.product-range-content p {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: rgba(51, 65, 85, 0.82);
    line-height: 1.6;
}

/* Contact */
.contact-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 32px;
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.75));
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(26, 46, 132, 0.2);
    box-shadow: 0 34px 70px -40px rgba(26, 46, 132, 0.72);
}

.contact-label {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(26, 46, 132, 0.65);
    margin-bottom: 6px;
}

.contact-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    border-radius: 32px;
    background: linear-gradient(160deg, rgba(248, 250, 252, 0.9), rgba(236, 246, 255, 0.55));
    border: 1px solid rgba(148, 163, 184, 0.18);
    min-height: 118px;
    overflow: hidden;
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.contact-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(45, 166, 94, 0.12), transparent 55%), radial-gradient(circle at bottom right, rgba(26, 46, 132, 0.12), transparent 60%);
    opacity: 0;
    transition: opacity 240ms ease;
    pointer-events: none;
}

.contact-item:hover {
    transform: translateY(-6px);
    border-color: rgba(45, 166, 94, 0.4);
    box-shadow: 0 24px 60px -32px rgba(26, 46, 132, 0.55);
}

.contact-item:hover::before {
    opacity: 1;
}

.contact-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(26, 46, 132, 0.92), rgba(45, 166, 94, 0.9));
    color: #fff;
    box-shadow: 0 16px 32px -20px rgba(26, 46, 132, 0.65);
    animation: iconPulse 6s ease-in-out infinite;
}

.contact-icon::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
    opacity: 0.7;
    pointer-events: none;
}

.contact-icon-svg {
    width: 26px;
    height: 26px;
    animation: iconFloat 4.5s ease-in-out infinite;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: rgba(51, 65, 85, 0.9);
    font-size: 0.95rem;
}

.contact-value {
    line-height: 1.6;
    font-weight: 600;
}

.contact-separator {
    margin: 0 0.35rem;
    color: rgba(51, 65, 85, 0.55);
}

.contact-link {
    color: var(--gts-green);
    transition: color 200ms ease;
    font-weight: 600;
}

.contact-link:hover {
    color: var(--gts-blue);
}

.contact-value--phones {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.contact-link--pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.6rem;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(26, 46, 132, 0.92), rgba(45, 166, 94, 0.85));
    color: #e6fdf3;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.78rem;
    box-shadow: 0 20px 44px -30px rgba(26, 46, 132, 0.75);
    transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease, color 240ms ease;
}

.contact-link--pill:hover {
    transform: translateY(-5px);
    background: linear-gradient(145deg, rgba(45, 166, 94, 0.95), rgba(26, 46, 132, 0.92));
    box-shadow: 0 26px 56px -34px rgba(45, 166, 94, 0.78);
    color: #ffffff;
}

.contact-form {
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(240, 249, 244, 0.7));
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(45, 166, 94, 0.22);
    backdrop-filter: blur(16px);
    box-shadow: 0 30px 68px -44px rgba(45, 166, 94, 0.7);
}

.location-panel {
    margin-top: clamp(3rem, 6vw, 4.75rem);
    border-radius: 40px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(236, 248, 255, 0.8));
    border: 1px solid rgba(148, 163, 184, 0.22);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    box-shadow: 0 36px 80px -42px rgba(26, 46, 132, 0.6);
}

.location-panel__content {
    display: grid;
    gap: clamp(1.8rem, 4vw, 2.6rem);
    padding: clamp(2.4rem, 5vw, 3rem);
}

.location-panel__intro {
    display: grid;
    gap: 0.9rem;
    max-width: 640px;
}

.location-panel__eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: rgba(26, 46, 132, 0.7);
}

.location-panel__title {
    font-size: clamp(1.6rem, 2.8vw, 2rem);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gts-blue);
}

.location-panel__text {
    font-size: 1.02rem;
    line-height: 1.75;
    color: rgba(51, 65, 85, 0.85);
}

.location-panel__map {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 28px 60px -36px rgba(15, 23, 42, 0.6);
    aspect-ratio: 16 / 10;
}

.location-panel__map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
}

.location-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: center;
}

.form-label {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: rgba(26, 46, 132, 0.7);
}

.form-input {
    width: 100%;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.8);
    box-shadow: inset 0 1px 10px rgba(148, 163, 184, 0.15);
    transition: border 180ms ease, box-shadow 180ms ease;
    font-size: 0.95rem;
    color: #1f2937;
}

.form-input:focus {
    outline: none;
    border-color: rgba(45, 166, 94, 0.6);
    box-shadow: 0 0 0 3px rgba(45, 166, 94, 0.25);
}

.submit-button {
    align-self: flex-start;
    padding: 14px 32px;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(26, 46, 132, 0.95), rgba(45, 166, 94, 0.95));
    color: var(--gts-white);
    letter-spacing: 0.18em;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    box-shadow: 0 20px 45px -25px rgba(26, 46, 132, 0.8);
    transition: transform 220ms ease, box-shadow 220ms ease, letter-spacing 220ms ease;
}

.submit-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px -32px rgba(45, 166, 94, 0.82);
    letter-spacing: 0.22em;
}

.cta-button--outline {
    background: transparent;
    color: var(--gts-blue);
    border: 1px solid rgba(26, 46, 132, 0.3);
    box-shadow: 0 18px 40px -28px rgba(15, 23, 42, 0.18);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.cta-button--outline:hover {
    background: rgba(26, 46, 132, 0.08);
    box-shadow: 0 24px 52px -30px rgba(26, 46, 132, 0.32);
}

/* Footer */
.site-footer {
    position: relative;
    margin-top: clamp(4rem, 8vw, 6rem);
    padding: clamp(3.5rem, 7vw, 5rem) clamp(1.5rem, 6vw, 3.5rem);
    background: linear-gradient(135deg, rgba(26, 46, 132, 0.96), rgba(45, 166, 94, 0.88));
    color: #ffffff;
    overflow: hidden;
}

.footer-shadow {
    position: absolute;
    inset: 0 0 auto;
    height: 18px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.35), transparent);
    opacity: 0.4;
}

.footer-shell {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: min(1180px, 94vw);
    display: grid;
    gap: clamp(2.8rem, 6vw, 3.6rem);
}

.footer-top {
    display: grid;
    gap: clamp(2.5rem, 5vw, 3.2rem);
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
    align-items: start;
}

.footer-brand {
    display: grid;
    gap: 1.2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-logo-image {
    width: 86px;
    height: 86px;
    object-fit: contain;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.85rem;
    box-shadow: 0 18px 40px -28px rgba(0, 0, 0, 0.45);
}

.footer-brand-title {
    font-size: 1rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-brand-subtitle {
    font-size: 0.72rem;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.75);
}

.footer-description {
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(226, 232, 240, 0.82);
}

.footer-cta {
    align-self: flex-start;
    box-shadow: 0 26px 58px -30px rgba(0, 0, 0, 0.55);
}

.footer-columns {
    display: grid;
    gap: clamp(1.8rem, 4vw, 2.4rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-column {
    display: grid;
    gap: 0.9rem;
    color: rgba(226, 232, 240, 0.88);
}

.footer-heading {
    font-size: 0.78rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.85);
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.65rem;
}

.footer-list a,
.footer-list span {
    font-size: 0.92rem;
    line-height: 1.7;
    color: inherit;
}

.footer-list--contact a {
    color: rgba(190, 242, 100, 0.9);
    transition: color 200ms ease;
}

.footer-list--contact a:hover {
    color: #ffffff;
}

.footer-column-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(226, 232, 240, 0.78);
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
}

.footer-link {
    position: relative;
    color: rgba(255, 255, 255, 0.78);
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-size: 0.68rem;
    transition: color 200ms ease;
}

.footer-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 200ms ease;
}

.footer-link:hover {
    color: #ffffff;
}

.footer-link:hover::after {
    transform: scaleX(1);
}

.footer-link--inline {
    letter-spacing: 0.12em;
    font-size: 0.75rem;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 1.8rem;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-legal {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.6);
}

.social-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 55%), linear-gradient(140deg, rgba(26, 46, 132, 0.92), rgba(45, 166, 94, 0.88));
    color: #ffffff;
    box-shadow: 0 22px 46px -28px rgba(19, 40, 120, 0.78);
    transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
    overflow: hidden;
}

.social-link::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 15px;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    opacity: 0.85;
    transition: opacity 260ms ease;
    pointer-events: none;
}

.social-link::after {
    content: "";
    position: absolute;
    top: -20%;
    right: -20%;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 70%);
    opacity: 0.45;
    transition: opacity 260ms ease;
    pointer-events: none;
}

.social-link svg {
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
}

.social-link:hover {
    transform: translateY(-8px) scale(1.05);
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.24), transparent 50%), linear-gradient(140deg, rgba(45, 166, 94, 0.96), rgba(26, 46, 132, 0.92));
    box-shadow: 0 30px 60px -28px rgba(21, 94, 117, 0.85);
}

.social-link:hover::before {
    opacity: 1;
}

.social-link:hover::after {
    opacity: 0.65;
}

.social-link:focus-visible {
    outline: 3px solid rgba(94, 234, 212, 0.6);
    outline-offset: 4px;
}

@media (max-width: 1060px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-columns {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

@media (max-width: 780px) {
    .location-panel__content {
        padding: clamp(2rem, 8vw, 2.4rem);
    }

    .location-panel__map {
        aspect-ratio: 3 / 2;
    }

    .footer-shell {
        gap: 2.6rem;
    }

    .footer-columns {
        grid-template-columns: 1fr 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 580px) {
    .location-panel__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-columns {
        grid-template-columns: 1fr;
    }

    .footer-link {
        font-size: 0.72rem;
        letter-spacing: 0.18em;
    }

    .footer-link--inline {
        letter-spacing: 0.1em;
    }

    .footer-legal {
        letter-spacing: 0.14em;
    }
}

/* WhatsApp */
.whatsapp-button {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 45;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(circle, var(--gts-green), #1c884a);
    color: #ffffff;
    box-shadow: 0 18px 40px -25px rgba(45, 166, 94, 0.85), 0 0 12px rgba(45, 166, 94, 0.75);
    animation: whatsappPulse 2.8s ease-in-out infinite;
}

.whatsapp-button:hover {
    transform: translateY(-4px);
}

/* Scroll animations */
[data-animate] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 600ms ease, transform 600ms ease;
}

[data-animate].is-visible {
    opacity: 1;
    transform: translateY(0);
}

[data-animate="zoom-in"] {
    transform: scale(0.85);
}

[data-animate="zoom-in"].is-visible {
    transform: scale(1);
}

[data-animate="fade-up"] {
    transform: translateY(40px);
}

[data-animate="slide-left"] {
    transform: translateX(60px);
}

[data-animate="slide-left"].is-visible {
    transform: translateX(0);
}

/* Keyframes */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes preloaderSweep {
    to {
        transform: rotate(360deg);
    }
}

@keyframes preloaderGlow {
    0%,
    100% {
        opacity: 0.65;
        filter: drop-shadow(0 0 14px rgba(45, 166, 94, 0.45));
    }
    50% {
        opacity: 1;
        filter: drop-shadow(0 0 22px rgba(45, 166, 94, 0.7));
    }
}

@keyframes preloaderTextPulse {
    0%,
    100% {
        transform: translateY(0) scale(1);
        letter-spacing: 0.33em;
        opacity: 0.9;
    }
    50% {
        transform: translateY(-4px) scale(1.03);
        letter-spacing: 0.38em;
        opacity: 1;
    }
}

@keyframes preloaderStatusFade {
    0%,
    100% {
        opacity: 0.55;
    }
    50% {
        opacity: 1;
    }
}

@keyframes gradientMove {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes meshFlow {
    0% {
        transform: translate(-2%, -2%) scale(1);
    }
    50% {
        transform: translate(3%, 4%) scale(1.04);
    }
    100% {
        transform: translate(-2%, -2%) scale(1);
    }
}

@keyframes particleDrift {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-2%, -4%, 0) scale(1.05);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes logoPulse {
    0%,
    100% {
        filter: drop-shadow(0 0 0 rgba(45, 166, 94, 0.0));
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 16px rgba(45, 166, 94, 0.5));
        transform: scale(1.05);
    }
}

@keyframes floatArrow {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(6px);
    }
}

@keyframes indicatorPulse {
    0%,
    100% {
        opacity: 0.6;
        letter-spacing: 0.4em;
    }
    50% {
        opacity: 1;
        letter-spacing: 0.55em;
    }
}

@keyframes drift {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, -10px) rotate(8deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes rotateSlow {
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulseGlow {
    0%,
    100% {
        box-shadow: 0 0 30px rgba(26, 46, 132, 0.25);
    }
    50% {
        box-shadow: 0 0 45px rgba(45, 166, 94, 0.35);
    }
}

@keyframes underlineSweep {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes whatsappPulse {
    0%,
    100% {
        box-shadow: 0 18px 40px -25px rgba(45, 166, 94, 0.95), 0 0 12px rgba(45, 166, 94, 0.75);
    }
    50% {
        box-shadow: 0 18px 50px -20px rgba(45, 166, 94, 0.85), 0 0 20px rgba(45, 166, 94, 0.85);
    }
}

@keyframes emblemDrift {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate3d(6px, -8px, 0) scale(1.05);
        opacity: 0.85;
    }
}

@keyframes orbitSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes orbitPulse {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.85;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.25);
        opacity: 1;
    }
}

@keyframes progressPulse {
    0%,
    100% {
        transform: translateY(0) scale(0.85);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-6px) scale(1.12);
        opacity: 1;
    }
}

@keyframes iconPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 16px 32px -20px rgba(26, 46, 132, 0.55);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 22px 46px -24px rgba(45, 166, 94, 0.6);
    }
}

@keyframes iconFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

/* Responsive tweaks */
@media (max-width: 768px) {
    #navbar {
        margin: 16px;
    }

    .hero-logo {
        width: clamp(200px, 50vw, 260px);
        height: clamp(130px, 32vw, 180px);
    }

    .glass-panel,
    .contact-card,
    .contact-form,
    .product-card {
        border-radius: 26px;
    }

    .product-card {
        text-align: left;
    }

    .scroll-indicator {
        bottom: 80px;
    }
}

@media (max-width: 640px) {
    .hero-subtitle {
        font-size: 1.35rem;
        letter-spacing: 0.08em;
    }

    .hero-title {
        letter-spacing: 0.24em;
    }

    .about-proof {
        width: 100%;
    }

    .contact-form,
    .contact-card {
        padding: 26px;
    }

    .contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .contact-icon {
        width: 52px;
        height: 52px;
    }

    .whatsapp-button {
        right: 18px;
        bottom: 18px;
        width: 52px;
        height: 52px;
    }
}
