:root {
    --gp-red: #cf2b2d;
    --gp-green: #1f7a3b;
    --gp-offwhite: #fbf6ee;
    --gp-dark: #14261b;
    --gp-accent: #f2b21b;
    --gp-cream: #fffdf7;
    --gp-ink: #1f2f24;
    --gp-muted: #546b5c;
    --gp-sage: #e7f2ea;
    --gp-border: rgba(31, 122, 59, 0.14);
    --gp-shadow: 0 24px 60px rgba(14, 34, 22, 0.16);
    --gp-shadow-soft: 0 12px 32px rgba(14, 34, 22, 0.1);
    --gp-glass: rgba(255, 255, 255, 0.28);
    --gp-radius: 22px;
    --gp-navbar-offset: 120px;
    /* Default (EN/FR): Changa */
    --gp-display: "Changa", sans-serif;
    --gp-body: "Changa", sans-serif;
}

html[dir="rtl"] {
    /* Arabic: Cairo */
    --gp-display: "Cairo", "Changa", sans-serif;
    --gp-body: "Cairo", "Changa", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body.gp-body {
    font-family: var(--gp-body);
    background-color: #fff;
    background-image: none;
    color: var(--gp-ink);
    overflow-x: hidden;
    line-height: 1.75;
    font-weight: 500;
}

main {
    animation: fadeUp 0.6s ease both;
    background: #fff;
}

/* Keep the first visible block clear of the fixed navbar on every page */
body.gp-body main > .gp-page-hero:first-child {
    padding-top: max(140px, calc(var(--gp-navbar-offset) + 24px));
}

body.gp-body main > .gp-section:first-child {
    padding-top: calc(var(--gp-navbar-offset) + 24px) !important;
}

body.gp-body main > .gp-hero-slider-wrap:first-child {
    padding-top: calc(var(--gp-navbar-offset) + 16px) !important;
}

@media (prefers-reduced-motion: reduce) {
    main {
        animation: none;
    }
}

/* Force unified font across all elements */
*,
*::before,
*::after {
    font-family: var(--gp-body);
}

/* Respect Arabic font in RTL contexts */
html[dir="rtl"] *,
html[dir="rtl"] *::before,
html[dir="rtl"] *::after {
    font-family: var(--gp-body);
}

/* Set default text elements to green instead of black */
body,
body p,
body li,
body span,
body label,
body input,
body textarea,
body button,
body small {
    color: var(--gp-ink);
    font-weight: 500;
    text-shadow: none;
}

strong,
b {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--gp-display);
    font-weight: 700;
    letter-spacing: 0.2px;
}

h1,
h2,
h3,
h4 {
    color: var(--gp-red);
}

h5,
h6 {
    color: var(--gp-green);
}

a {
    color: var(--gp-green);
    text-decoration: none;
}

a:hover {
    color: var(--gp-red);
}

::selection {
    background: rgba(242, 178, 27, 0.35);
    color: var(--gp-dark);
}

section[id] {
    scroll-margin-top: 140px;
}

a {
    transition: color 0.2s ease, transform 0.2s ease;
}

a:focus-visible,
button:focus-visible,
.form-control:focus-visible,
.btn:focus-visible {
    outline: 3px solid rgba(242, 178, 27, 0.6);
    outline-offset: 2px;
}


.gp-navbar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    padding: 14px 0;
    transition: padding 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
    box-shadow: 0 14px 32px rgba(20, 38, 27, 0.14);
    border-bottom: 1px solid rgba(31, 122, 59, 0.18);
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1200;
    width: 100%;
}

.gp-navbar .container {
    min-height: 92px;
    transition: min-height 0.35s ease;
}

.gp-navbar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(31, 122, 59, 0.08), transparent 60%);
    opacity: 0.6;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.gp-navbar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(31, 122, 59, 0.45), rgba(242, 178, 27, 0.5), transparent);
    opacity: 0.35;
    transition: opacity 0.4s ease;
}

.gp-navbar.is-scrolled {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 34px rgba(20, 38, 27, 0.2);
    padding: 8px 0;
    border-bottom: 1px solid rgba(31, 122, 59, 0.28);
}

.gp-navbar.is-scrolled .container {
    min-height: 72px;
}

.gp-navbar.is-scrolled::before {
    opacity: 1;
}

.gp-navbar.is-scrolled::after {
    opacity: 0.6;
}

.gp-navbar .nav-link {
    color: var(--gp-ink);
    font-weight: 600;
    position: relative;
    font-size: 0.96rem;
    transition: all 0.3s ease;
    padding: 8px 0 4px 0;
    letter-spacing: 0.2px;
}

.gp-navbar.is-scrolled .nav-link {
    font-size: 0.9rem;
}

.gp-navbar .nav-link.is-active {
    color: var(--gp-green);
}

.gp-navbar .nav-link:hover,
.gp-navbar .nav-link:focus {
    color: var(--gp-green);
}

.gp-navbar .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 3px;
    background: linear-gradient(120deg, var(--gp-green), var(--gp-accent));
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 999px;
}

html[dir="rtl"] .gp-navbar .nav-link::after {
    right: 0;
    left: auto;
}

.gp-navbar .nav-link:hover::after,
.gp-navbar .nav-link:focus::after {
    width: 100%;
}

.gp-navbar .nav-link.is-active::after {
    width: 100%;
}

.gp-navbar .navbar-toggler {
    border-color: rgba(31, 138, 58, 0.28);
    transition: all 0.3s ease;
    padding: 6px 10px;
}

.gp-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(31, 138, 58, 0.25);
}

.gp-navbar .navbar-toggler-icon {
    filter: none;
}

.gp-navbar .btn {
    padding: 8px 18px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gp-navbar .btn-outline-light {
    border: 1.5px solid rgba(31, 138, 58, 0.22);
    color: var(--gp-dark);
    background: #fff;
}

.gp-navbar .btn-outline-light:hover {
    background: var(--gp-green);
    border-color: var(--gp-green);
    color: #fff;
}

.gp-navbar .dropdown .btn-light {
    background: #fff;
    border: 1px solid rgba(31, 138, 58, 0.22);
    color: var(--gp-dark);
    font-weight: 600;
    transition: all 0.3s ease;
}

.gp-navbar .dropdown .btn-light:hover {
    background: rgba(31, 138, 58, 0.08);
    border-color: rgba(31, 138, 58, 0.35);
    transform: translateY(-1px);
}

.gp-navbar .dropdown-menu {
    border-radius: 14px;
    border: 1px solid rgba(31, 138, 58, 0.12);
    box-shadow: var(--gp-shadow-soft);
    padding: 8px;
}

.gp-navbar .gp-categories-menu {
    max-height: 360px;
    overflow-y: auto;
}

.gp-navbar .dropdown-item {
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 600;
}

.gp-navbar .dropdown-item:hover,
.gp-navbar .dropdown-item:focus {
    background: rgba(31, 122, 59, 0.12);
    color: var(--gp-dark);
}

@media (max-width: 991.98px) {
    .gp-navbar .navbar-collapse {
        margin-top: 12px;
        padding: 12px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(31, 122, 59, 0.16);
        border-radius: 16px;
        box-shadow: 0 14px 28px rgba(20, 38, 27, 0.12);
    }

    .gp-navbar .navbar-nav {
        gap: 4px;
    }

    .gp-navbar .nav-link {
        padding: 10px 8px 8px !important;
    }
}

.brand-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gp-accent);
    display: inline-block;
    box-shadow: 0 0 12px rgba(242, 178, 27, 0.5);
}

.gp-logo {
    height: 74px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
    filter: drop-shadow(0 3px 10px rgba(31, 138, 58, 0.2));
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gp-logo-wrap {
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    border: 1px solid rgba(31, 138, 58, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(31, 138, 58, 0.1);
}

.gp-navbar.is-scrolled .gp-logo {
    height: 58px;
    max-width: 86px;
}

.gp-navbar:hover .gp-logo {
    transform: scale(1.05);
    filter: drop-shadow(0 5px 14px rgba(31, 138, 58, 0.28));
}

.brand-text {
    color: var(--gp-green);
    font-weight: 800;
    letter-spacing: 0.6px;
    font-size: 1.08rem;
    transition: font-size 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-family: var(--gp-display);
}

.gp-navbar.is-scrolled .brand-text {
    font-size: 0.95rem;
}

.gp-preloader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(31, 138, 58, 0.16), transparent 45%),
        radial-gradient(circle at 80% 30%, rgba(242, 178, 27, 0.18), transparent 46%),
        radial-gradient(circle at 40% 80%, rgba(215, 40, 42, 0.12), transparent 50%),
        linear-gradient(160deg, #ffffff 0%, #f7f4ea 100%);
    z-index: 2200;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    isolation: isolate;
}

.gp-preloader::before {
    content: '';
    position: absolute;
    inset: 12% 18%;
    border-radius: 40px;
    border: 1px solid rgba(31, 138, 58, 0.12);
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    pointer-events: none;
    z-index: 0;
}

.gp-preloader::after {
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 138, 58, 0.2), transparent 70%);
    top: 16%;
    right: 18%;
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

.gp-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.gp-preloader-inner {
    position: relative;
    text-align: center;
    padding: 36px 44px 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 138, 58, 0.16);
    box-shadow: 0 24px 60px rgba(12, 31, 21, 0.18);
    overflow: hidden;
    z-index: 2;
}

.gp-preloader-fruits {
    --fruit-size: 34px;
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.gp-preloader-fruits .fruit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    animation: fruitGather 5.8s cubic-bezier(0.32, 0.84, 0.22, 1) infinite;
    will-change: transform, opacity;
}

.gp-preloader-fruits .fruit-orbit {
    width: var(--fruit-size);
    height: var(--fruit-size);
    display: block;
    filter: drop-shadow(0 6px 12px rgba(18, 42, 30, 0.16));
    animation: fruitOrbit var(--orbit-duration, 6.6s) linear infinite;
    animation-delay: var(--orbit-delay, 0s);
}

.gp-preloader-fruits .fruit-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    animation: fruitCounterSpin var(--orbit-duration, 6.6s) linear infinite, fruitBreath 2.2s ease-in-out infinite;
    animation-delay: var(--orbit-delay, 0s), calc(var(--orbit-delay, 0s) / 2);
}

