:root {
    /* Typography — matches Elementor kit-3 (html-version / Agrow template) */
    --font-body: "Nunito", system-ui, -apple-system, sans-serif;
    --font-heading: "Poppins", system-ui, -apple-system, sans-serif;
    --font-script: "Dynalight", cursive;
    --font-serif: "Roboto Slab", Georgia, "Times New Roman", serif;

    /* Colors — Elementor globals (--e-global-color-*) */
    --color-green-950: #02271e;
    --color-green-900: #113817;
    --color-green-800: #04674f;
    --color-green-700: #0b6b53;
    --color-yellow: #ffdd3f;
    --color-yellow-soft: #fffcee;
    --color-cream: #fffcee;
    --color-ink: #02271e;
    --color-text-body: #7a7a7a;
    --color-muted: #7a7a7a;
    --color-border: #e9e9e9;
    --shadow-soft: 0 18px 45px rgba(2, 39, 30, 0.12);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--color-text-body);
    background: #fff;
    font-family: var(--font-body);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
}

/* Keep all non-heading text in Nunito site-wide. */
body,
p,
li,
a,
span,
input,
textarea,
select,
button {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.section-padding {
    padding: 96px 0;
}

.section-padding-sm {
    padding: 64px 0;
}

.bg-cream {
    background: var(--color-cream);
}

.bg-pattern {
    background:
        linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
        url("../images/interval-abstract-background-1.jpg") center/cover;
}

.eyebrow {
    margin-bottom: 12px;
    color: #e9c107;
    font-family: var(--font-script);
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 0.9;
}

.site-header-wrap {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}

.site-topbar {
    display: none;
    background: rgba(2, 39, 30, 0.86);
    color: #fff8c7;
    padding: 8px 0;
    font-family: var(--font-heading);
    font-size: 0.875rem;
    font-weight: 600;
}

.site-topbar a {
    color: #fff8c7;
}

.site-topbar__dept {
    color: rgba(255, 248, 199, 0.92);
    font-weight: 600;
}

.site-topbar__dept::after {
    content: "·";
    margin: 0 0.35rem;
    opacity: 0.75;
}

.social-link {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    background: var(--color-yellow);
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
}

.social-link:hover {
    background: #ffe667;
    color: var(--color-green-950);
}

.site-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-navbar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 95;
    background: #ffffff;
    border-bottom: 1px solid rgba(2, 39, 30, 0.14);
    box-shadow: 0 10px 24px rgba(2, 39, 30, 0.12);
    transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.site-navbar-sticky.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.navbar-brand img {
    display: block;
}

.navbar-toggler {
    border: 1px solid var(--color-border);
    padding: 0.45rem 0.6rem;
    border-radius: 10px;
}

.navbar-toggler-icon {
    width: 22px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(#ffffff, #ffffff);
    background-repeat: no-repeat;
    background-size: 100% 2px, 100% 2px, 100% 2px;
    background-position: center top, center center, center bottom;
}

.site-navbar .nav-link {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: -0.03125em;
    padding: 18px 14px;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
    color: var(--color-yellow);
}

.site-navbar .dropdown-menu {
    border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 8px;
    box-shadow: 0px 20px 35px rgb(0 0 0 / 19%);
}

.site-navbar .dropdown-item {
    border-radius: 8px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    padding: 8px 12px;
}

.site-navbar .dropdown-item:hover {
    background: var(--color-yellow-soft);
    color: var(--color-green-950);
}

.site-navbar .dropdown-item.active,
.site-navbar .dropdown-item:active {
    color: #ffdd3f;
    background-color: transparent;
}

.site-navbar .dropdown-menu .ceo-menu-item,
.site-navbar .dropdown-menu .bod-menu-item {
    border-top: 1px solid #ededed;
}

.board-member-select-label {
    display: block;
    margin-bottom: 8px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 600;
}

.board-member-select {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid rgba(2, 39, 30, 0.14);
    border-radius: 12px;
    background: #f8fbf9;
    color: var(--color-green-950);
    font-family: var(--font-body);
    font-size: 1rem;
}

.board-of-directors-toolbar {
    margin-bottom: 28px;
}

.nav-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 210, 0, 0.7);
    border-radius: 999px;
    color: var(--color-yellow);
    background: rgba(2, 39, 30, 0.28);
    font-family: var(--font-heading);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nav-call strong {
    color: var(--color-yellow);
    font-size: 1.0625rem;
    letter-spacing: -0.03125em;
}

.nav-call span {
    display: none;
}

.nav-call:hover {
    color: #fff7bf;
    background: rgba(2, 39, 30, 0.4);
    border-color: rgba(255, 210, 0, 0.95);
}

.site-navbar.is-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(2, 39, 30, 0.14);
    box-shadow: 0 10px 24px rgba(2, 39, 30, 0.12);
}

.site-navbar-sticky .navbar-toggler {
    border-color: rgba(2, 39, 30, 0.24);
}

.site-navbar-sticky .navbar-toggler-icon {
    background-image:
        linear-gradient(var(--color-green-950), var(--color-green-950)),
        linear-gradient(var(--color-green-950), var(--color-green-950)),
        linear-gradient(var(--color-green-950), var(--color-green-950));
}

.site-navbar-sticky .nav-link {
    color: var(--color-green-950);
}

.site-navbar-sticky .nav-link:hover,
.site-navbar-sticky .nav-link.active {
    color: #000000;
}

.site-navbar-sticky .nav-call {
    background: var(--color-green-950);
    border-color: var(--color-green-950);
}

.site-navbar-sticky .nav-call strong,
.site-navbar-sticky .nav-call:hover {
    color: #ffffff;
}

.site-navbar.is-scrolled .navbar-brand img {
    filter: brightness(0) saturate(100%);
}

.site-navbar.is-scrolled .navbar-toggler {
    border-color: rgba(2, 39, 30, 0.24);
}

.site-navbar.is-scrolled .navbar-toggler-icon {
    background-image:
        linear-gradient(var(--color-green-950), var(--color-green-950)),
        linear-gradient(var(--color-green-950), var(--color-green-950)),
        linear-gradient(var(--color-green-950), var(--color-green-950));
}

.site-navbar.is-scrolled .nav-link {
    color: var(--color-green-950);
}

.site-navbar.is-scrolled .nav-link:hover,
.site-navbar.is-scrolled .nav-link.active {
    color: #000000;
}

.site-navbar.is-scrolled .nav-call {
    background: var(--color-green-950);
    border-color: var(--color-green-950);
}

.site-navbar.is-scrolled .nav-call strong,
.site-navbar.is-scrolled .nav-call:hover {
    color: #ffffff;
}

.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    color: #fff;
    border-radius: 0 0 26px 26px;
    background-image: var(--hero-image, none);
    background-position: center;
    background-size: cover;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 32, 25, 0.78), rgba(3, 32, 25, 0.42));
    z-index: 1;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-media iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hero-has-video {
    background-image: none !important;
}

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

.hero-small {
    min-height: 340px;
}

.hero-centered {
    text-align: center;
}

.hero-centered .hero-content {
    margin-inline: auto;
}

.hero-centered .hero-content p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
}

.hero-content {
    max-width: 760px;
    padding: clamp(150px, 20vh, 210px) 0 clamp(72px, 12vh, 120px);
}

.hero-content h1 {
    margin: 0 0 18px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(2.7rem, 7vw, 5.25rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}

.hero-small .hero-content h1 {
    font-size: clamp(2.2rem, 5vw, 4rem);
}

.hero-content p:not(.eyebrow) {
    max-width: 620px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.3;
}

.btn-clean {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 12px 24px;
    border-radius: 999px;
    border: 0;
    font-family: var(--font-heading);
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: -0.03125em;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-clean:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(6, 61, 47, 0.18);
}

.btn-clean-primary {
    background: var(--color-yellow);
    color: var(--color-green-950);
}

.btn-clean-dark {
    background: var(--color-green-950);
    color: #fff;
}

.section-title {
    max-width: 760px;
    margin: 0 auto 48px;
}

.section-title.text-start {
    margin-left: 0;
}

.section-title h2 {
    margin: 0;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
}

.section-title p:not(.eyebrow) {
    margin-top: 16px;
    color: var(--color-muted);
    font-family: var(--font-body);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
}

.section-title.text-center p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
}

.feature-strip {
    margin-top: -84px;
    position: relative;
    z-index: 4;
}

.after-banner-section {
    position: relative;
    z-index: 4;
    margin-top: -84px;
    padding: 0 0 92px;
}

