* ,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
  font-family:'Poppins',sans-serif;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f9fafb;
    color: #111827;
    line-height: 1.6;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section {
    padding: 3.5rem 0;
}

.bg-white {
    background: #ffffff;
}

.bg-soft {
    background: #fdfaf5;
}

.top-bar {
    background: #0f5b2a;
    color: #e5e7eb;
    font-size: 0.8rem;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem 0;
    flex-wrap: wrap;
    gap: 0.4rem;
}

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.brand-logo {
    height: 60px;
    width: auto;
}

.brand-text h1 {
    font-size: 1.25rem;
    font-weight: 700;
}

.brand-text span {
    font-size: 0.72rem;
    color: #6b7280;
}

.nav {
    display: flex;
    gap: 1.25rem;
}

.nav a {
    text-decoration: none;
    color: #374151;
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
}

.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    width: 0;
    height: 2px;
    background: #f59e0b;
    transition: width 0.2s ease;
}

.nav a:hover::after {
    width: 100%;
}

.nav-toggle {
    display: none;
    border: none;
    background: none;
    font-size: 1.6rem;
    cursor: pointer;
}

/* Hero */
.hero {
    background: #fff7ed;
    padding-bottom: 2.5rem;
}

.hero-banner img {
    width: 100%;
    height: auto;
}

.hero-caption {
    text-align: center;
    margin-top: 1.5rem;
}

.hero-caption h2 {
    font-size: 2.1rem;
    margin-bottom: 0.4rem;
    color: #0f5b2a;
}

.hero-caption p {
    color: #4b5563;
    max-width: 640px;
    margin: 0 auto 1.1rem;
    font-size: 0.95rem;
}

.btn {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.2s ease;
}

.btn.primary {
    background: linear-gradient(135deg, #0f5b2a, #f59e0b);
    color: #ffffff;
}

.btn.primary:hover {
    filter: brightness(0.95);
}

/* ===== Corporate hero promise refresh v28 ===== */
.hero {
    background:
        linear-gradient(180deg, #fff7ed 0%, #fbfaf6 100%);
    padding-bottom: 3.1rem;
}

.hero-banner {
    line-height: 0;
}

.hero-banner img {
    display: block;
}

.hero-caption {
    position: relative;
    margin-top: -2.2rem;
    text-align: left;
    z-index: 2;
}

.hero-promise-card {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
    gap: 2.1rem;
    align-items: center;
    padding: 1.45rem 2.05rem;
    border: 1px solid rgba(15, 91, 42, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 246, 0.92)),
        #ffffff;
    box-shadow: 0 24px 70px rgba(15, 91, 42, 0.12);
}

.hero-eyebrow {
    display: block;
    margin-bottom: 0.55rem;
    color: #0f5b2a;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-caption h2 {
    max-width: 720px;
    margin: 0 0 0.52rem;
    color: #082f1f;
    font-size: clamp(1.4rem, 2.05vw, 1.95rem);
    line-height: 1.08;
    white-space: nowrap;
}

.hero-caption p {
    max-width: 720px;
    margin: 0 0 1rem;
    color: #475569;
    font-size: clamp(0.92rem, 1.08vw, 1rem);
    line-height: 1.55;
}

.hero-caption .btn.primary {
    padding: 0.68rem 1.22rem;
    border-radius: 999px;
    box-shadow: 0 16px 36px rgba(15, 91, 42, 0.16);
}

.hero-proof-grid {
    display: grid;
    gap: 0;
    border-left: 1px solid rgba(15, 91, 42, 0.16);
    padding-left: 1.45rem;
}

.hero-proof-item {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 0.85rem;
    align-items: center;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(15, 91, 42, 0.11);
}

.hero-proof-item:last-child {
    border-bottom: 0;
}

.hero-proof-item span {
    display: grid;
    place-items: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 50%;
    background: #f7e7b5;
    color: #0f5b2a;
    font-size: 0.78rem;
    font-weight: 800;
}

.hero-proof-item strong {
    color: #0b1f44;
    font-size: 0.98rem;
    line-height: 1.3;
}

.btn.full {
    width: 100%;
    text-align: center;
}

/* Sections common */
.section-header.center {
    text-align: center;
}

.section-header h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.section-header p {
    max-width: 620px;
    margin: 0.45rem auto 0;
    color: #4b5563;
}

.section-kicker {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #f59e0b;
    font-weight: 600;
}

.two-col {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 2.2rem;
    align-items: flex-start;
}

.list {
    list-style: none;
    margin-top: 0.9rem;
    font-size: 0.9rem;
}

.about-pattern {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.about-pattern::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 1;
    background-image: url("assets/about-watermark.png");
    background-repeat: no-repeat;
    background-position: center 65%;
    background-size: 420px auto;
    z-index: -1;
}

.list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.7rem;
    color: #111827;
    font-weight: 500;
}

.list li::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0.08rem;
    color: #111827;
    font-size: 0.72rem;
}

.card {
    background: #ffffff;
    border-radius: 1.1rem;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
    border: 1px solid #e5e7eb;
}

.about-card h3 {
    margin-bottom: 0.7rem;
}

.key-points {
    list-style: none;
    font-size: 0.9rem;
    color: #4b5563;
}

.key-points li {
    margin-bottom: 0.4rem;
}

/* Categories */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.category-card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.3rem 1.4rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border-top: 4px solid #0f5b2a;
}

.cat-thumb {
    border-radius: 0.9rem;
    overflow: hidden;
    margin-bottom: 0.7rem;
    background: #fff7ed;
}

.thumb-border {
    border: 2px solid #f59e0b;
}

.category-card h3 {
    margin-bottom: 0.35rem;
}

.category-card p {
    font-size: 0.9rem;
    color: #4b5563;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.product-card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.1rem 1.1rem 1.3rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.product-card img {
    border-radius: 0.9rem;
    background: #f9fafb;
}

.product-card h3 {
    font-size: 1rem;
}

.product-card p {
    font-size: 0.9rem;
    color: #4b5563;
}

/* Quality */
.quality-section {
    background: linear-gradient(135deg, #0f5b2a, #14532d);
    color: #e5e7eb;
}

.quality-section .section-kicker {
    color: #fbbf24;
}

.quality-section h2 {
    color: #fefce8;
}

.quality-card {
    background: rgba(15, 23, 42, 0.9);
    border-color: #16a34a;
}

.quality-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.quality-tags span {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(248, 250, 252, 0.6);
    background: rgba(15, 118, 110, 0.25);
}



/* Strengths */
.strengths-section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4.1rem;
}

.strengths-section .section-header {
    max-width: 760px;
    margin: 0 auto;
}

.strengths-section .section-header p {
    display: none;
}

.strengths-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    margin-top: 2.15rem;
}

.strength-item {
    text-align: center;
    padding: 0 0.95rem;
    position: relative;
}

.strength-item::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: calc(100% - 16px);
    background: rgba(153, 191, 139, 0.22);
}

.strength-item:last-child::after {
    display: none;
}

.strength-icon {
    width: 108px;
    height: 108px;
    margin: 0 auto 1.25rem;
    border-radius: 28px;
    border: 1px solid rgba(143, 184, 131, 0.26);
    background: linear-gradient(180deg, #eef6eb 0%, #deebd9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #299d5b;
    position: relative;
    box-shadow: 0 14px 28px rgba(15, 91, 42, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.strength-icon::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.22);
}

.strength-icon svg {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
}

.strength-item h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.18rem;
    line-height: 1.2;
    color: #082f6a;
    font-weight: 700;
    letter-spacing: -0.01em;
    max-width: 10.5ch;
    margin: 0 auto;
    text-shadow: none;
}

.strength-item:hover .strength-icon {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(15, 91, 42, 0.1);
}

@media (min-width: 1200px) {
    .strength-item h3 {
        white-space: normal;
    }
}
/* Contact */
.contact-section {
    background: #f9fafb;
}

.contact-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 2.3rem;
    align-items: flex-start;
}