.gp-preloader-fruits .fruit-1 { --start-x: -44vw; --start-y: -34vh; --base-angle: 0deg; --orbit-radius: 78px; --orbit-duration: 6.1s; --orbit-delay: -0.4s; }
.gp-preloader-fruits .fruit-2 { --start-x: 42vw; --start-y: -30vh; --base-angle: 45deg; --orbit-radius: 90px; --orbit-duration: 6.8s; --orbit-delay: -1.3s; }
.gp-preloader-fruits .fruit-3 { --start-x: -46vw; --start-y: 8vh; --base-angle: 90deg; --orbit-radius: 100px; --orbit-duration: 7.1s; --orbit-delay: -2.2s; }
.gp-preloader-fruits .fruit-4 { --start-x: 45vw; --start-y: 16vh; --base-angle: 135deg; --orbit-radius: 92px; --orbit-duration: 6.4s; --orbit-delay: -0.9s; }
.gp-preloader-fruits .fruit-5 { --start-x: -32vw; --start-y: 36vh; --base-angle: 180deg; --orbit-radius: 82px; --orbit-duration: 6.9s; --orbit-delay: -2.7s; }
.gp-preloader-fruits .fruit-6 { --start-x: 30vw; --start-y: 34vh; --base-angle: 225deg; --orbit-radius: 94px; --orbit-duration: 6.2s; --orbit-delay: -1.7s; }
.gp-preloader-fruits .fruit-7 { --start-x: -6vw; --start-y: -42vh; --base-angle: 270deg; --orbit-radius: 108px; --orbit-duration: 7.4s; --orbit-delay: -3.1s; }
.gp-preloader-fruits .fruit-8 { --start-x: 10vw; --start-y: 42vh; --base-angle: 315deg; --orbit-radius: 86px; --orbit-duration: 6.7s; --orbit-delay: -2.4s; }

@keyframes fruitGather {
    0% {
        transform: translate(var(--start-x), var(--start-y)) scale(0.7);
        opacity: 0;
    }
    16% {
        opacity: 0.9;
    }
    56% {
        transform: translate(calc(var(--start-x) * 0.32), calc(var(--start-y) * 0.32)) scale(0.92);
        opacity: 1;
    }
    76%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
}

@keyframes fruitOrbit {
    from {
        transform: rotate(var(--base-angle)) translateX(var(--orbit-radius));
    }
    to {
        transform: rotate(calc(var(--base-angle) + 1turn)) translateX(var(--orbit-radius));
    }
}

@keyframes fruitCounterSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}

@keyframes fruitBreath {
    0%,
    100% {
        opacity: 0.94;
    }
    50% {
        opacity: 1;
    }
}

.gp-preloader-logo,
.gp-preloader-mark {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(31, 138, 58, 0.12);
    box-shadow: 0 16px 30px rgba(31, 138, 58, 0.12);
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: gpFloat 1.8s ease-in-out infinite;
    position: relative;
    z-index: 4;
}

.gp-preloader-logo {
    object-fit: contain;
    padding: 12px;
}

.gp-preloader-mark {
    font-family: var(--gp-display);
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--gp-green);
    letter-spacing: 1px;
}

.gp-preloader-ring {
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    border: 1px solid rgba(31, 138, 58, 0.28);
    animation: gpRingBreath 2.8s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.gp-preloader-glow {
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 178, 27, 0.2), transparent 60%);
    filter: blur(6px);
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
}

.gp-preloader-text {
    display: block;
    font-family: var(--gp-display);
    font-weight: 700;
    color: var(--gp-dark);
    letter-spacing: 1.2px;
    font-size: 1.1rem;
    position: relative;
    z-index: 3;
}

@media (max-width: 768px) {
    .gp-preloader-fruits {
        --fruit-size: 28px;
    }

    .gp-preloader-fruits .fruit-7,
    .gp-preloader-fruits .fruit-8 {
        display: none;
    }

    .gp-preloader-fruits .fruit-1 { --orbit-radius: 62px; }
    .gp-preloader-fruits .fruit-2 { --orbit-radius: 72px; }
    .gp-preloader-fruits .fruit-3 { --orbit-radius: 80px; }
    .gp-preloader-fruits .fruit-4 { --orbit-radius: 74px; }
    .gp-preloader-fruits .fruit-5 { --orbit-radius: 66px; }
    .gp-preloader-fruits .fruit-6 { --orbit-radius: 76px; }
}

@media (prefers-reduced-motion: reduce) {
    .gp-preloader-fruits .fruit,
    .gp-preloader-fruits .fruit-orbit,
    .gp-preloader-fruits .fruit-icon {
        animation: none !important;
    }

    .gp-preloader-fruits .fruit {
        opacity: 0.85;
        transform: translate(0, 0);
    }

    .gp-preloader-fruits .fruit-orbit {
        transform: rotate(var(--base-angle)) translateX(var(--orbit-radius));
    }
}

.gp-preloader-text::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    border-radius: 999px;
    margin: 10px auto 0;
    background: linear-gradient(120deg, var(--gp-green), var(--gp-accent), var(--gp-red));
    animation: gpPulse 1.4s ease-in-out infinite;
}

@keyframes gpRingBreath {
    0%,
    100% {
        transform: scale(0.96);
        opacity: 0.45;
    }
    50% {
        transform: scale(1.03);
        opacity: 0.9;
    }
}

@keyframes gpFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes gpPulse {
    0%,
    100% {
        opacity: 0.45;
        transform: scaleX(0.85);
    }
    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

.gp-hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
    overflow: hidden;
    isolation: isolate;
}

.gp-hero .swiper {
    width: 100%;
}

.gp-hero .container {
    position: relative;
    z-index: 2;
}

.hero-slide {
    padding: 32px 0;
    background-size: cover;
    background-position: center;
    min-height: clamp(440px, 60vh, 620px);
    display: flex;
    align-items: center;
}

.hero-detail {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.82);
    margin-top: 16px;
    font-size: 1.05rem;
    line-height: 1.8;
}

.gp-hero h1 {
    font-family: var(--gp-display);
    letter-spacing: 0.4px;
    text-shadow: 0 18px 30px rgba(31, 138, 58, 0.32);
    font-size: clamp(2.6rem, 3.2vw + 1rem, 3.9rem);
    line-height: 1.2;
}

.gp-hero .lead {
    max-width: 520px;
    margin-bottom: 0.8rem;
}

.gp-hero .gp-badge {
    margin-bottom: 0.6rem;
}

.gp-hero h1 {
    margin-bottom: 0.75rem;
}

.gp-hero .hero-detail {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.gp-hero .hero-cta {
    margin-top: 1.1rem;
}

.gp-hero .hero-counters {
    margin-top: 1.8rem;
}

.hero-animate {
    opacity: 0;
    transform: translateY(16px);
    transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.swiper-slide-active .hero-animate {
    opacity: 1;
    transform: translateY(0);
}

.hero-image-card {
    background: var(--gp-glass);
    border-radius: var(--gp-radius);
    padding: 18px;
    box-shadow: 0 20px 50px rgba(31, 138, 58, 0.28);
    backdrop-filter: blur(12px) saturate(140%);
    transform: translateY(12px) scale(0.98) rotateY(5deg);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
}

.hero-image-card::before {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: calc(var(--gp-radius) - 6px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 0.6;
    pointer-events: none;
}

.hero-image-card img {
    border-radius: calc(var(--gp-radius) - 6px);
    box-shadow: 0 10px 30px rgba(31, 138, 58, 0.22);
}

.swiper-slide-active .hero-image-card {
    transform: translateY(0) scale(1) rotateY(0deg);
}

.gp-hero .swiper-button-next,
.gp-hero .swiper-button-prev {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 8px 24px rgba(31, 138, 58, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.gp-hero .swiper-button-next:hover,
.gp-hero .swiper-button-prev:hover {
    background: var(--gp-accent);
    color: var(--gp-dark);
    transform: scale(1.15) translateY(-2px);
    box-shadow: 0 12px 32px rgba(242, 178, 27, 0.35);
}

.gp-hero .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.55);
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
    transition: all 0.4s ease;
}

.gp-hero .swiper-pagination-bullet-active {
    background: var(--gp-accent);
    width: 32px;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(242, 178, 27, 0.4);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(242, 178, 27, 0.18), transparent 40%),
        linear-gradient(125deg, rgba(14, 34, 22, 0.75), rgba(31, 138, 58, 0.28) 55%, rgba(242, 178, 27, 0.12));
    z-index: 1;
    pointer-events: none;
}

.hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(12px);
    opacity: 0.4;
    animation: glowPulse 14s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
}

.hero-glow.glow-1 {
    top: -140px;
    right: -100px;
    background: radial-gradient(circle, rgba(215, 40, 42, 0.6), transparent 60%);
}

.hero-glow.glow-2 {
    bottom: -180px;
    left: -80px;
    background: radial-gradient(circle, rgba(242, 178, 27, 0.6), transparent 60%);
    animation-delay: 3.5s;
}

.hero-scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 64px;
    border-radius: 999px;
    border: 2.5px solid rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 10px;
    z-index: 2;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.06);
}

.hero-scroll:hover {
    border-color: var(--gp-accent);
    box-shadow: 0 0 24px rgba(242, 178, 27, 0.4);
}

.hero-scroll span {
    width: 9px;
    height: 14px;
    border-radius: 999px;
    background: var(--gp-accent);
    animation: scrollHint 1.8s ease-in-out infinite;
    box-shadow: 0 2px 8px rgba(242, 178, 27, 0.5);
}

.gp-badge {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    backdrop-filter: blur(10px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(31, 138, 58, 0.18);
}

.gp-btn {
    border-radius: 999px;
    padding: 13px 32px;
    box-shadow: 0 14px 30px rgba(31, 122, 59, 0.25);
    position: relative;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none !important;
}

.gp-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.35), transparent 55%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.gp-btn:hover::before {
    opacity: 1;
}

body.gp-body .btn-primary {
    background: linear-gradient(120deg, var(--gp-green), #26a053);
    border: none;
    transition: all 0.3s ease;
    color: #fff !important;
}

body.gp-body .btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(31, 122, 59, 0.35);
    background: linear-gradient(120deg, #26a053, var(--gp-green));
}

body.gp-body .btn-outline-primary {
    border: 2px solid rgba(31, 122, 59, 0.6) !important;
    color: var(--gp-green) !important;
    background: rgba(31, 122, 59, 0.06);
    transition: all 0.3s ease;
}

body.gp-body .btn-outline-primary:hover {
    background: var(--gp-green);
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(31, 122, 59, 0.25);
}

.gp-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.18);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gp-btn:active::after {
    opacity: 1;
}