.after-banner-section .container {
    max-width: 1320px;
}

.after-banner-section .row {
    --bs-gutter-x: 2.2rem;
}

.after-banner-features {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.after-banner-features .feature-box {
    width: 112px;
    min-height: 102px;
}

.after-banner-copy {
    max-width: 650px;
    margin-top: 54px;
}

.after-banner-section .difference-panel {
    max-width: 420px;
    margin-left: auto;
}

.feature-box {
    min-height: 104px;
    padding: 16px 14px;
    border-radius: var(--radius-sm);
    background: var(--color-green-800);
    color: #fff;
    text-align: center;
    box-shadow: var(--shadow-soft);
}

.feature-box span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin: 0 auto 8px;
}

.feature-box span img {
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
}

.feature-box span i {
    color: #fff;
    font-size: 1.2rem;
}

.feature-box strong {
    display: block;
    margin: 0;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.05;
}

.content-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: #fffaf0;
    box-shadow: var(--shadow-soft);
}

.content-card-clickable {
    position: relative;
    color: inherit;
    cursor: pointer;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.content-card-clickable:hover {
    color: inherit;
    border-color: rgba(4, 103, 79, 0.42);
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(2, 39, 30, 0.14);
}

.content-card-white {
    background: #fff;
}

.content-card-yellow {
    background: var(--color-yellow-soft);
}

.content-card-green {
    background: var(--color-green-800);
    color: #fff;
}

.content-card h3 {
    margin: 0 0 10px;
    color: inherit;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.content-card p {
    margin-bottom: 18px;
    color: var(--color-muted);
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.3;
}

.content-card-green p {
    color: rgba(255, 255, 255, 0.78);
}

.card-icon {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: var(--color-green-800);
    color: var(--color-yellow);
    font-family: var(--font-heading);
    font-weight: 600;
}

.card-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.card-icon i {
    font-size: 1.45rem;
    line-height: 1;
}

.card-image {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    object-fit: cover;
    border-radius: 16px;
}

.card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(2, 39, 30, 0.12);
    color: var(--color-green-800);
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1;
}

.card-link-arrow {
    display: inline-grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border: 1px solid rgba(4, 103, 79, 0.24);
    border-radius: 999px;
    background: #fff;
    color: var(--color-green-800);
    transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.card-link-arrow svg {
    width: 15px;
    height: 15px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.content-card-clickable:hover .card-link {
    color: var(--color-green-950);
    border-top-color: rgba(4, 103, 79, 0.32);
}

.content-card-clickable:hover .card-link-arrow {
    border-color: var(--color-green-800);
    background: var(--color-green-800);
    color: #fff;
    transform: translateX(4px);
}

.check-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}


.check-list li {
    position: relative;
    padding-left: 22px;
    color: var(--color-ink);
    font-family: var(--font-heading);
    font-size: 1.0625rem;
    font-weight: 600;
}

.check-list li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-green-800);
}

.image-round {
    width: 100%;
    border-radius: var(--radius-lg);
    object-fit: cover;
    box-shadow: var(--shadow-soft);
}

.image-frame {
    position: relative;
    padding: 22px;
    border-radius: var(--radius-lg);
    background: var(--color-yellow);
}

.image-frame img {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
}

.floating-stat {
    position: absolute;
    right: -18px;
    bottom: 34px;
    max-width: 210px;
    padding: 22px;
    border-radius: 18px;
    background: var(--color-green-950);
    color: #fff;
    box-shadow: var(--shadow-soft);
}

.floating-stat strong {
    display: block;
    color: var(--color-yellow);
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
}

.difference-panel {
    padding: 32px;
    border-radius: var(--radius-md);
    background: var(--color-yellow);
    box-shadow: var(--shadow-soft);
}

.difference-panel h3 {
    margin-bottom: 24px;
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
}

.difference-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: start;
    margin-bottom: 16px;
}

.difference-item:last-child {
    margin-bottom: 0;
}

.difference-item span {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: var(--color-green-800);
}

.difference-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.05;
}

.difference-item p {
    margin: 0;
    color: rgba(2, 39, 30, 0.88);
    font-size: 1rem;
    line-height: 1.25;
}

.difference-item span img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.difference-item span i {
    color: #fff;
    font-size: 1.05rem;
}

.stat-card {
    min-height: 235px;
    padding: 30px;
    border-radius: var(--radius-md);
    background: #fffaf0;
    box-shadow: var(--shadow-soft);
}

.stat-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
}

.trusted-ref-section .container {
    max-width: 1120px;
}

.trusted-ref-head {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 26px;
    align-items: end;
}

.trusted-ref-intro {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.3;
}

.trusted-ref-title-wrap .eyebrow {
    margin-bottom: 8px;
}

.trusted-ref-title-wrap h2 {
    max-width: 560px;
    margin: 0;
    font-size: clamp(2.8rem, 4vw, 3.9rem);
    line-height: 0.96;
    letter-spacing: -0.03em;
}

.trusted-ref-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin-top: 16px;
}

.trusted-ref-card {
    position: relative;
    padding: 18px 14px;
    border-radius: 18px;
    background: #fffaf0;
    box-shadow: 0 6px 14px rgba(2, 39, 30, 0.08);
}

