/* =====================================================
   INDO JAPAN AGRO SEEDS - NEW ABOUT PAGE DESIGN
   Pure SVG Icons | Breadcrumb After Header | Responsive
===================================================== */

:root {
    --ij-dark: #075b2a;
    --ij-green: #119245;
    --ij-yellow: #e4dc25;
    --ij-cream: #f7fbf1;
    --ij-text: #172217;
    --ij-muted: #657260;
    --ij-white: #ffffff;
}

.ij-svg-sprite {
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
}

.ij-about-page {
    overflow: hidden;
    background: #ffffff;
}

.ij-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

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

.ij-section-tag,
.ij-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 9px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    color: var(--ij-dark);
    background: rgba(17, 146, 69, 0.10);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.ij-section-tag.light {
    color: var(--ij-text);
    background: var(--ij-yellow);
}

.ij-btn {
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.28s ease;
    text-decoration: none;
}

.ij-btn-yellow {
    color: var(--ij-text);
    background: var(--ij-yellow);
}

.ij-btn-yellow:hover {
    color: var(--ij-dark);
    background: #ffffff;
    transform: translateY(-4px);
}

.ij-btn-white {
    color: var(--ij-dark);
    background: #ffffff;
}

.ij-btn-white:hover {
    color: var(--ij-text);
    background: var(--ij-yellow);
    transform: translateY(-4px);
}

/* =========================
   BREADCRUMB SECTION
========================= */

.ij-breadcrumb-section {
    position: relative;
    overflow: hidden;
    padding: 64px 0;
    background:
        radial-gradient(circle at 0% 0%, rgba(228, 220, 37, 0.20), transparent 34%),
        radial-gradient(circle at 100% 20%, rgba(17, 146, 69, 0.16), transparent 34%),
        linear-gradient(135deg, #052713 0%, #075b2a 52%, #119245 100%);
}

.ij-breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.52;
}

.ij-breadcrumb-section::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    bottom: -210px;
    border-radius: 50%;
    background: rgba(228, 220, 37, 0.14);
}

.ij-breadcrumb-section .container {
    position: relative;
    z-index: 2;
}

.ij-breadcrumb-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 28px;
    align-items: stretch;
}