.gp-btn-outline {
    border-radius: 999px;
    padding: 13px 32px;
    border: 2px solid rgba(31, 138, 58, 0.4) !important;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #fff;
    color: var(--gp-green);
}

.gp-btn-outline:hover {
    background: var(--gp-green);
    color: #fff;
    border-color: var(--gp-green) !important;
}

/* ===========================
   Hero slider (decorated photos)
=========================== */
.gp-hero-slider-wrap {
    position: relative;
    background: transparent;
    padding-top: 26px;
}

.gp-hero-swiper {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--gp-shadow);
}

.hero-slide {
    position: relative;
    padding: 112px 0 68px;
    background: #fff;
    overflow: hidden;
}

.hero-slide.hero-slide-clean {
    background: #fff;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: none;
    transform: none;
    display: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 16%, rgba(31, 138, 58, 0.16), transparent 38%),
        radial-gradient(circle at 84% 18%, rgba(31, 138, 58, 0.2), transparent 42%),
        linear-gradient(125deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.16));
    pointer-events: none;
    display: none;
}

.hero-title {
    font-size: clamp(1.9rem, 1.6rem + 1.2vw, 2.0rem);
    font-weight: 800;
    color: #c62828;
    text-shadow: none;
    line-height: 1.42;
    margin: 6px auto 2px;
    max-width: 23ch;
    text-wrap: balance;
}

.hero-lead {
    color: var(--gp-muted);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 640px;
    margin-top: 14px;
}

.hero-visual {
    position: relative;
}

.hero-visual-inner {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.hero-blob {
    position: absolute;
    inset: 0;
    border-radius: 32px;
    background: radial-gradient(circle at 30% 30%, rgba(31, 138, 58, 0.2), transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(31, 138, 58, 0.16), transparent 50%),
        linear-gradient(135deg, rgba(31, 138, 58, 0.14), rgba(31, 138, 58, 0.04));
    filter: blur(12px);
    transform: scale(1.04);
}

.hero-glow {
    position: absolute;
    inset: -14%;
    border-radius: 40px;
    background: radial-gradient(circle, rgba(31, 138, 58, 0.18), transparent 65%);
    filter: blur(22px);
}

.hero-main {
    position: relative;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
    animation: floatY 6s ease-in-out infinite;
}

.hero-floating {
    position: absolute;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 138, 58, 0.32), rgba(31, 138, 58, 0.08));
    filter: blur(1px);
}

.hero-floating-1 {
    top: -24px;
    right: 12%;
    animation: floatY 5.2s ease-in-out infinite alternate;
}

.hero-floating-2 {
    bottom: -28px;
    left: 8%;
    animation: floatY 6.4s ease-in-out infinite alternate-reverse;
}

.hero-chip {
    position: absolute;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 122, 59, 0.24);
    color: var(--gp-dark);
    padding: 10px 14px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 12px 28px rgba(31, 122, 59, 0.18);
    backdrop-filter: blur(6px);
}

.hero-chip-top {
    top: 12%;
    right: 6%;
    animation: floatY 5.8s ease-in-out infinite;
}

.hero-chip-bottom {
    bottom: -6%;
    left: 4%;
    animation: floatY 6.6s ease-in-out infinite;
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin: 14px 0 2px;
    padding: 0;
    list-style: none;
}

.hero-meta li {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.meta-kicker {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--gp-green);
    text-shadow: none;
}

.meta-label {
    display: block;
    font-size: 0.98rem;
    line-height: 1.5;
    color: var(--gp-green);
    font-weight: 700;
}

.hero-meta-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(31, 122, 59, 0.22);
    background: rgba(31, 122, 59, 0.1);
    color: var(--gp-green);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(14, 34, 22, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.hero-meta-link:hover {
    transform: translateY(-2px);
    background: rgba(31, 122, 59, 0.18);
    border-color: rgba(31, 122, 59, 0.38);
    color: var(--gp-green);
    box-shadow: 0 14px 28px rgba(14, 34, 22, 0.16);
}

.hero-content {
    position: relative;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    max-width: 540px;
    margin-inline: auto;
    padding: 0;
    backdrop-filter: none;
    overflow: visible;
}

.hero-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 15%, rgba(31, 122, 59, 0.08), transparent 45%);
    pointer-events: none;
}

@keyframes heroShine {
    0% { transform: translateX(-40%) rotate(8deg); opacity: 0; }
    30% { opacity: 0.9; }
    60% { transform: translateX(60%) rotate(8deg); opacity: 0.9; }
    100% { transform: translateX(120%) rotate(8deg); opacity: 0; }
}

.gp-btn,
.gp-btn-outline {
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.gp-btn {
    color: #fff;
}

.gp-btn-outline {
    color: var(--gp-green);
}

.hero-logo-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.hero-brand-logo {
    width: clamp(140px, 20vw, 220px);
    height: auto;
    object-fit: contain;
    margin-bottom: 2px;
}

.hero-logo-panel .section-kicker,
.hero-logo-panel .hero-title,
.hero-logo-panel .hero-lead,
.hero-logo-panel .hero-note {
    text-align: center;
}

.hero-logo-panel .hero-lead,
.hero-logo-panel .hero-note {
    margin-inline: auto;
}

.hero-logo-panel .hero-meta {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-logo-panel .hero-meta li {
    text-align: center;
}

.hero-cta-group {
    width: 100%;
}

.hero-cta-group .btn {
    min-width: 150px;
    padding-inline: 16px;
    font-size: 0.96rem;
}

.hero-product-panel {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 28px;
    border: 1px solid rgba(31, 122, 59, 0.2);
    box-shadow: var(--gp-shadow-soft);
    padding: 12px;
    perspective: 1400px;
    transform-style: preserve-3d;
    will-change: transform, opacity;
}

.hero-product-panel::before {
    content: '';
    position: absolute;
    top: -10%;
    bottom: -10%;
    left: -38%;
    width: 28%;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
    transform: skewX(-18deg) translateX(0);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.hero-product-image {
    width: 100%;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    height: 600px;
    border: 1px solid rgba(31, 122, 59, 0.28);
    transition: transform 1s ease-in-out, filter 1s ease-in-out;
    transform: scale(1.01);
    filter: saturate(1.02) contrast(1.01);
    transform-origin: center center;
    backface-visibility: hidden;
    will-change: transform, filter, opacity;
}

.gp-hero-swiper .swiper-slide-active .hero-product-image {
    animation: heroKenBurns 6.2s ease-in-out infinite alternate;
}

.gp-hero-swiper.is-transitioning .swiper-slide-active .hero-product-panel::before {
    animation: heroWipeSweep 0.95s ease-in-out both;
}

.gp-hero-swiper.is-transitioning.is-dir-next .swiper-slide-active .hero-product-image {
    animation: heroFlipInNext 0.95s ease-in-out both;
}

.gp-hero-swiper.is-transitioning.is-dir-prev .swiper-slide-active .hero-product-image {
    animation: heroFlipInPrev 0.95s ease-in-out both;
}

.hero-product-caption {
    position: absolute;
    left: 28px;
    bottom: 24px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 122, 59, 0.2);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--gp-green);
}

html[dir="rtl"] .hero-product-caption {
    right: 28px;
    left: auto;
}

.gp-hero-status {
    position: absolute;
    top: 20px;
    right: 22px;
    z-index: 4;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(31, 122, 59, 0.24);
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 700;
    color: var(--gp-green);
    box-shadow: 0 12px 28px rgba(20, 38, 27, 0.2);
    backdrop-filter: blur(8px);
}

.gp-hero-current {
    font-size: 1.1rem;
    min-width: 28px;
    text-align: center;
}

.gp-hero-divider,
.gp-hero-total {
    font-size: 0.9rem;
    opacity: 0.8;
}

html[dir="rtl"] .gp-hero-status {
    left: 22px;
    right: auto;
}

.gp-hero-progress {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 10px;
    height: 4px;
    border-radius: 999px;
    background: rgba(31, 122, 59, 0.14);
    z-index: 3;
    overflow: hidden;
}

.gp-hero-progress-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--gp-green), #45a867);
    transition: width 0.45s ease;
}

.gp-hero-pagination {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.gp-hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(31, 138, 58, 0.35);
    opacity: 1;
    transition: background-color 0.25s ease, opacity 0.25s ease;
}

.gp-hero-pagination .swiper-pagination-bullet-active {
    background: var(--gp-green);
    width: 10px;
    border-radius: 999px;
}

.gp-hero-nav {
    position: absolute;
    top: 50%;
    right: 26px;
    bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 4;
    transform: translateY(-50%);
    transition: opacity 0.25s ease;
}

html[dir="rtl"] .gp-hero-nav {
    right: auto;
    left: 26px;
}

.gp-hero-prev,
.gp-hero-next {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(31, 138, 58, 0.3);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(31, 138, 58, 0.2);
    backdrop-filter: blur(8px);
    position: relative;
    transition: transform 0.35s ease-in-out, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.gp-hero-prev::before,
.gp-hero-next::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--gp-green);
    border-right: 2px solid var(--gp-green);
    transform: rotate(135deg);
}

.gp-hero-next::before {
    transform: rotate(-45deg);
}

.gp-hero-prev:hover,
.gp-hero-next:hover {
    background: var(--gp-green);
    border-color: var(--gp-green);
    box-shadow: 0 16px 34px rgba(31, 138, 58, 0.28);
}

.gp-hero-prev:hover {
    transform: translateX(-2px) scale(1.06);
}

.gp-hero-next:hover {
    transform: translateX(2px) scale(1.06);
}

.gp-hero-prev:hover::before,
.gp-hero-next:hover::before {
    border-color: #fff;
}

html[dir="rtl"] .gp-hero-prev:hover {
    transform: translateX(2px) scale(1.06);
}

html[dir="rtl"] .gp-hero-next:hover {
    transform: translateX(-2px) scale(1.06);
}

@keyframes heroKenBurns {
    0% {
        transform: scale(1.01) translate3d(0, 0, 0);
    }
    50% {
        transform: scale(1.06) translate3d(-1%, -0.8%, 0);
    }
    100% {
        transform: scale(1.02) translate3d(0.8%, 0.6%, 0);
    }
}

