.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.glass-nav {
    background: rgba(249, 250, 246, 0.7);
    backdrop-filter: blur(20px);
}

.signature-gradient {
    background: linear-gradient(135deg, #2d6a4f 0%, #1f5e44 100%);
}

.chart-bar {
    transition: height 1s ease-out;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

html.lang-el body,
html.lang-el body *:not(.material-symbols-outlined) {
    font-family: "Ubuntu", sans-serif !important;
}

#languageSwitcher summary::-webkit-details-marker,
#mobileNav summary::-webkit-details-marker {
    display: none;
}

#languageSwitcherMenu,
#mobileNav summary {
    -webkit-tap-highlight-color: transparent;
}

#languageSwitcherMenu {
    z-index: 120;
    pointer-events: auto;
}

#languageSwitcherMenu button,
#languageSwitcherMenu a {
    position: relative;
    z-index: 121;
    pointer-events: auto;
}

[data-animate] {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.2, .8, .2, 1);
}

[data-animate].in-view {
    opacity: 1;
    transform: translateY(0);
}

[data-animate="left"] {
    transform: translateX(-34px);
}

[data-animate="right"] {
    transform: translateX(34px);
}

[data-animate="zoom"] {
    transform: scale(.94);
}

[data-animate="left"].in-view,
[data-animate="right"].in-view,
[data-animate="zoom"].in-view {
    transform: translate(0, 0) scale(1);
}

.hover-lift {
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(45, 106, 79, .12);
}

.floating-phone {
    animation: floatPhone 6s ease-in-out infinite;
}

.floating-card {
    animation: floatCard 7s ease-in-out infinite;
}

.pulse-soft {
    animation: pulseSoft 2.8s ease-in-out infinite;
}

.hero-orb {
    animation: orbMove 10s ease-in-out infinite alternate;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
}

.hero-slide.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    position: relative;
}

.hero-dots button {
    width: .65rem;
    height: .65rem;
    border-radius: 9999px;
    background: rgba(45, 106, 79, .18);
    transition: all .3s ease;
}

.hero-dots button.active {
    width: 2rem;
    background: #2d6a4f;
}

.shine-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.shine-card::after {
    content: "";
    position: absolute;
    inset: -120% auto auto -30%;
    width: 45%;
    height: 280%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
    transition: transform .9s ease;
}

.shine-card:hover::after {
    transform: translateX(260%) rotate(18deg);
}

.contact-hero-grid {
    background:
        radial-gradient(circle at top right, rgba(177, 240, 206, .8), transparent 35%),
        radial-gradient(circle at bottom left, rgba(249, 211, 119, .45), transparent 30%),
        linear-gradient(180deg, rgba(249, 250, 246, 1), rgba(236, 239, 234, 1));
}

.contact-panel {
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(18px);
}

.contact-grid-pattern {
    background-image:
        linear-gradient(rgba(45, 106, 79, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45, 106, 79, .08) 1px, transparent 1px);
    background-size: 26px 26px;
}

@keyframes floatPhone {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

@keyframes floatCard {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulseSoft {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(45, 106, 79, .14);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 0 0 12px rgba(45, 106, 79, 0);
    }
}

@keyframes orbMove {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }
    to {
        transform: translate3d(20px, -14px, 0) scale(1.08);
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

    [data-animate] {
        opacity: 1 !important;
        transform: none !important;
    }

    .hero-slide {
        position: relative;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .hero-slide:not(:first-child),
    .hero-dots,
    .hero-nav {
        display: none !important;
    }
}


.blog-card {
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(45, 106, 79, .10);
    border-color: rgba(45, 106, 79, .18);
}

.blog-prose {
    color: #2e3430;
}

.blog-prose section + section {
    margin-top: 2.5rem;
}

.blog-prose h2 {
    font-family: "Lexend", sans-serif;
    font-size: clamp(1.7rem, 2vw, 2.2rem);
    line-height: 1.12;
    letter-spacing: -.03em;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blog-prose p {
    color: #5b605c;
    font-size: 1.04rem;
    line-height: 1.85;
    margin-bottom: 1rem;
}

.blog-prose p:last-child {
    margin-bottom: 0;
}