﻿
/* ============================================================
   SAMRUDDHI AGRITECH
   PADDY PRODUCTS
   File: Content/css/paddy.css
   ============================================================ */
.sat-paddy-section {
    --sat-dark: #13271b;
    --sat-text: #35463c;
    --sat-muted: #718078;
    --sat-border: #e3e9e2;
    width: 100%;
    padding: 75px 0;
    overflow: hidden;
    background: radial-gradient(circle at 5% 10%, rgba(198,220,181,.30), transparent 30%), radial-gradient(circle at 95% 35%, rgba(241,221,173,.25), transparent 30%), #f7f9f6;
}

.sat-paddy-section *,
.sat-paddy-section *::before,
.sat-paddy-section *::after {
    box-sizing: border-box;
}


/* ============================================================
   HERO LANGUAGE
   ============================================================ */

.sat-hero-mr {
    display: none;
}

.sat-paddy-section.sat-hero-marathi .sat-hero-en {
    display: none !important;
}

.sat-paddy-section.sat-hero-marathi .sat-hero-mr {
    display: inline !important;
}


/* ============================================================
   HERO
   ============================================================ */

.sat-paddy-hero {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto 75px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 65px;
    align-items: center;
}

.sat-paddy-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #63803d;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.4px;
}

.sat-paddy-kicker-line {
    width: 35px;
    height: 2px;
    background: #d89d28;
}

.sat-paddy-title {
    margin: 18px 0;
    color: var(--sat-dark);
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -2.5px;
    font-weight: 900;
}

.sat-paddy-subtitle {
    max-width: 620px;
    margin: 0 0 25px;
    color: var(--sat-muted);
    font-size: 16px;
    line-height: 1.8;
}


/* ============================================================
   HERO LANGUAGE BUTTON
   ============================================================ */

.sat-hero-language {
    display: inline-flex;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #e0e7df;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(20,50,30,.07);
}

.sat-hero-lang-btn {
    border: 0;
    background: transparent;
    padding: 10px 20px;
    border-radius: 30px;
    color: #69766e;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: .25s ease;
}

    .sat-hero-lang-btn.active {
        background: #173d2b;
        color: #ffffff;
    }


/* ============================================================
   HERO HIGHLIGHTS
   ============================================================ */

.sat-paddy-highlights {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.sat-paddy-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: rgba(255,255,255,.82);
    border: 1px solid #e1e8e0;
    border-radius: 15px;
}

.sat-highlight-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #edf4e7;
    font-size: 18px;
}

.sat-paddy-highlight strong,
.sat-paddy-highlight small {
    display: block;
}

.sat-paddy-highlight strong {
    color: #203629;
    font-size: 11px;
}

.sat-paddy-highlight small {
    margin-top: 3px;
    color: #7a867f;
    font-size: 9px;
}


/* ============================================================
   HERO IMAGE
   ============================================================ */

.sat-paddy-hero-visual {
    position: relative;
}

.sat-paddy-image-glow {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    right: 0;
    border-radius: 50%;
    background: rgba(174,202,126,.35);
    filter: blur(55px);
}

.sat-paddy-hero-image-card {
    position: relative;
    padding: 9px;
    background: #ffffff;
    border-radius: 29px;
    box-shadow: 0 30px 70px rgba(30,60,38,.17);
    transform: rotate(1deg);
}

    .sat-paddy-hero-image-card img {
        width: 100%;
        height: 450px;
        display: block;
        object-fit: cover;
        border-radius: 22px;
    }

.sat-paddy-image-badge {
    position: absolute;
    left: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255,255,255,.95);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

    .sat-paddy-image-badge strong,
    .sat-paddy-image-badge small {
        display: block;
    }

    .sat-paddy-image-badge strong {
        color: #193727;
        font-size: 12px;
    }

    .sat-paddy-image-badge small {
        margin-top: 3px;
        color: #78847d;
        font-size: 10px;
    }


/* ============================================================
   SECTION HEADING
   ============================================================ */

.sat-paddy-heading {
    width: min(1050px, calc(100% - 40px));
    margin: 0 auto 42px;
    text-align: center;
}