@keyframes heroFlipInNext {
    0% {
        transform: perspective(1300px) rotateY(8deg) scale(0.98);
        opacity: 0.75;
    }
    45% {
        transform: perspective(1300px) rotateY(-3deg) scale(1.015);
        opacity: 1;
    }
    100% {
        transform: perspective(1300px) rotateY(0deg) scale(1.01);
        opacity: 1;
    }
}

@keyframes heroFlipInPrev {
    0% {
        transform: perspective(1300px) rotateY(-8deg) scale(0.98);
        opacity: 0.75;
    }
    45% {
        transform: perspective(1300px) rotateY(3deg) scale(1.015);
        opacity: 1;
    }
    100% {
        transform: perspective(1300px) rotateY(0deg) scale(1.01);
        opacity: 1;
    }
}

@keyframes heroWipeSweep {
    0% {
        opacity: 0;
        transform: skewX(-18deg) translateX(-4%);
    }
    15% {
        opacity: 0.85;
    }
    100% {
        opacity: 0;
        transform: skewX(-18deg) translateX(430%);
    }
}

@keyframes floatY {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

@media (max-width: 992px) {
    .hero-slide {
        padding: 86px 0 54px;
    }

    .hero-cta-group .btn {
        min-width: 170px;
    }

    .hero-logo-panel .hero-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gp-hero-nav {
        top: auto;
        right: 16px;
        left: auto;
        bottom: 88px;
        transform: none;
        flex-direction: row;
        gap: 10px;
    }

    html[dir="rtl"] .gp-hero-nav {
        left: 16px;
        right: auto;
    }
}

@media (max-width: 576px) {
    .gp-hero-swiper {
        border-radius: 18px;
    }
    .hero-slide {
        padding: 74px 0 46px;
    }

    .hero-content {
        padding: 0;
    }

    .hero-cta-group {
        gap: 10px !important;
    }

    .hero-cta-group .btn {
        width: 100%;
        min-width: 0;
    }

    .hero-logo-panel .hero-meta {
        grid-template-columns: 1fr;
    }

    .hero-product-caption {
        left: 18px;
        bottom: 16px;
        font-size: 0.75rem;
    }

    html[dir="rtl"] .hero-product-caption {
        right: 18px;
    }

    .gp-hero-status {
        top: 12px;
        right: 12px;
        padding: 4px 10px;
    }

    html[dir="rtl"] .gp-hero-status {
        left: 12px;
        right: auto;
    }

    .gp-hero-progress {
        left: 12px;
        right: 12px;
        bottom: 8px;
    }

    .gp-hero-nav {
        right: 12px;
        left: auto;
        bottom: 70px;
        top: auto;
        transform: none;
        flex-direction: row;
        gap: 8px;
    }

    html[dir="rtl"] .gp-hero-nav {
        left: 12px;
        right: auto;
    }
}

.gp-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #fff;
}

.gp-section::before {
    display: none;
}

.gp-section::after {
    display: none;
}

.gp-section > .container {
    position: relative;
    z-index: 1;
}

.gp-hero-lite {
    position: relative;
    padding: 160px 0 90px;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(31, 138, 58, 0.08);
    overflow: hidden;
}

.hero-overlay-lite {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.7));
    pointer-events: none;
}

.gp-hero-lite .container {
    position: relative;
    z-index: 1;
}

.gp-hero-lite .hero-image-card {
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 40px rgba(31, 138, 58, 0.18);
    transform: none;
}

.info-card {
    background: #fff;
    border-radius: var(--gp-radius);
    padding: 24px;
    border: 1.5px solid rgba(31, 138, 58, 0.12);
    box-shadow: var(--gp-shadow-soft);
    height: 100%;
}

.info-card h4 {
    font-family: var(--gp-display);
    font-weight: 700;
    margin-bottom: 12px;
}

.info-card p {
    color: var(--gp-green);
    margin-bottom: 0;
}

.value-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.value-list span {
    background: rgba(31, 138, 58, 0.12);
    color: var(--gp-dark);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.article-card {
    background: #fff;
    border-radius: var(--gp-radius);
    overflow: hidden;
    box-shadow: var(--gp-shadow-soft);
    border: 1.5px solid rgba(31, 138, 58, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 44px rgba(31, 138, 58, 0.18);
}

.article-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.article-content {
    padding: 18px 20px;
}

.article-content h5 {
    font-weight: 700;
    margin-bottom: 8px;
    font-family: var(--gp-display);
}

.article-content p {
    color: var(--gp-muted);
    margin: 0;
}

.cta-slab {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: var(--gp-radius);
    padding: 28px 32px;
    border: 1px solid rgba(31, 122, 59, 0.14);
    box-shadow: var(--gp-shadow-soft);
}

.cta-slab h3 {
    margin-bottom: 6px;
    font-family: var(--gp-display);
    font-weight: 700;
}

.cta-slab p {
    margin: 0;
    color: var(--gp-muted);
}

.hero-note {
    margin-top: 18px;
    color: var(--gp-muted);
    font-size: 0.95rem;
    max-width: 520px;
}

.section-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 24px;
}

.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product-hero-link {
    display: block;
    border-radius: 24px;
    overflow: hidden;
}

.product-main-img {
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.product-hero-link:hover .product-main-img {
    transform: scale(1.02);
}

.product-tile {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(31, 122, 59, 0.12);
    box-shadow: var(--gp-shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(31, 122, 59, 0.16);
    border-color: rgba(31, 122, 59, 0.35);
}

.product-tile img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.product-label {
    padding: 12px 14px 14px;
    font-weight: 600;
    color: var(--gp-dark);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), #f9f6ef);
}

.factory-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.factory-highlights > div {
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(31, 138, 58, 0.1);
    border: 1px solid rgba(31, 138, 58, 0.16);
    color: var(--gp-dark);
    font-weight: 600;
    line-height: 1.6;
}

.order-aside {
    background: #fff;
    border-radius: var(--gp-radius);
    padding: 24px;
    border: 1.5px solid rgba(31, 138, 58, 0.12);
    box-shadow: var(--gp-shadow-soft);
}

.order-aside h4 {
    font-family: var(--gp-display);
    font-weight: 700;
    margin-bottom: 10px;
}

.order-aside p {
    color: var(--gp-green);
    margin-bottom: 16px;
}

.order-aside .contact-info {
    padding: 0;
    margin-top: 18px;
}

.order-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: grid;
    gap: 10px;
}

.order-list li {
    position: relative;
    padding-left: 18px;
    color: var(--gp-dark);
    font-weight: 600;
}

.order-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gp-accent);
}

html[dir="rtl"] .order-list li {
    padding-left: 0;
    padding-right: 18px;
}

html[dir="rtl"] .order-list li::before {
    left: auto;
    right: 0;
}

.form-select {
    border-radius: 12px;
    border-color: rgba(31, 138, 58, 0.16);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 12px 40px 12px 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-select:focus {
    border-color: rgba(31, 138, 58, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(31, 138, 58, 0.18);
    background-color: #fff;
}

.category-block {
    margin-bottom: 36px;
}

.category-block-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.category-block-head h3 {
    font-family: var(--gp-display);
    font-weight: 700;
    margin: 0;
}

.category-block-head p {
    margin: 0;
    color: var(--gp-green);
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.image-tile {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--gp-shadow-soft);
    border: 1px solid rgba(31, 138, 58, 0.1);
}

.image-tile img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.contact-aside {
    background: #fff;
    border-radius: var(--gp-radius);
    overflow: hidden;
    box-shadow: var(--gp-shadow-soft);
    border: 1px solid rgba(31, 138, 58, 0.12);
    position: relative;
}

.contact-aside img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.contact-aside.has-logo-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--contact-logo-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(72%, 320px);
    opacity: 0.08;
    pointer-events: none;
}

.contact-aside .contact-info {
    position: relative;
    z-index: 1;
}

.contact-info {
    padding: 20px;
}

.contact-info h4 {
    font-family: var(--gp-display);
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-address {
    margin-top: 12px;
    font-weight: 700;
    color: var(--gp-dark);
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--gp-dark);
    font-weight: 600;
}

.contact-item a {
    color: inherit;
    text-decoration: none;
}

.contact-item a:hover {
    color: var(--gp-green);
}

.contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 138, 58, 0.12);
    color: var(--gp-green);
    border: 1px solid rgba(31, 138, 58, 0.2);
    flex: 0 0 36px;
    font-size: 1rem;
}

.contact-icon i {
    line-height: 1;
}

.footer-contact {
    display: grid;
    gap: 10px;
    color: var(--gp-green);
    margin: 0;
}

.footer-contact .contact-item {
    color: var(--gp-green);
}

.footer-contact .contact-item a {
    color: var(--gp-green);
}

.footer-contact .contact-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(31, 138, 58, 0.08);
    border-color: rgba(31, 138, 58, 0.16);
}

.store-card {
    background: #fff;
    border-radius: var(--gp-radius);
    padding: 22px;
    border: 1.5px solid rgba(31, 138, 58, 0.12);
    box-shadow: var(--gp-shadow-soft);
}

.store-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.store-card p {
    color: var(--gp-green);
    margin-bottom: 16px;
}

.gp-category-slider {
    background: #fff;
    position: relative;
    border-top: 1px solid rgba(31, 138, 58, 0.12);
    border-bottom: 1px solid rgba(215, 40, 42, 0.1);
}

.gp-category-slider::before {
    display: none;
}

.gp-category-swiper,
.gp-product-swiper {
    position: relative;
    padding-bottom: 50px;
}

.gp-category-swiper .swiper-button-next,
.gp-category-swiper .swiper-button-prev,
.gp-product-swiper .swiper-button-next,
.gp-product-swiper .swiper-button-prev {
    top: 45%;
}

.gp-category-swiper .swiper-pagination-bullet {
    background: var(--gp-green);
    opacity: 0.3;
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
    transition: all 0.4s ease;
}

.gp-category-swiper .swiper-pagination-bullet:nth-child(n+5) {
    display: none;
}

.gp-category-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 32px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(31, 138, 58, 0.3);
}

.gp-product-swiper .swiper-pagination-bullet {
    background: var(--gp-green);
    opacity: 0.3;
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
    transition: all 0.4s ease;
}

.gp-product-swiper .swiper-pagination-bullet:nth-child(n+5) {
    display: none;
}

.gp-product-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 32px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(31, 138, 58, 0.3);
}

