html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    font-family: 'Nunito Sans', sans-serif;
}

h1,
h2,
.form-wrap h3,
.tile h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

header,
.cta,
.form-wrap h3,
.btn-learn,
.btn-submit,
.phone-btn {
    color: #fff;
}

header,
.cta {
    background: url(../images/banner.gif) no-repeat center center;
    background-size: cover;
    padding: 25px 10px;
    position: relative;
    z-index: 1;
}

header::after,
.cta::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    display: block;
}

header::after {
    background: rgba(31, 126, 44, 0.4);
}

.cta {
    background-attachment: scroll;
}

.cta::after {
    background: rgba(0, 0, 0, 0.75);
}

header h1 {
    font-size: 46px;
    text-transform: uppercase;
}

header h2 {
    font-size: 24px;
}

header .header-text img.img-fluid {
    max-width: 480px;
    width: 100%;
    margin: 30px 0;
}

header h2 {
    line-height: 2.2;
}

p {
    font-size: 17px;
}

.form-wrap,
.tile,
.phone-btn:hover,
.btn-learn:hover {
    background: #fff;
}

.form-wrap {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(30, 173, 73, 0.2);
}

.form-control {
    border-radius: 6px;
    background: #f8faf8;
    border: 1px solid #dce8dc;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #1ead49;
    box-shadow: 0 0 0 3px rgba(30, 173, 73, 0.15);
    background: #fff;
}

.form-wrap h3 {
    text-align: center;
    position: relative;
}

form {
    padding: 20px 24px 24px;
    background: linear-gradient(180deg, #fff 0%, #f8faf8 100%);
}

.form-wrap h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    background: linear-gradient(135deg, #1ead49 0%, #15803d 100%);
    padding: 16px 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-wrap h3::after {
    content: "🌱";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    opacity: 0.8;
}

.form-group {
    padding: 3px 0;
    margin-bottom: 0;
}

.form-row {
    margin-bottom: 2px;
}

.label-wrap {
    margin-bottom: -5px;
    margin-top: 3px;
}

label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
}

/* Base button styles - all buttons centered and consistent */
.btn-learn,
.btn-submit,
.phone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px;
    border-radius: 8px;
    text-decoration: none;
    box-sizing: border-box;
}

.btn-learn {
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 20px;
}

.btn-submit {
    background: #1ead49;
    border: 2px solid #1ead49;
}

.phone-btn {
    border: 2px solid #fff;
}

/* Hero CTA buttons - make them identical size and aligned */
header .btn-learn,
header .phone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 170px;
    height: 48px;
    padding: 0;
    margin: 10px 8px 0 8px;
    font-size: 14px;
    border-radius: 8px;
    vertical-align: top;
    box-sizing: border-box;
    text-decoration: none;
    white-space: nowrap;
}

header .header-phone-btn {
    margin-left: 8px;
}

header .phone-btn ion-icon {
    font-size: 18px;
}

#country-outside {
    vertical-align: middle;
}

#about,
#product,
#why,
#seeds,
.cta {
    padding: 65px 10px;
    margin-bottom: 60px;
}

#cta3 {
    margin-bottom: 0;
    padding-bottom: 80px;
}


#about {
    color: #7b7b7b;
    background: linear-gradient(180deg, #f8fdf9 0%, #e8f5e9 50%, #f8fdf9 100%);
    position: relative;
}

#about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1ead49, #15803d, #1ead49);
}

#about h2 {
    font-size: 36px;
    color: #1ead49;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

#about h2::before {
    content: '🌱';
    margin-right: 12px;
}

#about .section-subtitle {
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #555;
}

#about h2,
.phone-btn:hover,
.btn-learn:hover,
.tile h3,
.form-wrap {
    color: #333;
}

#product,
/* ================================
   About Section - Where Our Seeds Come From (Desktop)
   ================================ */
.about-showcase {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.about-card {
    background: linear-gradient(145deg, #f8fdf9, #e8f5e9);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    border: 2px solid #d4edda;
    transition: all 0.3s ease;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(30, 173, 73, 0.15);
    border-color: #1ead49;
}

.about-icon {
    font-size: 78px;
    display: block;
    margin-bottom: 20px;
    line-height: 1;
}

.about-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1ead49;
    margin-bottom: 15px;
}

.about-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #656565;
    margin: 0;
}

#seeds {
    background: #f7f7f7;
}

#product p {
    color: #656565;
}

#product h4 {
    font-weight: bold;
    font-size: 22px;
    color: #1ead49;
}

ul.licenses li {
    font-size: 18px;
    font-weight: bold;
}

#product-row {
    margin-top: 20px;
}

