/* Brands page */
.brands-page-hero {
    padding: 90px 0;
    background: radial-gradient(circle at 85% 25%, var(--primary-gold-soft), transparent 40%), linear-gradient(135deg, #f7faf8, #edf5f0);
    border-bottom: 1px solid var(--border-color);
}
.brands-page-title {
    color: var(--primary-green);
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    font-weight: 750;
    line-height: 1.25;
    max-width: 750px;
}
.brands-page-lead, .brands-muted {
    color: var(--muted-text);
    line-height: 1.9;
}
.brands-page-lead { font-size: 1.1rem; max-width: 640px; }
.brands-identity-panel {
    padding: 40px 28px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--border-color);
    border-top: 4px solid var(--primary-gold);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    color: var(--primary-green);
}
.brands-company-logo { width: 140px; height: 140px; object-fit: contain; margin-bottom: 22px; }
.brands-identity-caption { color: var(--muted-text); font-size: .95rem; }
.brands-category-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
.brands-category-tags span { padding: 7px 18px; background: var(--primary-green-soft); border-radius: 50px; font-size: .85rem; }
.brands-collection, .brands-label-section { padding: 90px 0; }
.brands-collection { scroll-margin-top: 24px; }
.brands-portfolio-card { border: 1px solid var(--border-color); border-radius: var(--radius-lg); overflow: hidden; background: var(--white); box-shadow: var(--shadow-sm); }
.brands-portfolio-photo { position: relative; background: var(--light-bg); }
.brands-portfolio-photo img { display: block; width: 100%; height: 320px; object-fit: contain; padding: 20px; }
.brands-portfolio-number { position: absolute; top: 20px; inset-inline-start: 20px; display: grid; place-items: center; width: 44px; height: 44px; background: var(--primary-green); color: var(--white); border-radius: 50%; font-weight: 700; }
.brands-portfolio-body { padding: 32px; border-top: 1px solid var(--border-color); }
.brands-portfolio-body h3 { color: var(--primary-green); font-weight: 700; }
.brands-detail-link { color: var(--primary-green); font-weight: 700; text-underline-offset: 6px; }
.brands-detail-link:hover { color: var(--primary-gold-dark); }
.brands-page a:focus-visible { outline: 3px solid var(--primary-gold-dark); outline-offset: 5px; }
.brands-label-section { background: var(--light-bg); }
.brands-principles { background: var(--white); border: 1px solid var(--border-color); border-radius: var(--radius-lg); padding: 8px 30px; }
.brands-principle { display: flex; align-items: flex-start; gap: 20px; padding: 26px 0; }
.brands-principle + .brands-principle { border-top: 1px solid var(--border-color); }
.brands-principle h3 { color: var(--primary-green); font-weight: 700; }
.brands-principle-number { color: var(--primary-gold-dark); font-size: 1.1rem; font-weight: 700; }
[dir="rtl"] .brands-page .section-label { letter-spacing: normal; }
@media (max-width: 767.98px) {
    .brands-page-hero, .brands-collection, .brands-label-section { padding: 60px 0; }
    .brands-portfolio-photo img { height: 260px; }
    .brands-portfolio-body { padding: 24px; }
    .brands-principles { padding: 8px 22px; }
}