.trusted-ref-card-title {
    margin: 0 0 8px;
    font-size: clamp(1.9rem, 2.3vw, 2.45rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.trusted-ref-card p {
    margin: 0 0 10px;
    color: var(--color-muted);
    font-size: 0.9rem;
    line-height: 1.25;
}

.trusted-ref-card strong {
    display: block;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: clamp(2.35rem, 3.2vw, 3rem);
    font-weight: 600;
    line-height: 1;
}

.trusted-ref-card span {
    color: var(--color-green-800);
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 600;
}

.trusted-ref-years {
    min-height: 300px;
    overflow: hidden;
}

.trusted-ref-years::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 10px;
    width: 94px;
    height: 30px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 8% 50%, #8dc63f 0 26%, transparent 27%),
        radial-gradient(circle at 28% 70%, #90ca44 0 26%, transparent 27%),
        radial-gradient(circle at 48% 45%, #86bf3b 0 26%, transparent 27%),
        radial-gradient(circle at 70% 70%, #8dc63f 0 26%, transparent 27%),
        radial-gradient(circle at 92% 45%, #86bf3b 0 26%, transparent 27%);
}

.trusted-ref-harvest {
    min-height: 334px;
}

.trusted-ref-photo {
    width: 100%;
    height: 88px;
    margin: 8px 0;
    border-radius: 12px;
    object-fit: cover;
}

.trusted-ref-harvest-title {
    font-size: clamp(2.05rem, 2.5vw, 2.5rem);
    line-height: 0.95;
}

.trusted-ref-partners-wrap {
    display: flex;
    flex-direction: column;
}

.trusted-ref-partners {
    min-height: 220px;
    overflow: hidden;
}

.trusted-ref-partners::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 72px;
    height: 34px;
    border-radius: 4px;
    background: linear-gradient(150deg, transparent 40%, #e7c666 42%, #ddb75a 55%, transparent 57%);
    opacity: 0.85;
}

.trusted-ref-partners-wrap .btn-clean {
    margin-top: 8px;
    min-height: 34px;
    padding: 8px 18px;
    font-size: 0.85rem;
}

.trusted-ref-bottom {
    max-height: 270px;
    margin-top: 12px !important;
    object-fit: cover;
    object-position: center top;
}

.cta-band {
    overflow: visible;
    color: #fff;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(90deg, rgba(4, 49, 38, 0.84), rgba(4, 49, 38, 0.48)),
        url("../images/products/cta-grains.png") center/cover;
}

.cta-band h2 {
    color: #fff;
}

.product-cta-band {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(4, 49, 38, 0.9), rgba(4, 49, 38, 0.58)),
        var(--cta-image, url("../images/tractor-3.webp")) center/cover;
}

.message-card {
    padding: 30px;
    border-radius: var(--radius-md);
    background: var(--color-yellow);
    color: var(--color-green-950);
    box-shadow: var(--shadow-soft);
}

.markets-section {
    padding-top: 26px;
}

.markets-map {
    position: relative;
    overflow: hidden;
    padding: 48px 28px 58px;
    border-radius: var(--radius-lg);

}

.markets-map::after {
    content: "TRADE";
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -52%);
    color: rgba(2, 39, 30, 0.05);
    font-family: var(--font-heading);
    font-size: clamp(5rem, 18vw, 14rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    pointer-events: none;
}

.markets-copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 26px;
}

.markets-copy .eyebrow {
    margin-bottom: 10px;
}

.markets-copy h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 4vw, 3.6rem);
    letter-spacing: -0.03em;
    line-height: 1;
}

.markets-copy p {
    margin: 0 auto;
    max-width: 640px;
    color: var(--color-muted);
}

.markets-tags {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.market-tag {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(2, 39, 30, 0.9);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.markets-map .markets-supply-visual {
    position: relative;
    z-index: 2;
}

.markets-supply-visual {
    margin-top: 40px;
}

.markets-supply-visual img {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
}

.markets-map--enhanced {
    border: 1px solid rgba(2, 39, 30, 0.1);
    background: linear-gradient(180deg, rgba(255, 250, 240, 0.97) 0%, rgba(247, 251, 248, 0.95) 100%);
    box-shadow: 0 22px 48px rgba(2, 39, 30, 0.08);
}

.markets-map__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.2;
    pointer-events: none;
}

.markets-map__backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.markets-routes-strip {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 22px;
    padding: 0;
    list-style: none;
    max-width: 920px;
}

.markets-routes-strip li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid rgba(2, 39, 30, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(2, 39, 30, 0.06);
}

.markets-routes-strip i {
    color: var(--color-green-800);
}

.trade-inquiry-section {
    background: var(--color-cream, #fffaf0);
}

.trade-inquiry-panel {
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(2, 39, 30, 0.1);
    box-shadow: 0 28px 56px rgba(2, 39, 30, 0.1);
}

.trade-inquiry-panel__intro {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    color: #fff;
    background-color: var(--color-green-950);
    background-image:
        linear-gradient(
            115deg,
            rgba(2, 39, 30, 0.94) 0%,
            rgba(2, 39, 30, 0.82) 42%,
            rgba(4, 103, 79, 0.78) 100%
        ),
        var(--trade-inquiry-bg, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trade-inquiry-panel__intro-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: clamp(28px, 4vw, 48px);
}

.trade-inquiry-panel__intro .eyebrow {
    color: var(--color-yellow);
}

.trade-inquiry-panel__intro h2 {
    margin: 0 0 14px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.85rem, 3.2vw, 2.65rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.trade-inquiry-panel__lead {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.6;
}

.trade-inquiry-highlights {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.trade-inquiry-highlights li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(2, 39, 30, 0.45);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.35;
}

.trade-inquiry-highlights i {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    border-radius: 9px;
    background: var(--color-yellow);
    color: var(--color-green-950);
    font-size: 0.82rem;
}

.trade-inquiry-panel__note {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.5;
}

.trade-inquiry-panel__form {
    background: #fff;
}

.trade-inquiry-form-card {
    height: 100%;
    padding: clamp(28px, 4vw, 44px);
}

.trade-inquiry-form-card__head {
    margin-bottom: 22px;
}

.trade-inquiry-form-card__head .eyebrow {
    margin-bottom: 10px;
    color: #e9c107;
    font-family: var(--font-script);
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
    font-weight: 400;
    line-height: 0.9;
}

.trade-inquiry-form-card__head h3 {
    margin: 0 0 8px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.trade-inquiry-form-card__head p:not(.eyebrow) {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.96rem;
    line-height: 1.55;
}

.trade-inquiry-alert {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 0.92rem;
}

.trade-inquiry-alert--success {
    background: rgba(25, 135, 84, 0.12);
    color: #146c43;
}

.trade-inquiry-alert--error {
    background: rgba(220, 53, 69, 0.1);
    color: #b02a37;
}

.clean-form--trade input,
.clean-form--trade textarea {
    border: 1px solid rgba(2, 39, 30, 0.14);
    border-radius: 12px;
    background: #f8fbf9;
    font-size: 1rem;
}

.clean-form--trade input {
    border-radius: 12px;
}

.clean-form--trade textarea {
    min-height: 128px;
    border-radius: 14px;
}

.clean-form--trade input:focus,
.clean-form--trade textarea:focus {
    border-color: rgba(4, 103, 79, 0.55);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(4, 103, 79, 0.12);
}

.trade-inquiry-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    margin-top: 4px;
    border: 0;
    border-radius: 999px;
    background: var(--color-green-800);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: background 0.2s ease, transform 0.2s ease;
}

.trade-inquiry-submit:hover {
    background: var(--color-green-950);
    transform: translateY(-1px);
}

.trade-inquiry-submit i {
    font-size: 0.9rem;
}

.logistics-intro-strip {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -18px;
}

.logistics-visual-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.logistics-visual-card {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-md);
    border: 1px solid rgba(2, 39, 30, 0.08);
    box-shadow: 0 14px 30px rgba(2, 39, 30, 0.08);
}

.logistics-visual-card img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.logistics-visual-card figcaption {
    position: absolute;
    inset: auto 0 0;
    padding: 10px 12px;
    background: linear-gradient(180deg, transparent 0%, rgba(2, 39, 30, 0.88) 100%);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.markets-page-map-figure--routes {
    position: relative;
}

.markets-page-map-figure__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.28;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.markets-page-map-figure__primary {
    position: relative;
    z-index: 1;
}

.market-tag::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--color-yellow);
}

.why-work-image {
    min-height: 560px;
    height: 100%;
    object-fit: cover;
}

.product-tabs {
    gap: 10px;
    margin-bottom: 28px;
}

.product-tabs .nav-link {
    border: 1px solid rgba(2, 39, 30, 0.14);
    border-radius: 999px;
    background: #fff;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    padding: 10px 16px;
}

.product-tabs .nav-link.active {
    border-color: transparent;
    background: var(--color-green-950);
    color: #fff;
}

.product-tab-content {
    padding: 10px 0 2px;
}

.product-tab-content .tab-pane .content-card {
    min-height: 340px;
    height: 100%;
    padding: 22px 18px 18px;
    border: 1px solid rgba(2, 39, 30, 0.08);
    border-radius: 20px;
    background: #fffdf4;
    box-shadow: 0 10px 24px rgba(2, 39, 30, 0.08);
}

.product-tab-content .tab-pane .card-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 12px;
    background: var(--color-green-800);
}

.product-tab-content .tab-pane .card-icon img {
    width: 26px;
    height: 26px;
}

.product-tab-content .tab-pane .content-card h3 {
    margin-bottom: 8px;
    color: var(--color-green-950);
    font-size: 1.55rem;
    line-height: 1;
}

.product-tab-content .tab-pane .content-card p {
    margin-bottom: 12px;
    color: var(--color-muted);
    font-size: 0.98rem;
    line-height: 1.3;
}

.product-tab-content .tab-pane .content-card > .check-list {
    margin-bottom: 20px;
}

.product-tab-content .tab-pane .check-list li {
    padding-left: 18px;
    color: var(--color-muted);
    font-size: 0.98rem;
    line-height: 1.3;
}

.product-tab-content .tab-pane .check-list li::before {
    top: 7px;
    width: 5px;
    height: 5px;
    background: var(--color-muted);
}

.product-tab-content .tab-pane .card-link {
    margin-top: auto;
    padding-top: 20px;
    font-size: 0.95rem;
}

.product-tab-content .tab-pane .card-link-arrow {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
}

.breadcrumb-strip {
    padding: 18px 0;
    border-bottom: 1px solid rgba(2, 39, 30, 0.08);
    background: #fffdf4;
}

.product-breadcrumb-strip {
    position: relative;
    overflow: hidden;
    padding: 26px 0;
    border-bottom: 0;
    background:
        linear-gradient(90deg, rgba(255, 252, 238, 0.96), rgba(255, 252, 238, 0.82)),
        var(--breadcrumb-image, none) center/cover;
}

.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-green-700);
}

.product-visual-section {
    position: relative;
    overflow: hidden;
}

.product-visual-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 252, 238, 0.9), rgba(255, 252, 238, 0.96)),
        var(--section-image, none) center/cover;
    opacity: 0.32;
}

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

.product-breadcrumb {
    align-items: center;
    color: var(--color-muted);
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
}

.product-breadcrumb a {
    color: var(--color-green-800);
}

.product-breadcrumb .active {
    color: var(--color-green-950);
}

.product-detail-intro .section-title {
    max-width: 720px;
    margin-bottom: 18px;
}

.product-detail-intro .section-title h2 {
    max-width: 680px;
    font-size: clamp(2.15rem, 3.15vw, 3.15rem);
    line-height: 1.05;
}