.contact-info h2 {
    font-size: 1.8rem;
    margin: 0.5rem 0 0.9rem;
}

.contact-info p {
    color: #4b5563;
    margin-bottom: 0.7rem;
}

.contact-info ul {
    list-style: none;
    font-size: 0.9rem;
    color: #374151;
}

.contact-info ul li {
    margin-bottom: 0.4rem;
}

.contact-form {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.5rem 1.6rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
}

.contact-form label {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    color: #4b5563;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 0.6rem 0.7rem;
    border-radius: 0.6rem;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    font-size: 0.9rem;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #0f5b2a;
    background: #ffffff;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

/* Footer */
.footer {
    background: #020617;
    color: #9ca3af;
    font-size: 0.8rem;
    padding: 1.4rem 0 1.9rem;
}

.footer-inner {
    text-align: center;
}

.footer-small {
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Responsive */
@media (max-width: 992px) {
    .two-col,
    .categories-grid,
    .products-grid,
    .contact-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .top-bar-inner {
        justify-content: center;
        text-align: center;
    }

    .nav {
        position: absolute;
        right: 1.5rem;
        top: 60px;
        flex-direction: column;
        background: #ffffff;
        padding: 0.8rem 1rem;
        border-radius: 0.85rem;
        box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
        display: none;
    }

    .nav.nav-open {
        display: flex;
    }

    .nav-toggle {
        display: block;
    }

    .header-inner {
        padding: 0.55rem 0;
    }

    .hero-caption h2 {
        font-size: 1.7rem;
    }

    .two-col,
    .contact-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .categories-grid,
    .products-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .form-row {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .brand-logo {
        height: 50px;
    }

    .hero-caption h2 {
        font-size: 1.5rem;
    }
}


/* Contact section font reduction */
.contact-section p,
.contact-section li,
.contact-section label,
.contact-section input,
.contact-section select,
.contact-section textarea {
    font-size: 0.85rem !important;
}

.contact-section h3 {
    font-size: 1.1rem !important;
}

.contact-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

/* Make left-right columns same height */
.contact-inner {
    align-items: stretch !important;
}

.contact-section{background:#faf7f0;}
.map-section iframe{border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.15);} 
.fade-in{opacity:0;transform:translateY(20px);transition:.6s;} .fade-in.visible{opacity:1;transform:none;}
.whatsapp-float{position:fixed;right:20px;bottom:20px;background:#25D366;color:#fff;font-size:26px;padding:12px 16px;border-radius:50%;text-decoration:none;}
.lang-toggle {
  display:flex;
  gap:0.4rem;
  align-items:center;
  margin-left:1rem;
}

.lang-btn {
  border:1px solid #d1d5db;
  background:#f9fafb;
  padding:0.25rem 0.55rem;
  border-radius:999px;
  font-size:0.75rem;
  cursor:pointer;
}

.lang-btn.lang-active {
  background:#0f5b2a;
  color:#ffffff;
  border-color:#0f5b2a;
}


/* Quality list updated */
.quality-list {
    margin-top: 1rem;
}

.quality-list li {
    color: #ffffff !important;
    padding-left: 2rem;
    margin-bottom: 0.7rem;
    font-weight: 500;
}

.quality-list li::before {
    content: "✓";
    color: #fbbf24;
    font-size: 1rem;
    font-weight: 700;
    top: 0.05rem;
}

/* Floating social icons */
.social-float {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease;
}

.social-float.social-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%) translateX(18px);
}

.social-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-btn:hover {
    transform: translateX(-3px) scale(1.05);
    box-shadow: 0 10px 24px rgba(0,0,0,0.24);
}

.social-btn.whatsapp { background: #25D366; }
.social-btn.facebook { background: #1877F2; }
.social-btn.instagram { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4); }
.social-btn.youtube { background: #FF0000; }
.social-btn.linkedin { background: #0A66C2; font-size: 16px; }
.social-btn.xsocial { background: #111827; }

@media (max-width: 768px) {
    .social-float {
        right: 12px;
        gap: 8px;
    }
    .social-btn {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}


/* Golden process graphic on quality section */
.quality-section .two-col {
    align-items: center;
}

.quality-process {
    position: relative;
    max-width: 300px;
    margin-left: auto;
    min-height: 270px;
    padding: 1.8rem 0 0.5rem 2.1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.55rem;
}

.quality-process::before {
    content: "We Focus On";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 800;
    color: #fefce8;
    letter-spacing: -0.01em;
}

.process-line {
    position: absolute;
    left: 0.82rem;
    top: 2.35rem;
    bottom: 0.95rem;
    width: 4px;
    border-radius: 999px;
    background: #fbbf24;
    box-shadow: none;
}

.process-step {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 34px;
    padding-left: 0;
}

.process-dot {
    position: absolute;
    left: -1.6rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fbbf24;
    border: 2px solid #fbbf24;
    box-shadow: none;
}

.process-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: none;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .quality-process {
        max-width: 300px;
        min-height: 270px;
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    .quality-process {
        max-width: 100%;
        min-height: 255px;
        padding-left: 2rem;
    }

    .process-line {
        left: 0.78rem;
    }

    .process-dot {
        left: -1.5rem;
        width: 13px;
        height: 13px;
    }

    .process-text {
        font-size: 12px;
        min-height: 28px;
        padding: 0.28rem 0.75rem;
        white-space: nowrap;
    }
}




@media (max-width: 992px) {
    .strengths-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 2.2rem;
    }

    .strength-item:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .strength-item h3 {
        font-size: 1.06rem;
        white-space: normal;
    }

    .strength-icon {
        width: 86px;
        height: 86px;
        border-radius: 22px;
    }

    .strength-icon::before {
        border-radius: 16px;
    }

    .strength-icon svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 576px) {
    .strengths-grid {
        grid-template-columns: 1fr;
        row-gap: 1.8rem;
    }

    .strength-item {
        padding: 0 0.5rem 1.8rem;
    }

    .strength-item::after {
        display: none;
    }

    .strength-item:not(:last-child) {
        border-bottom: 1px solid rgba(153, 191, 139, 0.28);
    }
}


h1,h2,h3,h4,h5{font-family:'Poppins',sans-serif;}


/* --- Requested refinements --- */
.strengths-section .section-kicker {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 0.45rem;
    display: inline-block;
}

.strengths-section .section-header h2 {
    font-size: 1.65rem;
}

.strength-item h3 {
    max-width: none;
    white-space: nowrap;
    font-size: 1.02rem;
}

.strength-icon {
    width: 96px;
    height: 96px;
    border-radius: 24px;
}

.strength-icon::before {
    inset: 9px;
    border-radius: 18px;
}

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

#products .section-header p {
    max-width: none;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .strengths-section .section-kicker {
        font-size: 0.95rem;
    }

    .strengths-section .section-header h2 {
        font-size: 1.45rem;
    }

    .strength-item h3 {
        font-size: 0.94rem;
    }

    #products .section-header p {
        font-size: 0.92rem;
    }
}

@media (max-width: 768px) {
    .strengths-section .section-kicker {
        font-size: 0.88rem;
        letter-spacing: 0.12em;
    }

    .strengths-section .section-header h2 {
        font-size: 1.28rem;
        line-height: 1.25;
    }

    .strength-item h3 {
        white-space: nowrap;
        font-size: 0.9rem;
    }

    #products .section-header p {
        white-space: normal;
        max-width: 100%;
    }

    .social-float {
        top: auto;
        bottom: 16px;
        transform: none;
    }

    .quality-section .two-col {
        gap: 1.5rem;
    }

    .quality-process {
        margin: 0 auto;
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 576px) {
    .strength-item h3 {
        font-size: 0.88rem;
    }

    .quality-process {
        padding-top: 2.3rem;
        padding-left: 1.9rem;
        min-height: 270px;
    }

    .quality-process::before {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        font-size: 13px;
    }

    .process-line {
        top: 3rem;
        bottom: 1rem;
    }

    .process-step {
        min-height: 38px;
    }

    .process-text {
        font-size: 11px;
        padding: 0.28rem 0.7rem;
    }
}

.social-btn.whatsapp svg { width: 22px; height: 22px; display: block; }
@media (max-width: 768px) { .social-btn.whatsapp svg { width: 20px; height: 20px; } }



/* Contact form status */
.hp-field{
    position:absolute !important;
    left:-9999px !important;
    opacity:0 !important;
    pointer-events:none !important;
}
.form-status{
    display:none;
    margin:12px 0 14px;
    padding:12px 14px;
    border-radius:10px;
    font-size:14px;
    line-height:1.4;
    font-weight:600;
}
.form-status.success{
    background:#e9f8ef;
    color:#1f7a39;
    border:1px solid #bfe5cb;
}
.form-status.error{
    background:#fff1f1;
    color:#b42318;
    border:1px solid #f5c2c7;
}
button[disabled]{
    opacity:.75;
    cursor:not-allowed;
}


/* Clean premium product grid */
.shop-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
    margin-top:32px;
}
.shop-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(15,23,42,0.07);
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.shop-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(15,23,42,0.12);
    border-color:#d8dee6;
}
.shop-card-btn{
    width:100%;
    border:0;
    background:transparent;
    padding:0;
    text-align:left;
    cursor:pointer;
    color:inherit;
    font:inherit;
}
.shop-thumb{
    background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
    border-bottom:1px solid #eef2f7;
    padding:6px;
}
.shop-thumb img{
    display:block;
    width:100%;
    height:260px;
    object-fit:contain;
}
.shop-card-content{
    padding:18px 18px 20px;
}
.shop-card-content h3{
    margin:0 0 8px;
    font-size:1.02rem;
    line-height:1.35;
    color:#0f172a;
    min-height:2.7em;
}
.shop-card-content p{
    margin:0 0 12px;
    font-size:0.91rem;
    line-height:1.5;
    color:#475569;
    min-height:4.5em;
}
.shop-view{
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-weight:700;
    font-size:0.92rem;
    color:#1d4ed8;
}
.shop-view::after{
    content:"›";
    font-size:1rem;
}
.pm-overlay{
    position:fixed;
    inset:0;
    background:rgba(15,23,42,0.58);
    align-items:center;
    justify-content:center;
    padding:20px;
    z-index:9999;
}
.pm-box{
    width:min(900px,100%);
    background:#ffffff;
    border-radius:24px;
    overflow:hidden;
    display:grid;
    grid-template-columns:1.05fr 0.95fr;
    box-shadow:0 24px 60px rgba(15,23,42,0.24);
    position:relative;
}
.pm-close{
    position:absolute;
    top:14px;
    right:16px;
    width:40px;
    height:40px;
    border:0;
    border-radius:999px;
    background:#ffffff;
    box-shadow:0 4px 14px rgba(15,23,42,0.12);
    font-size:1.7rem;
    line-height:1;
    cursor:pointer;
    z-index:2;
}
.pm-media{
    background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
    padding:28px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:16px;
    min-height:520px;
}
.pm-media > img{
    width:100%;
    max-width:420px;
    max-height:430px;
    object-fit:contain;
    display:block;
}
.pm-variants{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:center;
}
.pm-variant-btn{
    border:1px solid #dbe3ec;
    background:#ffffff;
    border-radius:14px;
    padding:8px;
    width:120px;
    cursor:pointer;
}
.pm-variant-btn.active{
    border-color:#1d4ed8;
    box-shadow:0 0 0 2px rgba(29,78,216,0.10);
}
.pm-variant-btn img{
    width:100%;
    height:82px;
    object-fit:contain;
    display:block;
    margin-bottom:6px;
}
.pm-variant-btn span{
    display:block;
    font-size:0.78rem;
    font-weight:600;
    color:#334155;
    text-align:center;
}
.pm-content{
    padding:36px 32px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.pm-badge{
    display:inline-flex;
    align-self:flex-start;
    padding:8px 14px;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:0.84rem;
    font-weight:700;
    margin-bottom:14px;
}
.pm-content h3{
    margin:0 0 14px;
    font-size:2rem;
    line-height:1.15;
    color:#0f172a;
}
.pm-content p{
    margin:0;
    color:#475569;
    font-size:1rem;
    line-height:1.7;
}
body.pm-open{
    overflow:hidden;
}
@media (max-width:1200px){
    .shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media (max-width:992px){
    .shop-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
    .pm-box{grid-template-columns:1fr;}
    .pm-media{min-height:340px;}
}
@media (max-width:768px){
    .shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .shop-thumb img{height:220px;}
}
@media (max-width:520px){
    .shop-grid{grid-template-columns:1fr;}
    .shop-card-content h3,.shop-card-content p{min-height:unset;}
    .pm-content{padding:24px 20px 26px;}
    .pm-content h3{font-size:1.55rem;}
}


/* Premium content refresh from Word file */
.about-premium {
    background: radial-gradient(circle at 12% 12%, rgba(245, 158, 11, 0.16), transparent 30%), #fffdf7;
}
.about-luxe-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
    gap: 2.4rem;
    align-items: stretch;
}
.about-copy h2 {
    max-width: 860px;
    font-size: clamp(1.9rem, 3.4vw, 3.1rem);
    line-height: 1.08;
    color: #12331f;
    margin: 0.45rem 0 1.1rem;
}
.about-copy p {
    color: #334155;
    font-size: 1rem;
    line-height: 1.78;
    margin-bottom: 0.95rem;
}
.about-luxe-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 2rem;
    background: linear-gradient(145deg, #0f5b2a, #12331f 58%, #241509);
    color: #fff7ed;
    box-shadow: 0 24px 70px rgba(15, 91, 42, 0.26);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.about-card-glow {
    position: absolute;
    width: 190px;
    height: 190px;
    right: -55px;
    top: -45px;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.32);
    filter: blur(4px);
}
.about-luxe-card h3 {
    position: relative;
    font-size: 1.7rem;
    line-height: 1.18;
    margin: 0.6rem 0 0.8rem;
    color: #fff7ed;
}
.about-luxe-card p {
    position: relative;
    color: #fdecc8;
    line-height: 1.65;
}
.mini-label {
    position: relative;
    width: fit-content;
    border: 1px solid rgba(255,255,255,0.42);
    border-radius: 999px;
    padding: 0.34rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #fde68a;
}
.about-badges {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.2rem;
}
.about-badges span {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 0.45rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 700;
}
.products-premium .section-header p {
    max-width: 760px;
    font-size: 1rem;
}
.products-premium .shop-grid {
    gap: 1.35rem;
}
.products-premium .shop-card {
    border: 1px solid rgba(15, 91, 42, 0.12);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}
.products-premium .shop-card:hover {
    border-color: rgba(245, 158, 11, 0.65);
    box-shadow: 0 24px 54px rgba(15, 91, 42, 0.18);
}
.products-premium .shop-thumb {
    background: radial-gradient(circle at 50% 18%, #fff7d6 0%, #ffffff 42%, #f6faf5 100%);
}
.products-premium .shop-card-content h3 {
    min-height: 0;
    color: #12331f;
}
.products-premium .shop-card-content p {
    min-height: 7.8em;
    text-align: justify;
}
.quality-luxe {
    background: radial-gradient(circle at 15% 12%, rgba(251,191,36,.22), transparent 28%), linear-gradient(135deg, #083a1d, #0f5b2a 52%, #12331f);
}
.quality-luxe p {
    line-height: 1.75;
    color: #f1f5db;
}
.farm-quality-list li {
    color: #fff7ed;
    line-height: 1.65;
    font-weight: 500;
    margin-bottom: 0.85rem;
}
.farm-quality-list li strong {
    color: #fde68a;
}
.quality-luxe .quality-process {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    border-radius: 28px;
    padding: 1.5rem;
}
.quality-luxe .process-text {
    font-weight: 800;
}
@media (max-width: 900px) {
    .about-luxe-grid {
        grid-template-columns: 1fr;
    }
    .products-premium .shop-card-content p {
        min-height: 0;
    }
}


/* ===== Avijit requested refinements (May 2026) ===== */
.about-pattern::before {
    display: none !important;
    background-image: none !important;
    opacity: 0 !important;
}
.about-premium {
    background: #fffdf7;
}
.about-luxe-grid {
    grid-template-columns: minmax(0, 1.85fr) minmax(280px, 0.72fr);
    gap: 2rem;
    align-items: flex-start;
}
.about-copy h2 {
    max-width: none;
    font-size: clamp(1.55rem, 2.2vw, 2.35rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
}
.about-copy p {
    font-size: 0.98rem;
    line-height: 1.72;
}
.about-luxe-card {
    min-height: auto;
    align-self: flex-start;
    padding: 1.65rem;
    justify-content: flex-start;
}
.about-card-glow {
    width: 150px;
    height: 150px;
    right: -45px;
    top: -35px;
    opacity: 0.85;
}
.about-luxe-card h3 {
    font-size: 1.35rem;
    line-height: 1.24;
}
.about-luxe-card p {
    font-size: 0.96rem;
    line-height: 1.62;
}
.about-badges span {
    font-size: 0.75rem;
}

.products-premium .shop-card-content p {
    margin: 0 0 12px;
    min-height: calc(1.58em * 4);
    line-height: 1.58;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-premium .shop-card-content h3 {
    font-size: 1.02rem;
    margin-bottom: 0.5rem;
}
.shop-view {
    font-size: 0.9rem;
}

.quality-luxe {
    background: linear-gradient(135deg, #0b4a23 0%, #0d6a33 55%, #0f5b2a 100%);
}
.quality-section .two-col {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.72fr);
    gap: 2rem;
    align-items: flex-start;
}
.quality-luxe h2 {
    margin: 0.4rem 0 0.9rem;
    font-size: clamp(1.8rem, 2.8vw, 2.55rem);
    line-height: 1.16;
}
.quality-luxe p {
    color: #eff7e7;
}
.farm-quality-list {
    display: grid;
    gap: 0.95rem;
    margin-top: 1.4rem;
    counter-reset: quality-step;
}
.farm-quality-list li {
    margin: 0;
    padding: 1rem 1.1rem 1rem 3.55rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
    line-height: 1.65;
}
.farm-quality-list li::before {
    counter-increment: quality-step;
    content: counter(quality-step, decimal-leading-zero);
    top: 1rem;
    left: 1rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    background: #fde68a;
    color: #12331f;
    font-size: 0.72rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.farm-quality-list li strong {
    display: inline-block;
    margin-right: 0.2rem;
}
.quality-luxe .quality-process {
    width: 100%;
    max-width: 360px;
    min-height: auto;
    margin: 0;
    align-self: flex-start;
    padding: 3.15rem 1.15rem 1.15rem 2.2rem;
    gap: 0.72rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.quality-luxe .quality-process::before {
    content: "6-Step Quality Flow";
    top: 1.15rem;
    left: 1.15rem;
    font-size: 0.96rem;
    color: #ffffff;
    letter-spacing: 0;
}
.process-line {
    left: 0.95rem;
    top: 3.1rem;
    bottom: 1.2rem;
}
.process-step {
    min-height: 38px;
}
.process-dot {
    left: -1.55rem;
    width: 12px;
    height: 12px;
}
.quality-luxe .process-text {
    width: 100%;
    justify-content: flex-start;
    min-height: 38px;
    padding: 0.55rem 0.9rem;
    background: rgba(2, 6, 23, 0.72);
    border-color: rgba(255,255,255,0.14);
    font-size: 0.88rem;
}

@media (max-width: 1100px) {
    .about-luxe-grid {
        grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.78fr);
    }
    .quality-section .two-col {
        grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.78fr);
    }
}
@media (max-width: 900px) {
    .about-copy h2 {
        font-size: clamp(1.45rem, 5vw, 2rem);
    }
    .about-luxe-grid,
    .quality-section .two-col {
        grid-template-columns: 1fr;
    }
    .quality-luxe .quality-process {
        max-width: 100%;
    }
}
@media (max-width: 520px) {
    .products-premium .shop-card-content p {
        min-height: auto;
        -webkit-line-clamp: 4;
    }
    .farm-quality-list li {
        padding-left: 3.15rem;
    }
}


/* ===== Quality heading + alignment refinements (May 2026 v3) ===== */
.quality-section .two-col {
    grid-template-columns: minmax(0, 1.85fr) minmax(240px, 0.66fr);
    align-items: center;
    gap: 2.1rem;
}
.quality-luxe h2 {
    font-size: clamp(1.55rem, 2.15vw, 2.05rem);
    line-height: 1.12;
    white-space: nowrap;
    letter-spacing: -0.02em;
}
.quality-luxe .quality-process {
    max-width: 340px;
    align-self: center;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .quality-section .two-col {
        grid-template-columns: minmax(0, 1.65fr) minmax(240px, 0.72fr);
    }
    .quality-luxe h2 {
        font-size: clamp(1.5rem, 2.5vw, 1.95rem);
    }
}
@media (max-width: 1024px) {
    .quality-luxe h2 {
        white-space: normal;
    }
}
@media (max-width: 900px) {
    .quality-section .two-col {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
    .quality-luxe .quality-process {
        align-self: flex-start;
        margin: 0;
        max-width: 100%;
    }
}


/* ===== Product refinements v4 ===== */
.shop-card.product-sattu .shop-thumb img {
    transform: scale(0.84);
    transform-origin: center;
}
.pm-media > img.pm-img-small {
    max-width: 340px;
    max-height: 390px;
    transform: scale(0.9);
    transform-origin: center;
}


/* ===== Why Choose Aayog improved section v5 ===== */
.strengths-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbf6 100%);
}
.strengths-section .section-header {
    max-width: 820px;
    margin: 0 auto;
}
.strengths-section .section-header h2 {
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    line-height: 1.16;
    color: #0b1f44;
}
.strengths-grid {
    gap: 1.2rem;
    align-items: stretch;
}
.strength-item {
    padding: 1.35rem 1rem 1.25rem;
    border-radius: 24px;
    border: 1px solid rgba(16, 95, 51, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f8fcf7 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.strength-item::after {
    display: none;
}
.strength-item:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 158, 11, 0.38);
    box-shadow: 0 22px 52px rgba(15, 91, 42, 0.12);
}
.strength-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 1rem;
    overflow: hidden;
    background: radial-gradient(circle at 30% 25%, #f3f9f0 0%, #deebd9 72%, #d3e3ce 100%);
}
.strength-icon::after {
    content: "";
    position: absolute;
    inset: auto -24px -24px auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(41, 157, 91, 0.08);
}
.strength-icon svg {
    width: 42px;
    height: 42px;
    transition: transform 0.3s ease;
}
.strength-item:hover .strength-icon svg {
    transform: scale(1.06);
}
.strength-item h3 {
    max-width: none;
    font-size: 1.08rem;
    line-height: 1.28;
    white-space: normal;
    color: #0a3470;
    margin-bottom: 0.55rem;
}
.strength-note {
    margin: 0 auto;
    max-width: 25ch;
    font-size: 0.92rem;
    line-height: 1.58;
    color: #56657a;
}

/* Lightweight animations instead of heavy GIFs */
.icon-raw svg {
    animation: rawFloat 3.2s ease-in-out infinite;
}
.icon-tech svg {
    animation: techSpin 8s linear infinite;
    transform-origin: center;
}
.icon-safety svg {
    animation: safetyPulse 2.6s ease-in-out infinite;
}
.icon-network svg {
    animation: networkPulse 3.4s ease-in-out infinite;
    transform-origin: center;
}

@keyframes rawFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}
@keyframes techSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes safetyPulse {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(41,157,91,0)); }
    50% { transform: scale(1.08); filter: drop-shadow(0 4px 10px rgba(41,157,91,0.22)); }
}
@keyframes networkPulse {
    0%, 100% { transform: scale(1); }
    35% { transform: scale(1.06); }
    70% { transform: scale(0.98); }
}

@media (max-width: 1100px) {
    .strengths-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .strengths-grid {
        grid-template-columns: 1fr;
    }
    .strength-item {
        padding: 1.2rem 1rem;
    }
    .strength-note {
        max-width: none;
    }
}

/* ===== Why Choose Aayog corporate showcase v6 ===== */
.strengths-section {
    overflow: hidden;
    padding-top: 3.2rem;
    padding-bottom: 3.4rem;
    background:
        linear-gradient(135deg, rgba(10, 31, 68, 0.04), rgba(15, 91, 42, 0.06)),
        #ffffff;
}

.strengths-main-header {
    max-width: 1040px;
    margin: 0 auto 2.75rem;
}

.strengths-main-header .section-kicker {
    color: #f59e0b;
    margin-bottom: 0.42rem;
}

.strengths-main-header h2 {
    max-width: none;
    margin: 0 auto;
    color: #0b1f44;
    font-size: clamp(1.45rem, 2vw, 2.05rem);
    line-height: 1.18;
    letter-spacing: 0;
    white-space: nowrap;
}

#why-choose .strengths-main-header h2 {
    font-size: clamp(1.45rem, 2vw, 2.05rem) !important;
    line-height: 1.18 !important;
}

.strengths-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.86fr);
    gap: clamp(1.35rem, 3vw, 2.2rem);
    align-items: stretch;
    margin-top: 1.45rem;
}