.ij-breadcrumb-content {
    padding: 34px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.ij-breadcrumb-content .ij-kicker {
    color: var(--ij-text);
    background: var(--ij-yellow);
}

.ij-breadcrumb-content h1 {
    max-width: 920px;
    margin: 0 0 18px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

.ij-breadcrumb-content h1 span {
    color: var(--ij-yellow);
}

.ij-breadcrumb-content p {
    max-width: 850px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.85;
}

.ij-breadcrumb-nav {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.ij-breadcrumb-nav a,
.ij-breadcrumb-nav span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ij-breadcrumb-nav a:hover,
.ij-breadcrumb-nav span {
    color: var(--ij-yellow);
}

.ij-breadcrumb-nav .crumb-arrow {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
}

.ij-breadcrumb-side {
    display: grid;
    gap: 16px;
}

.ij-side-stat {
    position: relative;
    overflow: hidden;
    min-height: 150px;
    padding: 28px;
    border-radius: 30px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.ij-side-stat:hover {
    transform: translateY(-7px);
    background: rgba(255, 255, 255, 0.18);
}

.ij-side-stat.yellow {
    color: var(--ij-text);
    background: var(--ij-yellow);
}

.ij-side-stat strong {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 54px;
    line-height: 1;
}

.ij-side-stat span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* =========================
   STORY SECTION
========================= */

.ij-story-section {
    position: relative;
    background:
        radial-gradient(circle at 0% 0%, rgba(228, 220, 37, 0.14), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, var(--ij-cream) 100%);
}

.ij-story-visual {
    position: relative;
    padding: 18px 18px 58px 0;
}

.ij-story-visual::before {
    content: "";
    position: absolute;
    inset: 70px 0 0 54px;
    border-radius: 36px;
    background: linear-gradient(135deg, var(--ij-green), var(--ij-yellow));
}

.ij-story-visual img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 36px;
    box-shadow: 0 28px 70px rgba(7, 91, 42, 0.18);
    transition: all 0.45s ease;
}

.ij-story-visual:hover img {
    transform: translateY(-8px);
}

.ij-story-floating {
    position: absolute;
    z-index: 4;
    left: 28px;
    top: 38px;
    max-width: 300px;
    padding: 15px 17px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    gap: 13px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(7, 91, 42, 0.10);
    box-shadow: 0 18px 42px rgba(7, 91, 42, 0.14);
    transition: all 0.3s ease;
}

.ij-story-floating:hover {
    transform: translateY(-6px);
}

.ij-story-floating > svg {
    width: 46px;
    height: 46px;
    padding: 11px;
    border-radius: 16px;
    color: #ffffff;
    background: var(--ij-dark);
}

.ij-story-floating span {
    display: block;
    color: var(--ij-muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ij-story-floating strong {
    display: block;
    color: var(--ij-dark);
    font-size: 15px;
    font-weight: 900;
}

.ij-story-floating p {
    margin: 2px 0 0;
    color: var(--ij-muted);
    font-size: 12px;
    font-weight: 700;
}

.ij-story-badge {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 24px;
    width: 230px;
    padding: 22px;
    border-radius: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, #053d1c, var(--ij-green));
    box-shadow: 0 24px 52px rgba(7, 91, 42, 0.25);
    transition: all 0.3s ease;
}

.ij-story-badge:hover {
    transform: translateY(-7px) rotate(-1deg);
}

.ij-story-badge strong {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
}

.ij-story-badge span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ij-story-content h2,
.ij-center-head h2,
.ij-growth-content h2,
.ij-product-sticky h2,
.ij-founder-content h2 {
    margin: 0 0 18px;
    color: var(--ij-text);
    font-family: "Oswald", sans-serif;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ij-story-content h2 span,
.ij-center-head h2 span,
.ij-product-sticky h2 span {
    color: var(--ij-green);
}

.ij-story-content p,
.ij-center-head p,
.ij-growth-content p,
.ij-product-sticky p {
    margin: 0 0 16px;
    color: var(--ij-muted);
    font-size: 15px;
    line-height: 1.85;
}

.ij-story-note {
    display: flex;
    gap: 16px;
    padding: 22px;
    margin: 24px 0;
    border-radius: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--ij-dark), var(--ij-green));
    box-shadow: 0 18px 42px rgba(7, 91, 42, 0.16);
    transition: all 0.3s ease;
}

.ij-story-note:hover {
    transform: translateY(-6px);
}

.ij-story-note > svg {
    width: 36px;
    height: 36px;
    color: var(--ij-yellow);
}

.ij-story-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.90);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 600;
}

/* =========================
   ROADMAP
========================= */

.ij-roadmap-section {
    background:
        radial-gradient(circle at 100% 0%, rgba(17, 146, 69, 0.12), transparent 32%),
        linear-gradient(180deg, var(--ij-cream) 0%, #ffffff 100%);
}

.ij-center-head {
    max-width: 920px;
    margin: 0 auto 42px;
    text-align: center;
}

.ij-center-head p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.ij-roadmap-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ij-road-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 26px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 42, 0.10);
    box-shadow: 0 18px 42px rgba(7, 91, 42, 0.09);
    transition: all 0.3s ease;
}

.ij-road-card::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: rgba(228, 220, 37, 0.20);
    transition: all 0.3s ease;
}

.ij-road-card:hover {
    transform: translateY(-9px);
    background: linear-gradient(135deg, var(--ij-dark), var(--ij-green));
    box-shadow: 0 30px 65px rgba(7, 91, 42, 0.18);
}

.ij-road-card:hover::before {
    width: 230px;
    height: 230px;
    background: rgba(228, 220, 37, 0.18);
}

.ij-road-number {
    position: absolute;
    right: 22px;
    top: 18px;
    color: rgba(7, 91, 42, 0.08);
    font-family: "Oswald", sans-serif;
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.3s ease;
}