.product-detail-intro .section-title p:not(.eyebrow),
.product-detail-intro > .container > .row > [class*="col-"] > p {
    max-width: 700px;
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.45;
}

.product-detail-list {
    gap: 9px;
    margin-top: 14px;
}

.product-detail-list li {
    font-size: 1rem;
    line-height: 1.3;
}

.product-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.product-detail-media {
    position: relative;
    height: 100%;
    margin-top: 28px;
}

.product-detail-media .image-round {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.product-detail-badge {
    position: absolute;
    right: 24px;
    bottom: 24px;
    min-width: 190px;
    padding: 18px 20px;
    border-radius: 20px;
    background: var(--color-yellow);
    color: var(--color-green-950);
    box-shadow: var(--shadow-soft);
}

.product-detail-badge strong,
.product-detail-badge span {
    display: block;
}

.product-detail-badge strong {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    line-height: 1.1;
}

.product-detail-badge span {
    margin-top: 4px;
    font-size: 0.95rem;
    font-weight: 700;
}

.product-spec-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: 30px 26px;
    border: 1px solid rgba(4, 103, 79, 0.12);
    background:
        radial-gradient(circle at top right, rgba(255, 221, 63, 0.2), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fffdf4 100%);
    box-shadow: 0 18px 42px rgba(2, 39, 30, 0.09);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.product-spec-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--color-green-800), var(--color-yellow));
}

.product-spec-card::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: rgba(4, 103, 79, 0.06);
}

.product-spec-card:hover {
    border-color: rgba(4, 103, 79, 0.28);
    transform: translateY(-8px);
    box-shadow: 0 24px 52px rgba(2, 39, 30, 0.15);
}

.product-spec-card > span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(4, 103, 79, 0.1);
    border-radius: 999px;
    background: rgba(4, 103, 79, 0.09);
    color: var(--color-green-800);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.product-spec-card h3 {
    position: relative;
    z-index: 1;
    max-width: 210px;
    margin-bottom: 14px;
    color: var(--color-green-950);
    font-size: clamp(1.45rem, 2.1vw, 2rem);
    line-height: 1.05;
}

.product-spec-card p {
    position: relative;
    z-index: 1;
    max-width: 230px;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.45;
}

.product-process-list {
    display: grid;
    gap: 18px;
}

.product-process-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(2, 39, 30, 0.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(2, 39, 30, 0.07);
}

.product-process-item > span {
    display: inline-grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    background: var(--color-green-800);
    color: var(--color-yellow);
    font-family: var(--font-heading);
    font-weight: 800;
}

.product-process-item h3 {
    margin: 0 0 8px;
    color: var(--color-green-950);
    font-size: 1.25rem;
}

.product-process-item p {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.4;
}

.product-section-divider {
    position: relative;
}

.product-section-divider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1180px, calc(100% - 32px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(2, 39, 30, 0.18), transparent);
}

.origin-grid,
.packaging-grid,
.shipment-grid,
.logistics-support-grid {
    display: grid;
    gap: 16px;
}

.origin-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.origin-card,
.packaging-card,
.shipment-card,
.logistics-support-grid article {
    border: 1px solid rgba(2, 39, 30, 0.1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(2, 39, 30, 0.08);
}

.origin-card {
    display: grid;
    min-height: 116px;
    place-items: center;
    padding: 20px 12px;
    color: var(--color-green-950);
    text-align: center;
}

.origin-card i {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    place-items: center;
    border-radius: 50%;
    background: var(--color-green-950);
    color: var(--color-yellow);
}

.origin-card span {
    font-family: var(--font-heading);
    font-weight: 700;
}

.premium-table-wrap {
    overflow: hidden;
    border: 1px solid rgba(2, 39, 30, 0.1);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(2, 39, 30, 0.12);
}

.premium-spec-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.premium-spec-table th,
.premium-spec-table td {
    padding: 22px 26px;
    border-bottom: 1px solid rgba(2, 39, 30, 0.08);
    vertical-align: top;
}

.premium-spec-table tr:last-child th,
.premium-spec-table tr:last-child td {
    border-bottom: 0;
}

.premium-spec-table th {
    width: 32%;
    background: rgba(2, 39, 30, 0.035);
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
}

.premium-spec-table td {
    color: var(--color-muted);
    font-size: 1.02rem;
    line-height: 1.45;
}

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

.packaging-card {
    min-height: 160px;
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 221, 63, 0.22), transparent 32%),
        #fff;
}

.packaging-card h3,
.shipment-card h3 {
    margin-bottom: 10px;
    color: var(--color-green-950);
    font-size: 1.2rem;
}

.packaging-card p,
.shipment-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.98rem;
    line-height: 1.45;
}

.shipment-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    padding: 22px;
}

.shipment-card i,
.logistics-support-grid i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 16px;
    background: var(--color-green-950);
    color: var(--color-yellow);
}

.logistics-capabilities-section .section-title {
    margin-bottom: clamp(32px, 4vw, 48px);
}

.logistics-capabilities-list {
    display: grid;
    gap: clamp(48px, 6vw, 72px);
    width: 100%;
    max-width: 100%;
}

.logistics-capability-row {
    width: 100%;
}

.logistics-capability-row__media img {
    display: block;
    width: 100%;
    min-height: 280px;
    object-fit: cover;
}

.logistics-capability-row__copy {
    max-width: 34rem;
}

.logistics-capability-row__copy .eyebrow {
    margin-bottom: 10px;
    color: #e9c107;
    font-family: var(--font-script);
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 0.9;
}

.logistics-capability-row__copy h3 {
    margin: 0 0 16px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.logistics-capability-row__copy p:not(.eyebrow) {
    margin: 0;
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.logistics-capabilities-section .section-title .eyebrow {
    color: #e9c107;
}

@media (max-width: 991.98px) {
    .logistics-capability-row__media {
        margin-bottom: 8px;
    }

    .logistics-capability-row__media img {
        min-height: 240px;
    }

    .logistics-capability-row__copy {
        max-width: none;
    }
}

.shipment-grid {
    grid-template-columns: 1fr;
}

@media (min-width: 992px) {
    .shipment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .logistics-support-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.bg-dark-industrial {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    background:
        linear-gradient(90deg, rgba(2, 39, 30, 0.94), rgba(2, 39, 30, 0.74)),
        var(--industrial-image, none) center/cover;
}

.bg-dark-industrial h2,
.bg-dark-industrial .section-title h2 {
    color: #fff;
}

.bg-dark-industrial .section-title p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.78);
}

.delivery-term-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.delivery-term-grid span {
    display: grid;
    min-height: 96px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    backdrop-filter: blur(6px);
}

.export-markets-card {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(2, 39, 30, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 221, 63, 0.22), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 58%, #f4faf6 100%);
    box-shadow: 0 22px 50px rgba(2, 39, 30, 0.08);
}

.export-markets-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--color-yellow), var(--color-green-800));
}

.export-markets-card__head {
    margin-bottom: clamp(24px, 3vw, 36px);
}

.export-markets-card__head .section-title {
    margin-bottom: 0;
}