.strengths-visual {
    position: relative;
    height: 430px;
    min-height: 430px;
    border-radius: 8px;
    overflow: hidden;
    background: #0b1f44;
    box-shadow: 0 28px 70px rgba(11, 31, 68, 0.16);
}

.strengths-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(10, 31, 68, 0.42) 0%, rgba(10, 31, 68, 0.02) 45%, rgba(15, 91, 42, 0.18) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(8, 47, 106, 0.2) 100%);
    pointer-events: none;
}

.strengths-visual img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.strengths-visual-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    min-width: 164px;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    color: #0b1f44;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(14px);
}

.strengths-visual-badge strong,
.strengths-visual-badge span {
    display: block;
    line-height: 1.1;
}

.strengths-visual-badge strong {
    font-size: 1.45rem;
    color: #0f5b2a;
}

.strengths-visual-badge span {
    margin-top: 0.22rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.strengths-content {
    display: flex;
    height: 430px;
    min-height: 430px;
}

.strengths-content .strengths-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    height: 100%;
    margin-top: 0;
    width: 100%;
}

.strengths-content .strength-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0.95rem;
    align-items: center;
    text-align: left;
    min-height: 0;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(10, 31, 68, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.strengths-content .strength-item::after {
    display: none;
}

.strengths-content .strength-item:hover {
    transform: translateX(6px);
    border-color: rgba(245, 158, 11, 0.38);
    box-shadow: 0 18px 44px rgba(15, 91, 42, 0.11);
}

.strengths-content .strength-icon {
    width: 52px;
    height: 52px;
    margin: 0;
    border-radius: 8px;
    border-color: rgba(245, 158, 11, 0.22);
    background: linear-gradient(135deg, #fff7e8 0%, #eaf5e8 100%);
    color: #0f5b2a;
    box-shadow: none;
}

.strengths-content .strength-icon::before,
.strengths-content .strength-icon::after {
    display: none;
}

.strengths-content .strength-icon svg {
    width: 28px;
    height: 28px;
}

.strengths-content .strength-item h3 {
    max-width: 100%;
    margin: 0 0 0.18rem;
    color: #0b1f44;
    font-size: 1rem;
    line-height: 1.25;
    white-space: normal;
}

.strengths-content .strength-note {
    max-width: 100%;
    margin: 0;
    color: #667085;
    font-size: 0.88rem;
    line-height: 1.5;
}

@media (max-width: 1040px) {
    .strengths-main-header h2 {
        white-space: normal;
    }

    .strengths-showcase {
        grid-template-columns: 1fr;
    }

    .strengths-visual,
    .strengths-content {
        height: auto;
        min-height: auto;
    }

    .strengths-visual {
        height: auto;
        min-height: 380px;
    }

    .strengths-visual img {
        min-height: 380px;
    }

    .strengths-content .strengths-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }
}

@media (max-width: 720px) {
    .strengths-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .strengths-main-header {
        margin-bottom: 1.7rem;
    }

    .strengths-main-header h2 {
        font-size: clamp(1.45rem, 7vw, 2rem);
        line-height: 1.18;
    }

    .strengths-visual {
        min-height: 300px;
    }

    .strengths-visual img {
        min-height: 300px;
    }

    .strengths-visual-badge {
        left: 14px;
        bottom: 14px;
        min-width: 140px;
        padding: 0.7rem 0.8rem;
    }

    .strengths-content .strengths-grid {
        grid-template-columns: 1fr;
    }

    .strengths-content .strength-item {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .strengths-content .strength-icon {
        width: 48px;
        height: 48px;
    }
}

/* ===== Quality First corporate redesign v11 ===== */
#quality.quality-section {
    overflow: hidden;
    padding: 3.8rem 0 4rem;
    color: #0b1f44;
    background:
        linear-gradient(135deg, rgba(15, 91, 42, 0.08), rgba(245, 158, 11, 0.08)),
        #f8faf7;
}

#quality .quality-main-header {
    max-width: 900px;
    margin: 0 auto 2.25rem;
}