.img-wrap img {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.cta h2 {
    margin-bottom: 20px;
}

.tile-wrap {
    padding: 10px;
}

.tile {
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    color: #7b7b7b;
}

.tile h3 {
    margin-top: 20px;
}

footer {
    padding: 10px;
    color: #f9f9f9;
    background: #333;
}

footer p {
    font-size: 14px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    header {
        padding: 25px 10px;
        text-align: center;
    }
    header h1 {
        font-size: 34px;
    }
    header h2 {
        font-size: 18px;
    }
    .form-wrap {
        margin-top: 20px;
    }
    #about,
    #product,
    #why,
    #seeds,
    .cta {
        padding: 25px 5px;
    }
}

.error {
    font-size: 12px;
    color: red;
    margin: 0;
    padding: 0;
}

.successMessage {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #1ead49;
    border: 2px solid #1ead49;
    padding: 5px;
    box-shadow: 0 0 0 rgba(31, 173, 73, 0.8);
    animation: pulse 2s infinite;
    border-radius: 3px;
}

.form-wrap .btn-submit {
    margin: 10px 0;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 173, 73, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(31, 173, 73, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 173, 73, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(31, 173, 73, 0.8);
        box-shadow: 0 0 0 0 rgba(31, 173, 73, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(31, 173, 73, 0);
        box-shadow: 0 0 0 10px rgba(31, 173, 73, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(31, 173, 73, 0);
        box-shadow: 0 0 0 0 rgba(31, 173, 73, 0);
    }
}

/* ================================
   Product Section Redesign - Centered Layout
   ================================ */
.section-subtitle {
    font-size: 18px;
    color: #656565;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.product-showcase {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.feature-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    flex: 1;
    max-width: 280px;
}

.feature-left .feature-block {
    text-align: right;
    flex-direction: row-reverse;
}

.feature-right .feature-block {
    text-align: left;
}

.product-image-center {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-frame {
    position: relative;
    padding: 8px;
    background: linear-gradient(135deg, #1ead49 0%, #16a34a 50%, #15803d 100%);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(30, 173, 73, 0.25);
}

.image-frame img {
    max-width: 480px;
    border-radius: 14px;
    max-width: 480px;
    height: auto;
    display: block;
}

.feature-block {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-left: 3px solid transparent;
}

.feature-left .feature-block {
    border-left: none;
    border-right: 3px solid #1ead49;
}

.feature-right .feature-block {
    border-left: 3px solid #1ead49;
    border-right: none;
}

.feature-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    font-size: 28px;
    line-height: 1;
    flex-shrink: 0;
}

.feature-content {
    flex: 1;
}

.feature-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1ead49;
    margin-bottom: 6px;
}

.feature-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #656565;
}

/* Tablet and below */
@media screen and (max-width: 991px) {
    .product-showcase {
        flex-direction: column;
        align-items: center;
    }
    
    .product-image-center {
        order: -1;
        margin-bottom: 20px;
    }
    
    .feature-column {
        max-width: 100%;
        width: 100%;
    }
    
    .feature-left .feature-block,
    .feature-right .feature-block {
        text-align: left;
        flex-direction: row;
        border-left: 3px solid #1ead49;
        border-right: none;
    }
    
    .image-frame img {
    max-width: 480px;
        max-width: 100%;
    }
}

/* Mobile */
@media screen and (max-width: 576px) {
    .feature-block {
        padding: 15px;
    }
    
    .feature-icon {
        font-size: 24px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
}

/* ================================
   Why Choose Us Section
   ================================ */
#why {
    background: #fff;
}

.why-showcase {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.why-content-left,
.why-content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    flex: 1;
    max-width: 380px;
}

.why-block {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #f7f7f7;
    padding: 28px;
    border-radius: 14px;
    border-right: 4px solid #1ead49;
    text-align: right;
    flex-direction: row-reverse;
}

.why-icon {
    font-size: 36px;
    line-height: 1;
    flex-shrink: 0;
}

.why-text h5 {
    font-size: 19px;
    font-weight: 600;
    color: #1ead49;
    margin-bottom: 8px;
}

.why-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #656565;
}

.why-image-center {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reports-card {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 12px;
    border-left: 3px solid #1ead49;
}

.reports-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.reports-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reports-list li {
    margin-bottom: 12px;
}

.reports-list li:last-child {
    margin-bottom: 0;
}

.reports-list a {
    color: #1ead49;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 8px 12px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.reports-list a:hover {
    background: #1ead49;
    color: #fff;
    transform: translateX(5px);
}

@media screen and (max-width: 991px) {
    .why-showcase {
        flex-direction: column;
        align-items: center;
    }
    
    .why-image-center {
        order: -1;
        margin-bottom: 20px;
    }
    
    .why-content-left,
    .why-content-right {
        max-width: 100%;
        width: 100%;
    }
    
    .why-block {
        text-align: left;
        flex-direction: row;
        border-right: none;
        border-left: 3px solid #1ead49;
    }
    
    .reports-card {
        width: 100%;
    }
}

/* ================================
   Stats/Seeds Section Redesign
   ================================ */
.stats-showcase {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.stat-card {
    flex: 1;
    max-width: 450px;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.stat-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.stat-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
}

.stat-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.stat-highlights {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-radius: 10px;
}

.highlight-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.highlight-number {
    font-size: 28px;
    font-weight: 700;
    color: #1ead49;
}

.highlight-label {
    font-size: 12px;
    color: #656565;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-description {
    font-size: 14px;
    line-height: 1.6;
    color: #656565;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .stats-showcase {
        flex-direction: column;
        align-items: center;
    }
    
    .stat-card {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .stat-card {
        padding: 20px;
    }
    
    .stat-highlights {
        flex-direction: column;
        gap: 15px;
    }
    
    .highlight-number {
        font-size: 24px;
    }
}

/* ================================
   Buyer's Guide / SEO Section
   ================================ */
#buyers-guide {
    background: #fff;
    padding: 80px 10px;
}

.buyer-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 40px 0;
}

.buyer-card {
    flex: 1;
    max-width: 350px;
    background: #f7f7f7;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    border-top: 4px solid #1ead49;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.buyer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.buyer-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.buyer-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.buyer-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #656565;
    margin-bottom: 20px;
}

.buyer-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.buyer-benefits li {
    font-size: 14px;
    color: #1ead49;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
}

.buyer-benefits li:last-child {
    border-bottom: none;
}

.features-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
}

.feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border: 1px solid #bbf7d0;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #166534;
    transition: all 0.2s ease;
}

/* Feature pills are display-only, not clickable */
.feature-pill {
    cursor: default;
    pointer-events: none;
}

.feature-pill span {
    font-size: 18px;
}

.faq-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.faq-section h3 {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.faq-item {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 12px;
    border-left: 3px solid #1ead49;
}

.faq-item h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.faq-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #656565;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .buyer-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .buyer-card {
        max-width: 100%;
        width: 100%;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 576px) {
    #buyers-guide {
        padding: 50px 10px;
    }
    
    .buyer-card {
        padding: 20px;
    }
    
    .feature-pill {
        padding: 10px 15px;
        font-size: 13px;
    }
}


.inline-cta .btn {
    margin: 5px 10px;
}

.cta-text {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 15px;
}

/* ================================
   Expanded Footer Styles
   ================================ */
footer {
    padding: 50px 10px 20px;
    color: #f9f9f9;
    background: #222;
}

.footer-main {
    padding-bottom: 30px;
    border-bottom: 1px solid #444;
    margin-bottom: 20px;
}

.footer-col {
    margin-bottom: 30px;
}

.footer-col h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1ead49;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-phone:hover {
    color: #1ead49;
    text-decoration: none;
}

.footer-phone ion-icon {
    font-size: 22px;
    color: #1ead49;
}

.footer-hours {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.footer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ccc;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #1ead49;
    text-decoration: none;
}

.footer-link ion-icon {
    color: #1ead49;
}

.footer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 15px;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.security-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(30, 173, 73, 0.15);
    border: 1px solid #1ead49;
    color: #1ead49;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.security-badge ion-icon {
    font-size: 16px;
}

.payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.payment-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #333;
    color: #ddd;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #444;
}

.payment-badge ion-icon {
    font-size: 14px;
    color: #fff;
    --ionicon-stroke-width: 48px;
}

.payment-svg-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.payment-icon {
    font-size: 14px;
    font-style: normal;
    color: #fff;
    filter: brightness(0) invert(1);
}

.footer-bottom {
    padding-top: 10px;
}

.footer-copyright,
.footer-legal {
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
}

.footer-links {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #1ead49;
    text-decoration: underline;
}

.footer-legal {
    font-size: 12px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    footer {
        text-align: center;
    }
    
    .footer-col {
        margin-bottom: 35px;
    }
    
    .footer-contact,
    .footer-badges,
    .payment-methods {
        justify-content: center;
    }
    
    .footer-bottom .col-12 {
        margin-bottom: 10px;
    }
}

/* ================================
   Full Viewport Sections
   ================================ */
header {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 56px;
    display: flex;
    align-items: center;
}

header > .container {
    width: 100%;
}

#about,
#product,
#why,
#seeds,
#buyers-guide {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#about > .container,
#product > .container,
#why > .container,
#seeds > .container,
#buyers-guide > .container {
    width: 100%;
}

.cta {
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.cta > .container {
    width: 100%;
}

@media screen and (max-width: 991px) {
    header,
    #about,
    #product,
    #why,
    #seeds,
    #buyers-guide {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .cta {
        min-height: auto;
    }
}


/* ================================
   MOBILE APP DESIGN
   Only applies to mobile and tablet devices
   Complete app-style transformation
   ================================ */