.category-card {
    background: linear-gradient(180deg, #ffffff 0%, #f7f3ea 100%);
    border-radius: var(--gp-radius);
    overflow: hidden;
    box-shadow: var(--gp-shadow-soft);
    text-align: center;
    padding-bottom: 16px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    border: 1px solid rgba(31, 122, 59, 0.1);
}

.category-card:hover {
    transform: translateY(-10px);
    border-color: rgba(31, 122, 59, 0.4);
    box-shadow: 0 24px 56px rgba(31, 122, 59, 0.2);
}

.category-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.category-card:hover img {
    transform: scale(1.1);
}

.category-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 31, 21, 0), rgba(12, 31, 21, 0.22));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.category-card:hover::after {
    opacity: 1;
}

.category-card::before {
    content: '';
    position: absolute;
    top: -45%;
    right: -15%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(242, 178, 27, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.category-card:hover::before {
    opacity: 1;
}

.category-card h6 {
    margin-top: 12px;
    padding: 0 12px;
    font-weight: 700;
    color: var(--gp-dark);
    font-size: 1rem;
    transition: color 0.3s ease;
}

.category-card:hover h6 {
    color: var(--gp-green);
}

.category-count {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 12px;
    font-size: 0.75rem;
    color: #fff;
    background: linear-gradient(120deg, var(--gp-green), var(--gp-accent));
    border-radius: 999px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(31, 138, 58, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.category-card:hover .category-count {
    opacity: 1;
    transform: translateY(0);
}

.gp-category-nav .swiper-button-next,
.gp-category-nav .swiper-button-prev {
    color: var(--gp-green);
    background: rgba(31, 138, 58, 0.1);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 6px 16px rgba(31, 138, 58, 0.15);
}

.gp-category-nav .swiper-button-next:hover,
.gp-category-nav .swiper-button-prev:hover {
    background: var(--gp-green);
    color: #fff;
    transform: scale(1.12) translateY(-2px);
    box-shadow: 0 10px 24px rgba(31, 138, 58, 0.35);
}

.gp-section-alt {
    background: #fff;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(31, 122, 59, 0.08);
    border-bottom: 1px solid rgba(31, 122, 59, 0.08);
}

.gp-section-alt::before {
    display: none;
}

.gp-section-alt::after {
    display: none;
}

.section-title {
    font-size: clamp(2rem, 1.8rem + 1vw, 2.6rem);
    font-weight: 800;
    color: var(--gp-green);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    font-family: var(--gp-display);
    letter-spacing: 0.4px;
}

.section-title::after {
    content: '';
    width: 85px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--gp-green), var(--gp-accent), var(--gp-red));
    display: inline-block;
    box-shadow: 0 6px 16px rgba(31, 138, 58, 0.25);
    animation: slideIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes slideIn {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 85px;
        opacity: 1;
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

html[dir="rtl"] .section-title::after {
    order: -1;
}

.about-page-no-dash .section-title::after {
    display: none;
}

.about-page-no-dash .section-title {
    gap: 0;
}

.section-text {
    color: var(--gp-muted);
    max-width: 600px;
    line-height: 1.9;
    font-size: 1.05rem;
    font-weight: 500;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(31, 122, 59, 0.12);
    color: var(--gp-green);
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 12px;
    border: 1px solid rgba(31, 122, 59, 0.2);
}

#about {
    background: #fff;
}

#about.gp-about {
    padding-top: 110px;
    padding-bottom: 110px;
}

.about-grid {
    align-items: center;
}

.about-media {
    position: relative;
    padding: 16px;
    border-radius: calc(var(--gp-radius) + 6px);
    background: linear-gradient(135deg, rgba(31, 138, 58, 0.14), rgba(242, 178, 27, 0.16));
    box-shadow: var(--gp-shadow);
    overflow: hidden;
}

.about-media::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -20%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 138, 58, 0.2), transparent 65%);
    opacity: 0.7;
    pointer-events: none;
}

.about-media::after {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: var(--gp-radius);
    border: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.about-image {
    width: 100%;
    border-radius: var(--gp-radius);
    display: block;
    box-shadow: 0 18px 40px rgba(12, 31, 21, 0.2);
    transform: translateZ(0);
}

.about-content {
    text-align: start;
}

.about-content .section-title {
    margin-bottom: 10px;
}

.about-content .section-text {
    max-width: 620px;
    font-size: 1.05rem;
    color: var(--gp-green);
}

.about-cards {
    margin-top: 24px;
}

.about-card {
    padding: 24px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 239, 0.9));
    border: 1px solid rgba(31, 138, 58, 0.12);
    box-shadow: var(--gp-shadow-soft);
}

.about-card h5 {
    font-family: var(--gp-display);
    font-weight: 700;
    margin-bottom: 12px;
}

.about-card p,
.about-card li {
    color: var(--gp-green);
}

.about-card ul li {
    margin-bottom: 8px;
}

.about-story {
    display: grid;
    gap: 18px;
}

.about-story-block {
    padding: 20px 22px;
    border-radius: 18px;
    border: 1px solid rgba(31, 138, 58, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 239, 0.9));
    box-shadow: 0 10px 24px rgba(31, 138, 58, 0.1);
}

.about-subtitle {
    font-family: var(--gp-display);
    font-size: 1.2rem;
    color: var(--gp-green);
    margin-bottom: 10px;
}

.about-section-text {
    max-width: none;
    margin-bottom: 10px;
}

.about-process-note {
    max-width: none;
    margin-bottom: 0;
}

.about-product-list .factory-highlights {
    margin-top: 0;
}

.about-focus-card p,
.about-value-card p {
    color: var(--gp-muted);
}

#about .glass-card ul li {
    position: relative;
    padding-left: 18px;
}

#about .glass-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gp-accent);
}

html[dir="rtl"] #about .glass-card ul li {
    padding-left: 0;
    padding-right: 18px;
}

html[dir="rtl"] #about .glass-card ul li::before {
    left: auto;
    right: 0;
}

@media (max-width: 768px) {
    #about.gp-about {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .about-media {
        padding: 12px;
    }

    .about-content .section-text {
        font-size: 1rem;
    }

    .about-card {
        padding: 20px;
    }

    .about-story-block {
        padding: 18px;
    }

    .gp-hero-lite {
        padding: 140px 0 70px;
    }

    .cta-slab {
        align-items: flex-start;
        flex-direction: column;
    }

    .image-tile img {
        height: 150px;
    }

    .product-tile img {
        height: 150px;
    }

    .contact-aside img {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .about-grid {
        align-items: flex-start;
    }

    .about-media {
        margin-top: 6px;
    }
}

#process {
    background: #fff;
}

.gp-manufacturing {
    background: #fff;
}

.manufacturing-grid {
    margin-top: 6px;
}

.manufacturing-card {
    background: #fff;
    border-radius: var(--gp-radius);
    padding: 24px;
    border: 1.5px solid rgba(31, 138, 58, 0.12);
    box-shadow: var(--gp-shadow-soft);
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.manufacturing-card::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 178, 27, 0.2), transparent 70%);
    opacity: 0.7;
    pointer-events: none;
}

.manufacturing-card h6 {
    font-family: var(--gp-display);
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 10px;
}

.manufacturing-card p {
    color: var(--gp-green);
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
}

.manufacturing-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(31, 138, 58, 0.18), rgba(242, 178, 27, 0.24));
    color: var(--gp-green);
    border: 1px solid rgba(31, 138, 58, 0.2);
    box-shadow: 0 12px 24px rgba(31, 138, 58, 0.16);
}

.manufacturing-icon svg {
    width: 26px;
    height: 26px;
}

.manufacturing-card:hover {
    transform: translateY(-6px);
    border-color: rgba(31, 138, 58, 0.24);
    box-shadow: 0 18px 36px rgba(31, 138, 58, 0.18);
}

@media (max-width: 768px) {
    .manufacturing-card {
        padding: 20px;
    }

    .manufacturing-icon {
        width: 48px;
        height: 48px;
    }

    .manufacturing-icon svg {
        width: 22px;
        height: 22px;
    }

    .highlight-card {
        padding: 16px 18px;
    }
}

.gp-goals {
    background: linear-gradient(180deg, #f8f3ea 0%, #eef6f0 100%);
}

.gp-goals .section-text {
    max-width: 660px;
}

.goals-timeline {
    position: relative;
    display: grid;
    gap: 22px;
    margin-top: 24px;
}

.goals-timeline::before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 28px;
    width: 2px;
    background: linear-gradient(180deg, rgba(31, 138, 58, 0.5), rgba(242, 178, 27, 0.4), rgba(215, 40, 42, 0.4));
}

.goal-item {
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: start;
}

.goal-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(31, 138, 58, 0.2), rgba(242, 178, 27, 0.25));
    color: var(--gp-green);
    box-shadow: 0 14px 30px rgba(31, 138, 58, 0.18);
    border: 1px solid rgba(31, 138, 58, 0.2);
    position: relative;
    z-index: 1;
}

.goal-icon svg {
    width: 26px;
    height: 26px;
}

.goal-card {
    background: #fff;
    border-radius: var(--gp-radius);
    padding: 20px 24px;
    border: 1.5px solid rgba(31, 138, 58, 0.12);
    box-shadow: var(--gp-shadow-soft);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.goal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: var(--gp-radius) var(--gp-radius) 0 0;
    background: linear-gradient(90deg, var(--gp-green), var(--gp-accent), var(--gp-red));
    opacity: 0.65;
}

.goal-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 28px;
    border-radius: 999px;
    background: rgba(31, 138, 58, 0.12);
    color: var(--gp-green);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0 12px;
    margin-bottom: 10px;
}

.goal-card p {
    margin: 0;
    color: var(--gp-green);
    font-size: 0.98rem;
    line-height: 1.7;
}

.goal-item:hover .goal-card {
    transform: translateY(-4px);
    border-color: rgba(31, 138, 58, 0.22);
    box-shadow: 0 18px 36px rgba(31, 138, 58, 0.18);
}

html[dir="rtl"] .goals-timeline::before {
    left: auto;
    right: 28px;
}

html[dir="rtl"] .goal-item {
    grid-template-columns: 1fr 56px;
}

html[dir="rtl"] .goal-icon {
    grid-column: 2;
    justify-self: end;
}

html[dir="rtl"] .goal-card {
    grid-column: 1;
    text-align: right;
}