.ij-road-card:hover .ij-road-number {
    color: rgba(255, 255, 255, 0.13);
}

.ij-road-icon {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    border-radius: 22px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--ij-dark), var(--ij-green));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

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

.ij-road-card:hover .ij-road-icon {
    color: var(--ij-text);
    background: var(--ij-yellow);
    transform: rotate(-6deg) scale(1.05);
}

.ij-road-card span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    padding: 7px 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    color: var(--ij-text);
    background: var(--ij-yellow);
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
}

.ij-road-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: var(--ij-dark);
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    line-height: 1.15;
    text-transform: uppercase;
}

.ij-road-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--ij-muted);
    font-size: 13.5px;
    line-height: 1.7;
}

.ij-road-card:hover h3,
.ij-road-card:hover p {
    color: #ffffff;
}

.ij-road-card:hover p {
    color: rgba(255, 255, 255, 0.82);
}

/* =========================
   GROWTH SECTION
========================= */

.ij-growth-section {
    position: relative;
    background:
        linear-gradient(135deg, rgba(3, 31, 14, 0.94), rgba(7, 91, 42, 0.88)),
        url("https://images.unsplash.com/photo-1416879595882-3373a0480b5b?auto=format&fit=crop&w=1920&q=85") center / cover no-repeat;
}

.ij-growth-box {
    padding: 34px;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.ij-growth-content h2 {
    color: #ffffff;
}

.ij-growth-content h2 span {
    color: var(--ij-yellow);
}

.ij-growth-content p {
    color: rgba(255, 255, 255, 0.84);
}

.ij-growth-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ij-growth-card {
    padding: 23px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: all 0.3s ease;
}

.ij-growth-card:hover {
    transform: translateY(-7px);
    background: rgba(255, 255, 255, 0.20);
    border-color: rgba(228, 220, 37, 0.35);
}

.ij-growth-card > svg {
    width: 54px;
    height: 54px;
    padding: 14px;
    border-radius: 19px;
    color: var(--ij-text);
    background: var(--ij-yellow);
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.ij-growth-card:hover > svg {
    color: #ffffff;
    background: var(--ij-green);
    transform: rotate(-6deg) scale(1.05);
}

.ij-growth-card h4 {
    margin: 0 0 8px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 23px;
    text-transform: uppercase;
}

.ij-growth-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.65;
}

/* =========================
   MISSION VISION VALUES
========================= */

.ij-mvv-section {
    background:
        radial-gradient(circle at 0% 0%, rgba(228, 220, 37, 0.14), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, var(--ij-cream) 100%);
}

.ij-mvv-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 32px;
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 42, 0.10);
    box-shadow: 0 18px 42px rgba(7, 91, 42, 0.09);
    transition: all 0.3s ease;
}

.ij-mvv-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    background: rgba(228, 220, 37, 0.22);
}

.ij-mvv-card:hover,
.ij-mvv-card.active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--ij-dark), var(--ij-green));
    transform: translateY(-9px);
    box-shadow: 0 30px 66px rgba(7, 91, 42, 0.20);
}

.ij-mvv-icon {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    border-radius: 23px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--ij-dark), var(--ij-green));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.ij-mvv-icon svg {
    width: 29px;
    height: 29px;
}

.ij-mvv-card:hover .ij-mvv-icon,
.ij-mvv-card.active .ij-mvv-icon {
    color: var(--ij-text);
    background: var(--ij-yellow);
}

.ij-mvv-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: var(--ij-dark);
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.ij-mvv-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--ij-muted);
    font-size: 14px;
    line-height: 1.8;
}

.ij-mvv-card:hover h3,
.ij-mvv-card:hover p,
.ij-mvv-card.active h3,
.ij-mvv-card.active p {
    color: #ffffff;
}

.ij-mvv-card:hover p,
.ij-mvv-card.active p {
    color: rgba(255, 255, 255, 0.82);
}

/* =========================
   PRODUCT FOCUS
========================= */