#quality .quality-main-header .section-kicker {
    color: #f59e0b;
    margin-bottom: 0.45rem;
}

#quality .quality-main-header h2 {
    margin: 0 auto;
    color: #0b1f44;
    font-size: clamp(1.48rem, 2.15vw, 2.05rem);
    line-height: 1.18;
    letter-spacing: 0;
}

#quality .quality-main-header p {
    max-width: 66ch;
    margin: 0.85rem auto 0;
    color: #5d6879;
    font-size: 0.98rem;
    line-height: 1.7;
    text-align: center;
}

.quality-corporate-grid {
    display: grid;
    grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(1.35rem, 3vw, 2.2rem);
    align-items: stretch;
}

.quality-visual-panel {
    position: relative;
    min-height: 520px;
    border-radius: 8px;
    overflow: hidden;
    background: #0b1f44;
    box-shadow: 0 26px 62px rgba(11, 31, 68, 0.14);
}

.quality-visual-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 31, 68, 0) 48%, rgba(11, 31, 68, 0.34) 100%),
        linear-gradient(90deg, rgba(15, 91, 42, 0.18), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.quality-visual-panel img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
}

.quality-visual-card {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 1;
    min-width: 190px;
    padding: 0.95rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: #0b1f44;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(14px);
}

.quality-visual-card span,
.quality-visual-card strong {
    display: block;
}