.sat-section-eyebrow {
    color: #68833e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
}

.sat-paddy-heading h2 {
    margin: 10px 0;
    color: #15291d;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    font-weight: 900;
}

.sat-paddy-heading p {
    max-width: 650px;
    margin: auto;
    color: #738079;
    font-size: 14px;
    line-height: 1.7;
}


/* ============================================================
   IMPORTANT: EXACTLY 2 CARDS PER ROW
   ============================================================ */

.sat-paddy-grid {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}


/* ============================================================
   CARD
   ============================================================ */

.sat-paddy-card {
    --sat-card-accent: #478357;
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--sat-border);
    border-radius: 25px;
    box-shadow: 0 12px 35px rgba(28,50,35,.07);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .sat-paddy-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 25px 55px rgba(28,50,35,.13);
    }


/* ============================================================
   CARD HEADER
   ============================================================ */

.sat-card-header {
    display: grid;
    grid-template-columns: 46px minmax(0,1fr) auto;
    align-items: center;
    gap: 13px;
    padding: 19px 20px 16px;
    border-bottom: 1px solid #edf0ec;
}

.sat-card-number {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    background: var(--sat-card-accent);
    border-radius: 13px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
}

.sat-card-heading {
    min-width: 0;
}

    .sat-card-heading h3 {
        margin: 0;
        color: #17291e;
        font-size: 20px;
        font-weight: 900;
    }

    .sat-card-heading span {
        display: block;
        margin-top: 3px;
        color: #7a857e;
        font-size: 10px;
        font-weight: 700;
    }


/* ============================================================
   CARD LANGUAGE SWITCH
   ============================================================ */

.sat-card-language-switch {
    display: flex;
    padding: 3px;
    background: #f1f4f0;
    border-radius: 30px;
    flex-shrink: 0;
}

.sat-card-lang-btn {
    border: 0;
    background: transparent;
    padding: 7px 10px;
    border-radius: 25px;
    color: #78827c;
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, transform .2s ease;
}

    .sat-card-lang-btn:hover {
        transform: translateY(-1px);
    }

    .sat-card-lang-btn.active {
        background: var(--sat-card-accent);
        color: #ffffff;
    }


/* ============================================================
   CARD MAIN
   IMAGE LEFT / SPECIFICATION RIGHT
   ============================================================ */

.sat-card-main {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 0;
    min-height: 340px;
}


/* ============================================================
   BIG PRODUCT IMAGE
   ============================================================ */

.sat-card-image {
    position: relative;
    min-width: 0;
    min-height: 340px;
    overflow: hidden;
    background: #edf1eb;
}

    .sat-card-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .5s ease;
    }

.sat-paddy-card:hover .sat-card-image img {
    transform: scale(1.06);
}


/* IMAGE TAG */

.sat-image-tag {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 8px 11px;
    background: rgba(20,35,25,.84);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
}

.sat-card-mr {
    display: none;
}


/* ============================================================
   SPECIFICATION
   ============================================================ */

.sat-card-specification {
    min-width: 0;
    padding: 23px 21px;
    background: #ffffff;
}


/* ENGLISH / MARATHI CONTENT */

.sat-spec-mr {
    display: none;
}

.sat-paddy-card.sat-card-marathi .sat-spec-en {
    display: none;
}

.sat-paddy-card.sat-card-marathi .sat-spec-mr {
    display: block;
}


/* CARD SPECIFICATION TITLE */

.sat-spec-title {
    margin-bottom: 16px;
    color: var(--sat-card-accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
}


/* BULLETS */

.sat-spec-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sat-spec-content li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 12px;
    color: #4f5e56;
    font-size: 12px;
    line-height: 1.55;
}

    .sat-spec-content li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--sat-card-accent);
    }


/* ============================================================
   CARD COLOURS
   ============================================================ */

.sat-card-orange {
    --sat-card-accent: #dc8a25;
}

.sat-card-green {
    --sat-card-accent: #3d8b58;
}

.sat-card-blue {
    --sat-card-accent: #397bb1;
}

.sat-card-purple {
    --sat-card-accent: #7956a6;
}