.ij-product-focus-section {
    background:
        radial-gradient(circle at 100% 0%, rgba(17, 146, 69, 0.12), transparent 32%),
        linear-gradient(180deg, var(--ij-cream) 0%, #ffffff 100%);
}

.ij-product-sticky {
    position: sticky;
    top: 130px;
    padding: 34px;
    border-radius: 34px;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(228, 220, 37, 0.20), transparent 34%),
        linear-gradient(135deg, var(--ij-dark), var(--ij-green));
    box-shadow: 0 26px 70px rgba(7, 91, 42, 0.16);
}

.ij-product-sticky h2 {
    color: #ffffff;
}

.ij-product-sticky p {
    color: rgba(255, 255, 255, 0.84);
}

.ij-product-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ij-product-focus-card {
    min-height: 214px;
    padding: 26px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 42, 0.10);
    box-shadow: 0 16px 38px rgba(7, 91, 42, 0.09);
    transition: all 0.3s ease;
}

.ij-product-focus-card:hover {
    transform: translateY(-8px);
    color: #ffffff;
    background: linear-gradient(135deg, var(--ij-dark), var(--ij-green));
    box-shadow: 0 28px 58px rgba(7, 91, 42, 0.16);
}

.ij-product-focus-card > svg {
    width: 58px;
    height: 58px;
    padding: 15px;
    border-radius: 20px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--ij-dark), var(--ij-green));
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.ij-product-focus-card:hover > svg {
    color: var(--ij-text);
    background: var(--ij-yellow);
    transform: rotate(-6deg) scale(1.05);
}