.export-markets-summary {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 22px;
    border: 1px solid rgba(2, 39, 30, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
}

.export-markets-summary__icon {
    display: grid;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px;
    background: var(--color-green-950);
    color: var(--color-yellow);
    font-size: 1.25rem;
}

.export-markets-summary strong {
    display: block;
    margin-bottom: 6px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.export-markets-summary p {
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.45;
}

.export-markets-grid-wrap {
    width: 100%;
    max-width: 100%;
}

.export-markets-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.export-market-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 12px 14px;
    border: 1px solid rgba(2, 39, 30, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(2, 39, 30, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.export-market-item:hover {
    transform: translateY(-2px);
    border-color: rgba(4, 103, 79, 0.22);
    box-shadow: 0 16px 30px rgba(2, 39, 30, 0.1);
}

.export-market-item__index {
    color: rgba(2, 39, 30, 0.28);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.export-market-item__icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 221, 63, 0.28);
    color: var(--color-green-800);
    font-size: 0.9rem;
}

.export-market-item__label {
    flex: 1;
    min-width: 0;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.logistics-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logistics-support-grid article {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 14px;
    padding: 18px;
    color: var(--color-green-950);
    font-weight: 700;
}

/* Loading ports — export corridor panel (product detail) */
.loading-ports-section {
    background: linear-gradient(180deg, #f4f7f5 0%, #ffffff 38%, #fffdf6 100%);
}

.loading-ports-panel {
    padding: clamp(22px, 3.6vw, 42px);
    border-radius: 32px;
    border: 1px solid rgba(2, 39, 30, 0.1);
    background: #fff;
    box-shadow: 0 26px 64px rgba(2, 39, 30, 0.08);
}

.loading-ports-header .eyebrow {
    margin-bottom: 10px;
    color: var(--color-green-800);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.loading-ports-title {
    margin: 0 0 14px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: clamp(1.7rem, 2.8vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
}

.loading-ports-lead {
    margin: 0 0 22px;
    max-width: 42rem;
    color: var(--color-muted);
    font-size: 1.02rem;
    line-height: 1.55;
}

.loading-ports-highlights {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.loading-ports-highlights li {
    position: relative;
    padding-left: 22px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.35;
}

.loading-ports-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.52em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-yellow);
    box-shadow: 0 0 0 3px rgba(255, 221, 63, 0.35);
}

.loading-ports-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    .loading-ports-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.loading-port-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 18px 18px 16px;
    border-radius: 18px;
    border: 1px solid rgba(2, 39, 30, 0.1);
    background: linear-gradient(145deg, #fffdf6 0%, #ffffff 55%, #f3faf6 100%);
    box-shadow: 0 10px 28px rgba(2, 39, 30, 0.06);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.loading-port-card:hover {
    border-color: rgba(4, 103, 79, 0.28);
    box-shadow: 0 16px 40px rgba(2, 39, 30, 0.1);
    transform: translateY(-2px);
}

.loading-port-card__icon {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--color-green-950);
    color: var(--color-yellow);
    font-size: 1.05rem;
}

.loading-port-card__name {
    margin: 0 0 6px;
    font-family: var(--font-heading);
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-green-950);
    line-height: 1.2;
}

.loading-port-card__meta {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(2, 39, 30, 0.48);
}

.loading-ports-visual {
    position: relative;
    height: 100%;
    min-height: 300px;
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(2, 39, 30, 0.12);
    box-shadow: 0 22px 52px rgba(2, 39, 30, 0.12);
}

.loading-ports-visual__img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.loading-ports-visual__caption {
    position: absolute;
    inset: auto 0 0 0;
    margin: 0;
    padding: 24px 20px 20px;
    background: linear-gradient(to top, rgba(2, 39, 30, 0.94) 0%, rgba(2, 39, 30, 0.5) 55%, transparent 100%);
    color: rgba(255, 255, 255, 0.92);
}

.loading-ports-visual__label {
    display: block;
    margin-bottom: 6px;
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-yellow);
}

.loading-ports-visual__text {
    display: block;
    font-size: 0.88rem;
    line-height: 1.4;
    opacity: 0.96;
}

@media (max-width: 991.98px) {
    .loading-ports-visual {
        min-height: 260px;
        margin-top: 8px;
    }

    .loading-ports-visual__img {
        min-height: 280px;
    }
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(34px) scale(0.98);
    filter: blur(8px);
    transition: opacity 0.75s ease, transform 0.75s ease, filter 0.75s ease;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform, filter;
}

.scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
    .scroll-reveal {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .product-tab-content .tab-pane .content-card {
        min-height: 320px;
    }

    .product-detail-media .image-round {
        min-height: 340px;
    }

    .product-detail-media {
        height: auto;
        margin-top: 0;
    }

    .product-process-item {
        grid-template-columns: 1fr;
    }

    .origin-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .delivery-term-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .logistics-support-grid {
        grid-template-columns: 1fr;
    }
}

.clean-form {
    display: grid;
    gap: 14px;
}

.clean-form .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.clean-form input,
.clean-form select,
.clean-form textarea,
.newsletter-form input {
    width: 100%;
    border: 1px solid rgba(6, 61, 47, 0.45);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: var(--color-green-950);
    padding: 13px 18px;
    outline: none;
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.3;
}

.clean-form textarea {
    min-height: 140px;
    border-radius: 18px;
    resize: vertical;
}

.clean-form select {
    appearance: none;
}

.project-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: var(--radius-md);
    color: #fff;
    box-shadow: var(--shadow-soft);
}

.project-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-card:hover img {
    transform: scale(1.04);
}

.project-card-body {
    position: absolute;
    inset: auto 0 0;
    padding: 28px;
    background: linear-gradient(transparent, rgba(4, 49, 38, 0.92));
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: 360px;
    padding: 30px;
    border-radius: var(--radius-md);
    background: #fff;
    text-align: center;
    box-shadow: var(--shadow-soft);
}

.testimonial-card img {
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-card p {
    flex: 1;
    margin-bottom: 18px;
}

.testimonial-card strong {
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 1.05rem;
}

.testimonial-slider .carousel-inner {
    padding: 4px 4px 8px;
}

.testimonial-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 32px;
}

.testimonial-slider-btn {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(4, 103, 79, 0.2);
    border-radius: 999px;
    background: #fff;
    color: var(--color-green-800);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.testimonial-slider-btn:hover {
    border-color: var(--color-green-800);
    background: var(--color-green-800);
    color: #fff;
    transform: translateY(-2px);
}

.testimonial-slider-indicators {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.testimonial-slider-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(4, 103, 79, 0.28);
    opacity: 1;
}

.testimonial-slider-indicators .active {
    width: 28px;
    background: var(--color-green-800);
}

.blog-card {
    height: 100%;
}

.blog-card img {
    width: 100%;
    height: 260px;
    border-radius: var(--radius-md);
    object-fit: cover;
    box-shadow: var(--shadow-soft);
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 18px 0 10px;
    color: var(--color-muted);
    font-size: 0.9rem;
}

.partner-logo {
    display: grid;
    min-height: 88px;
    place-items: center;
    opacity: 0.75;
}

.pricing-card {
    height: 100%;
    padding: 36px;
    border-radius: var(--radius-md);
    background: #fffaf0;
    box-shadow: var(--shadow-soft);
}

.pricing-card.featured {
    background: #eefffb;
    transform: translateY(-18px);
}

.pricing-card.accent {
    background: #ffe874;
}

.pricing-card .price {
    margin: 18px 0;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
}

.team-card {
    text-align: center;
}

.team-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: var(--radius-md);
    object-fit: cover;
    box-shadow: var(--shadow-soft);
}

.team-card h3 {
    margin: 18px 0 4px;
    font-family: var(--font-heading);
    font-weight: 600;
}

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

.contact-list li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: start;
}

.contact-list span:first-child {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: var(--color-yellow);
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-weight: 600;
}

.map-image {
    width: 100%;
    min-height: 320px;
    border-radius: var(--radius-md);
    object-fit: cover;
    box-shadow: var(--shadow-soft);
}

.site-footer {
    color: #fff;
    background:
        linear-gradient(rgba(3, 45, 34, 0.92), rgba(3, 45, 34, 0.94)),
        url("../images/beautiful-morning-view-indonesia-panorama.webp") center/cover;
}

.footer-newsletter {
    padding-top: 74px;
}

.newsletter-panel {
    padding: 44px;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(90deg, rgba(5, 73, 56, 0.9), rgba(5, 73, 56, 0.72)),
        url("../images/tractor-3.webp") right center/contain no-repeat;
}

.newsletter-panel h2 {
    max-width: 460px;
    margin: 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
}

.newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.newsletter-form button,
.clean-form button {
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    background: var(--color-green-950);
    color: #fff;
    padding: 12px 24px;
    font-family: var(--font-heading);
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: -0.03125em;
}

.newsletter-form button {
    background: var(--color-yellow);
    color: var(--color-green-950);
}

.footer-main {
    padding: 72px 0 24px;
}

.footer-logo {
    max-width: 225px;
    margin-bottom: 24px;
}

.footer-main h3 {
    margin-bottom: 18px;
    color: var(--color-yellow);
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 600;
}

.footer-main p,
.footer-list,
.footer-contact {
    color: rgba(255, 255, 255, 0.82);
}

.footer-list,
.footer-contact {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list li {
    position: relative;
    padding-left: 16px;
}

.footer-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-yellow);
}

.footer-contact li {
    display: grid;
    gap: 2px;
}

.footer-contact strong {
    color: #fff;
}

.footer-bottom {
    margin-top: 46px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.9rem;
    text-align: right;
}

.accordion-button {
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: var(--color-yellow-soft);
    color: var(--color-green-950);
}

.empty-page {
    min-height: 56vh;
    display: grid;
    place-items: center;
    text-align: center;
}

@media (max-width: 991.98px) {
    .section-padding {
        padding: 72px 0;
    }

    .site-navbar .nav-link {
        padding: 10px 0;
    }

    .nav-call {
        margin-top: 12px;
    }

    .hero-section {
        min-height: 100vh;
    }

    .hero-small {
        min-height: 320px;
    }

    .feature-strip {
        margin-top: 28px;
    }

    .after-banner-section {
        margin-top: 26px;
        padding-bottom: 72px;
    }

    .after-banner-copy {
        margin-top: 34px;
    }

    .after-banner-section .difference-panel {
        margin-left: 0;
    }

    .pricing-card.featured {
        transform: none;
    }

    .floating-stat {
        right: 18px;
    }
}

@media (max-width: 767.98px) {
    .site-topbar {
        text-align: center;
    }

    .hero-content {
        padding: 62px 0;
    }

    .clean-form .form-grid,
    .newsletter-form {
        grid-template-columns: 1fr;
    }

    .newsletter-panel {
        padding: 30px;
        background:
            linear-gradient(rgba(5, 73, 56, 0.9), rgba(5, 73, 56, 0.82)),
            url("../images/tractor-3.webp") center bottom/95% auto no-repeat;
        padding-bottom: 150px;
    }

    .footer-bottom {
        text-align: left;
    }
}

/* --------------------------------------------------------------------------
   Template parity pass
   Keeps custom implementation, but aligns visual metrics with source design.
-------------------------------------------------------------------------- */

.container {
    max-width: 1320px;
}

body {
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05;
}

.site-topbar {
    padding: 10px 0;
    font-size: 0.9375rem;
}

.site-navbar {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.site-navbar .nav-link {
    font-size: 1rem;
    padding: 22px 12px;
}

.hero-section {
    border-radius: 0;
}

.hero-content {
    max-width: 850px;
    padding: clamp(150px, 20vh, 210px) 0 clamp(68px, 10vh, 100px);
}

.hero-content h1 {
    letter-spacing: -0.03em;
}

.section-padding {
    padding: 110px 0;
}

.section-padding-sm {
    padding: 82px 0;
}

.section-title {
    margin-bottom: 56px;
}

.section-title h2 {
    letter-spacing: -0.035em;
}

.feature-box {
    min-height: 130px;
    border-radius: 16px;
}

.content-card,
.difference-panel,
.stat-card,
.message-card,
.pricing-card,
.testimonial-card {
    border-radius: 24px;
}

.content-card,
.stat-card,
.testimonial-card,
.pricing-card {
    box-shadow: 0 22px 50px rgba(2, 39, 30, 0.1);
}

.btn-clean,
.newsletter-form button,
.clean-form button {
    min-height: 50px;
    padding-inline: 28px;
}

.footer-main {
    padding: 88px 0 26px;
}

.footer-main p,
.footer-list li,
.footer-contact li {
    line-height: 1.5;
}

@media (max-width: 1399.98px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1199.98px) {
    .hero-content {
        padding: clamp(130px, 16vh, 170px) 0 82px;
    }

    .section-padding {
        padding: 92px 0;
    }
}

@media (max-width: 991.98px) {
    .site-navbar-main {
        position: relative;
        background: var(--color-green-950);
    }

    .site-navbar-main .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.55);
    }

    .site-navbar-main .nav-link {
        padding: 12px 0;
    }

    .hero-content {
        padding: 122px 0 72px;
    }

    .section-padding {
        padding: 78px 0;
    }

    .export-markets-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trusted-ref-head {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .trusted-ref-grid {
        grid-template-columns: 1fr;
    }

    .trusted-ref-partners-wrap .btn-clean {
        margin-top: 10px;
    }

    .why-work-image {
        min-height: 420px;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-inline: 18px;
    }

    .hero-content {
        padding: 108px 0 56px;
    }

    .section-padding {
        padding: 66px 0;
    }

    .section-padding-sm {
        padding: 52px 0;
    }

    .trusted-ref-card {
        min-height: auto;
        padding: 22px;
    }

    .trusted-ref-card h3 {
        font-size: 2rem;
    }

    .trusted-ref-harvest h3 {
        font-size: 2.4rem;
    }

    .markets-map {
        padding: 34px 18px 40px;
    }

    .why-work-image {
        min-height: 320px;
    }

    .after-banner-features .feature-box {
        width: calc(50% - 7px);
    }
}

/* --------------------------------------------------------------------------
   Mobile polish pass
   Final overrides for consistent responsiveness across all sections.
-------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
    .navbar-brand img {
        width: 220px;
        height: auto;
    }

    .site-navbar .container,
    .site-navbar-sticky .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .site-navbar .navbar-collapse,
    .site-navbar-sticky .navbar-collapse {
        margin-top: 10px;
        padding: 14px;
        border-radius: 14px;
    }

    .site-navbar .navbar-collapse {
        background: rgba(2, 39, 30, 0.94);
    }

    .site-navbar-sticky .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(2, 39, 30, 0.1);
    }

    .site-navbar .navbar-nav,
    .site-navbar-sticky .navbar-nav {
        gap: 4px;
    }

    .site-navbar .nav-link,
    .site-navbar-sticky .nav-link {
        display: inline-block;
        padding: 8px 0;
        font-size: 1rem;
    }

    .nav-call {
        width: 100%;
        margin-top: 10px;
    }

    .hero-content {
        max-width: 100%;
        padding-top: 110px;
        padding-bottom: 64px;
    }

    .hero-content h1 {
        font-size: clamp(2rem, 8.5vw, 3rem);
        line-height: 1.05;
    }

    .hero-content p:not(.eyebrow) {
        max-width: 100%;
        font-size: 1rem;
    }

    .section-title {
        margin-bottom: 34px;
    }

    .section-title h2 {
        font-size: clamp(1.75rem, 6.5vw, 2.4rem);
        line-height: 1.1;
    }

    .after-banner-features {
        gap: 10px;
    }

    .after-banner-features .feature-box {
        min-height: 110px;
    }

    .after-banner-copy,
    .after-banner-section .difference-panel {
        margin-top: 22px;
    }

    .content-card,
    .difference-panel,
    .stat-card,
    .message-card,
    .pricing-card,
    .testimonial-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .testimonial-card {
        min-height: 300px;
    }

    .product-tabs {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        overflow: visible;
        padding-bottom: 8px;
    }

    .product-tabs .nav-item {
        flex: 0 1 auto;
    }

    .product-tabs .nav-link {
        min-height: 42px;
        white-space: normal;
        padding: 9px 12px;
        font-size: 0.88rem;
        line-height: 1.15;
    }

    .product-tab-content .tab-pane .content-card {
        min-height: 300px;
        padding: 18px 16px;
    }

    .product-tab-content .tab-pane .content-card h3 {
        font-size: 1.3rem;
        line-height: 1.1;
    }

    .markets-section .row {
        row-gap: 20px;
    }

    .markets-map {
        min-height: 360px;
        border-radius: 20px;
    }

    .markets-copy {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .markets-tags {
        gap: 8px;
    }

    .market-tag {
        font-size: 0.85rem;
        padding: 8px 12px;
    }

    .cta-band {
        padding: 28px 20px;
        text-align: center;
    }

    .cta-band h2 {
        margin-bottom: 14px;
        font-size: clamp(1.7rem, 6vw, 2.2rem);
        line-height: 1.1;
    }

    .cta-band .d-flex {
        justify-content: center;
    }

    .clean-form input,
    .clean-form select,
    .clean-form textarea,
    .newsletter-form input {
        font-size: 1rem;
        padding: 12px 16px;
    }

    .newsletter-panel h2 {
        font-size: clamp(1.7rem, 6vw, 2.2rem);
    }

    .footer-main {
        padding: 58px 0 20px;
    }

    .footer-main .row {
        row-gap: 24px;
    }

    .footer-bottom {
        margin-top: 26px;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-inline: 14px;
    }

    .navbar-brand img {
        width: 190px;
    }

    .hero-content {
        padding-top: 100px;
        padding-bottom: 54px;
    }

    .hero-section {
        min-height: 420px;
    }

    .hero-section.hero-has-video {
        min-height: 520px;
    }

    .hero-media iframe {
        width: 100svw;
        height: 56.25svw;
        min-width: 924px;
        min-height: 520px;
    }

    .hero-content h1 {
        font-size: clamp(1.85rem, 9vw, 2.55rem);
    }

    .hero-content p:not(.eyebrow) {
        font-size: 0.95rem;
    }

    .btn-clean,
    .newsletter-form button,
    .clean-form button {
        width: 100%;
    }

    .after-banner-features .feature-box {
        width: 100%;
    }

    .markets-map {
        min-height: 300px;
        padding: 22px 14px 28px;
    }

    .markets-copy {
        padding: 18px 14px;
    }

    .product-tab-content .tab-pane .check-list li {
        font-size: 0.93rem;
    }

    .product-action-row {
        gap: 10px;
    }

    .origin-grid,
    .packaging-grid,
    .shipment-grid,
    .delivery-term-grid,
    .loading-ports-grid {
        grid-template-columns: 1fr;
    }

    .origin-card {
        min-height: 82px;
        grid-template-columns: 42px 1fr;
        place-items: center start;
        padding: 14px;
        text-align: left;
    }

    .origin-card i {
        margin-bottom: 0;
    }

    .premium-table-wrap {
        border-radius: 18px;
    }

    .premium-spec-table th,
    .premium-spec-table td {
        display: block;
        width: 100%;
        padding: 14px 16px;
    }

    .premium-spec-table th {
        padding-bottom: 6px;
        background: #fff;
    }

    .premium-spec-table td {
        padding-top: 4px;
    }

    .packaging-card,
    .shipment-card,
    .logistics-support-grid article {
        padding: 16px;
    }

    .shipment-card {
        grid-template-columns: 44px 1fr;
        gap: 12px;
    }

    .shipment-card i,
    .logistics-support-grid i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .delivery-term-grid span {
        min-height: 64px;
        font-size: 1.1rem;
    }

    .export-markets-card {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .export-markets-summary {
        padding: 16px;
    }

    .export-markets-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .export-market-item {
        padding: 10px 12px;
        gap: 8px;
    }

    .export-market-item__label {
        font-size: 0.86rem;
    }

    .loading-ports-panel {
        padding: 20px 16px;
        border-radius: 22px;
    }

    .loading-ports-title {
        font-size: 1.55rem;
    }

    .loading-port-card {
        padding: 14px 14px 14px 12px;
    }

    .loading-port-card__icon {
        width: 42px;
        height: 42px;
        font-size: 0.95rem;
    }

    .why-work-image {
        min-height: 260px;
    }

    .clean-form textarea {
        min-height: 120px;
    }
}

/* Group of Companies */
.group-companies-page-intro {
    margin: 0 auto 56px;
    max-width: 720px;
    text-align: center;
}

.group-companies-page-intro .brand-title {
    margin: 0 0 10px;
    color: var(--color-ink);
    font-family: var(--font-heading);
    font-size: clamp(1.85rem, 4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.2;
}

.group-companies-page-intro .subtitle {
    margin: 0;
    color: var(--color-muted);
    font-family: var(--font-body);
    font-size: 1.125rem;
    font-weight: 400;
}

.group-companies-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.group-company-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 28px 24px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: 0 8px 28px rgba(2, 39, 30, 0.06);
}

.group-company-card-logo {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    min-height: 48px;
}

.group-company-card-logo-img {
    display: block;
    max-width: 220px;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.group-company-card-logo-fallback {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: var(--radius-sm);
    background: var(--color-cream);
    color: var(--color-green-800);
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
}

/* Matches Berel Aero Group Companies inline SVG treatment */
.group-company-card-logo--reference-svg {
    color: #48b7e4;
}

.group-company-card-logo--reference-svg svg {
    display: block;
}

.group-company-card h3 {
    margin: 0 0 10px;
    color: var(--color-ink);
    font-family: var(--font-heading);
    font-size: 1.125rem;
    font-weight: 700;
}

.group-company-card .desc {
    flex-grow: 1;
    margin: 0;
    padding-bottom: 18px;
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.45;
}

.group-company-card .visit-link {
    color: #2563eb;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
}

.group-company-card .visit-link:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .group-companies-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .group-companies-grid {
        grid-template-columns: 1fr;
    }

    .group-companies-page-intro {
        margin-bottom: 40px;
    }
}

.about-ops-grid {
    margin-top: 8px;
}

.about-ops-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 148px;
    padding: 18px 14px;
    border: 1px solid rgba(2, 39, 30, 0.08);
    border-radius: var(--radius-sm);
    background: #fff;
    box-shadow: var(--shadow-soft);
    text-align: center;
}

