/* ==================================================
   FARMNOVA AI
   PLATFORM — BASE STYLES
================================================== */

.platform-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.platform-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}


/* ==================================================
   HERO
================================================== */

.platform-hero {
    position: relative;
    padding: 100px 0 110px;
    background: #f6fbf6;
}

.platform-hero-content {
    max-width: 680px;
}

.platform-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 11px 18px;

    border-radius: 50px;

    background: #e4f4e5;
    color: #2f8f35;

    font-size: 14px;
    font-weight: 700;
}

.platform-hero h1 {
    margin: 28px 0 22px;

    font-size: clamp(48px, 5vw, 72px);
    line-height: 1.02;

    letter-spacing: -0.055em;

    font-weight: 800;

    color: #171917;
}

.platform-hero h1 span {
    color: #2f8f35;
}

.platform-hero-description {
    max-width: 650px;

    margin: 0;

    color: #667066;

    font-size: 18px;
    line-height: 1.8;
}


/* ==================================================
   HERO ACTIONS
================================================== */

.platform-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-top: 34px;
}

.platform-primary-btn,
.platform-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 54px;

    padding: 0 24px;

    border-radius: 14px;

    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.platform-primary-btn {
    background: #2f8f35;
    color: #ffffff;

    box-shadow: 0 12px 30px rgba(47, 143, 53, 0.18);
}

.platform-secondary-btn {
    background: #ffffff;
    color: #2f8f35;

    border: 1px solid #dbe8dc;
}

.platform-primary-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 18px 36px rgba(47, 143, 53, 0.25);
}

.platform-secondary-btn:hover {
    transform: translateY(-3px);

    border-color: #2f8f35;
}


/* ==================================================
   HERO VISUAL
================================================== */

.platform-hero-visual {
    position: absolute;

    right: 6%;
    top: 50%;

    width: 390px;
    height: 390px;

    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-orbit {
    position: absolute;

    border: 1px solid rgba(47, 143, 53, 0.16);

    border-radius: 50%;
}

.orbit-one {
    width: 300px;
    height: 300px;
}

.orbit-two {
    width: 390px;
    height: 390px;
}

.platform-core {
    position: relative;

    width: 150px;
    height: 150px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    border-radius: 40px;

    background: #ffffff;

    box-shadow:
        0 25px 70px rgba(31, 65, 35, 0.12);

    text-align: center;
}

.platform-core-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 8px;

    border-radius: 15px;

    background: #e4f4e5;

    color: #2f8f35;

    font-size: 22px;
}

.platform-core strong {
    font-size: 16px;
    font-weight: 800;
}

.platform-core span {
    margin-top: 3px;

    color: #7a837b;

    font-size: 11px;
    font-weight: 500;
}


/* ==================================================
   FLOATING CARDS
================================================== */

.platform-floating-card {
    position: absolute;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 15px;

    background: #ffffff;

    border: 1px solid #edf2ed;

    border-radius: 15px;

    box-shadow:
        0 15px 40px rgba(31, 65, 35, 0.10);
}

.platform-floating-card > i {
    color: #2f8f35;
}

.platform-floating-card strong {
    display: block;

    font-size: 12px;
}

.platform-floating-card small {
    display: block;

    margin-top: 2px;

    color: #7d857e;

    font-size: 10px;
}

.farmer-card {
    top: 35px;
    left: 15px;
}

.farm-card {
    right: 0;
    top: 125px;
}

.location-card {
    left: 25px;
    bottom: 35px;
}


/* ==================================================
   SECTION HEADINGS
================================================== */

.platform-section-heading {
    max-width: 700px;
}

.platform-section-heading.centered {
    margin: 0 auto;

    text-align: center;
}

.platform-label {
    display: inline-block;

    margin-bottom: 15px;

    color: #2f8f35;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 0.12em;
}

.platform-section-heading h2 {
    margin: 0;

    color: #171917;

    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;

    letter-spacing: -0.045em;

    font-weight: 800;
}

.platform-section-heading h2 span {
    color: #2f8f35;
}

.platform-section-heading p {
    margin: 20px 0 0;

    color: #687169;

    font-size: 16px;
    line-height: 1.8;
}


/* ==================================================
   INTRODUCTION
================================================== */

.platform-introduction {
    padding: 110px 0;
}

.platform-principles {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 24px;

    margin-top: 60px;
}