.ij-product-focus-card h4 {
    margin: 0 0 10px;
    color: var(--ij-dark);
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.ij-product-focus-card p {
    margin: 0;
    color: var(--ij-muted);
    font-size: 13.5px;
    line-height: 1.75;
}

.ij-product-focus-card:hover h4,
.ij-product-focus-card:hover p {
    color: #ffffff;
}

.ij-product-focus-card:hover p {
    color: rgba(255, 255, 255, 0.82);
}

/* =========================
   FOUNDER MESSAGE
========================= */

.ij-founder-section {
    padding: 30px 0 92px;
    background: #ffffff;
}

.ij-founder-box {
    position: relative;
    overflow: hidden;
    padding: 38px;
    border-radius: 38px;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(228, 220, 37, 0.22), transparent 34%),
        linear-gradient(135deg, #031f0e 0%, #06401d 52%, #075b2a 100%);
    box-shadow: 0 28px 70px rgba(7, 91, 42, 0.20);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
}

.ij-founder-box::before {
    content: "";
    position: absolute;
    width: 290px;
    height: 290px;
    right: -145px;
    bottom: -145px;
    border-radius: 50%;
    background: rgba(228, 220, 37, 0.14);
}

.ij-founder-icon,
.ij-founder-content,
.ij-founder-actions {
    position: relative;
    z-index: 2;
}

.ij-founder-icon {
    width: 78px;
    height: 78px;
    border-radius: 28px;
    color: var(--ij-text);
    background: var(--ij-yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ij-founder-icon svg {
    width: 34px;
    height: 34px;
}

.ij-founder-content span {
    display: inline-flex;
    margin-bottom: 11px;
    padding: 7px 13px;
    border-radius: 999px;
    color: var(--ij-text);
    background: var(--ij-yellow);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ij-founder-content h2 {
    max-width: 850px;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.16;
    letter-spacing: 0.025em;
}

.ij-founder-name strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.ij-founder-name p {
    margin: 3px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
}

.ij-founder-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    min-width: 220px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199px) {
    .ij-breadcrumb-box {
        grid-template-columns: 1fr;
    }

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

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

    .ij-founder-box {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .ij-founder-actions {
        grid-column: 1 / -1;
        flex-direction: row;
    }

    .ij-founder-actions .ij-btn {
        flex: 1;
    }
}

@media (max-width: 991px) {
    .ij-section-padding {
        padding: 76px 0;
    }

    .ij-story-visual {
        max-width: 620px;
        margin: 0 auto;
    }

    .ij-story-visual img {
        height: 500px;
    }

    .ij-product-sticky {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767px) {
    .ij-section-padding {
        padding: 66px 0;
    }

    .ij-breadcrumb-section {
        padding: 46px 0;
    }

    .ij-breadcrumb-content {
        padding: 24px;
        border-radius: 26px;
        text-align: center;
    }

    .ij-breadcrumb-content h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .ij-breadcrumb-content p {
        font-size: 14px;
    }

    .ij-breadcrumb-nav {
        width: 100%;
        justify-content: center;
        border-radius: 18px;
    }

    .ij-breadcrumb-side {
        grid-template-columns: 1fr;
    }

    .ij-side-stat {
        min-height: auto;
        padding: 22px;
        text-align: center;
    }

    .ij-story-visual {
        padding: 0;
    }

    .ij-story-visual::before {
        display: none;
    }

    .ij-story-visual img {
        height: 365px;
        border-radius: 26px;
    }

    .ij-story-floating {
        position: static;
        margin-top: 14px;
        max-width: 100%;
    }

    .ij-story-badge {
        position: static;
        width: 100%;
        margin-top: 14px;
    }

    .ij-story-content h2,
    .ij-center-head h2,
    .ij-growth-content h2,
    .ij-product-sticky h2 {
        font-size: 32px;
        line-height: 1.12;
    }

    .ij-story-note {
        flex-direction: column;
        padding: 20px;
    }

    .ij-roadmap-grid,
    .ij-growth-feature-grid,
    .ij-product-card-grid {
        grid-template-columns: 1fr;
    }

    .ij-road-card {
        min-height: auto;
        padding: 23px;
        border-radius: 24px;
    }

    .ij-growth-box,
    .ij-product-sticky,
    .ij-founder-box {
        padding: 24px;
        border-radius: 28px;
    }

    .ij-growth-card,
    .ij-mvv-card,
    .ij-product-focus-card {
        border-radius: 24px;
    }

    .ij-founder-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ij-founder-icon {
        margin: 0 auto;
    }

    .ij-founder-actions {
        flex-direction: column;
        min-width: 0;
    }
}

@media (max-width: 420px) {
    .ij-kicker,
    .ij-section-tag {
        font-size: 10.5px;
        padding: 8px 12px;
        line-height: 1.45;
        text-align: center;
    }

    .ij-breadcrumb-content h1 {
        font-size: 29px;
    }

    .ij-story-visual img {
        height: 300px;
    }

    .ij-story-content h2,
    .ij-center-head h2,
    .ij-growth-content h2,
    .ij-product-sticky h2 {
        font-size: 28px;
    }

    .ij-road-card,
    .ij-growth-card,
    .ij-mvv-card,
    .ij-product-focus-card {
        padding: 20px;
    }

    .ij-founder-content h2 {
        font-size: 24px;
    }
}


/* ================= About Breadcrumb ================= */

.about-breadcrumb {
    position: relative;
    min-height: 320px;
    background-image: url("about-1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.about-breadcrumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 62, 28, 0.82) 0%,
        rgba(0, 62, 28, 0.58) 42%,
        rgba(0, 0, 0, 0.18) 100%
    );
    z-index: 1;
}

.about-breadcrumb .container {
    position: relative;
    z-index: 2;
}

.about-breadcrumb-content {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    padding: 70px 15px;
}

.breadcrumb-small-title {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 18px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.about-breadcrumb-content h1 {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 18px;
    color: #ffffff;
}

.about-breadcrumb .breadcrumb {
    margin-bottom: 0;
}

.about-breadcrumb .breadcrumb-item {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.about-breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
}

.about-breadcrumb .breadcrumb-item a:hover {
    color: #d7ff8f;
}

.about-breadcrumb .breadcrumb-item.active {
    color: #d7ff8f;
}

.about-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.75);
}

/* ================= About Content ================= */

.about-content-section {
    padding: 90px 0;
    background: #f7fbf2;
}

.about-content-image {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 65, 25, 0.16);
}

.about-content-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: 0.5s ease;
}

.about-content-image:hover img {
    transform: scale(1.04);
}

.about-content-box {
    padding-left: 15px;
}

.section-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 16px;
    background: #e5f6cf;
    color: #27620f;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
}

.about-content-box h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.18;
    font-weight: 800;
    color: #143d13;
    margin-bottom: 20px;
}