@media screen and (max-width: 991px) {
    
    /* ===== CRITICAL: CONTAINER & OVERFLOW RESETS ===== */
    body {
        background: #222;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
    }
    
    html {
        scroll-behavior: smooth;
        overflow-x: clip;
    }
    
    .container {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
        overflow-x: clip;
        overflow-y: visible;
    }
    
    .row {
        margin-left: 0;
        margin-right: 0;
        overflow-x: clip;
        overflow-y: visible;
    }
    
    [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    
    /* ===== HIDE ALL DECORATIVE ICONS ON MOBILE ===== */
    .feature-icon,
    .why-icon,
    .buyer-icon,
    .stat-icon,
    .section-icon,
    .decorative-icon,
    [class*="plant-icon"],
    [class*="leaf-icon"],
    .icon-overlay,
    .floating-icon {
        display: none !important;
    }
    
    /* ===== MOBILE APP HEADER - HERO FIRST, FORM BELOW ===== */
    header {
        min-height: auto;
        padding: 0;
        display: block;
        position: relative;
        overflow: visible;
        background-attachment: scroll;
        -webkit-overflow-scrolling: touch;
    }
    
    header::after {
        background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
    }
    
    header .container {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    header .row {
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    
    /* Hero text section - content height so below-fold sections are reachable */
    header .header-text {
        order: 1;
        width: 100%;
        min-height: 0;
        padding-bottom: 28px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        padding-top: 50px;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }
    
    header h1 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 24px;
        text-shadow: 0 2px 10px rgba(0,0,0,0.4);
    }
    
    header h2 {
        font-size: 16px;
        margin-bottom: 24px;
        opacity: 0.95;
        line-height: 2.4;
    }
    
    header .header-text img.img-fluid {
        max-width: 380px;
        width: 95%;
        margin: 20px auto;
    }
    
    header .btn-learn {
        margin-top: 20px;
        padding: 16px 40px;
        font-size: 16px;
        border-radius: 8px;
    }
    
    /* Form section - appears below hero on scroll */
    header .form-wrap {
        order: 2;
        position: relative;
        margin: 0;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        background: #fff;
    }
    
    header .form-wrap h3 {
        border-radius: 0;
    }
    
    /* ===== MOBILE FORM - APP CARD STYLE ===== */
    .form-wrap {
        margin: 0 auto;
        width: calc(100% - 32px);
        max-width: 400px;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.3);
        overflow: hidden;
    }
    
    .form-wrap h3 {
        font-size: 18px;
        padding: 16px 20px;
        background: linear-gradient(135deg, #1ead49, #15803d);
        border-radius: 0;
        margin: 0;
    }
    
    form {
        padding: 20px;
    }
    
    .form-control {
        height: 50px;
        font-size: 16px;
        border-radius: 12px;
        border: 2px solid #e7e7e7;
        background: #fff;
        padding: 12px 16px;
        transition: all 0.2s ease;
        width: 100%;
        box-sizing: border-box;
    }
    
    .form-control:focus {
        border-color: #1ead49;
        box-shadow: 0 0 0 4px rgba(30, 173, 73, 0.1);
    }
    
    textarea.form-control {
        height: auto;
        min-height: 100px;
    }
    
    select.form-control {
        height: 50px;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 16px center;
        background-color: #fff;
    }
    
    label {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
        display: block;
    }
    
    .form-group {
        margin-bottom: 16px;
        padding: 0;
    }
    
    .btn-submit {
        width: 100%;
        height: 54px;
        font-size: 16px;
        border-radius: 8px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: linear-gradient(135deg, #1ead49, #15803d);
        border: none;
        box-shadow: 0 4px 15px rgba(30, 173, 73, 0.4);
        transition: all 0.3s ease;
        margin-top: 10px;
    }
    
    .btn-submit:active {
        transform: scale(0.98);
    }
    
    /* ===== ALL CONTENT SECTIONS - CONSISTENT APP SPACING ===== */
    #about,
    #product,
    #why,
    #seeds,
    #buyers-guide {
        min-height: auto;
        padding: 50px 16px;
        background: #f5f5f5;
        overflow: hidden;
    }
    
    #about {
        background: #fff;
    }
    
    #about h2,
    #product h2,
    #why h2,
    #seeds h2,
    #buyers-guide h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 16px;
        padding: 0 10px;
    }
    
    .section-subtitle {
        font-size: 15px;
        text-align: center;
        padding: 0;
        margin-bottom: 30px;
        line-height: 1.5;
    }
    
    /* ===== PRODUCT SHOWCASE - SINGLE COLUMN STACK ===== */
    .product-showcase {
        display: flex;
        flex-direction: column;
        gap: 20px;
        overflow: hidden;
    }
    
    .product-showcase > * {
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
    }
    
    /* ===== IMAGE FRAMES - CONTAINED ===== */
    .image-frame {
        padding: 0;
        border-radius: 16px;
        margin-bottom: 20px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        width: 100%;
        box-sizing: border-box;
    }
    
    .image-frame img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 16px;
    }
    
    /* ===== MOBILE APP CARDS - FULL WIDTH BLOCKS ===== */
    .feature-block,
    .why-block,
    .stat-card,
    .buyer-card,
    .faq-item {
        background: #fff;
        border-radius: 16px;
        padding: 24px 20px;
        margin-bottom: 16px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        border: none !important;
        border-left: 4px solid #1ead49 !important;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .feature-block h4,
    .why-block h4,
    .stat-card h4,
    .buyer-card h4 {
        font-size: 17px;
        margin-bottom: 10px;
        color: #1a1a1a;
    }
    
    .feature-block p,
    .why-block p,
    .stat-card p,
    .buyer-card p {
        font-size: 14px;
        line-height: 1.6;
        color: #555;
        margin: 0;
    }
    
    /* ===== STATS SHOWCASE - VERTICAL STACK ===== */
    .stats-showcase {
        display: flex;
        flex-direction: column;
        gap: 16px;
        overflow: hidden;
    }
    
    .stats-showcase > * {
        width: 100% !important;
        flex: none !important;
    }
    
    .stat-card {
        padding: 20px;
    }
    
    .stat-image {
        height: 180px;
        border-radius: 12px;
        overflow: hidden;
        width: 100%;
        object-fit: cover;
    }
    
    .stat-highlights {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px;
        border-radius: 12px;
        background: #f8f9fa;
        margin-top: 16px;
    }
    
    .stat-highlights > * {
        flex: 1 1 45%;
        min-width: 120px;
        text-align: center;
    }
    
    .highlight-number {
        font-size: 22px;
        font-weight: 700;
        color: #1ead49;
    }
    
    /* ===== BUYER GRID - SINGLE COLUMN ===== */
    .buyer-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        overflow: hidden;
    }
    
    .buyer-grid > * {
        width: 100% !important;
        flex: none !important;
    }
    
    .buyer-card {
        border-radius: 16px;
        padding: 24px 20px;
    }
    
    /* ===== FEATURE BADGES - 2 COLUMN GRID ===== */
    .features-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0;
        margin: 24px 0;
    }
    
    .feature-pill {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 14px;
        font-size: 13px;
        border-radius: 8px;
        background: #f8faf9;
        border: 1px solid #e5e7eb;
        box-shadow: none;
        white-space: nowrap;
    }
    
    .feature-pill span {
        font-size: 18px;
    }
    
    /* ===== FAQ GRID - SINGLE COLUMN ===== */
    .faq-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        overflow: hidden;
    }
    
    .faq-grid > * {
        width: 100% !important;
    }
    
    .faq-item {
        border-radius: 16px;
        padding: 20px;
    }
    
    .faq-item h5 {
        font-size: 15px;
        margin-bottom: 8px;
        color: #1a1a1a;
    }
    
    .faq-item p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }
    
    /* ===== CTA SECTIONS - APP STYLE ===== */
    .cta {
        min-height: auto;
        padding: 60px 20px;
        text-align: center;
        overflow: hidden;
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
    }
    
    .cta::after {
        background: rgba(0, 0, 0, 0.65);
    }
    
    .cta .container {
        max-width: 100%;
    }
    
    .cta h2 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    
    .cta p {
        font-size: 15px;
        margin-bottom: 25px;
        line-height: 1.5;
    }
    
    .cta .btn-submit,
    .cta .phone-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 280px;
        margin: 12px auto;
        height: 52px;
        border-radius: 8px;
        font-size: 15px;
    }
    
    .phone-btn {
        background: rgba(255,255,255,0.15);
        border: 2px solid #fff;
        backdrop-filter: blur(10px);
    }
    
    /* ===== FOOTER - MOBILE APP STYLE ===== */
    footer {
        padding: 40px 20px 30px;
        text-align: center;
        overflow: hidden;
        margin-bottom: 0;
    }
    
    .footer-main {
        padding-bottom: 25px;
    }
    
    .footer-col {
        margin-bottom: 30px;
        width: 100%;
    }
    
    .footer-col h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .footer-phone {
        font-size: 20px;
        justify-content: center;
    }
    
    .footer-badges,
    .payment-methods {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .security-badge,
    .payment-badge {
        font-size: 11px;
    }
    
    .footer-bottom {
        padding-top: 20px;
    }
    
    .footer-bottom .col-12 {
        margin-bottom: 8px;
    }
    
    /* ===== FLOATING CALL BUTTON ===== */
    .mobile-float-btn {
        display: flex !important;
        position: fixed;
        bottom: 25px;
        right: 25px;
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #1ead49, #15803d);
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 20px rgba(30, 173, 73, 0.5);
        z-index: 9999;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .mobile-float-btn ion-icon {
        font-size: 28px;
        color: #fff;
    }
    
    .mobile-float-btn:active {
        transform: scale(0.95);
    }
    
    /* ===== LEARN MORE BUTTON ===== */
    .btn-learn {
        padding: 14px 30px;
        font-size: 15px;
        border-radius: 8px;
        margin-top: 20px;
    }
    
    /* ===== FORCE ALL IMAGES TO STAY CONTAINED ===== */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* ===== BOOTSTRAP COLUMN OVERRIDES FOR MOBILE ===== */
    .col-lg-6,
    .col-lg-4,
    .col-lg-3,
    .col-md-6,
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

/* ===== PHONE SPECIFIC (smaller screens) ===== */
@media screen and (max-width: 576px) {
    
    header h1 {
        font-size: 22px;
    }
    
    header h2 {
        font-size: 16px;
    }
    
    .form-wrap {
        width: calc(100% - 24px);
        border-radius: 16px;
    }
    
    .form-wrap h3 {
        font-size: 16px;
        padding: 14px 16px;
    }
    
    form {
        padding: 16px;
    }
    
    .form-control {
        height: 48px;
        border-radius: 10px;
    }
    
    .btn-submit {
        height: 50px;
        font-size: 15px;
        border-radius: 8px;
    }
    
    #about h2,
    #product h2,
    #why h2,
    #seeds h2,
    #buyers-guide h2 {
        font-size: 20px;
    }
    
    .feature-block,
    .why-block,
    .stat-card,
    .buyer-card,
    .faq-item {
        padding: 20px 16px;
        margin-bottom: 14px;
    }
    
    .stat-highlights {
        flex-direction: column;
        gap: 10px;
    }
    
    .stat-highlights > * {
        flex: 1 1 100%;
    }
    
    .cta {
        padding: 50px 16px;
    }
    
    .cta h2 {
        font-size: 18px;
    }
    
    .mobile-float-btn {
        bottom: 20px;
        right: 20px;
        width: 56px;
        height: 56px;
    }
    
    .mobile-float-btn ion-icon {
        font-size: 26px;
    }
    
    footer {
        padding: 30px 16px 25px;
        margin-bottom: 0;
    }
}

/* Hide floating button on desktop */
.mobile-float-btn {
    display: none;
}

/* ================================
   Why Choose Us - NEW Symmetrical Layout (Desktop)
   ================================ */
.why-showcase-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.why-features-top {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 900px;
}

.why-block-new {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(145deg, #f8fdf9, #e8f5e9);
    padding: 20px 22px;
    border-radius: 14px;
    border: 2px solid #d4edda;
    flex: 1;
    max-width: 420px;
    transition: all 0.3s ease;
}

.why-block-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(30, 173, 73, 0.15);
    border-color: #1ead49;
}

.why-icon-new {
    font-size: 36px;
    line-height: 1;
    flex-shrink: 0;
}

.why-text-new h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1ead49;
    margin-bottom: 6px;
}