.about-ops-card__icon {
    display: inline-grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 12px;
    border-radius: 14px;
    background: var(--color-green-800);
    color: var(--color-yellow);
}

.about-ops-card__icon i {
    font-size: 1.35rem;
    line-height: 1;
}

.about-ops-card h3 {
    margin: 0;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.about-story-inner {
    margin: 0 auto;
    text-align: center;
}

.about-story-section .section-title {
    margin-bottom: 28px;
}

.about-story-section .section-title h2,
.about-story-section .section-title .eyebrow {
    text-align: center;
}

.about-story-copy p {
    margin-bottom: 16px;
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.65;
    text-align: center;
}

.about-logistics-image {
    min-height: 320px;
    object-fit: cover;
}

.about-trade-network {
    position: relative;
    overflow: hidden;
    padding: 42px 24px 36px;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 252, 238, 0.94), rgba(255, 252, 238, 0.88)),
        var(--about-map-image, none) center/cover no-repeat;
}

.about-trade-network__copy {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto 28px;
}

.about-trade-network__copy h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 3.6vw, 3rem);
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.about-trade-network__copy p {
    margin: 0 auto;
    max-width: 620px;
    color: var(--color-muted);
}

.about-trade-network__stats {
    position: relative;
    z-index: 1;
}

.about-network-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 168px;
    padding: 22px 18px;
    border: 1px solid rgba(2, 39, 30, 0.1);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-soft);
    text-align: center;
}