.sat-card-pink {
    --sat-card-accent: #c55c79;
}

.sat-card-teal {
    --sat-card-accent: #168b87;
}

.sat-card-red {
    --sat-card-accent: #c44d46;
}

.sat-card-indigo {
    --sat-card-accent: #5268ad;
}

.sat-card-lime {
    --sat-card-accent: #6d8c38;
}

.sat-card-gold {
    --sat-card-accent: #b68a24;
}

.sat-card-cyan {
    --sat-card-accent: #288fa7;
}

.sat-card-rose {
    --sat-card-accent: #a64f70;
}


/* ============================================================
   CTA
   ============================================================ */

.sat-paddy-cta {
    width: min(1160px, calc(100% - 40px));
    margin: 65px auto 0;
    padding: 30px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(115deg,#173c29,#315e35);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(27,66,42,.16);
}

.sat-cta-small {
    color: #b9d696;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2px;
}

.sat-paddy-cta h2 {
    margin: 7px 0 0;
    color: #ffffff;
    font-size: clamp(18px,3vw,29px);
    line-height: 1.3;
}

.sat-cta-grain {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    font-size: 29px;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 950px) {

    .sat-paddy-hero {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .sat-paddy-hero-image-card img {
        height: 370px;
    }

    .sat-card-header {
        grid-template-columns: 42px minmax(0,1fr);
    }

    .sat-card-language-switch {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .sat-card-main {
        grid-template-columns: 1fr;
    }

    .sat-card-image {
        height: 300px;
        min-height: 300px;
    }
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 700px) {

    .sat-paddy-section {
        padding: 48px 0 55px;
    }

    .sat-paddy-hero {
        width: calc(100% - 26px);
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 55px;
    }

    .sat-paddy-title {
        font-size: 40px;
        letter-spacing: -1.5px;
    }

    .sat-paddy-subtitle {
        font-size: 14px;
    }

    .sat-paddy-highlights {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sat-paddy-hero-image-card img {
        height: 310px;
    }

    .sat-paddy-heading {
        width: calc(100% - 26px);
    }

        .sat-paddy-heading h2 {
            font-size: 30px;
        }

    /* ONE CARD PER ROW */
    .sat-paddy-grid {
        width: calc(100% - 26px);
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sat-card-header {
        padding: 16px;
    }

    .sat-card-main {
        grid-template-columns: 1fr;
    }

    .sat-card-image {
        height: 320px;
        min-height: 320px;
    }

    .sat-card-specification {
        padding: 21px 17px;
    }

    .sat-spec-content li {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .sat-paddy-cta {
        width: calc(100% - 26px);
        padding: 25px 20px;
        margin-top: 45px;
    }
}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 430px) {

    .sat-paddy-section {
        padding-top: 38px;
    }

    .sat-paddy-title {
        font-size: 35px;
    }

    .sat-paddy-hero-image-card img {
        height: 255px;
    }

    .sat-card-header {
        grid-template-columns: 39px minmax(0,1fr);
        gap: 10px;
    }

    .sat-card-number {
        width: 39px;
        height: 39px;
    }

    .sat-card-heading h3 {
        font-size: 17px;
    }

    .sat-card-heading span {
        font-size: 9px;
    }

    .sat-card-language-switch {
        width: 100%;
    }

    .sat-card-lang-btn {
        flex: 1;
        padding: 8px 7px;
    }

    .sat-card-image {
        height: 270px;
        min-height: 270px;
    }

    .sat-card-specification {
        padding: 20px 15px;
    }

    .sat-spec-content li {
        font-size: 12px;
    }

    .sat-paddy-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}


/* ============================================================
   VERY SMALL DEVICES
   ============================================================ */

@media (max-width: 340px) {

    .sat-paddy-title {
        font-size: 32px;
    }

    .sat-card-image {
        height: 235px;
        min-height: 235px;
    }

    .sat-card-heading h3 {
        font-size: 15px;
    }

    .sat-spec-content li {
        font-size: 11px;
    }
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .sat-paddy-card,
    .sat-card-image img,
    .sat-card-lang-btn,
    .sat-hero-lang-btn {
        transition: none !important;
    }
}