.about-content-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #52624a;
    margin-bottom: 16px;
}

.about-points {
    margin-top: 26px;
    margin-bottom: 32px;
}

.about-point {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(20, 61, 19, 0.12);
}

.about-point span {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: #2f7d20;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.about-point p {
    margin: 0;
    color: #263b20;
    font-weight: 600;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background: #2f7d20;
    color: #ffffff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 14px 30px rgba(47, 125, 32, 0.25);
}

.about-btn:hover {
    background: #1f5f12;
    color: #ffffff;
    transform: translateY(-3px);
}

/* ================= Responsive ================= */

@media (max-width: 991px) {
    .about-breadcrumb {
        min-height: 280px;
        background-position: center;
    }

    .about-content-section {
        padding: 70px 0;
    }

    .about-content-box {
        padding-left: 0;
    }

    .about-content-image img {
        height: 380px;
    }
}

@media (max-width: 575px) {
    .about-breadcrumb {
        min-height: 240px;
    }

    .about-breadcrumb-content {
        padding: 55px 10px;
    }

    .about-content-section {
        padding: 55px 0;
    }

    .about-content-image img {
        height: 300px;
    }

    .about-point {
        align-items: flex-start;
    }
}


/* =====================================================
   PREMIUM FOUNDER MESSAGE SECTION
===================================================== */

.ij-founder-section {
    position: relative;
    overflow: hidden;
    padding: 34px 0 96px;
    background:
        radial-gradient(circle at 0% 0%, rgba(228, 220, 37, 0.13), transparent 32%),
        radial-gradient(circle at 100% 20%, rgba(17, 146, 69, 0.10), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbf1 100%);
}

.ij-founder-section::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -190px;
    top: 50px;
    border-radius: 50%;
    background: rgba(17, 146, 69, 0.10);
    pointer-events: none;
}

.ij-founder-section::after {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    left: -160px;
    bottom: 40px;
    border-radius: 50%;
    background: rgba(228, 220, 37, 0.16);
    pointer-events: none;
}

.ij-founder-section .container {
    position: relative;
    z-index: 2;
}

.ij-founder-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: stretch;
    padding: 28px;
    border-radius: 40px;
    background:
        radial-gradient(circle at top right, rgba(228, 220, 37, 0.18), transparent 34%),
        linear-gradient(135deg, #031f0e 0%, #06401d 48%, #075b2a 100%);
    box-shadow: 0 30px 78px rgba(7, 91, 42, 0.22);
}

.ij-founder-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.55;
    pointer-events: none;
}

.ij-founder-panel::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -170px;
    bottom: -190px;
    border-radius: 50%;
    background: rgba(228, 220, 37, 0.13);
    pointer-events: none;
}

.ij-founder-left,
.ij-founder-main,
.ij-founder-action-box {
    position: relative;
    z-index: 2;
}

/* Left */
.ij-founder-left {
    padding: 28px;
    border-radius: 30px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    transition: all 0.3s ease;
}

.ij-founder-left:hover {
    transform: translateY(-7px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(228, 220, 37, 0.30);
}

.ij-founder-quote-icon {
    width: 78px;
    height: 78px;
    border-radius: 28px;
    color: #172217;
    background: #e4dc25;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease;
}

.ij-founder-left:hover .ij-founder-quote-icon {
    transform: rotate(-6deg) scale(1.06);
    background: #ffffff;
    color: #075b2a;
}

.ij-founder-quote-icon svg {
    width: 34px;
    height: 34px;
}

.ij-founder-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-top: 24px;
    padding: 8px 13px;
    border-radius: 999px;
    color: #172217;
    background: #e4dc25;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ij-founder-profile {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ij-founder-avatar {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 20px;
    background: linear-gradient(135deg, #e4dc25, #f4ec5f);
    color: #172217;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.ij-founder-profile strong {
    display: block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
}

.ij-founder-profile p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    font-weight: 700;
}