.quality-visual-card span {
    color: #0f5b2a;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.quality-visual-card strong {
    margin-top: 0.25rem;
    font-size: 1.28rem;
    line-height: 1.14;
}

.quality-step-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: 1.1rem 1.25rem 1.1rem 1.65rem;
    border: 1px solid rgba(11, 31, 68, 0.09);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(15, 91, 42, 0.06), rgba(255, 255, 255, 0) 46%),
        rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.quality-step-panel::before {
    content: "";
    position: absolute;
    top: 2.05rem;
    bottom: 2.05rem;
    left: 2.55rem;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f59e0b, rgba(15, 91, 42, 0.55));
}

.quality-step-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0.82rem;
    align-items: center;
    min-height: 0;
    padding: 0.72rem 0 0.72rem;
    border-bottom: 1px solid rgba(11, 31, 68, 0.08);
    background: transparent;
    box-shadow: none;
    transition: transform 0.22s ease;
}

.quality-step-card:last-child {
    border-bottom: 0;
}

.quality-step-card:hover {
    transform: translateX(5px);
}

.quality-step-no {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    background: #0f5b2a;
    color: #0f5b2a;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.6), 0 8px 18px rgba(15, 91, 42, 0.18);
}

.quality-step-card h3 {
    margin: 0 0 0.18rem;
    color: #0b1f44;
    font-size: 0.98rem;
    line-height: 1.24;
}