/* Trade and countries page */
.trade-page-hero {
    padding: 95px 0;
    background: radial-gradient(circle at 85% 15%, var(--primary-gold-soft), transparent 40%), linear-gradient(135deg, #f7faf8, #edf5f0);
    border-bottom: 1px solid var(--border-color);
}
.trade-page-title { color: var(--primary-green); font-size: clamp(2.2rem, 4.4vw, 3.7rem); font-weight: 750; line-height: 1.25; }
.trade-page-intro { max-width: 660px; color: var(--muted-text); font-size: 1.1rem; line-height: 1.9; }
.trade-network { padding: 32px; border-radius: var(--radius-lg); background: var(--primary-green-dark); color: var(--white); box-shadow: var(--shadow-lg); }
.trade-network-label { color: #ead39e; font-size: .9rem; margin-bottom: 26px; }
.trade-network-sources { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.trade-network-sources > div { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 20px 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; text-align: center; }
.trade-country-code { display: inline-grid; place-items: center; width: 48px; height: 48px; flex-shrink: 0; border-radius: 50%; background: var(--primary-green-soft); color: var(--primary-green); font-size: .85rem; font-weight: 800; direction: ltr; }
.trade-network .trade-country-code { background: rgba(255,255,255,.12); color: #ead39e; }
.trade-network-connector { height: 64px; display: grid; place-items: center; color: #ead39e; font-size: 2rem; }
.trade-network-destination { display: flex; align-items: center; gap: 16px; padding: 22px; background: rgba(255,255,255,.09); border: 1px solid #c99a2e; border-radius: 14px; }
.trade-network-destination strong { font-size: 1.25rem; }
.trade-network-destination p { color: #d6e6dc; font-size: .9rem; }
.trade-network-caption { text-align: center; margin-top: 22px; color: #d6e6dc; font-size: .85rem; }
.trade-markets, .trade-supply-section { padding: 90px 0; }
.trade-markets { scroll-margin-top: 24px; }
.trade-muted { color: var(--muted-text); line-height: 1.9; }
.trade-market-card { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--border-color); border-top: 3px solid var(--primary-gold); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.trade-market-primary { background: var(--primary-green-soft); border-top-color: var(--primary-green); }
.trade-market-top { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: 28px; }
.trade-market-role { color: var(--primary-green); font-size: .85rem; }
.trade-market-card h3, .trade-process-item h3 { color: var(--primary-green); }
.trade-market-products { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 20px; }
.trade-market-products span { padding: 5px 12px; border: 1px solid var(--border-color); background: var(--white); border-radius: 6px; font-size: .85rem; color: var(--primary-green); }
.trade-supply-section { background: var(--light-bg); }
.trade-process-list { list-style: none; padding: 0; margin: 0; }
.trade-process-item { display: flex; align-items: flex-start; gap: 24px; padding: 28px; background: var(--white); border: 1px solid var(--border-color); border-radius: var(--radius-md); }
.trade-process-item + .trade-process-item { margin-top: 18px; }
.trade-step-number { display: grid; place-items: center; flex-shrink: 0; width: 46px; height: 46px; background: var(--primary-green-soft); color: var(--primary-green); font-weight: 700; border-radius: 50%; }
.trade-text-link { color: var(--primary-green); font-weight: 700; text-underline-offset: 6px; }
.trade-text-link:hover { color: var(--primary-gold-dark); }
.trade-page a:focus-visible { outline: 3px solid var(--primary-gold-dark); outline-offset: 5px; }
[dir="rtl"] .trade-page .section-label { letter-spacing: normal; }
@media (max-width: 767.98px) {
    .trade-page-hero, .trade-markets, .trade-supply-section { padding: 60px 0; }
    .trade-network, .trade-market-card { padding: 24px; }
    .trade-process-item { padding: 22px; gap: 16px; }
}

/* Contact page */
.contact-page-hero { padding: 90px 0; background: radial-gradient(circle at 85% 20%, var(--primary-gold-soft), transparent 40%), linear-gradient(135deg, #f7faf8, #edf5f0); border-bottom: 1px solid var(--border-color); }
.contact-page-title { color: var(--primary-green); font-size: clamp(2.3rem, 4.5vw, 3.8rem); font-weight: 750; line-height: 1.25; }
.contact-page-intro { max-width: 690px; color: var(--muted-text); font-size: 1.1rem; line-height: 1.9; }
.contact-company-panel { padding: 35px; border: 1px solid var(--border-color); border-top: 4px solid var(--primary-gold); border-radius: var(--radius-lg); background: var(--white); text-align: center; box-shadow: var(--shadow-md); }
.contact-company-panel img { object-fit: contain; }
.contact-company-panel h2 { color: var(--primary-green); }
.contact-company-panel p, .contact-muted { color: var(--muted-text); line-height: 1.9; }
.contact-details-section, .contact-topics-section, .contact-preparation-section { padding: 80px 0; }
.contact-details-section { scroll-margin-top: 24px; }
.contact-detail-card { padding: 30px; border: 1px solid var(--border-color); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.contact-detail-icon { display: grid; place-items: center; width: 56px; height: 56px; background: var(--primary-green-soft); color: var(--primary-green); border-radius: 14px; margin-bottom: 24px; }
.contact-detail-card h3, .contact-topic h3 { color: var(--primary-green); }
.contact-detail-value { font-weight: 600; overflow-wrap: anywhere; }
.contact-topics-section { background: var(--light-bg); }
.contact-topic-list { padding: 6px 30px; background: var(--white); border: 1px solid var(--border-color); border-radius: var(--radius-lg); }
.contact-topic { padding: 26px 0; }
.contact-topic + .contact-topic { border-top: 1px solid var(--border-color); }
.contact-text-link { color: var(--primary-green); font-weight: 700; text-underline-offset: 6px; }
.contact-text-link:hover { color: var(--primary-gold-dark); }
.contact-preparation-panel { padding: 44px; border-radius: var(--radius-lg); background: var(--primary-green-dark); color: var(--white); }
.contact-preparation-panel p { color: #d6e6dc; line-height: 1.9; }
.contact-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 0; margin: 0; list-style: none; }
.contact-checklist li { display: flex; align-items: flex-start; gap: 12px; }
.contact-checklist span { color: #ead39e; }
.contact-page a:focus-visible { outline: 3px solid var(--primary-gold-dark); outline-offset: 5px; }
[dir="rtl"] .contact-page .section-label { letter-spacing: normal; }
@media (max-width: 767.98px) {
    .contact-page-hero, .contact-details-section, .contact-topics-section, .contact-preparation-section { padding: 60px 0; }
    .contact-detail-card, .contact-company-panel, .contact-preparation-panel { padding: 26px; }
    .contact-topic-list { padding: 6px 24px; }
    .contact-checklist { grid-template-columns: 1fr; gap: 18px; }
}

:root {
    --primary-green: #0f5132;
    --primary-green-dark: #0a3d26;
    --primary-green-soft: #eaf3ee;

    --primary-gold: #c99a2e;
    --primary-gold-dark: #aa7d1d;
    --primary-gold-soft: #f7f0df;

    --dark-text: #1f2925;
    --muted-text: #68736d;

    --light-bg: #f7f9f8;
    --border-color: #e3e9e5;

    --white: #ffffff;

    --shadow-sm: 0 6px 20px rgba(15, 81, 50, 0.06);
    --shadow-md: 0 14px 35px rgba(15, 81, 50, 0.10);
    --shadow-lg: 0 22px 50px rgba(15, 81, 50, 0.14);

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
}


/* =========================
   GLOBAL
========================= */

html {
    scroll-behavior: smooth;
}

body {
    color: var(--dark-text);
    background-color: var(--white);
    line-height: 1.6;
}

section {
    position: relative;
}

a {
    transition: all 0.25s ease;
}

.section-label {
    color: var(--primary-gold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.82rem;
}

.section-title {
    color: var(--primary-green);
    line-height: 1.25;
}

.btn {
    border-radius: 9px;
    font-weight: 600;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}


/* =========================
   CUSTOM BUTTON
========================= */

.btn-primary-custom {
    background-color: var(--primary-green);
    border: 2px solid var(--primary-green);
    color: var(--white);
    padding: 11px 25px;
}

.btn-primary-custom:hover {
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
    color: var(--white);
}


/* =========================
   NAVBAR
========================= */

.navbar {
    min-height: 78px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.035);
    position: sticky;
    top: 0;
    z-index: 1000;
}

html { scroll-padding-top: 100px; }

@media (max-width: 1199.98px) {
    .navbar-collapse {
        max-height: calc(100dvh - 100px);
        overflow-y: auto;
    }
}

.navbar-brand {
    color: var(--primary-green);
    font-size: 1.05rem;
}

.navbar-brand:hover {
    color: var(--primary-gold);
}

.navbar-logo {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.navbar .nav-link {
    color: var(--dark-text);
    font-weight: 500;
    padding-inline: 13px !important;
    position: relative;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    bottom: 4px;
    width: 0;
    height: 2px;
    background-color: var(--primary-gold);
    transition: all 0.25s ease;
    transform: translateX(-50%);
}

.navbar .nav-link:hover {
    color: var(--primary-green);
}

.navbar .nav-link:hover::after {
    width: 25px;
}

.navbar .dropdown-toggle {
    border: 1px solid var(--primary-green);
    color: var(--primary-green);
    border-radius: 8px;
    padding: 8px 14px;
}

.navbar .dropdown-toggle:hover,
.navbar .dropdown-toggle:focus {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
    color: var(--white);
}

.dropdown-menu {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    padding: 8px;
}

.dropdown-item {
    border-radius: 7px;
    padding: 9px 14px;
}

.dropdown-item:hover {
    background-color: var(--primary-green-soft);
    color: var(--primary-green);
}

.dropdown-item.active {
    background-color: var(--primary-green);
    color: var(--white);
}


/* =========================
   HERO SECTION
========================= */

.hero-section {
    padding: 105px 0;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(201, 154, 46, 0.08),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f7faf8 100%
        );

    overflow: hidden;
}

.hero-title {
    color: var(--primary-green);
    line-height: 1.12;
    font-size: clamp(2.3rem, 5vw, 4rem);
    letter-spacing: -1px;
}

.hero-text {
    color: var(--muted-text);
    max-width: 610px;
    line-height: 1.8;
    font-size: 1.05rem;
}

.hero-image {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.hero-image:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 28px 60px rgba(15, 81, 50, 0.18);
}


/* =========================
   ABOUT HOME SECTION
========================= */

.about-section {
    padding: 95px 0;
    background-color: var(--light-bg);
}

.about-label {
    color: var(--primary-gold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.82rem;
}

.about-title {
    color: var(--primary-green);
    line-height: 1.25;
}

.about-text {
    color: var(--muted-text);
    line-height: 1.9;
}

.about-section .btn-primary-custom {
    margin-top: 8px;
}


/* =========================
   PRODUCTS HOME SECTION
========================= */

.products-section {
    padding: 95px 0;
}

.product-card {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    background-color: var(--white);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md) !important;
    border-color: rgba(201, 154, 46, 0.4);
}

.product-card h4 {
    color: var(--primary-green);
}

.product-card p {
    color: var(--muted-text);
    line-height: 1.75;
}


/* =========================
   BRANDS HOME SECTION
========================= */

.brands-section {
    padding: 95px 0;
    background-color: var(--light-bg);
}

.brand-card {
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    background-color: var(--white);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.brand-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md) !important;
    border-color: var(--border-color);
}

.brand-card h4 {
    color: var(--primary-green);
}

.brand-card p {
    color: var(--muted-text);
    line-height: 1.75;
}


/* =========================
   INTERNATIONAL TRADE
========================= */

.trade-section {
    padding: 95px 0;
}

.trade-text {
    color: var(--muted-text);
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.9;
}

.trade-card {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    background-color: var(--white);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.trade-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md) !important;
}

.trade-card h4 {
    color: var(--primary-green);
}

.trade-card p {
    color: var(--muted-text);
    line-height: 1.75;
}


/* =========================
   WHY CHOOSE US
========================= */

.why-section {
    padding: 95px 0;
    background-color: var(--light-bg);
}

.why-card {
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    background-color: var(--white);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md) !important;
    border-color: var(--border-color);
}

.why-card h4 {
    color: var(--primary-green);
}

.why-card p {
    color: var(--muted-text);
    line-height: 1.75;
}


/* =========================
   CALL TO ACTION
========================= */

.cta-section {
    padding: 80px 0;
}

.cta-panel {
    background:
        linear-gradient(
            135deg,
            #f8fbf9,
            #eef5f1
        );

    border: 1px solid var(--border-color);
    border-inline-start: 5px solid var(--primary-gold);
    border-radius: var(--radius-md);
    padding: 42px 45px;

    box-shadow: var(--shadow-sm);
}

.cta-title {
    color: var(--primary-green);
    margin-bottom: 10px;
}

.cta-text {
    color: var(--muted-text);
    margin-bottom: 0;
    line-height: 1.8;
}

.cta-button {
    background-color: var(--primary-green);
    border: 2px solid var(--primary-green);
    color: var(--white);
    padding: 11px 28px;
    white-space: nowrap;
    border-radius: 9px;
    font-weight: 600;
}

.cta-button:hover {
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
    color: var(--white);
    transform: translateY(-2px);
}


/* =========================
   ABOUT PAGE HERO
========================= */

.about-page-hero {
    padding: 105px 0 85px;

    background:
        linear-gradient(
            135deg,
            #f7faf8 0%,
            #edf5f0 100%
        );

    border-bottom: 1px solid var(--border-color);
}

.about-page-title {
    color: var(--primary-green);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    letter-spacing: -0.8px;
}

.about-page-intro {
    color: var(--muted-text);
    line-height: 1.9;
    max-width: 850px;
    margin: 0 auto;
}


/* =========================
   ABOUT PROFILE
========================= */

.about-profile-section {
    padding: 95px 0;
}

.about-page-text {
    color: var(--muted-text);
    line-height: 1.95;
    font-size: 1.04rem;
}


/* =========================
   ABOUT EXPERIENCE
========================= */

.about-experience-section {
    padding: 95px 0;
    background-color: var(--light-bg);
}

.experience-box {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-inline-start: 5px solid var(--primary-gold);
    border-radius: var(--radius-md);
    padding: 38px;
    box-shadow: var(--shadow-sm);
}

.experience-box h3 {
    color: var(--primary-green);
}

.experience-box p {
    color: var(--muted-text);
    line-height: 1.8;
}


/* =========================
   MISSION & VISION
========================= */

.mission-vision-section {
    padding: 95px 0;
}

.mission-vision-card {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 38px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.mission-vision-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: rgba(201, 154, 46, 0.35);
}

.mission-vision-card h3 {
    color: var(--primary-green);
}

.mission-vision-card p {
    color: var(--muted-text);
    line-height: 1.85;
}


/* =========================
   PRODUCTS PAGE
========================= */

.products-page-hero {
    padding: 105px 0 85px;

    background:
        linear-gradient(
            135deg,
            #f7faf8 0%,
            #edf5f0 100%
        );

    border-bottom: 1px solid var(--border-color);
}

.products-page-title {
    color: var(--primary-green);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    letter-spacing: -0.8px;
}

.products-page-intro {
    color: var(--muted-text);
    line-height: 1.9;
    max-width: 850px;
    margin: 0 auto;
}

.products-detail-section {
    padding: 95px 0;
}

.product-detail-card {
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 38px;
    overflow: hidden;

    box-shadow: var(--shadow-sm);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.product-detail-card::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 4px;
    background:
        linear-gradient(
            90deg,
            var(--primary-green),
            var(--primary-gold)
        );
}

.product-detail-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: rgba(201, 154, 46, 0.35);
}

.product-detail-card h3 {
    color: var(--primary-green);
}

.product-detail-card p {
    color: var(--muted-text);
    line-height: 1.85;
    margin-bottom: 0;
}

.product-approach-section {
    padding: 95px 0;
    background-color: var(--light-bg);
}

.product-approach-text {
    color: var(--muted-text);
    line-height: 1.95;
    margin-bottom: 0;
}


/* =========================
   FOOTER
========================= */

.site-footer {
    background:
        linear-gradient(
            135deg,
            var(--primary-green-dark),
            var(--primary-green)
        );

    padding-top: 15px;
}

.site-footer h4,
.site-footer h5 {
    color: var(--white);
}

.site-footer p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.site-footer .footer-link {
    color: rgba(255, 255, 255, 0.82);
    transition:
        color 0.25s ease,
        padding 0.25s ease;
}

.site-footer .footer-link:hover {
    color: var(--primary-gold);
    padding-inline-start: 4px;
}

.site-footer hr {
    opacity: 0.18;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {

    .navbar {
        min-height: auto;
    }

    .navbar-collapse {
        padding-top: 16px;
        padding-bottom: 15px;
    }

    .navbar .nav-link {
        padding: 9px 0 !important;
    }

    .navbar .nav-link::after {
        display: none;
    }

    .hero-section {
        padding: 80px 0;
    }

    .hero-text {
        max-width: 100%;
    }

    .cta-panel {
        padding: 35px;
    }
}


@media (max-width: 767.98px) {

    .hero-section,
    .about-section,
    .products-section,
    .brands-section,
    .trade-section,
    .why-section,
    .about-profile-section,
    .about-experience-section,
    .mission-vision-section,
    .products-detail-section,
    .product-approach-section {
        padding: 70px 0;
    }

    .about-page-hero,
    .products-page-hero {
        padding: 75px 0 60px;
    }

    .about-page-title,
    .products-page-title {
        font-size: 2.25rem;
    }

    .cta-section {
        padding: 60px 0;
    }

    .cta-panel {
        padding: 30px 24px;
        text-align: center;
    }

    .experience-box,
    .mission-vision-card,
    .product-detail-card {
        padding: 28px;
    }

    .navbar-logo {
        width: 48px;
        height: 48px;
    }
}



/* =====================================================
   PREMIUM PRODUCTS PAGE
===================================================== */

.products-pro-hero {
    padding: 110px 0 95px;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(201, 154, 46, 0.10),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #f7faf8 0%,
            #edf5f0 100%
        );
    border-bottom: 1px solid var(--border-color);
}

.products-breadcrumb {
    color: var(--muted-text);
    font-size: 0.9rem;
}

.products-breadcrumb strong {
    color: var(--primary-green);
}

.products-pro-title {
    color: var(--primary-green);
    font-size: clamp(2.7rem, 5vw, 4.4rem);
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.products-pro-intro {
    color: var(--muted-text);
    max-width: 680px;
    font-size: 1.08rem;
    line-height: 1.9;
}

.products-outline-btn {
    border: 2px solid var(--primary-green);
    color: var(--primary-green);
    padding: 11px 25px;
}

.products-outline-btn:hover {
    background-color: var(--primary-green);
    color: var(--white);
}

.products-hero-panel {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--border-color);
    border-radius: 22px;
    padding: 16px 30px;
    box-shadow: var(--shadow-md);
}

.products-hero-stat {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
}

.products-hero-stat + .products-hero-stat {
    border-top: 1px solid var(--border-color);
}

.products-stat-number {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-green-soft);
    color: var(--primary-green);
    border-radius: 50%;
    font-weight: 700;
}

.products-hero-stat h5 {
    margin-bottom: 4px;
    color: var(--primary-green);
    font-weight: 700;
}

.products-hero-stat p {
    margin-bottom: 0;
    color: var(--muted-text);
    font-size: 0.9rem;
}


/* Range intro */

.product-range-intro {
    padding: 90px 0;
}

.product-range-text {
    color: var(--muted-text);
    line-height: 1.95;
    font-size: 1.05rem;
}


/* Product showcases */

.product-pro-showcase {
    padding: 105px 0;
    background-color: var(--white);
}

.product-pro-alt {
    background-color: var(--light-bg);
}

.product-pro-image-wrap {
    position: relative;
}

.product-pro-image-wrap::before {
    content: "";
    position: absolute;
    inset-inline-start: -18px;
    bottom: -18px;
    width: 88%;
    height: 88%;
    border-radius: 24px;
    background:
        linear-gradient(
            135deg,
            var(--primary-gold-soft),
            var(--primary-green-soft)
        );
}

.product-pro-image {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
}

.product-image-badge {
    position: absolute;
    z-index: 3;
    top: 25px;
    inset-inline-start: 25px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-green);
    color: var(--white);
    font-weight: 700;
    box-shadow: var(--shadow-sm);
}

.product-pro-content {
    padding: 20px;
}

.product-category {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--primary-gold);
    font-size: 0.78rem;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-pro-content .product-pro-title {
    font-size: 2.5rem;
    color: var(--primary-green);
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.product-pro-description {
    color: var(--muted-text);
    font-size: 1.05rem;
    line-height: 1.95;
}

.product-pro-divider {
    width: 70px;
    height: 3px;
    margin: 28px 0;
    background-color: var(--primary-gold);
}

.product-pro-secondary {
    color: var(--dark-text);
    line-height: 1.85;
    font-weight: 500;
}

.product-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.product-meta-item {
    padding: 18px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background-color: var(--white);
}

.product-meta-item span {
    display: block;
    color: var(--primary-gold);
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.product-meta-item strong {
    color: var(--primary-green);
    font-size: 0.92rem;
}


/* Oil packaging */

.oil-feature-image .product-pro-image {
    height: 500px;
}

.oil-packaging {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.oil-package-item {
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background-color: var(--light-bg);
}

.package-size {
    display: block;
    color: var(--primary-green);
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 4px;
}


/* Capabilities */

.product-capabilities {
    padding: 25px 0 95px;
    background-color: var(--white);
}

.product-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--border-color);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.product-capability-item {
    padding: 32px;
    display: flex;
    gap: 18px;
    background-color: var(--white);
}

.product-capability-item + .product-capability-item {
    border-inline-start: 1px solid var(--border-color);
}

.product-capability-item > span {
    color: var(--primary-gold);
    font-weight: 800;
}

.product-capability-item h5 {
    color: var(--primary-green);
    font-weight: 700;
    margin-bottom: 8px;
}

.product-capability-item p {
    color: var(--muted-text);
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 0.92rem;
}


/* Process */

.products-process-section {
    padding: 100px 0;
    background:
        linear-gradient(
            135deg,
            #f7faf8 0%,
            #edf5f0 100%
        );
}

.products-process-intro {
    color: var(--muted-text);
    line-height: 1.85;
}

.products-process-line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
}

.process-step {
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 34px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.process-step:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.process-step-number {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-green);
    color: var(--white);
    font-weight: 700;
    margin-bottom: 22px;
}

.process-step h5 {
    color: var(--primary-green);
    font-weight: 700;
    margin-bottom: 12px;
}

.process-step p {
    color: var(--muted-text);
    line-height: 1.75;
    margin-bottom: 0;
}


/* Responsive */

@media (max-width: 991.98px) {

    .products-pro-hero {
        padding: 85px 0;
    }

    .product-pro-showcase {
        padding: 80px 0;
    }

    .product-pro-image {
        height: 380px;
    }

    .oil-feature-image .product-pro-image {
        height: 400px;
    }

    .product-capability-grid,
    .products-process-line {
        grid-template-columns: 1fr;
    }

    .product-capability-item + .product-capability-item {
        border-inline-start: none;
        border-top: 1px solid var(--border-color);
    }
}


@media (max-width: 767.98px) {

    .products-pro-hero {
        padding: 70px 0;
    }

    .product-range-intro,
    .product-pro-showcase,
    .products-process-section {
        padding: 70px 0;
    }

    .products-pro-title {
        font-size: 2.35rem;
    }

    .product-pro-content .product-pro-title {
        font-size: 2rem;
    }

    .product-pro-image,
    .oil-feature-image .product-pro-image {
        height: 300px;
    }

    .product-pro-image-wrap::before {
        display: none;
    }

    .product-meta-grid,
    .oil-packaging {
        grid-template-columns: 1fr;
    }

    .product-pro-content {
        padding: 15px 0 0;
    }

    .products-hero-panel {
        padding: 10px 22px;
    }

    .product-capability-item {
        padding: 26px;
    }
}

/* Navigation and accessibility */
.navbar .nav-link.active { color: var(--primary-green); font-weight: 700; }
.navbar .nav-link.active::after { width: 25px; }
.skip-link { position: fixed; top: -100px; inset-inline-start: 16px; z-index: 2000; padding: 12px 20px; background: var(--primary-green); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; color: white; }
@media (max-width: 575.98px) {
    .navbar-brand { min-width: 0; max-width: calc(100% - 65px); font-size: .9rem; }
    .navbar-brand span { white-space: normal; }
    .navbar-logo { flex-shrink: 0; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Home product slideshow */
.hero-products { overflow: hidden; border: 1px solid var(--border-color); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-lg); }
.hero-products .carousel-item {
    transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero-product-photo { display: block; width: calc(100% - 32px); height: 340px; margin: 16px auto 0; object-fit: contain; border-radius: 20px; background: var(--light-bg); }
.hero-product-caption { padding: 24px 28px; color: var(--primary-green); }
.hero-product-caption a { color: var(--primary-green); text-underline-offset: 5px; }
.hero-slider-controls { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 16px; border-top: 1px solid var(--border-color); direction: ltr; }
.hero-slider-controls .carousel-indicators { position: static; margin: 0; gap: 6px; }
.hero-slider-controls .carousel-indicators button { width: 10px; height: 10px; padding: 5px; border: 0; border-radius: 50%; background-color: var(--primary-green); }
.hero-slider-button, .hero-slider-toggle { min-height: 44px; border: 1px solid var(--border-color); border-radius: 8px; color: var(--primary-green); background: white; }
.hero-slider-button { width: 44px; font-size: 1.3rem; }
.hero-slider-toggle { padding: 8px 12px; font-size: .85rem; }
.hero-slider-controls button:focus-visible { outline: 3px solid var(--primary-gold); outline-offset: 3px; }
.hero-slider-controls button:hover { background-color: var(--primary-green-soft); }
@media (max-width: 575.98px) { .hero-product-photo { height: 260px; } .hero-slider-controls { gap: 8px; padding: 12px; } }

/* Fluid layouts for phones, tablets and desktop screens. */
.row > *, .trade-principle > div, .trade-process-item > div,
.brands-principle > div, .product-capability-item > div {
    min-width: 0;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
@supports (overflow: clip) {
    html, body { overflow-x: clip; }
}
body { overflow-wrap: break-word; }
img { max-width: 100%; }
.btn, .cta-button { white-space: normal; }
.navbar-brand { min-width: 0; }
.navbar-brand span { white-space: normal; }
.navbar-logo { flex-shrink: 0; }
.hero-products { width: 100%; max-width: 640px; margin-inline: auto; }
.hero-product-photo {
    height: auto;
    aspect-ratio: 16 / 11;
    border-radius: clamp(12px, 2vw, 20px);
}
.hero-product-caption { min-height: 148px; }
.hero-slider-controls { flex-wrap: wrap; }
.hero-slider-button { flex-shrink: 0; }
.hero-slider-toggle { max-width: 100%; }
.hero-slider-controls .carousel-indicators button {
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 7px solid transparent;
    background-clip: padding-box;
}
@media (max-width: 1199.98px) {
    .navbar-brand { max-width: calc(100% - 70px); }
    .navbar-collapse { padding-block: 16px; }
    .navbar .nav-link { padding: 10px 0 !important; }
    .navbar .nav-link::after { display: none; }
    .navbar .dropdown { margin-inline-start: 0 !important; margin-top: 12px; }
}
@media (max-width: 575.98px) {
    .hero-section { padding: 48px 0; }
    /* Match row gutters to the container padding on narrow screens. */
    .container > .row { --bs-gutter-x: 1.5rem; }
    .hero-section .row { --bs-gutter-y: 2rem; }
    .hero-title, .products-pro-title, .products-page-title,
    .about-page-title, .brands-page-title, .trade-page-title,
    .contact-page-title { font-size: clamp(1.8rem, 7.5vw, 2.35rem); }
    .hero-product-photo { width: calc(100% - 24px); margin-top: 12px; }
    .hero-product-caption { padding: 20px; }
    .hero-slider-controls { gap: 6px; }
    .hero-slider-toggle { flex-basis: 100%; }
    .hero-section .btn { flex: 1 1 180px; }
    .trade-network, .contact-preparation-panel, .brands-identity-panel {
        padding: 22px 18px;
    }
    .trade-network-sources { gap: 10px; }
    .product-pro-image, .oil-feature-image .product-pro-image {
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: contain;
    }
    .cta-button { width: 100%; }
}
/* Typography and home page composition */
[dir="rtl"] body {
    font-family: "Noto Sans Arabic", Tahoma, sans-serif;
    line-height: 1.9;
}
[dir="rtl"] .section-label { letter-spacing: normal; }
[dir="rtl"] .hero-title,
[dir="rtl"] .section-title { line-height: 1.55; }
.section-label { color: #876219; }
.btn-primary-custom:hover, .cta-button:hover {
    background-color: var(--primary-green-dark);
    border-color: var(--primary-green-dark);
    color: white;
}
a:focus-visible, button:focus-visible {
    outline: 3px solid var(--primary-gold-dark);
    outline-offset: 4px;
}
.home-page .hero-text { max-width: 38rem; }
.home-page .product-card { overflow: hidden; border: 1px solid var(--border-color); }
.home-product-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    padding: 24px;
    background: var(--light-bg);
    border-bottom: 1px solid var(--border-color);
}
.home-page .product-card .card-body { display: flex; flex-direction: column; align-items: flex-start; }
.home-detail-link {
    color: var(--primary-green);
    font-weight: 700;
    text-underline-offset: 5px;
    margin-top: auto;
}
.home-detail-link:hover { color: var(--primary-green-dark); }
.home-page .home-brand-card {
    flex-direction: row;
    align-items: center;
    border: 1px solid var(--border-color);
    box-shadow: none !important;
    padding-inline-start: 24px;
}
.home-brand-image {
    width: 110px;
    height: 140px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 12px;
}
.home-page .trade-card {
    border: 0;
    border-inline-start: 3px solid var(--primary-gold);
    border-radius: 0;
    box-shadow: none !important;
    background: transparent;
}
.home-page .why-section { background: var(--primary-green-dark); }
.home-page .why-section .section-title,
.home-page .why-card h4 { color: white; }
.home-page .why-section .section-label { color: #ead39e; }
.home-page .why-card {
    background: transparent;
    border: 0;
    border-top: 1px solid #789584;
    border-radius: 0;
    box-shadow: none !important;
}
.home-page .why-card p { color: #d6e6dc; }
.home-page .trade-card:hover,
.home-page .why-card:hover,
.home-page .brand-card:hover { transform: none; }
@media (max-width: 767.98px) {
    .home-page .home-brand-card { padding-inline-start: 16px; }
    .home-brand-image { width: 80px; height: 110px; }
    .home-page .why-section { padding-block: 56px; }
    .home-page .hero-title { font-size: clamp(1.8rem, 7vw, 2.5rem); }
}
@media (max-width: 359.98px) {
    .home-page .home-brand-card { flex-direction: column; padding: 20px 0 0; }
}

/* Why choose us: four connected strengths on a light canvas. */
.home-page .why-premium { padding-block:80px 88px; background:linear-gradient(180deg,#fff 0%,#f8faf6 100%); border-top:1px solid #edf0e9; }
.why-premium-heading { max-width:740px; margin:0 auto 48px; text-align:center; }
.why-eyebrow { display:inline-flex; align-items:center; gap:10px; color:#866323; font-size:13px; font-weight:650; margin-bottom:18px; }
.why-eyebrow > span { width:7px; height:7px; border-radius:50%; background:#b78d3a; box-shadow:0 0 0 5px #f3ecd9; }
.why-premium-heading h2 { color:#174c36; font-size:clamp(1.9rem,3vw,2.7rem); line-height:1.3; font-weight:700; text-wrap:balance; margin:0; }
[dir="rtl"] .why-premium-heading h2 { line-height:1.6; }
.why-heading-rule { width:44px; height:3px; border-radius:3px; background:#cba55e; margin:24px auto 0; }
.why-benefits-grid { position:relative; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; }
.why-benefits-grid::before { content:""; position:absolute; top:55px; inset-inline:10%; border-top:1px dashed #c6d3c4; }
.why-benefit { position:relative; min-width:0; padding:20px 22px 28px; text-align:center; }
.why-benefit::after { content:""; position:absolute; inset-inline:22px; bottom:0; height:3px; background:#dce6da; border-radius:3px; transition:background .2s; }
.why-benefit:nth-child(even)::after { background:#e6d8b6; }
.why-benefit-top { position:relative; display:flex; justify-content:center; margin-bottom:26px; }
.why-benefit-icon { position:relative; display:grid; place-items:center; width:72px; height:72px; border-radius:22px; background:#edf4e9; color:#245e40; border:6px solid #fff; box-shadow:0 0 0 1px #dce6d6,0 8px 18px #274e2810; transition:transform .2s; }
.why-benefit-icon svg { width:30px; height:30px; }
.why-benefit:nth-child(even) .why-benefit-icon { background:#f5efdf; color:#866323; box-shadow:0 0 0 1px #e6ddc6,0 8px 18px #775d1810; }
.why-benefit-number { position:absolute; top:-8px; inset-inline-end:calc(50% - 46px); display:grid; place-items:center; width:24px; height:24px; background:white; border:1px solid #d9e2d5; border-radius:50%; color:#68765e; font:600 10px/1 Arial,sans-serif; }
.why-benefit h3 { color:#194e37; font-size:1.1rem; line-height:1.65; font-weight:700; margin:0 0 12px; }
.why-benefit p { color:#536457; font-size:.95rem; line-height:1.95; margin:0; }
.why-benefit:hover .why-benefit-icon { transform:translateY(-4px); }
.why-benefit:hover::after { background:#b38a3b; }
@media (max-width:991.98px) {
    .why-benefits-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px 24px; }
    .why-benefits-grid::before { display:none; }
    .home-page .why-premium { padding-block:56px; }
}
@media (max-width:575.98px) {
    .why-premium-heading { margin-bottom:28px; }
    .why-premium-heading h2 { font-size:1.8rem; }
    .why-benefits-grid { grid-template-columns:1fr; gap:16px; }
    .why-benefit { display:grid; grid-template-columns:64px minmax(0,1fr); gap:8px 20px; text-align:start; padding:22px 12px; }
    .why-benefit-top { grid-row:1 / 3; margin:4px 0 0; align-self:start; }
    .why-benefit-icon { width:60px; height:60px; border-radius:18px; border-width:4px; }
    .why-benefit-number { inset-inline-end:-5px; }
    .why-benefit h3 { margin:0; }
    .why-benefit p { grid-column:2; }
    .why-benefit::after { inset-inline:12px; height:1px; }
}
@media (prefers-reduced-motion:reduce) { .why-benefit-icon, .why-benefit::after { transition:none; } .why-benefit:hover .why-benefit-icon { transform:none; } }

/* Consistent page hierarchy and comfortable form controls. */
/* Brand collection, shared by the home and brands pages. */
.brands-section { background:#f1f5f2; padding-block:80px; }
.brand-showcase-heading { display:grid; grid-template-columns:1.2fr 1fr; align-items:end; gap:48px; margin-bottom:36px; }
.brand-showcase-heading .section-label { margin-bottom:12px; }
.brand-showcase-heading h2 { color:var(--primary-green); font-size:clamp(1.8rem, 3vw, 2.65rem); font-weight:700; line-height:1.3; max-width:600px; margin:0; text-wrap:balance; }
.brand-showcase-intro { color:#52695c; font-size:1rem; line-height:1.85; max-width:480px; margin:0; }
.brand-showcase-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.brand-showcase-card { display:flex; flex-direction:column; min-width:0; background:white; border:1px solid #dae4dd; border-radius:18px; overflow:hidden; transition:border-color .2s, box-shadow .2s; }
.brand-showcase-card:hover, .brand-showcase-card:focus-within { border-color:#91ad9a; box-shadow:0 12px 32px rgb(18 60 39 / 8%); }
.brand-showcase-image { position:relative; padding:12px 12px 0; background:#fff; }
.brand-showcase-image img { display:block; width:100%; height:auto; aspect-ratio:16/11; object-fit:cover; border-radius:10px; background:#f1f5f2; }
.brand-showcase-number { position:absolute; top:24px; inset-inline-start:24px; display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:#fff; color:var(--primary-green); font:600 12px/1 Arial,sans-serif; box-shadow:0 2px 10px #0001; }
.brand-showcase-body { display:flex; flex-direction:column; flex:1; padding:24px; }
.brand-showcase-body h3 { font-size:1.45rem; font-weight:700; color:var(--primary-green); line-height:1.5; margin:0 0 10px; }
.brand-showcase-names { color:#52695c; font-size:1rem; line-height:1.8; margin-bottom:24px; overflow-wrap:anywhere; }
.brand-showcase-link { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:auto; padding-top:16px; border-top:1px solid #e2e9e4; min-height:52px; color:var(--primary-green); font-size:.9rem; font-weight:600; text-decoration:none; }
.brand-showcase-link:hover { color:#80601f; }
.brand-showcase-arrow { display:grid; place-items:center; flex-shrink:0; width:36px; height:36px; border-radius:50%; background:#eef4ef; font:20px/1 Arial,sans-serif; }
[dir="rtl"] .brand-showcase-arrow { transform:scaleX(-1); }
[dir="rtl"] .brand-showcase-heading h2 { line-height:1.6; }
.brands-page .brand-showcase-heading { margin-bottom:0; }
.brands-page .brands-collection { padding-block:48px 80px; background:#f1f5f2; }
@media (max-width:991.98px) {
    .brand-showcase-heading { grid-template-columns:1fr; gap:18px; }
    .brand-showcase-intro { max-width:640px; }
    .brand-showcase-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
}
@media (max-width:575.98px) {
    .brands-section { padding-block:48px; }
    .brand-showcase-heading { margin-bottom:28px; }
    .brand-showcase-grid { grid-template-columns:1fr; }
    .brand-showcase-body { padding:20px; }
    .brand-showcase-image img { aspect-ratio:16/10; }
    .brands-page .brands-collection { padding-block:28px 48px; }
}

.products-pro-hero, .products-page-hero, .about-page-hero,
.brands-page-hero, .trade-page-hero, .contact-page-hero { padding-block:64px; }
h1.products-pro-title, .products-page-title, .about-page-title,
.brands-page-title, .trade-page-title, .contact-page-title {
    font-size:clamp(2rem, 3.4vw, 3rem);
    line-height:1.3;
    text-wrap:balance;
    letter-spacing:normal;
}
[dir="rtl"] h1.products-pro-title, [dir="rtl"] .products-page-title,
[dir="rtl"] .about-page-title, [dir="rtl"] .brands-page-title,
[dir="rtl"] .trade-page-title, [dir="rtl"] .contact-page-title { line-height:1.6; }
.products-hero-stat a {
    color:var(--primary-green); font-weight:600; text-decoration:none;
    display:flex; align-items:center; min-height:44px; flex:1;
}
.products-hero-stat a:hover { text-decoration:underline; text-underline-offset:5px; }
.product-pro-showcase { scroll-margin-top:100px; }
.quote-form { padding:28px; border:1px solid var(--border-color); border-radius:16px; background:#fff; }
.quote-page { background:#fafcfb; }
.quote-form .form-control, .quote-form .form-select {
    min-height:48px; border-radius:9px; font-size:16px; line-height:1.6;
    border-color:#cbd8d0; padding-block:10px;
}
.quote-form .form-control:focus, .quote-form .form-select:focus {
    border-color:var(--primary-green); box-shadow:0 0 0 3px rgb(18 84 59 / 12%);
}
.quote-form .form-label { margin-bottom:10px; }
.quote-form button[type="submit"] { min-height:48px; }
.navbar .dropdown-item { padding-block:10px; }
@media (max-width:1199.98px) {
    .navbar { position:sticky; top:0; z-index:1030; }
    .navbar-collapse { max-height:calc(100dvh - 90px); overflow-y:auto; }
    .navbar .nav-link { min-height:44px; }
    html { scroll-padding-top:100px; }
}
@media (max-width:575.98px) {
    .products-pro-hero, .products-page-hero, .about-page-hero,
    .brands-page-hero, .trade-page-hero, .contact-page-hero { padding-block:36px; }
    h1.products-pro-title, .products-page-title, .about-page-title,
    .brands-page-title, .trade-page-title, .contact-page-title { font-size:1.85rem; }
    .quote-form { padding:20px 16px; }
    .quote-form .row { --bs-gutter-y:1.25rem; }
    .quote-form button[type="submit"] { width:100%; }
    .products-pro-hero .btn { flex:1 1 160px; }
}