.about-network-stat__icon {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 12px;
    border-radius: 999px;
    background: var(--color-green-800);
    color: var(--color-yellow);
}

.about-network-stat__icon i {
    font-size: 1.15rem;
    line-height: 1;
}

.about-network-stat strong {
    display: block;
    margin-bottom: 8px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.about-network-stat p {
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.35;
}

.about-mission-card {
    min-height: 100%;
}

.about-mission-card .card-icon {
    background: var(--color-yellow);
    color: var(--color-green-950);
}

.content-card-green.about-mission-card .card-icon {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

@media (max-width: 991.98px) {
    .about-ops-card {
        min-height: 132px;
    }
}

@media (max-width: 575.98px) {
    .about-trade-network {
        padding: 28px 16px 22px;
    }

    .about-ops-card h3 {
        font-size: 0.92rem;
    }
}

/* Markets page */
.markets-page-intro .section-title {
    margin-bottom: 18px;
}

.markets-page-lead {
    margin: 0;
    max-width: 38rem;
    color: var(--color-muted);
    font-size: 1.02rem;
    line-height: 1.65;
}

.markets-page-intro__image {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
    box-shadow: 0 24px 48px rgba(2, 39, 30, 0.12);
}

.markets-page-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(2, 39, 30, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 221, 63, 0.22), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 58%, #f4faf6 100%);
    box-shadow: 0 22px 50px rgba(2, 39, 30, 0.08);
}

.markets-page-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--color-yellow), var(--color-green-800));
}

.markets-page-panel__head {
    margin-bottom: clamp(24px, 3vw, 36px);
}

.markets-page-panel__head .section-title {
    margin-bottom: 0;
}