.quality-step-card p {
    margin: 0;
    color: #657084;
    font-size: 0.84rem;
    line-height: 1.48;
}

@media (max-width: 1060px) {
    .quality-corporate-grid {
        grid-template-columns: 1fr;
    }

    .quality-visual-panel,
    .quality-visual-panel img {
        min-height: 390px;
    }

    .quality-step-panel {
        order: 1;
    }

    .quality-visual-panel {
        order: 2;
    }
}

@media (max-width: 720px) {
    #quality.quality-section {
        padding: 3rem 0;
    }

    #quality .quality-main-header {
        margin-bottom: 1.45rem;
    }

    #quality .quality-main-header h2 {
        font-size: clamp(1.3rem, 6.4vw, 1.8rem);
    }

    #quality .quality-main-header p {
        font-size: 0.92rem;
    }

    .quality-visual-panel,
    .quality-visual-panel img {
        min-height: 300px;
    }

    .quality-visual-card {
        left: 14px;
        bottom: 14px;
        min-width: 160px;
        padding: 0.75rem 0.85rem;
    }

    .quality-step-panel {
        padding: 0.9rem 1rem 0.9rem 1.2rem;
    }

    .quality-step-panel::before {
        left: 2.15rem;
    }

    .quality-step-card {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .quality-step-no {
        width: 38px;
        height: 38px;
    }
}

/* ===== Contact corporate redesign v13 ===== */
#contact.contact-corporate {
    overflow: hidden;
    padding: 3.6rem 0 4rem;
    background:
        linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(15, 91, 42, 0.07)),
        #fbfaf6;
}

.contact-main-header {
    max-width: 760px;
    margin: 0 auto 2.05rem;
}

.contact-main-header .section-kicker {
    color: #f59e0b;
}

.contact-main-header h2 {
    margin: 0.45rem 0 0;
    color: #0b1f44;
    font-size: clamp(1.8rem, 2.8vw, 2.55rem);
    line-height: 1.14;
    letter-spacing: 0;
}

.contact-main-header p {
    max-width: 64ch;
    margin: 0.85rem auto 0;
    color: #5d6879;
    font-size: 0.95rem !important;
    line-height: 1.65;
}

.contact-corporate-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(390px, 0.86fr);
    gap: clamp(1.35rem, 3vw, 2.2rem);
    align-items: stretch !important;
}

#contact .contact-info,
.contact-action-stack {
    min-width: 0;
}

#contact .contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info-card,
.contact-location-card,
#contact .contact-form,
.contact-video-card {
    border: 1px solid rgba(11, 31, 68, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.contact-email-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-left: 4px solid #0f5b2a;
}

.contact-card-label,
.contact-location-tag,
.contact-form-head span,
.contact-video-copy span {
    color: #0f5b2a;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-email-card a {
    color: #0b1f44;
    font-weight: 700;
    text-decoration: none;
}

.contact-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    height: 100%;
}

.contact-location-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
}

.contact-location-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.contact-location-head strong {
    color: #0b1f44;
    font-size: 1rem;
    line-height: 1.2;
}

#contact .contact-location-card p {
    min-height: 3.2em;
    margin: 0;
    color: #5d6879;
    line-height: 1.55;
}

#contact .map-section {
    margin-top: auto;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(11, 31, 68, 0.08);
    background: #eef2ef;
}

#contact .map-section iframe {
    display: block;
    height: 240px;
    border-radius: 8px !important;
    box-shadow: none !important;
    filter: saturate(0.92) contrast(0.98);
}

.contact-action-stack {
    display: grid;
    grid-template-rows: auto auto;
    gap: 1rem;
}

#contact .contact-form {
    padding: 1.25rem;
}

.contact-form-head {
    margin-bottom: 0.9rem;
}

#contact .contact-form h3 {
    margin: 0.18rem 0 0;
    color: #0b1f44;
    font-size: 1.2rem !important;
    line-height: 1.2;
}

#contact .contact-form label {
    margin: 0.55rem 0 0.22rem;
    color: #4d596b;
    font-weight: 600;
}

#contact .contact-form input,
#contact .contact-form select,
#contact .contact-form textarea {
    border-radius: 8px;
    border-color: rgba(11, 31, 68, 0.16);
    background: #fbfcfd;
    color: #111827;
}

#contact .contact-form input:focus,
#contact .contact-form select:focus,
#contact .contact-form textarea:focus {
    border-color: #0f5b2a;
    box-shadow: 0 0 0 3px rgba(15, 91, 42, 0.1);
}

#contact .contact-form textarea {
    min-height: 96px;
    resize: vertical;
}

#contact .contact-form .btn.full {
    margin-top: 0.8rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #0f5b2a, #f59e0b);
    box-shadow: 0 12px 28px rgba(15, 91, 42, 0.18);
}

.contact-video-card {
    overflow: hidden;
    padding: 1rem;
}

.contact-video-copy {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.contact-video-copy strong {
    color: #0b1f44;
    font-size: 0.98rem;
}

#contact .video-wrap {
    overflow: hidden;
    margin-top: 0 !important;
    border-radius: 8px;
    background: #0b1f44;
}

#contact .video-wrap iframe {
    display: block;
    height: 220px;
    border-radius: 8px !important;
    box-shadow: none !important;
}

@media (max-width: 1040px) {
    .contact-corporate-grid,
    .contact-location-grid {
        grid-template-columns: 1fr;
    }

    #contact .map-section iframe {
        height: 220px;
    }
}

@media (max-width: 720px) {
    #contact.contact-corporate {
        padding: 3rem 0;
    }

    .contact-main-header {
        margin-bottom: 1.35rem;
    }

    .contact-email-card,
    .contact-video-copy,
    .contact-location-head {
        align-items: flex-start;
        flex-direction: column;
    }

    #contact .map-section iframe,
    #contact .video-wrap iframe {
        height: 210px;
    }
}

/* ===== Contact corporate hub redesign v14 ===== */
#contact.contact-corporate {
    background:
        linear-gradient(135deg, rgba(9, 34, 27, 0.05), rgba(245, 158, 11, 0.07)),
        #f7f4ed;
}

.contact-main-header {
    margin-bottom: 1.75rem;
}

.contact-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.contact-hub-panel {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: clamp(1.45rem, 3vw, 2.15rem);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(11, 31, 68, 0.2), rgba(11, 31, 68, 0)),
        linear-gradient(135deg, #09221b 0%, #0f5b2a 62%, #104426 100%);
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(9, 34, 27, 0.2);
}

.contact-hub-panel::before {
    content: "";
    position: absolute;
    inset: auto -18% -32% 28%;
    height: 72%;
    border-radius: 50%;
    border: 1px solid rgba(245, 158, 11, 0.34);
    background: radial-gradient(circle, rgba(245, 158, 11, 0.18), rgba(245, 158, 11, 0) 64%);
}

.contact-hub-panel::after {
    content: "";
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-hub-panel > * {
    position: relative;
    z-index: 1;
}

.contact-hub-panel .contact-card-label {
    color: #fbbf24;
}

.contact-hub-panel h3 {
    max-width: 12ch;
    margin: 1rem 0 0.75rem;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.4rem) !important;
    line-height: 1.02;
    letter-spacing: 0;
}

.contact-hub-panel p {
    max-width: 48ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.96rem !important;
    line-height: 1.7;
}

.contact-channel-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 2rem;
}

.contact-channel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-decoration: none;
    backdrop-filter: blur(12px);
    transition: transform 0.22s ease, background 0.22s ease;
}

.contact-channel:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.13);
}