/* Main */
.ij-founder-main {
    padding: 30px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ij-founder-main h2 {
    max-width: 850px;
    margin: 0 0 20px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(34px, 4.5vw, 56px);
    line-height: 1.13;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.ij-founder-main p {
    max-width: 820px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.85;
}

.ij-founder-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ij-founder-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.ij-founder-points span:hover {
    color: #172217;
    background: #e4dc25;
    transform: translateY(-4px);
}

/* Action Box */
.ij-founder-action-box {
    padding: 26px;
    border-radius: 30px;
    color: #172217;
    background:
        radial-gradient(circle at top right, rgba(7, 91, 42, 0.10), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbf1 100%);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
}

.ij-founder-action-box:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.ij-founder-action-box > span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 13px;
    border-radius: 999px;
    color: #ffffff;
    background: #075b2a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ij-founder-action-box h3 {
    margin: 0 0 10px;
    color: #075b2a;
    font-family: "Oswald", sans-serif;
    font-size: 31px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}

.ij-founder-action-box p {
    margin: 0 0 20px;
    color: #657260;
    font-size: 13.5px;
    line-height: 1.7;
}

.ij-founder-actions {
    display: grid;
    gap: 12px;
}

.ij-founder-btn,
.ij-founder-mail {
    min-height: 50px;
    padding: 13px 17px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 12.5px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.28s ease;
}

.ij-founder-btn svg,
.ij-founder-mail svg {
    width: 17px;
    height: 17px;
}

.ij-founder-btn-yellow {
    color: #172217;
    background: #e4dc25;
}

.ij-founder-btn-yellow:hover {
    color: #ffffff;
    background: #075b2a;
    transform: translateY(-4px);
}

.ij-founder-btn-white {
    color: #ffffff;
    background: linear-gradient(135deg, #075b2a, #119245);
}

.ij-founder-btn-white:hover {
    color: #172217;
    background: #e4dc25;
    transform: translateY(-4px);
}

.ij-founder-mail {
    color: #075b2a;
    background: rgba(17, 146, 69, 0.09);
    border: 1px solid rgba(7, 91, 42, 0.10);
    text-transform: none;
    letter-spacing: 0;
    word-break: break-all;
}

.ij-founder-mail:hover {
    color: #ffffff;
    background: #075b2a;
    transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 1199px) {
    .ij-founder-panel {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .ij-founder-action-box {
        grid-column: 1 / -1;
    }

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

@media (max-width: 991px) {
    .ij-founder-section {
        padding: 28px 0 76px;
    }

    .ij-founder-panel {
        grid-template-columns: 1fr;
        padding: 22px;
        border-radius: 32px;
    }

    .ij-founder-left {
        min-height: auto;
    }

    .ij-founder-main {
        padding: 10px 4px;
    }

    .ij-founder-main h2 {
        font-size: 38px;
    }

    .ij-founder-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ij-founder-section {
        padding: 24px 0 66px;
    }

    .ij-founder-panel {
        padding: 16px;
        border-radius: 28px;
    }

    .ij-founder-left,
    .ij-founder-action-box {
        padding: 22px;
        border-radius: 24px;
    }

    .ij-founder-main {
        text-align: center;
    }

    .ij-founder-main h2 {
        font-size: 31px;
        line-height: 1.16;
    }

    .ij-founder-main p {
        font-size: 14px;
    }

    .ij-founder-points {
        justify-content: center;
    }

    .ij-founder-points span {
        width: 100%;
        justify-content: center;
    }

    .ij-founder-profile {
        align-items: flex-start;
    }

    .ij-founder-action-box {
        text-align: center;
    }
}

@media (max-width: 420px) {
    .ij-founder-main h2 {
        font-size: 26px;
    }

    .ij-founder-action-box h3 {
        font-size: 26px;
    }

    .ij-founder-quote-icon {
        width: 66px;
        height: 66px;
        border-radius: 22px;
    }

    .ij-founder-quote-icon svg {
        width: 28px;
        height: 28px;
    }

    .ij-founder-profile {
        flex-direction: column;
    }
}