.why-text-new p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #656565;
}

.why-image-large {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.image-frame-large {
    background: linear-gradient(145deg, #1ead49, #15803d);
    padding: 8px;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(30, 173, 73, 0.25);
}

.image-frame-large img {
    border-radius: 12px;
    max-width: 380px;
    display: block;
}

.why-reports-bottom {
    text-align: center;
    width: 100%;
    max-width: 900px;
}

.why-reports-bottom h5 {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.reports-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 15px;
}

.report-link {
    display: inline-block;
    background: linear-gradient(145deg, #f8fdf9, #e8f5e9);
    color: #1ead49;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 10px;
    border: 2px solid #d4edda;
    transition: all 0.3s ease;
}

.report-link:hover {
    background: #1ead49;
    color: #fff;
    border-color: #1ead49;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(30, 173, 73, 0.25);
}

/* Hide old why-showcase on desktop */
.why-showcase {
    display: none;
}

/* Mobile styles for new About and Why sections */
@media screen and (max-width: 991px) {
    .about-showcase {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 30px;
    }
    
    .about-card {
        padding: 24px 20px;
        border-radius: 16px;
    }
    
    .about-icon {
        font-size: 84px;
        margin-bottom: 12px;
    }
    
    .about-card h4 {
        font-size: 18px;
    }
    
    .about-card p {
        font-size: 15px;
    }
    
    /* Show new layout on mobile too */
    .why-showcase-new {
        margin-top: 30px;
    }
    
    .why-features-top {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 25px;
    }
    
    .why-block-new {
        padding: 24px 20px;
        max-width: 100%;
        border-left: 4px solid #1ead49;
        border-right: none;
    }
    
    .why-icon-new {
        display: none;
    }
    
    .why-text-new h5 {
        font-size: 17px;
    }
    
    .why-text-new p {
        font-size: 14px;
    }
    
    .why-image-large {
        margin-bottom: 25px;
    }
    
    .image-frame-large {
        padding: 6px;
        border-radius: 16px;
    }
    
    .image-frame-large img {
        max-width: 100%;
        border-radius: 12px;
    }
    
    .why-reports-bottom h5 {
        font-size: 17px;
        margin-bottom: 16px;
    }
    
    .reports-grid {
        flex-direction: column;
        gap: 12px;
    }
    
    .report-link {
        font-size: 14px;
        padding: 14px 20px;
        width: 100%;
        box-sizing: border-box;
    }
}

/* Desktop-only text - visible on desktop, hidden on mobile */
.desktop-only-text {
    display: block;
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .desktop-only-text {
        display: none;
    }
}

/* Desktop features list with icons */
.desktop-features-list {
    list-style: none;
    padding: 0;
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    text-align: left;
}

.desktop-features-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(145deg, #f8fdf9, #e8f5e9);
    padding: 20px 25px;
    border-radius: 12px;
    border: 2px solid #d4edda;
    font-size: 16px;
    color: #555;
    transition: all 0.3s ease;
}

.desktop-features-list li:hover {
    border-color: #1ead49;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(30, 173, 73, 0.12);
}

.feature-icon {
    font-size: 28px;
    flex-shrink: 0;
}

/* Compact Why section for single viewport on desktop */
@media screen and (min-width: 992px) {
    #why {
        padding: 40px 10px;
    }
}

/* ================================
   Alternating Section Backgrounds
   ================================ */
#about { background: #ffffff; }
#product { background: #f7f9f7; }
#why { background: #ffffff; }
#seeds { background: #f7f9f7; }
#buyers-guide { background: #f7f9f7; }

/* Two-toned sub-sections within buyers-guide */
@media screen and (min-width: 992px) {
    #buyers-guide .faq-section {
        background: #ffffff;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 60px;
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

/* ================================
   Thank You Message After Form Submit
   ================================ */
.thank-you-message {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, #1ead49 0%, #15803d 100%);
    border-radius: 0 0 12px 12px;
}

.thank-you-icon {
    font-size: 60px;
    margin-bottom: 15px;
    line-height: 1;
}

.thank-you-message h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.thank-you-message p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 15px;
}

.thank-you-message p strong {
    color: #fff;
    text-decoration: underline;
}

.thank-you-note {
    font-size: 14px !important;
    color: rgba(255,255,255,0.85) !important;
    font-style: italic;
    margin-bottom: 25px !important;
}

.thank-you-message .btn-submit {
    display: inline-block;
    margin-top: 10px;
    background: #fff;
    color: #1ead49;
    border-color: #fff;
}

.thank-you-message .btn-submit:hover {
    background: rgba(255,255,255,0.9);
    color: #15803d;
}

/* Larger product image on desktop */
@media screen and (min-width: 992px) {
    .image-frame img {
        max-width: 580px;
    }
}

/* Image caption and success badge */
.image-caption {
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    padding: 40px 15px 12px;
    border-radius: 0 0 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.caption-icon {
    font-size: 18px;
}

.caption-text {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

/* Form blink animation for desktop CTA clicks */
@keyframes formBlink {
    0%, 100% { box-shadow: 0 0 0 0 rgba(30, 173, 73, 0); }
    25%, 75% { box-shadow: 0 0 30px 10px rgba(30, 173, 73, 0.5); }
    50% { box-shadow: 0 0 40px 15px rgba(30, 173, 73, 0.7); }
}

@media screen and (min-width: 992px) {
    .form-blink {
        animation: formBlink 0.6s ease-in-out 3;
        border-radius: 10px;
    }
    
    /* Desktop form - square shape */
    header .form-wrap {
        max-width: 420px;
        margin: 0 auto;
    }
    
    header .form-wrap h3 {
        padding: 12px 20px;
        font-size: 17px;
    }
    
    header .form-wrap h3::after {
        font-size: 18px;
    }
    
    header .form-wrap form {
        padding: 14px 18px 16px;
    }
    
    header .form-wrap .form-control {
        padding: 6px 10px;
        height: 34px;
        font-size: 14px;
    }
    
    header .form-wrap textarea.form-control {
        height: auto;
        min-height: 50px;
    }
    
    header .form-wrap .form-group {
        padding: 0;
        margin-bottom: 8px;
    }
    
    header .form-wrap .form-row {
        margin-bottom: 0;
    }
    
    header .form-wrap label {
        font-size: 10px;
        margin-bottom: 2px;
    }
    
    header .form-wrap .g-recaptcha {
        transform: scale(0.9);
        transform-origin: left top;
    }
    
    header .form-wrap .btn-submit {
        padding: 8px 20px;
        margin-top: 4px;
        font-size: 14px;
    }
    
    header .form-wrap .outside-usa-wrap {
        text-align: right;
        padding-right: 10px;
    }
    
    header .form-wrap .outside-usa-wrap label {
        font-size: 10px;
        line-height: 1.3;
    }
}

/* Hide reCAPTCHA terms text and notices */
.grecaptcha-badge,
.rc-anchor-pt,
.rc-anchor-pt a,
.g-recaptcha iframe + div,
[style*="z-index: 2000000000"] {
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

.g-recaptcha {
    overflow: hidden;
    height: 78px;
}

.success-badge-overlay {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background: linear-gradient(145deg, #1ead49, #15803d);
    color: #fff;
    padding: 8px 14px;
    border-radius: 0 0 0 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.success-badge-overlay span {
    font-size: 14px;
}

/* Mobile: smaller badge */
@media screen and (max-width: 767px) {
    .success-badge-overlay {
        top: 0;
        right: 0;
        padding: 5px 10px;
        font-size: 10px;
        gap: 4px;
    }
    
    .success-badge-overlay span {
        font-size: 11px;
    }
}

.product-image-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-frame {
    position: relative;
}

/* Make feature blocks more square on desktop */
@media screen and (min-width: 992px) {
    .feature-block {
        display: block;
        padding: 25px 20px;
        min-height: 140px;
        text-align: left;
    }
    
    .feature-left .feature-block,
    .feature-right .feature-block {
        text-align: left;
        border-left: 3px solid #1ead49;
        border-right: none;
    }
    
    .feature-icon {
        font-size: 32px;
        display: inline;
        margin-right: 10px;
    }
    
    .feature-content {
        display: inline;
    }
    
    .feature-content h5 {
        font-size: 17px;
        margin-bottom: 8px;
        display: inline;
    }
    
    .feature-content p {
        font-size: 14px;
        line-height: 1.5;
        display: block;
        margin-top: 8px;
    }
}

/* ================================
   Section Navigation Buttons
   ================================ */
.scroll-next-wrapper {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 10px;
}

.scroll-next-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: transparent;
    border: 1px solid rgba(30, 173, 73, 0.3);
    border-radius: 50px;
    color: #1ead49;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.scroll-next-btn:hover {
    background: rgba(30, 173, 73, 0.08);
    border-color: #1ead49;
    color: #1ead49;
    text-decoration: none;
    transform: translateY(2px);
}

.scroll-next-btn .arrow-down {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.scroll-next-btn:hover .arrow-down {
    transform: translateY(3px);
}

/* CTA section scroll button - white variant */
.cta .scroll-next-btn {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.cta .scroll-next-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    color: #fff;
}

/* Hide on mobile for cleaner experience */
@media screen and (max-width: 767px) {
    .scroll-next-wrapper {
        display: none;
    }
}

/* ================================
   Conversion Optimization Styles
   ================================ */

/* Header Phone Button */
.header-phone-btn {
    margin-left: 10px;
}

/* Limited Stock Banner */
.limited-stock-banner {
    background: linear-gradient(135deg, #ff6b35 0%, #e63946 100%);
    color: #fff;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    animation: pulse-glow 2s ease-in-out infinite;
}

.limited-stock-banner ion-icon {
    font-size: 16px;
}

@keyframes pulse-glow {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

/* Optional Label */
.optional-label {
    font-weight: normal;
    color: #999;
    font-size: 10px;
    text-transform: none;
}

/* Form Trust Badges */
.form-trust-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 15px;
    background: #f8faf8;
    border-top: 1px solid #e8f0e8;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.trust-badge ion-icon {
    color: #1ead49;
    font-size: 14px;
}

/* ================================
   Testimonials Section
   ================================ */
#testimonials {
    min-height: 100vh;
    padding: 80px 20px;
    background: linear-gradient(180deg, #f0f8f2 0%, #e8f5e9 30%, #f0f8f2 70%, #fff 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#testimonials::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 5%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(30, 173, 73, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

#testimonials::after {
    content: '';
    position: absolute;
    bottom: 80px;
    right: 8%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(30, 173, 73, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

#testimonials .container {
    position: relative;
    z-index: 1;
}

#testimonials h2 {
    font-size: 38px;
    color: #1ead49;
    margin-bottom: 10px;
}

#testimonials .section-subtitle {
    color: #666;
    font-size: 18px;
    margin-bottom: 50px;
}

.testimonial-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1ead49 0%, #15803d 100%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-header-badge ion-icon {
    font-size: 16px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid rgba(30, 173, 73, 0.15);
    border-radius: 16px;
    padding: 35px 30px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 80px;
    color: rgba(30, 173, 73, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(30, 173, 73, 0.12);
    border-color: rgba(30, 173, 73, 0.3);
}

.testimonial-stars {
    color: #f5a623;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.testimonial-text {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.testimonial-author-avatar {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #1ead49 0%, #15803d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.testimonial-author-info strong {
    display: block;
    color: #333;
    font-size: 15px;
    margin-bottom: 3px;
}

.testimonial-author-info span {
    font-size: 13px;
    color: #888;
}

.testimonial-footer-stat {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(30, 173, 73, 0.15);
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-footer-stat p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.testimonial-footer-stat strong {
    color: #1ead49;
}

@media screen and (max-width: 991px) {
    #testimonials {
        min-height: auto;
        padding: 60px 15px;
    }
    
    .testimonial-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
    
    #testimonials h2 {
        font-size: 28px;
    }
}

/* ================================
   Video Section
   ================================ */
#video-section {
    padding: 60px 10px;
    background: linear-gradient(180deg, #f8fdf9 0%, #e8f5e9 50%, #f8fdf9 100%);
}

#video-section h2 {
    font-size: 32px;
    color: #1ead49;
    margin-bottom: 10px;
}

.video-container {
    max-width: 800px;
    margin: 0 auto 40px;
}

.video-placeholder {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 12px;
    padding: 80px 40px;
    text-align: center;
    color: #fff;
}

.video-play-icon {
    margin-bottom: 20px;
}

.video-play-icon ion-icon {
    font-size: 64px;
    color: #1ead49;
    opacity: 0.8;
}

.video-placeholder h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.video-placeholder p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.video-placeholder .video-note {
    font-size: 13px;
    color: #888;
    display: block;
}

/* Secondary CTA Box */
.secondary-cta-box {
    background: #fff;
    border: 2px solid #1ead49;
    border-radius: 12px;
    padding: 30px 40px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.secondary-cta-box h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.secondary-cta-box p {
    color: #666;
    margin-bottom: 20px;
}

.btn-secondary-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 2px solid #1ead49;
    color: #1ead49;
    padding: 12px 25px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-secondary-cta:hover {
    background: #1ead49;
    color: #fff;
    text-decoration: none;
}

.btn-secondary-cta ion-icon {
    font-size: 18px;
}