.contact-channel span {
    color: #fbbf24;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-channel strong {
    font-size: 0.96rem;
}

#contact .contact-form-elevated {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    padding: clamp(1.25rem, 2.4vw, 1.75rem);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
}

.contact-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.85rem;
}

#contact .contact-form-elevated textarea {
    min-height: 92px;
}

.contact-map-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

#contact .contact-map-strip .contact-location-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    padding: 0;
    min-height: 210px;
}

.contact-location-content {
    padding: 1.1rem;
}

.contact-location-content h3 {
    margin: 0.28rem 0 0.45rem;
    color: #0b1f44;
    font-size: 1.2rem !important;
}

#contact .contact-location-content p {
    min-height: 0;
    color: #5d6879;
    line-height: 1.6;
}

#contact .contact-map-strip .map-section {
    border: 0;
    border-left: 1px solid rgba(11, 31, 68, 0.08);
    border-radius: 0;
}

#contact .contact-map-strip .map-section iframe {
    height: 100%;
    min-height: 210px;
    border-radius: 0 !important;
}

#contact .contact-video-card,
#contact .contact-action-stack,
#contact .contact-info-card,
#contact .contact-location-grid {
    display: none;
}

@media (max-width: 1040px) {
    .contact-hub-grid,
    .contact-map-strip,
    #contact .contact-map-strip .contact-location-card {
        grid-template-columns: 1fr;
    }

    .contact-hub-panel,
    #contact .contact-form-elevated {
        min-height: auto;
    }

    #contact .contact-map-strip .map-section {
        border-left: 0;
        border-top: 1px solid rgba(11, 31, 68, 0.08);
    }
}

@media (max-width: 720px) {
    .contact-hub-panel h3 {
        max-width: 14ch;
        font-size: clamp(1.75rem, 10vw, 2.5rem) !important;
    }

    .contact-channel {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-field-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* ===== Contact YouTube showcase v15 ===== */
.contact-youtube-panel {
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 1rem;
    border: 1px solid rgba(11, 31, 68, 0.09);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(15, 91, 42, 0.06), rgba(245, 158, 11, 0.08)),
        rgba(255, 255, 255, 0.95);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
}

.contact-video-heading {
    padding: 0.45rem 0.25rem 0.75rem;
}

.contact-video-heading h3 {
    margin: 0.28rem 0 0.35rem;
    color: #0b1f44;
    font-size: clamp(1.18rem, 1.72vw, 1.55rem) !important;
    line-height: 1.08;
    letter-spacing: 0;
    white-space: nowrap;
}

.contact-form-direct {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}

.contact-form-direct a {
    display: block;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(15, 91, 42, 0.14);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(15, 91, 42, 0.055), rgba(245, 158, 11, 0.07));
    color: #0b1f44;
    text-decoration: none;
}

.contact-form-direct span,
.contact-form-direct strong {
    display: block;
}

.contact-form-direct span {
    color: #0f5b2a;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-form-direct strong {
    margin-top: 0.2rem;
    font-size: 0.92rem;
    line-height: 1.25;
}

.contact-video-heading p {
    max-width: 38ch;
    margin: 0;
    color: #5d6879 !important;
    font-size: 0.92rem !important;
    line-height: 1.55;
}

.youtube-feature-card {
    position: relative;
    display: block;
    flex: 1;
    min-height: 235px;
    overflow: hidden;
    border-radius: 8px;
    background: #0b1f44;
    color: #ffffff;
    text-decoration: none;
}

.youtube-feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 31, 68, 0.04) 20%, rgba(11, 31, 68, 0.78) 100%),
        linear-gradient(90deg, rgba(15, 91, 42, 0.22), rgba(245, 158, 11, 0.12));
}

.youtube-feature-card img {
    width: 100%;
    height: 100%;
    min-height: 235px;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.28s ease;
}

.youtube-feature-card:hover img {
    transform: scale(1.06);
}

.youtube-play-mark {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff0000;
    color: #ffffff;
    font-size: 1.55rem;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.youtube-feature-copy {
    position: absolute;
    z-index: 2;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
}

.youtube-feature-copy span {
    color: #fbbf24;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.youtube-feature-copy strong {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.1rem;
    line-height: 1.2;
}

.youtube-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.youtube-mini-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    min-height: 82px;
    padding: 0.8rem;
    border: 1px solid rgba(11, 31, 68, 0.08);
    border-radius: 8px;
    background: #ffffff;
    color: #0b1f44;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.youtube-mini-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.youtube-mini-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    color: #ffffff;
    font-size: 0.95rem;
}

.youtube-mini-card strong {
    display: block;
    font-size: 0.9rem;
    line-height: 1.2;
}

.youtube-mini-card p {
    margin: 0.18rem 0 0;
    color: #667085 !important;
    font-size: 0.78rem !important;
    line-height: 1.35;
}

@media (max-width: 1040px) {
    .contact-youtube-panel {
        min-height: auto;
    }
}

@media (max-width: 720px) {
    .contact-video-heading h3 {
        white-space: normal;
    }

    .contact-form-direct {
        grid-template-columns: 1fr;
    }

    .youtube-mini-grid {
        grid-template-columns: 1fr;
    }

    .youtube-feature-card {
        min-height: 220px;
    }

    .youtube-feature-card img {
        min-height: 220px;
    }
}

/* ===== Product range corporate refresh v20 ===== */
#products.products-premium {
    overflow: hidden;
    padding: 3.8rem 0 4.2rem;
    background:
        linear-gradient(135deg, rgba(15, 91, 42, 0.055), rgba(245, 158, 11, 0.07)),
        #fbfaf6;
}

#products .section-header {
    max-width: 880px;
    margin: 0 auto;
}

#products .section-kicker {
    color: #f59e0b;
    letter-spacing: 0.16em;
}

#products .section-header h2 {
    margin: 0.4rem 0 0.55rem;
    color: #0b1f44;
    font-size: clamp(1.5rem, 2.25vw, 2.05rem);
    line-height: 1.12;
    letter-spacing: 0;
}

#products .section-header p {
    max-width: 72ch;
    margin: 0 auto;
    color: #5d6879;
    font-size: 0.95rem;
    line-height: 1.65;
    white-space: normal;
}

#products .shop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.05rem;
    margin-top: 2rem;
}

#products .shop-card {
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(11, 31, 68, 0.09);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.065);
}

#products .shop-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0f5b2a, #f59e0b);
    opacity: 0.9;
}

#products .shop-card:hover {
    transform: translateY(-7px);
    border-color: rgba(245, 158, 11, 0.42);
    box-shadow: 0 24px 58px rgba(15, 91, 42, 0.14);
}

#products .shop-card-btn {
    display: grid;
    grid-template-rows: 210px minmax(0, 1fr);
    height: 100%;
}

#products .shop-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
    padding: 1rem;
    border-bottom: 1px solid rgba(11, 31, 68, 0.07);
    background:
        radial-gradient(circle at 50% 30%, rgba(245, 158, 11, 0.18), rgba(245, 158, 11, 0) 42%),
        linear-gradient(180deg, #ffffff 0%, #f2f7f0 100%);
}

#products .shop-thumb::after {
    content: "AAYOG";
    position: absolute;
    right: 0.8rem;
    bottom: 0.65rem;
    color: rgba(15, 91, 42, 0.16);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

#products .shop-thumb img {
    width: 100%;
    height: 178px;
    object-fit: contain;
    filter: drop-shadow(0 16px 18px rgba(15, 23, 42, 0.12));
    transition: transform 0.28s ease;
}

#products .shop-card:hover .shop-thumb img {
    transform: translateY(-5px) scale(1.035);
}

#products .shop-card-content {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    padding: 1rem 1rem 1.05rem;
}

#products .shop-card-content h3 {
    margin: 0 0 0.45rem;
    min-height: 0;
    color: #0b1f44;
    font-size: 0.98rem;
    line-height: 1.25;
}