.markets-page-summary {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 22px;
    border: 1px solid rgba(2, 39, 30, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
}

.markets-page-summary__icon {
    display: grid;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px;
    background: var(--color-green-950);
    color: var(--color-yellow);
    font-size: 1.25rem;
}

.markets-page-summary strong {
    display: block;
    margin-bottom: 6px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.markets-page-summary p {
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.45;
}

.markets-region-card {
    position: relative;
    height: 100%;
    padding: 28px 26px 26px;
    border: 1px solid rgba(2, 39, 30, 0.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(2, 39, 30, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.markets-region-card:hover {
    transform: translateY(-3px);
    border-color: rgba(4, 103, 79, 0.22);
    box-shadow: 0 18px 36px rgba(2, 39, 30, 0.1);
}

.markets-region-card__index {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(2, 39, 30, 0.22);
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.markets-region-card__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 16px;
    background: var(--color-green-950);
    color: var(--color-yellow);
    font-size: 1.2rem;
}

.markets-region-card h3 {
    margin-bottom: 12px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.markets-region-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.96rem;
    line-height: 1.6;
}

.markets-page-map-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(2, 39, 30, 0.08);
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f7fbf8 100%);
    box-shadow: 0 20px 44px rgba(2, 39, 30, 0.07);
}

.markets-page-map-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/maps-2.png") center / cover no-repeat;
    opacity: 0.06;
    pointer-events: none;
}

.markets-page-map-panel > .row {
    position: relative;
    z-index: 1;
}

.markets-page-map-panel .eyebrow {
    color: #e9c107;
}

.markets-page-map-panel__title {
    margin-bottom: 14px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.markets-page-map-panel__text {
    margin-bottom: 22px;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.markets-page-corridors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.markets-page-corridors li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(2, 39, 30, 0.08);
    border-radius: 14px;
    background: #fff;
    color: var(--color-green-950);
    font-size: 0.92rem;
    font-weight: 600;
}

.markets-page-corridors i {
    color: var(--color-green-800);
    font-size: 0.85rem;
}

.markets-page-map-figure {
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(2, 39, 30, 0.08);
    background: #fff;
    box-shadow: 0 16px 36px rgba(2, 39, 30, 0.08);
}

.markets-page-map-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.markets-page-cta .eyebrow {
    color: #e9c107;
}

@media (max-width: 767.98px) {
    .markets-page-corridors {
        grid-template-columns: 1fr;
    }

    .markets-page-panel {
        padding: 24px 18px;
    }

    .markets-region-card {
        padding: 24px 20px 22px;
    }
}

/* Corporate footer */
.site-footer--corporate {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(2, 22, 18, 0.97), rgba(3, 35, 28, 0.98)),
        var(--footer-map, none) center 38%/cover no-repeat;
}

.site-footer--corporate::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 18%, rgba(233, 193, 7, 0.08), transparent 42%),
        linear-gradient(90deg, rgba(2, 22, 18, 0.94) 0%, rgba(2, 22, 18, 0.72) 48%, rgba(2, 22, 18, 0.9) 100%);
    pointer-events: none;
}

.site-footer--corporate > * {
    position: relative;
    z-index: 1;
}

.footer-corporate-bar {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-corporate-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-corporate-bar__eyebrow {
    margin: 0 0 4px;
    color: var(--color-yellow);
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-corporate-bar__copy {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.95rem;
    line-height: 1.45;
}

.footer-corporate-bar__cta {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--color-yellow);
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-corporate-bar__cta:hover {
    color: var(--color-green-950);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.footer-main--corporate {
    padding: 48px 0 20px;
}

.footer-company-text {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.92rem;
    line-height: 1.55;
}

.footer-col-title {
    margin-bottom: 14px;
    color: var(--color-yellow);
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.footer-capabilities-strip {
    padding: 20px 0;
    border-block: 1px solid rgba(233, 193, 7, 0.22);
    background: linear-gradient(90deg, rgba(233, 193, 7, 0.1), rgba(255, 255, 255, 0.04), rgba(233, 193, 7, 0.1));
}

.footer-capabilities-strip__label {
    margin: 0 0 12px;
    color: var(--color-yellow);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}

.footer-global-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-global-tags--prominent {
    justify-content: center;
    gap: 12px 16px;
}

.footer-global-tags--prominent li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 18px;
    border: 1px solid rgba(233, 193, 7, 0.45);
    border-radius: 999px;
    background: rgba(2, 39, 30, 0.55);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.footer-global-tags--prominent li i {
    color: var(--color-yellow);
    font-size: 0.95rem;
}

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

.footer-dept-list li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: start;
}

.footer-dept-list__icon {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: rgba(233, 193, 7, 0.14);
    color: var(--color-yellow);
}

.footer-dept-list__icon i {
    font-size: 0.9rem;
}

.footer-dept-list strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 600;
}

.footer-dept-list a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
    text-decoration: none;
    word-break: break-all;
}

.footer-dept-list a:hover {
    color: var(--color-yellow);
}

.footer-phone-line {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-phone-line a {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.footer-bottom--corporate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    text-align: left;
}

.footer-bottom__note {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
}

.site-footer--corporate .footer-list li {
    font-size: 0.88rem;
}

.site-footer--corporate .footer-logo {
    max-width: 200px;
    margin-bottom: 16px;
}

/* B2B contact page */
.contact-inquiry-section {
    padding-top: 72px;
}

.contact-inquiry-grid {
    margin-top: 8px;
}

.contact-inquiry-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 100%;
    padding: 20px 18px;
    border: 1px solid rgba(2, 39, 30, 0.1);
    border-radius: var(--radius-sm);
    background: #fff;
    box-shadow: var(--shadow-soft);
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-inquiry-card:hover,
.contact-inquiry-card.is-active {
    border-color: rgba(4, 103, 79, 0.42);
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(2, 39, 30, 0.12);
}

.contact-inquiry-card.is-active {
    background: var(--color-yellow-soft);
}

.contact-inquiry-card__icon {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin-bottom: 12px;
    border-radius: 12px;
    background: var(--color-green-800);
    color: var(--color-yellow);
}

.contact-inquiry-card__icon i {
    font-size: 1.1rem;
}

.contact-inquiry-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

.contact-inquiry-card p {
    color: var(--color-muted);
    font-size: 0.9rem;
    line-height: 1.4;
}

.contact-dept-list {
    display: grid;
    gap: 14px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.contact-dept-list li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: start;
}

.contact-dept-list__icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--color-green-800);
    color: var(--color-yellow);
}

.contact-dept-list strong {
    display: block;
    margin-bottom: 2px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 0.98rem;
}

.contact-dept-list a {
    color: var(--color-green-800);
    font-size: 0.92rem;
    text-decoration: none;
    word-break: break-all;
}

.contact-dept-list a:hover {
    text-decoration: underline;
}

.contact-trade-note {
    margin-top: 22px;
    padding: 18px;
    border-left: 3px solid var(--color-yellow);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    background: rgba(255, 255, 255, 0.72);
}

.contact-trade-note p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.contact-phone {
    margin-top: 18px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
}

.contact-phone i {
    margin-right: 8px;
    color: var(--color-green-800);
}

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

.contact-form-panel {
    padding: 28px 26px;
    border-radius: var(--radius-md);
    background: #fff;
    border: 1px solid rgba(2, 39, 30, 0.08);
    box-shadow: var(--shadow-soft);
}

.contact-form-panel h3 {
    margin: 0 0 8px;
    color: var(--color-green-950);
    font-family: var(--font-heading);
    font-size: 1.55rem;
    font-weight: 600;
}

.contact-form-panel__lead {
    margin-bottom: 20px;
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-form-alert {
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 0.92rem;
}

.contact-form-alert--success {
    background: rgba(25, 135, 84, 0.12);
    color: #146c43;
}

.contact-form-alert--error {
    background: rgba(220, 53, 69, 0.1);
    color: #b02a37;
}

.contact-trade-form select {
    width: 100%;
}

@media (max-width: 991.98px) {
    .footer-main--corporate {
        padding: 40px 0 18px;
    }

    .footer-main--corporate .row {
        row-gap: 22px;
    }
}

@media (max-width: 767.98px) {
    .footer-corporate-bar {
        padding: 16px 0;
    }

    .footer-corporate-bar__copy p {
        font-size: 0.88rem;
    }

    .footer-corporate-bar__cta {
        width: 100%;
        justify-content: center;
    }

    .footer-capabilities-strip {
        padding: 16px 0;
    }

    .footer-global-tags--prominent {
        gap: 10px;
    }

    .footer-global-tags--prominent li {
        width: 100%;
        justify-content: center;
        min-height: 40px;
        font-size: 0.88rem;
    }

    .footer-main--corporate {
        padding: 32px 0 16px;
    }

    .footer-company-text {
        font-size: 0.88rem;
    }

    .footer-col-title {
        margin-bottom: 10px;
        font-size: 0.98rem;
    }

    .site-footer--corporate .footer-list li {
        font-size: 0.84rem;
    }

    .footer-bottom--corporate {
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-inquiry-section {
        padding-top: 56px;
    }

    .contact-inquiry-card {
        padding: 16px 14px;
    }

    .contact-form-panel {
        padding: 22px 18px;
    }

    .logistics-visual-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .markets-routes-strip li {
        width: 100%;
        justify-content: center;
    }

    .trade-inquiry-panel__intro-inner {
        padding: 28px 22px;
    }

    .trade-inquiry-form-card {
        padding: 28px 22px;
    }

    .clean-form--trade .form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .logistics-visual-grid {
        grid-template-columns: 1fr;
    }
}