@media (max-width: 768px) {
    .goals-timeline {
        gap: 18px;
    }

    .goals-timeline::before {
        left: 24px;
    }

    .goal-item {
        grid-template-columns: 48px 1fr;
        gap: 14px;
    }

    .goal-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .goal-icon svg {
        width: 22px;
        height: 22px;
    }

    .goal-card {
        padding: 18px 20px;
    }
}

@media (max-width: 768px) {
    html[dir="rtl"] .goals-timeline::before {
        right: 24px;
    }
}

#products {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 248, 239, 0.7));
}

.product-highlights {
    margin-top: 6px;
    margin-bottom: 26px;
}

.highlight-card {
    background: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(31, 138, 58, 0.12);
    box-shadow: var(--gp-shadow-soft);
    display: flex;
    align-items: flex-start;
    gap: 14px;
    height: 100%;
}

html[dir="rtl"] .highlight-card {
    flex-direction: row-reverse;
    text-align: right;
}

.highlight-card h6 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 0.98rem;
}

.highlight-card p {
    margin: 0;
    color: var(--gp-green);
    font-size: 0.9rem;
    line-height: 1.6;
}

.highlight-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 138, 58, 0.12);
    color: var(--gp-green);
    border: 1px solid rgba(31, 138, 58, 0.18);
    flex-shrink: 0;
}

.highlight-icon svg {
    width: 22px;
    height: 22px;
}

#certificates {
    background: linear-gradient(180deg, #f8f3ea 0%, #f1f7f3 100%);
}

#blog {
    background: linear-gradient(180deg, #ffffff 0%, #f7f2e8 100%);
}

#contact {
    background: linear-gradient(180deg, #f8f2e7 0%, var(--gp-sage) 100%);
}

.gp-contracts {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8f2 100%);
}

.contract-wizard {
    position: relative;
    display: grid;
    gap: 22px;
    margin-top: 24px;
}

.contract-wizard::before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 28px;
    width: 2px;
    background: linear-gradient(180deg, rgba(31, 138, 58, 0.5), rgba(242, 178, 27, 0.4), rgba(215, 40, 42, 0.4));
}

.wizard-step {
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: start;
}

.wizard-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(31, 138, 58, 0.2), rgba(242, 178, 27, 0.25));
    color: var(--gp-green);
    box-shadow: 0 14px 30px rgba(31, 138, 58, 0.18);
    border: 1px solid rgba(31, 138, 58, 0.2);
    position: relative;
    z-index: 1;
}

.wizard-icon svg {
    width: 24px;
    height: 24px;
}

.wizard-card {
    background: #fff;
    border-radius: var(--gp-radius);
    padding: 20px 24px;
    border: 1.5px solid rgba(31, 138, 58, 0.12);
    box-shadow: var(--gp-shadow-soft);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.wizard-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: var(--gp-radius) var(--gp-radius) 0 0;
    background: linear-gradient(90deg, var(--gp-green), var(--gp-accent), var(--gp-red));
    opacity: 0.65;
}

.wizard-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 28px;
    border-radius: 999px;
    background: rgba(31, 138, 58, 0.12);
    color: var(--gp-green);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0 12px;
    margin-bottom: 10px;
}

.wizard-card h6 {
    font-family: var(--gp-display);
    font-weight: 700;
    margin-bottom: 8px;
}

.wizard-card p {
    margin: 0;
    color: var(--gp-green);
    font-size: 0.98rem;
    line-height: 1.7;
}

.wizard-step:hover .wizard-card {
    transform: translateY(-4px);
    border-color: rgba(31, 138, 58, 0.22);
    box-shadow: 0 18px 36px rgba(31, 138, 58, 0.18);
}

html[dir="rtl"] .contract-wizard::before {
    left: auto;
    right: 28px;
}

html[dir="rtl"] .wizard-step {
    grid-template-columns: 1fr 56px;
}

html[dir="rtl"] .wizard-icon {
    grid-column: 2;
    justify-self: end;
}

html[dir="rtl"] .wizard-card {
    grid-column: 1;
    text-align: right;
}

@media (max-width: 768px) {
    .contract-wizard {
        gap: 18px;
    }

    .contract-wizard::before {
        left: 24px;
    }

    .wizard-step {
        grid-template-columns: 48px 1fr;
        gap: 14px;
    }

    .wizard-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .wizard-icon svg {
        width: 22px;
        height: 22px;
    }

    .wizard-card {
        padding: 18px 20px;
    }
}

@media (max-width: 768px) {
    html[dir="rtl"] .contract-wizard::before {
        right: 24px;
    }
}

#products .glass-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 239, 0.9));
}

#blog .blog-card h5 {
    font-family: var(--gp-display);
    letter-spacing: 0.3px;
}

#contact .glass-card {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(31, 138, 58, 0.18);
}

.glass-card {
    background: rgba(255, 255, 255, 0.94);
    border-radius: var(--gp-radius);
    padding: 32px;
    box-shadow: 0 16px 48px rgba(12, 31, 21, 0.1);
    border: 1.5px solid rgba(31, 138, 58, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(18px) saturate(140%);
    position: relative;
    overflow: hidden;
}

.glass-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(31, 138, 58, 0.1), transparent 70%);
    pointer-events: none;
}

.glass-card::after {
    content: '';
    position: absolute;
    left: 24px;
    right: 24px;
    top: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(31, 138, 58, 0.2), transparent);
    opacity: 0.8;
    pointer-events: none;
}

.glass-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 32px 72px rgba(31, 138, 58, 0.18);
    border-color: rgba(31, 138, 58, 0.2);
}

.process-card {
    background: linear-gradient(145deg, #ffffff 0%, #f3f7f0 100%);
    border-radius: var(--gp-radius);
    padding: 36px;
    box-shadow: var(--gp-shadow-soft);
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1.5px solid rgba(31, 138, 58, 0.08);
}

.process-card:hover {
    transform: translateY(-10px);
    border-color: var(--gp-green);
    box-shadow: 0 24px 60px rgba(31, 138, 58, 0.18), 0 0 30px rgba(31, 138, 58, 0.08);
}

.process-card::before {
    content: '';
    position: absolute;
    top: -35%;
    right: -25%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(242, 178, 27, 0.2), transparent 70%);
    opacity: 0.7;
    pointer-events: none;
}

.process-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: var(--gp-radius) var(--gp-radius) 0 0;
    background: linear-gradient(90deg, var(--gp-green), var(--gp-accent), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.process-card:hover::after {
    opacity: 1;
}

.process-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.process-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(31, 138, 58, 0.18), rgba(242, 178, 27, 0.18));
    color: var(--gp-green);
    box-shadow: 0 12px 24px rgba(31, 138, 58, 0.18);
    border: 1px solid rgba(31, 138, 58, 0.2);
    transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.process-icon svg {
    width: 28px;
    height: 28px;
}

.process-step {
    font-weight: 700;
    color: var(--gp-red);
    margin-inline-start: auto;
    font-size: 0.85rem;
    letter-spacing: 0.8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(215, 40, 42, 0.1);
    border: 1px solid rgba(215, 40, 42, 0.2);
}

.process-card:hover .process-icon {
    transform: translateY(-4px) rotate(-2deg);
    color: var(--gp-red);
    background: linear-gradient(135deg, rgba(242, 178, 27, 0.28), rgba(215, 40, 42, 0.18));
}

.process-card h5 {
    font-weight: 700;
    margin-bottom: 12px;
    font-family: var(--gp-display);
}

.process-card p {
    color: var(--gp-muted);
    margin-bottom: 0;
}

.product-grid {
    display: grid;
    gap: 16px;
}

.product-card {
    background: #fff;
    border-radius: var(--gp-radius);
    overflow: hidden;
    box-shadow: var(--gp-shadow-soft);
    text-decoration: none;
    color: inherit;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    border: 1px solid rgba(31, 122, 59, 0.1);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(31, 122, 59, 0.18);
    border-color: rgba(31, 122, 59, 0.4);
}

.product-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31, 122, 59, 0), rgba(31, 122, 59, 0.12));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover::after {
    opacity: 1;
}

.product-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.product-gallery .product-hero-img img {
    border: 1px solid rgba(31, 138, 58, 0.18);
    background: #fff;
    border-radius: 24px;
}

.product-thumbs-swiper {
    padding-bottom: 6px;
}

.product-thumbs-swiper .swiper-slide {
    height: auto;
}

.product-thumbs {
    overflow: hidden;
}