#products .shop-card-content p {
    min-height: 0;
    margin: 0 0 0.9rem;
    color: #667085;
    font-size: 0.82rem;
    line-height: 1.52;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#products .shop-view {
    margin-top: auto;
    width: fit-content;
    padding: 0.46rem 0.72rem;
    border-radius: 999px;
    background: rgba(15, 91, 42, 0.08);
    color: #0f5b2a;
    font-size: 0.78rem;
    font-weight: 800;
}

#products .shop-view::after {
    content: ">";
}

#contact .contact-main-header h2 {
    font-size: clamp(1.45rem, 2.15vw, 2.05rem);
}

@media (max-width: 1100px) {
    #products .shop-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    #products .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #products .shop-card-btn {
        grid-template-rows: 190px minmax(0, 1fr);
    }

    #products .shop-thumb {
        min-height: 190px;
    }
}

@media (max-width: 520px) {
    #products .shop-grid {
        grid-template-columns: 1fr;
    }

    #products .shop-card-content {
        min-height: 0;
    }
}

/* ===== About corporate profile refresh v22 ===== */
#about.about-premium {
    overflow: hidden;
    padding: 4rem 0;
    background:
        linear-gradient(135deg, rgba(15, 91, 42, 0.055), rgba(245, 158, 11, 0.07)),
        #fffdf8;
}

#about .about-luxe-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
    gap: clamp(1.5rem, 3vw, 2.4rem);
    align-items: stretch;
}

#about .about-copy {
    padding: 1.35rem 0;
}

#about .about-copy .section-kicker {
    color: #f59e0b;
    letter-spacing: 0.16em;
}

#about .about-copy h2 {
    max-width: 780px;
    margin: 0.45rem 0 1rem;
    color: #0b1f44;
    font-size: clamp(1.75rem, 3vw, 2.65rem);
    line-height: 1.1;
    letter-spacing: 0;
}

#about .about-copy p {
    max-width: 84ch;
    color: #4b5563;
    font-size: 0.96rem;
    line-height: 1.76;
    margin-bottom: 0.9rem;
}

.about-corporate-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.about-corporate-points div {
    padding: 0.95rem;
    border: 1px solid rgba(11, 31, 68, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.about-corporate-points span {
    display: block;
    color: #0f5b2a;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-corporate-points strong {
    display: block;
    margin-top: 0.28rem;
    color: #0b1f44;
    font-size: 0.94rem;
    line-height: 1.28;
}

#about .about-luxe-card {
    min-height: 100%;
    align-self: stretch;
    justify-content: flex-start;
    padding: 1.35rem;
    border: 1px solid rgba(15, 91, 42, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(11, 31, 68, 0.14), rgba(11, 31, 68, 0)),
        linear-gradient(135deg, #0b1f44 0%, #0f5b2a 78%);
    box-shadow: 0 26px 68px rgba(11, 31, 68, 0.18);
}

#about .about-card-glow {
    width: 180px;
    height: 180px;
    right: -58px;
    top: -55px;
    background: rgba(245, 158, 11, 0.24);
    filter: blur(2px);
}

#about .mini-label {
    border-radius: 999px;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    color: #fbbf24;
}

#about .about-luxe-card h3 {
    max-width: 12ch;
    margin: 1rem 0 0.8rem;
    color: #ffffff;
    font-size: clamp(1.55rem, 2.6vw, 2.25rem);
    line-height: 1.08;
    letter-spacing: 0;
}

#about .about-luxe-card p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    line-height: 1.62;
}

.about-progress-list {
    display: grid;
    gap: 0.65rem;
    margin: 1.25rem 0;
}

.about-progress-list span {
    display: flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0.72rem 0.78rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 700;
}

.about-progress-list b {
    color: #fbbf24;
    font-size: 0.78rem;
}

#about .about-badges {
    margin-top: auto;
}

#about .about-badges span {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff7ed;
}

@media (max-width: 960px) {
    #about .about-luxe-grid {
        grid-template-columns: 1fr;
    }

    #about .about-copy {
        padding: 0;
    }
}

@media (max-width: 720px) {
    .about-corporate-points {
        grid-template-columns: 1fr;
    }
}

/* ===== About image-panel update v23 ===== */
#about .about-luxe-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    align-items: center;
}

#about .about-copy h2 {
    max-width: none;
    font-size: clamp(1.42rem, 1.82vw, 1.82rem);
    white-space: nowrap;
}

.about-image-panel {
    position: relative;
    aspect-ratio: 3 / 2;
    min-height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #082d22;
    box-shadow: 0 26px 68px rgba(8, 45, 34, 0.16);
}

.about-image-panel::after {
    display: none;
}

.about-image-panel img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    display: block;
}

.about-image-badge {
    display: none;
}

.about-image-badge {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 1;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: #0b1f44;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(14px);
}

.about-image-badge span {
    display: block;
    color: #0f5b2a;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-image-badge strong {
    display: block;
    margin-top: 0.24rem;
    font-size: 1.08rem;
    line-height: 1.22;
}

@media (max-width: 1100px) {
    #about .about-luxe-grid {
        grid-template-columns: 1fr;
    }

    #about .about-copy h2 {
        white-space: normal;
    }

    .about-image-panel {
        aspect-ratio: 3 / 2;
    }
}

@media (max-width: 900px) {
    .hero-caption {
        margin-top: -1.1rem;
    }

    .hero-caption h2 {
        white-space: normal;
    }

    .hero-promise-card {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 1.4rem;
    }

    .hero-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.8rem;
        border-left: 0;
        padding-left: 0;
        padding-top: 1rem;
        border-top: 1px solid rgba(15, 91, 42, 0.13);
    }

    .hero-proof-item {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        align-items: flex-start;
        padding: 0;
        border-bottom: 0;
    }
}

@media (max-width: 560px) {
    .hero {
        padding-bottom: 2.2rem;
    }

    .hero-caption {
        margin-top: 0.8rem;
    }

    .hero-promise-card {
        padding: 1.15rem;
    }

    .hero-proof-grid {
        grid-template-columns: 1fr;
    }

    .hero-proof-item {
        grid-template-columns: 2.8rem 1fr;
        align-items: center;
    }
}

/* ===== Mobile banner and hero headline fix v36 ===== */
@media (max-width: 768px) {
    .top-bar {
        font-size: 0.78rem;
    }

    .top-bar-inner {
        padding: 0.42rem 1rem;
    }

    .header {
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    }

    .header .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .header-inner {
        min-height: 82px;
        padding: 0.68rem 0 !important;
    }

    .brand {
        min-width: 0;
        padding: 0.15rem 0;
    }

    .brand-logo {
        height: 56px;
        max-width: 118px;
        object-fit: contain;
    }

    .nav-toggle {
        display: inline-grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border: 1px solid rgba(11, 31, 68, 0.14);
        border-radius: 8px;
        background: #ffffff;
        color: #0b1f44;
        font-size: 1.55rem;
        line-height: 1;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    }

    .hero-banner {
        height: auto;
        overflow: hidden;
        padding: 12px 12px 0;
        background: linear-gradient(135deg, #f5a21a 0%, #f6bc45 55%, #0f5b2a 100%);
    }

    .hero-banner img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center center;
        border-radius: 8px;
        box-shadow: 0 12px 30px rgba(15, 91, 42, 0.14);
    }

    .hero-caption h2 {
        max-width: 100%;
        font-size: clamp(1.05rem, 5vw, 1.34rem) !important;
        line-height: 1.08;
        white-space: nowrap !important;
    }
}

@media (max-width: 420px) {
    .top-bar-inner {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .header .container {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .header-inner {
        min-height: 76px;
    }

    .brand-logo {
        height: 52px;
        max-width: 110px;
    }

    .nav-toggle {
        width: 40px;
        height: 40px;
    }

    .hero-banner {
        padding: 10px 10px 0;
    }

    .hero-caption h2 {
        font-size: clamp(0.94rem, 4.7vw, 1.12rem) !important;
    }
}