.platform-principle {
    display: flex;
    gap: 18px;

    padding: 28px;

    border: 1px solid #edf1ed;

    border-radius: 22px;

    background: #ffffff;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.platform-principle:hover {
    transform: translateY(-6px);

    box-shadow:
        0 20px 50px rgba(25, 55, 28, 0.08);
}

.principle-icon {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #eaf6eb;

    color: #2f8f35;

    font-size: 20px;
}

.platform-principle span {
    color: #a0aaa1;

    font-size: 11px;
    font-weight: 800;
}

.platform-principle h3 {
    margin: 5px 0 8px;

    font-size: 18px;
    font-weight: 700;
}

.platform-principle p {
    margin: 0;

    color: #707970;

    font-size: 14px;
    line-height: 1.7;
}
/* ==================================================
   PLATFORM ECOSYSTEM
================================================== */

.platform-ecosystem {
    padding: 110px 0;
    background: #ffffff;
}


/* ==================================================
   STAGE
================================================== */

.platform-stage {
    position: relative;

    display: grid;

    grid-template-columns: 90px 1fr;

    gap: 35px;

    padding: 55px 0;

    border-bottom: 1px solid #edf1ed;
}

.platform-stage:last-child {
    border-bottom: 0;
}

.platform-stage-number {
    font-size: 15px;
    font-weight: 800;

    color: #2f8f35;

    padding-top: 7px;
}

.platform-stage-content {
    max-width: 720px;
}

.platform-stage-label {
    display: block;

    margin-bottom: 10px;

    color: #8a948c;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.15em;
}

.platform-stage h3 {
    margin: 0 0 15px;

    color: #171917;

    font-size: clamp(28px, 3vw, 40px);

    line-height: 1.15;

    letter-spacing: -0.04em;
}

.platform-stage p {
    max-width: 650px;

    margin: 0;

    color: #687169;

    font-size: 16px;

    line-height: 1.8;
}


/* ==================================================
   PLATFORM TAGS
================================================== */

.platform-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 25px;
}

.platform-tags span {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 9px 14px;

    border-radius: 50px;

    background: #f1f8f2;

    color: #2f8f35;

    font-size: 12px;

    font-weight: 700;
}

.platform-tags i {
    font-size: 12px;
}


/* ==================================================
   ONE FARM. ONE JOURNEY.
================================================== */

.platform-journey {
    padding: 120px 0;

    background: #f6fbf6;
}

.platform-journey-track {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 25px;

    margin-top: 65px;
}

.platform-journey-step {
    position: relative;

    padding: 30px;

    background: #ffffff;

    border: 1px solid #e7eee7;

    border-radius: 22px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.platform-journey-step:hover {
    transform: translateY(-8px);

    box-shadow:
        0 20px 45px rgba(35, 75, 40, 0.09);
}

.journey-number {
    margin-bottom: 20px;

    color: #b0bab1;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.12em;
}

.journey-icon {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 16px;

    background: #e8f5e9;

    color: #2f8f35;

    font-size: 19px;
}

.platform-journey-step h3 {
    margin: 0 0 9px;

    color: #171917;

    font-size: 18px;

    font-weight: 750;
}

.platform-journey-step p {
    margin: 0;

    color: #747d75;

    font-size: 14px;

    line-height: 1.65;
}


/* ==================================================
   PHILOSOPHY
================================================== */

.platform-philosophy {
    padding: 120px 0;

    background: #ffffff;
}

.platform-philosophy-box {
    max-width: 900px;

    margin: 0 auto;

    padding: 70px 60px;

    text-align: center;

    border-radius: 30px;

    background: #f4faf4;
}

.platform-philosophy-box h2 {
    max-width: 760px;

    margin: 18px auto 22px;

    color: #171917;

    font-size: clamp(32px, 4vw, 50px);

    line-height: 1.12;

    letter-spacing: -0.045em;
}

.platform-philosophy-box p {
    max-width: 680px;

    margin: 0 auto;

    color: #69736b;

    font-size: 16px;

    line-height: 1.8;
}

.platform-philosophy-link {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 30px;

    color: #2f8f35;

    font-size: 14px;

    font-weight: 800;

    text-decoration: none;

    transition: gap 0.3s ease;
}

.platform-philosophy-link:hover {
    gap: 15px;
}