.thumb-btn {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.thumb-btn.is-active .thumb {
    border-color: var(--gp-green);
    box-shadow: 0 10px 22px rgba(31, 138, 58, 0.28);
}

.product-thumbs .thumb {
    width: 86px;
    height: 86px;
    object-fit: cover;
    border: 1px solid rgba(31, 138, 58, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 12px;
}

.product-thumbs .thumb:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.product-tabs {
    background: #fff;
    border-radius: 24px;
    padding: 18px;
    border: 1.5px solid rgba(31, 138, 58, 0.12);
    box-shadow: var(--gp-shadow-soft);
}

.product-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.product-tabs-nav .nav-link {
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 600;
    color: var(--gp-green);
    background: rgba(31, 138, 58, 0.1);
    border: 1px solid rgba(31, 138, 58, 0.14);
    transition: all 0.3s ease;
}

.product-tabs-nav .nav-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(31, 138, 58, 0.2);
}

.product-tabs-nav .nav-link.active {
    color: #fff;
    background: linear-gradient(120deg, var(--gp-green), #26a053);
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(31, 138, 58, 0.28);
}

.product-tabs-content {
    background: linear-gradient(180deg, #fff, #f7f3ea);
    border-radius: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(31, 138, 58, 0.1);
}

.product-tab-body {
    color: var(--gp-dark);
    line-height: 1.8;
}

.spec-list li {
    margin-bottom: 6px;
}

@media (max-width: 576px) {
    .product-card img {
        aspect-ratio: 1 / 1;
    }
    .product-thumbs {
        overflow: hidden;
        padding-bottom: 6px;
    }
    .product-thumbs .thumb {
        width: 72px;
        height: 72px;
    }
}

.product-info {
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f3ea 100%);
    border-top: 1px solid rgba(31, 138, 58, 0.08);
}

.product-badges span {
    display: inline-block;
    background: linear-gradient(120deg, var(--gp-green), #26a053);
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    margin-right: 6px;
    margin-top: 8px;
    box-shadow: 0 6px 14px rgba(31, 138, 58, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

html[dir="rtl"] .product-badges span {
    margin-right: 0;
    margin-left: 6px;
}

.certificate-card {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.certificate-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 12px;
}

.gp-certificates {
    position: relative;
    overflow: hidden;
}

.gp-certificates::before,
.gp-certificates::after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 138, 58, 0.14), transparent 70%);
    pointer-events: none;
}

.gp-certificates::before {
    top: -140px;
    right: -80px;
}

.gp-certificates::after {
    bottom: -160px;
    left: -100px;
    background: radial-gradient(circle, rgba(215, 40, 42, 0.12), transparent 70%);
}

.cert-card {
    display: block;
    background: #fff;
    border-radius: var(--gp-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--gp-shadow);
    border: 1.5px solid rgba(31, 138, 58, 0.12);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

.cert-card:hover {
    transform: translateY(-12px) scale(1.01);
    box-shadow: 0 28px 60px rgba(31, 138, 58, 0.22);
    border-color: var(--gp-green);
}

.cert-media {
    position: relative;
    padding: 18px;
    background: linear-gradient(135deg, rgba(31, 138, 58, 0.12), rgba(215, 40, 42, 0.08));
}

.cert-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(12, 31, 21, 0.2);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cert-card:hover .cert-media img {
    transform: scale(1.05);
}

.cert-badge {
    position: absolute;
    top: 26px;
    left: 26px;
    background: rgba(14, 34, 22, 0.9);
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

html[dir="rtl"] .cert-badge {
    left: auto;
    right: 26px;
}

.cert-body {
    padding: 18px 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cert-body h6 {
    margin-bottom: 6px;
    font-weight: 600;
}

.cert-note {
    margin: 0;
    color: rgba(16, 32, 24, 0.6);
    font-size: 0.85rem;
}

.cert-arrow {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(31, 138, 58, 0.15);
    color: var(--gp-green);
    font-weight: 700;
    transition: transform 0.3s ease, background 0.3s ease;
}

.cert-card:hover .cert-arrow {
    transform: translateX(4px);
    background: rgba(31, 138, 58, 0.2);
}

html[dir="rtl"] .cert-card:hover .cert-arrow {
    transform: translateX(-4px);
}

.blog-card {
    background: #fff;
    border-radius: var(--gp-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--gp-shadow-soft);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    position: relative;
    border: 1.5px solid rgba(31, 138, 58, 0.08);
}

.blog-card:hover {
    transform: translateY(-12px) scale(1.01);
    box-shadow: 0 24px 50px rgba(31, 138, 58, 0.18);
    border-color: var(--gp-accent);
}

.blog-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(31, 138, 58, 0.08);
    border-radius: var(--gp-radius);
    pointer-events: none;
}

.blog-image {
    height: 230px;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.08);
}

.blog-content {
    padding: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f4ec 100%);
    border-top: 1px solid rgba(31, 138, 58, 0.08);
}

.blog-hero-image {
    height: 340px;
    background-size: cover;
    background-position: center;
    border-radius: var(--gp-radius);
    margin-bottom: 32px;
    box-shadow: 0 18px 40px rgba(12, 31, 21, 0.15);
}

.blog-article {
    background: #fff;
    padding: 28px;
    border-radius: var(--gp-radius);
    box-shadow: var(--gp-shadow);
}

.pagination {
    gap: 8px;
}

.page-link {
    border-radius: 12px !important;
    border: 1px solid rgba(31, 138, 58, 0.18);
    color: var(--gp-dark);
    padding: 8px 14px;
    transition: all 0.2s ease;
}

.page-link:hover {
    background: rgba(31, 138, 58, 0.12);
    color: var(--gp-dark);
    border-color: rgba(31, 138, 58, 0.3);
}

.page-item.active .page-link {
    background: var(--gp-green);
    border-color: var(--gp-green);
    color: #fff;
    box-shadow: 0 10px 24px rgba(31, 138, 58, 0.2);
}

.counter-card {
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(31, 138, 58, 0.35);
    border-radius: 18px;
    padding: 18px 12px;
    backdrop-filter: blur(10px) saturate(140%);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 8px 24px rgba(31, 138, 58, 0.2);
}

.counter-card:hover {
    background: rgba(31, 138, 58, 0.22);
    border-color: var(--gp-accent);
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(31, 138, 58, 0.3);
}

.counter-value {
    font-size: 2.4rem;
    font-weight: 800;
    background: linear-gradient(120deg, var(--gp-accent), #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: var(--gp-display);
}

.counter-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    margin-top: 6px;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.value-pill {
    background: rgba(31, 138, 58, 0.14);
    color: var(--gp-green);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    border: 1px solid rgba(31, 138, 58, 0.18);
}

.contact-info a {
    color: var(--gp-green);
    text-decoration: none;
}

.contact-info a:hover {
    color: var(--gp-red);
}

.map-embed {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(31, 138, 58, 0.12);
    box-shadow: var(--gp-shadow-soft);
}

.map-embed iframe {
    display: block;
}

.form-label {
    font-weight: 600;
    color: var(--gp-ink);
}

.form-control {
    border-radius: 12px;
    border-color: rgba(31, 122, 59, 0.18);
    background-color: rgba(255, 255, 255, 0.92);
    padding: 12px 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-control:focus {
    border-color: rgba(31, 138, 58, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(31, 138, 58, 0.18);
    background-color: #fff;
}

.gp-footer {
    background: linear-gradient(135deg, #fffaf4 0%, #f3efe6 100%);
    padding: 50px 0 30px;
    position: relative;
    overflow: hidden;
    color: var(--gp-ink);
}

.gp-footer::before {
    content: '';
    position: absolute;
    inset: -40% 0 auto;
    height: 260px;
    background: radial-gradient(circle at 20% 20%, rgba(31, 138, 58, 0.12), transparent 60%);
    opacity: 0.5;
    pointer-events: none;
}

.gp-footer .container {
    position: relative;
    z-index: 1;
}

.footer-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 8px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(31, 138, 58, 0.16);
    box-shadow: 0 10px 24px rgba(31, 138, 58, 0.12);
}

.footer-brand-logo img {
    height: 62px;
    width: auto;
    max-width: 98px;
    object-fit: contain;
}

.footer-social {
    color: var(--gp-ink);
    text-decoration: none;
    padding: 6px 10px;
    border: 1px solid rgba(31, 138, 58, 0.18);
    border-radius: 999px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social:hover {
    background: rgba(31, 122, 59, 0.12);
    border-color: rgba(31, 122, 59, 0.4);
    color: var(--gp-ink);
    transform: translateY(-2px);
}

.footer-social i {
    font-size: 1rem;
    line-height: 1;
}

.footer-links-grid {
    align-items: stretch;
}

.footer-links-block {
    height: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(31, 138, 58, 0.16);
    background: rgba(255, 255, 255, 0.85);
}

.footer-links-title {
    margin-bottom: 10px;
    color: var(--gp-ink);
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

html[dir="rtl"] .footer-links-title {
    text-transform: none;
    letter-spacing: 0;
}

.footer-links-list {
    margin: 0;
    display: grid;
    gap: 8px;
}

.footer-link {
    color: rgba(20, 38, 27, 0.82);
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: var(--gp-green);
}

.footer-bottom {
    border-top: 1px solid rgba(31, 138, 58, 0.12);
    padding-top: 16px;
    margin-top: 24px;
    font-size: 0.85rem;
}

@media (max-width: 575.98px) {
    .footer-links-block {
        padding: 12px 14px;
    }
}

.floating-element {
    position: absolute;
    width: 120px;
    height: 120px;
    opacity: 0.4;
    animation: float 8s ease-in-out infinite;
    filter: blur(0.5px);
}

.floating-element.leaf {
    right: 5%;
    top: 20%;
    background: radial-gradient(circle, rgba(242, 178, 27, 0.6), rgba(31, 138, 58, 0.2));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.floating-element.fruit {
    left: 8%;
    bottom: 15%;
    background: radial-gradient(circle, rgba(215, 40, 42, 0.7), rgba(217, 37, 37, 0.2));
    border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
}

@keyframes glowPulse {
    0%, 100% { transform: scale(1); opacity: 0.35; }
    50% { transform: scale(1.08); opacity: 0.55; }
}

@keyframes scrollHint {
    0% { transform: translateY(0); opacity: 0.4; }
    50% { transform: translateY(10px); opacity: 1; }
    100% { transform: translateY(0); opacity: 0.4; }
}

.gp-page-hero {
    padding: 140px 0 60px;
    background: #fff;
}

.gp-page-hero.has-image {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.gp-page-hero.has-image .container {
    position: relative;
    z-index: 1;
}

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68));
    pointer-events: none;
}

.gp-page-hero h1 {
    font-family: var(--gp-display);
    letter-spacing: 0.4px;
}

.gp-commerce-story {
    position: relative;
    overflow: hidden;
}

.gp-commerce-story::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    top: -180px;
    inset-inline-end: -160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 122, 59, 0.14), transparent 72%);
    pointer-events: none;
}

.commerce-shell {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f9f7f0 52%, #eef7f1 100%);
    border: 1px solid rgba(31, 122, 59, 0.18);
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 24px 56px rgba(14, 34, 22, 0.12);
    overflow: hidden;
}

.commerce-shell::before {
    content: '';
    position: absolute;
    inset: -35% auto auto -12%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 178, 27, 0.2), transparent 70%);
    pointer-events: none;
}

.commerce-shell::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.4), transparent 45%);
    pointer-events: none;
}

.commerce-shell > * {
    position: relative;
    z-index: 1;
}

.quality-shell {
    background: linear-gradient(135deg, #ffffff 0%, #f2faf5 52%, #fff3e7 100%);
    border-color: rgba(31, 122, 59, 0.24);
}

.quality-shell .commerce-badge {
    background: rgba(31, 122, 59, 0.14);
}

.quality-shell .commerce-metric {
    border-color: rgba(31, 122, 59, 0.2);
}

.commerce-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(31, 122, 59, 0.12);
    color: var(--gp-green);
    border: 1px solid rgba(31, 122, 59, 0.2);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.35px;
}

.commerce-title {
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: clamp(1.6rem, 1.25rem + 1.1vw, 2.4rem);
    color: var(--gp-green);
    line-height: 1.3;
}

.commerce-audience {
    margin-bottom: 10px;
    color: var(--gp-red);
    font-weight: 700;
}

.commerce-lead {
    margin-bottom: 0;
    color: var(--gp-muted);
    line-height: 1.9;
    max-width: 720px;
}

.commerce-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.commerce-cta-wrap .btn {
    min-width: 200px;
}

.commerce-metrics {
    display: grid;
    gap: 12px;
}

.commerce-metric {
    background: #fff;
    border: 1px solid rgba(31, 122, 59, 0.16);
    border-radius: 18px;
    padding: 14px 16px;
    box-shadow: 0 12px 24px rgba(14, 34, 22, 0.08);
}

.commerce-metric strong {
    display: block;
    color: var(--gp-green);
    font-size: 1.12rem;
    margin-bottom: 4px;
}

.commerce-metric span {
    color: var(--gp-muted);
    line-height: 1.6;
    font-size: 0.9rem;
}

.commerce-pill {
    background: #fff;
    border-radius: 18px;
    padding: 18px 16px;
    border: 1px solid rgba(31, 122, 59, 0.14);
    box-shadow: 0 12px 24px rgba(14, 34, 22, 0.08);
}

.commerce-pill h6 {
    margin-bottom: 8px;
    color: var(--gp-green);
    font-size: 1.02rem;
}

.commerce-pill p {
    margin-bottom: 0;
    color: var(--gp-muted);
    line-height: 1.75;
}

.commerce-tracks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.commerce-track {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(31, 122, 59, 0.16);
    padding: 16px;
    box-shadow: 0 10px 22px rgba(14, 34, 22, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.commerce-track:hover {
    transform: translateY(-4px);
    border-color: rgba(31, 122, 59, 0.34);
    box-shadow: 0 16px 28px rgba(14, 34, 22, 0.12);
}

.track-kicker {
    display: inline-block;
    margin-bottom: 8px;
    background: rgba(242, 178, 27, 0.2);
    color: #7c5a10;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.76rem;
    font-weight: 700;
}

.commerce-track h6 {
    margin-bottom: 8px;
    color: var(--gp-green);
    font-size: 1rem;
}

.commerce-track p {
    margin-bottom: 12px;
    color: var(--gp-muted);
    line-height: 1.7;
}

.track-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--gp-red);
    font-weight: 700;
    font-size: 0.9rem;
}

.commerce-journey {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.journey-step {
    background: #fff;
    border: 1px solid rgba(31, 122, 59, 0.18);
    border-radius: 18px;
    padding: 14px 16px;
    box-shadow: 0 10px 24px rgba(14, 34, 22, 0.08);
}

.journey-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(31, 122, 59, 0.16), rgba(242, 178, 27, 0.24));
    color: var(--gp-green);
    font-weight: 800;
    font-size: 0.88rem;
}

.journey-step h6 {
    margin-bottom: 6px;
    color: var(--gp-green);
}

.journey-step p {
    margin-bottom: 0;
    color: var(--gp-muted);
    line-height: 1.7;
}

.gp-quality-line {
    position: relative;
    overflow: hidden;
}

.gp-quality-line::before {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    bottom: -180px;
    inset-inline-start: -140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 122, 59, 0.14), transparent 72%);
    pointer-events: none;
}

.quality-line-shell {
    position: relative;
    background: #fff;
    border: 1px solid rgba(31, 122, 59, 0.18);
    border-radius: 28px;
    padding: 28px 26px;
    box-shadow: 0 20px 44px rgba(14, 34, 22, 0.1);
}

.quality-line-kicker {
    display: inline-flex;
    align-items: center;
    background: rgba(31, 122, 59, 0.12);
    color: var(--gp-green);
    border-radius: 999px;
    border: 1px solid rgba(31, 122, 59, 0.2);
    padding: 6px 12px;
    font-size: 0.8rem;
    font-weight: 700;
}

.quality-line-title {
    margin-top: 12px;
    margin-bottom: 6px;
}

.quality-line-text {
    max-width: 760px;
}

.quality-stage-line {
    position: relative;
    display: grid;
    gap: 14px;
}

.quality-stage-line::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 22px;
    width: 2px;
    background: linear-gradient(180deg, rgba(31, 122, 59, 0.5), rgba(242, 178, 27, 0.4), rgba(215, 40, 42, 0.35));
}

.quality-stage-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    position: relative;
}

.quality-stage-point {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--gp-green);
    background: linear-gradient(135deg, rgba(31, 122, 59, 0.2), rgba(242, 178, 27, 0.24));
    border: 1px solid rgba(31, 122, 59, 0.22);
    box-shadow: 0 12px 22px rgba(31, 122, 59, 0.14);
    position: relative;
    z-index: 1;
}

.quality-stage-card {
    background: #fff;
    border: 1px solid rgba(31, 122, 59, 0.14);
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: 0 10px 22px rgba(14, 34, 22, 0.08);
}

.quality-stage-card h6 {
    margin-bottom: 6px;
    color: var(--gp-green);
}

.quality-stage-card p {
    margin-bottom: 0;
    color: var(--gp-muted);
    line-height: 1.7;
}

html[dir="rtl"] .quality-stage-line::before {
    left: auto;
    right: 22px;
}

html[dir="rtl"] .quality-stage-item {
    grid-template-columns: 1fr 44px;
}

html[dir="rtl"] .quality-stage-point {
    grid-column: 2;
}

html[dir="rtl"] .quality-stage-card {
    grid-column: 1;
}

.rich-text p {
    margin-bottom: 1rem;
}

@media (max-width: 992px) {
    .commerce-shell {
        padding: 24px;
    }

    .commerce-journey,
    .commerce-tracks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quality-line-shell {
        padding: 22px 18px;
    }
}

@media (max-width: 576px) {
    .commerce-shell {
        border-radius: 20px;
        padding: 18px 14px;
    }

    .commerce-title {
        font-size: clamp(1.35rem, 1.1rem + 1vw, 1.7rem);
    }

    .commerce-cta-wrap .btn {
        width: 100%;
        min-width: 0;
    }

    .commerce-journey,
    .commerce-tracks {
        grid-template-columns: 1fr;
    }

    .commerce-pill,
    .commerce-track,
    .journey-step,
    .commerce-metric {
        border-radius: 14px;
    }

    .quality-stage-line::before {
        left: 18px;
    }

    .quality-stage-item {
        grid-template-columns: 36px 1fr;
        gap: 10px;
    }

    .quality-stage-point {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        font-size: 0.75rem;
    }

    html[dir="rtl"] .quality-stage-line::before {
        left: auto;
        right: 18px;
    }

    html[dir="rtl"] .quality-stage-item {
        grid-template-columns: 1fr 36px;
    }
}

/* Admin */
.gp-admin {
    background: #f2f4f3;
    font-family: var(--gp-body);
}

.gp-admin-sidebar {
    width: 240px;
    background: #0f1d16;
    color: #fff;
}

.gp-admin-sidebar .nav-link {
    color: rgba(255, 255, 255, 0.7);
}

.gp-admin-sidebar .nav-link:hover {
    color: #fff;
}

.gp-admin-topbar {
    background: #fff;
}

.gp-admin-login {
    background: linear-gradient(135deg, #fdf6e9, #f2f4f3);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-card {
    background: #fff;
    padding: 32px;
    border-radius: 20px;
    box-shadow: var(--gp-shadow);
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@media (max-width: 768px) {
    .gp-navbar {
        padding: 8px 0;
    }

    .gp-navbar .container {
        min-height: 74px;
    }

    .gp-navbar.is-scrolled .container {
        min-height: 66px;
    }

    .gp-logo {
        height: 60px;
        max-width: 88px;
    }

    .gp-navbar.is-scrolled .gp-logo {
        height: 52px;
        max-width: 76px;
    }

    .gp-logo-wrap {
        padding: 7px;
    }

    .brand-text {
        font-size: 0.94rem;
    }

    .gp-navbar.is-scrolled .brand-text {
        font-size: 0.88rem;
    }

    .gp-hero {
        padding-top: 120px;
    }

    .gp-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .gp-hero .swiper-button-next,
    .gp-hero .swiper-button-prev,
    .gp-category-swiper .swiper-button-next,
    .gp-category-swiper .swiper-button-prev,
    .gp-product-swiper .swiper-button-next,
    .gp-product-swiper .swiper-button-prev {
        display: none;
    }

    .hero-scroll {
        display: none;
    }

    .hero-slide {
        padding: 24px 0;
        min-height: auto;
    }

    .gp-hero .hero-cta {
        margin-top: 1rem;
    }

    .gp-hero .hero-counters {
        margin-top: 1.4rem;
    }
}

@media (min-width: 992px) {
    .gp-hero {
        background-attachment: fixed;
    }
}

/* Requested visual baseline: white backgrounds + green headings */
body.gp-body,
main,
.gp-navbar,
.gp-hero-slider-wrap,
.gp-hero-swiper,
.hero-slide,
.hero-slide.hero-slide-clean,
.gp-section,
.gp-section-alt,
.gp-footer {
    background: #fff !important;
    background-image: none !important;
}

.gp-navbar::before,
.gp-navbar::after,
.gp-section::before,
.gp-section::after,
.gp-section-alt::before,
.gp-section-alt::after,
.hero-content::before {
    display: none !important;
}

h1,
h2,
h3,
h4,
.section-title,
.gp-page-hero h1 {
    color: var(--gp-red) !important;
}

/* Premium sticky header finish */
body.gp-body .gp-navbar {
    background: rgba(255, 255, 255, 0.94) !important;
    border-bottom: 1px solid rgba(31, 122, 59, 0.2) !important;
    box-shadow: 0 12px 30px rgba(20, 38, 27, 0.16) !important;
}

body.gp-body .gp-navbar.is-scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 20px 42px rgba(20, 38, 27, 0.2) !important;
}

/* Global bold text across public + admin UIs */
body.gp-body,
body.gp-body *,
body.gp-body *::before,
body.gp-body *::after,
body.gp-admin,
body.gp-admin *,
body.gp-admin *::before,
body.gp-admin *::after {
    font-weight: 700 !important;
}

body.gp-body input::placeholder,
body.gp-body textarea::placeholder,
body.gp-admin input::placeholder,
body.gp-admin textarea::placeholder {
    font-weight: 700 !important;
}

/* Keep icon fonts visually correct */
body.gp-body .bi,
body.gp-admin .bi {
    font-weight: 400 !important;
}
