/* ═══════════════════════════════════════════════════════════
   Template-2 Styles — Aurum Vita Wellness
   Icon-Heavy / Modern / 4-Col Grid Layout
   ═══════════════════════════════════════════════════════════ */

/* ── CSS Variables ── */
:root {
    --t2-primary: #2e7d32;
    --t2-primary-dark: #1b5e20;
    --t2-primary-light: #4caf50;
    --t2-dark: #1a1a2e;
    --t2-light: #f8f9fa;
    --t2-amber: #c49a2e;
    --t2-card: #ffffff;
    --t2-border: #e5e7eb;
    --t2-muted: #6b7280;
    --t2-font: 'Inter', sans-serif;
}

/* ── Gradient Utilities ── */
.t2-gradient-hero {
    background: linear-gradient(135deg, #e8f5e9 0%, #f3e5f5 50%, #f8f9fa 100%);
}

/* ── Typography ── */
.t2-section-label {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--t2-primary);
    margin-bottom: 0.75rem;
}

.t2-section-title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--t2-dark);
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.t2-section-desc {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--t2-muted);
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

/* ── Container ── */
.t2-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/* ═══════════════════════════════════════
   HEADER
   ═══════════════════════════════════════ */
.t2-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(229, 231, 235, 0.6);
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.t2-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    max-width: 80rem;
    margin: 0 auto;
}

.t2-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.t2-logo-icon {
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: var(--t2-primary);
    color: #fff;
    font-size: 1.125rem;
}

.t2-logo-text {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: var(--t2-dark);
}

.t2-logo-text span {
    color: var(--t2-primary);
}

.t2-nav {
    display: none;
    align-items: center;
    gap: 2rem;
}

.t2-nav a {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(26, 26, 46, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.t2-nav a:hover {
    color: var(--t2-primary);
}

.t2-header-cta {
    display: none;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.5rem;
    border-radius: 9999px;
    background: var(--t2-primary);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.2);
    transition: all 0.2s;
}

.t2-header-cta:hover {
    box-shadow: 0 4px 16px rgba(46, 125, 50, 0.3);
    filter: brightness(1.05);
    color: #fff;
}

/* Hamburger */
.t2-hamburger {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.375rem;
    border: none;
    background: transparent;
    color: var(--t2-dark);
    font-size: 1.25rem;
    cursor: pointer;
}

/* Mobile menu */
.t2-mobile-menu {
    display: none;
    border-top: 1px solid rgba(229, 231, 235, 0.6);
    background: #fff;
    padding: 0.75rem 1.25rem 1rem;
}

.t2-mobile-menu.is-open {
    display: block;
}

.t2-mobile-menu a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--t2-dark);
    text-decoration: none;
    transition: background 0.15s;
}

.t2-mobile-menu a:hover {
    background: var(--t2-light);
}

.t2-mobile-cta {
    display: block;
    margin-top: 0.75rem;
    padding: 0.625rem 1.5rem;
    border-radius: 9999px;
    background: var(--t2-primary);
    color: #fff !important;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

/* ═══════════════════════════════════════
   HERO
   ═══════════════════════════════════════ */
.t2-hero {
    position: relative;
    overflow: hidden;
}

.t2-hero-grid {
    display: grid;
    align-items: center;
    gap: 2.5rem;
    padding: 3rem 1.25rem;
    max-width: 80rem;
    margin: 0 auto;
}

.t2-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--t2-dark);
}

.t2-hero-badge i {
    color: var(--t2-primary);
}

.t2-hero h1 {
    margin-top: 1.25rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--t2-dark);
}

.t2-hero h1 span {
    color: var(--t2-primary);
}

.t2-hero-divider {
    width: 6rem;
    height: 1px;
    background: rgba(46, 125, 50, 0.4);
    margin: 1.5rem 0;
}

.t2-hero-desc {
    max-width: 32rem;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: rgba(26, 26, 46, 0.8);
}

.t2-hero-checks {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.t2-hero-checks li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: rgba(26, 26, 46, 0.85);
    font-weight: 500;
    font-size: 0.9375rem;
}

.t2-check-icon {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
    border-radius: 50%;
    background: rgba(46, 125, 50, 0.2);
    color: var(--t2-primary);
    font-size: 0.6875rem;
}

.t2-hero-img-wrap {
    position: relative;
}

.t2-hero-img-glow {
    position: absolute;
    inset: -1rem;
    border-radius: 2rem;
    background: rgba(46, 125, 50, 0.1);
    filter: blur(24px);
}

.t2-hero-img {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 2rem;
    object-fit: cover;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

/* ═══════════════════════════════════════
   BUTTON (Primary CTA)
   ═══════════════════════════════════════ */
.t2-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.75rem;
    border-radius: 9999px;
    background: var(--t2-primary);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(46, 125, 50, 0.25);
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}

.t2-btn:hover {
    box-shadow: 0 12px 32px rgba(46, 125, 50, 0.35);
    filter: brightness(1.05);
    color: #fff;
    transform: translateY(-1px);
}

.t2-btn-arrow {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: transform 0.2s;
}

.t2-btn:hover .t2-btn-arrow {
    transform: translateX(2px);
}

.t2-btn-sub {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(26, 26, 46, 0.7);
}

.t2-btn-sub i {
    color: var(--t2-primary);
}

/* ═══════════════════════════════════════
   INTRO — 4-Column Icon Grid
   ═══════════════════════════════════════ */
.t2-intro {
    padding: 5rem 0;
    text-align: center;
}

.t2-icon-grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 3rem;
    grid-template-columns: 1fr;
}

.t2-card {
    border-radius: 1rem;
    border: 1px solid rgba(229, 231, 235, 0.7);
    background: var(--t2-card);
    padding: 1.5rem;
    text-align: left;
    transition: all 0.3s ease;
}

.t2-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.t2-icon-box {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: rgba(46, 125, 50, 0.15);
    color: var(--t2-primary);
    font-size: 1.25rem;
}

.t2-card h3 {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--t2-dark);
}

.t2-card > p {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--t2-muted);
}

/* ═══════════════════════════════════════
   BEST SELLERS — 4-Column Product Grid
   ═══════════════════════════════════════ */
.t2-products-section {
    background: rgba(26, 26, 46, 0.03);
    padding: 5rem 0;
}

.t2-product-grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 3rem;
    grid-template-columns: 1fr;
}

.t2-product-card {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    border: 1px solid rgba(229, 231, 235, 0.7);
    background: var(--t2-card);
    padding: 1.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.t2-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(46, 125, 50, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.t2-product-img-wrap {
    border-radius: 0.75rem;
    background: rgba(243, 244, 246, 0.6);
    padding: 1rem;
    text-align: center;
}

.t2-product-img-wrap img {
    height: 12rem;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    transition: transform 0.3s;
}

.t2-product-card:hover .t2-product-img-wrap img {
    transform: scale(1.05);
}

.t2-product-category {
    margin-top: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--t2-primary);
}

.t2-product-card h3 {
    margin-top: 0.25rem;
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--t2-dark);
}

.t2-product-price {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--t2-muted);
}

.t2-product-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--t2-primary);
    text-decoration: none;
}

.t2-product-link i {
    font-size: 0.75rem;
    transition: transform 0.2s;
}

.t2-product-card:hover .t2-product-link i {
    transform: translateX(3px);
}

/* ═══════════════════════════════════════
   SIMPLIFYING HEALTHCARE — 2-Col w/ Features Grid
   ═══════════════════════════════════════ */
.t2-healthcare {
    padding: 5rem 0;
}

.t2-healthcare-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.t2-healthcare-img-wrap {
    position: relative;
}

.t2-healthcare-img-glow {
    position: absolute;
    inset: -1rem;
    border-radius: 2rem;
    background: rgba(26, 26, 46, 0.1);
    filter: blur(24px);
}

.t2-healthcare-img {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 2rem;
    object-fit: cover;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.t2-features-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
}

.t2-feature-card {
    border-radius: 0.75rem;
    border: 1px solid rgba(229, 231, 235, 0.6);
    background: var(--t2-card);
    padding: 1rem;
}

.t2-feature-icon {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background: rgba(46, 125, 50, 0.15);
    color: var(--t2-primary);
    font-size: 1rem;
}

.t2-feature-card h3 {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--t2-dark);
}

.t2-feature-card p {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.6;
    color: var(--t2-muted);
}

/* Wellness badges */
.t2-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
}

.t2-badge {
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid rgba(46, 125, 50, 0.25);
    background: rgba(46, 125, 50, 0.05);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--t2-dark);
}

/* ═══════════════════════════════════════
   WELLNESS SIMPLIFIED — 3-Col Steps on Dark BG
   ═══════════════════════════════════════ */
.t2-steps-section {
    background: var(--t2-dark);
    color: #fff;
    padding: 5rem 0;
}

.t2-steps-section .t2-section-label {
    color: var(--t2-primary-light);
}

.t2-steps-section .t2-section-title {
    color: #fff;
}

.t2-steps-section .t2-section-desc {
    color: rgba(255, 255, 255, 0.75);
}

.t2-steps-grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 3.5rem;
    grid-template-columns: 1fr;
}

.t2-step-card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    padding: 2rem;
    text-align: left;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.t2-step-number {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--t2-primary);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.t2-step-card h3 {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}

.t2-step-card p {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.t2-steps-section .t2-btn {
    margin-top: 3rem;
}

/* ═══════════════════════════════════════
   FAQ SECTION
   ═══════════════════════════════════════ */
.t2-faq-section {
    padding: 5rem 0;
    background: var(--t2-light);
}

.t2-faq-list {
    max-width: 48rem;
    margin: 2.5rem auto 0;
}

.t2-faq-item {
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 0.75rem;
    border: 1px solid var(--t2-border);
    background: var(--t2-card);
}

.t2-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.125rem 1.25rem;
    border: none;
    background: transparent;
    font-family: var(--t2-font);
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--t2-dark);
    text-align: left;
    cursor: pointer;
    transition: background 0.15s;
}

.t2-faq-question:hover {
    background: rgba(46, 125, 50, 0.04);
}

.t2-faq-question .t2-faq-toggle {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(46, 125, 50, 0.1);
    color: var(--t2-primary);
    font-size: 0.875rem;
    transition: transform 0.3s;
}

.t2-faq-item.is-open .t2-faq-toggle {
    transform: rotate(45deg);
}

.t2-faq-answer {
    display: none;
    padding: 0 1.25rem 1.25rem;
}

.t2-faq-item.is-open .t2-faq-answer {
    display: block;
}

.t2-faq-answer p {
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--t2-muted);
}

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
.t2-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--t2-dark);
    color: #fff;
    margin-top: 0;
}

.t2-footer-grid {
    display: grid;
    gap: 2.5rem;
    padding: 3.5rem 1.25rem;
    max-width: 80rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
}

.t2-footer-brand p {
    margin-top: 1rem;
    max-width: 24rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.t2-footer-col h3 {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--t2-primary-light);
    margin-bottom: 1rem;
}

.t2-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.t2-footer-col ul li {
    margin-bottom: 0.625rem;
}

.t2-footer-col ul li a {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.t2-footer-col ul li a:hover {
    color: var(--t2-primary-light);
}

.t2-footer-contact address {
    font-style: normal;
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.7;
}

.t2-footer-contact address a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.t2-footer-contact address a:hover {
    color: var(--t2-primary-light);
}

.t2-footer-disclaimer {
    padding: 1.5rem 1.25rem;
    max-width: 80rem;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.t2-footer-disclaimer p {
    font-size: 0.75rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.75rem;
}

.t2-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ═══════════════════════════════════════
   RESPONSIVE — Mobile First
   ═══════════════════════════════════════ */

/* sm: 640px */
@media (min-width: 640px) {
    .t2-icon-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .t2-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .t2-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .t2-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* md: 768px */
@media (min-width: 768px) {
    .t2-hero-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 5rem 1.25rem;
    }

    .t2-hero h1 {
        font-size: 3rem;
    }

    .t2-section-title {
        font-size: 2.75rem;
    }

    .t2-nav {
        display: flex;
    }

    .t2-header-cta {
        display: inline-flex;
    }

    .t2-hamburger {
        display: none;
    }

    .t2-healthcare-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .t2-steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
    .t2-icon-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .t2-product-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .t2-hero h1 {
        font-size: 3.5rem;
    }

    .t2-section-title {
        font-size: 3rem;
    }

    .t2-footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    }
}

/* ═══════════════════════════════════════
   UTILITY
   ═══════════════════════════════════════ */
.t2-text-center { text-align: center; }
.t2-mt-8 { margin-top: 2rem; }
.t2-mt-12 { margin-top: 3rem; }
.t2-flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

/* === PRODUCT PAGE OVERRIDES === */

.prodBreadcrm {
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.prodBreadcrm p,
.prodBreadcrm a {
    color: #1a1a2e;
}

.prodBreadcrm span {
    color: #2e7d32;
}

.section-2 {
    background: #f8f9fa;
}

.s1-p1 {
    font-family: 'Inter', sans-serif;
    color: #1a1a2e;
}

.s1-p1 span {
    color: #2e7d32;
}

.sec-line-2 {
    display: none;
}

.s1-p2 {
    font-family: 'Inter', sans-serif;
    color: #555;
}

.s2-prd-box {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: none;
    transition: all 0.3s ease;
}

.s2-bx-arw {
    display: none;
}

.s2-p1 {
    background: #1a1a2e;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding: 14px 18px;
    letter-spacing: 0;
    font-weight: 600;
}

.s2-p2 {
    background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
    color: #1a1a2e;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 18px;
}

.marg-1 .s2-p2,
.s2-3rd-box .s2-p2 {
    background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
}

.s2-prd-div {
    padding: 24px 16px;
}

.s2-price-div {
    background: #fafafa;
    border: none;
    border-top: 2px solid #e8f5e9;
    padding: 20px 18px;
}

.s2-prc-arw {
    display: none;
}

.s2-p3 {
    font-family: 'Inter', sans-serif;
    color: #1a1a2e;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: 700;
}

.s2-p3 span {
    font-size: 16px;
    color: #888;
}

.shop-btn {
    font-family: 'Inter', sans-serif;
    border: 2px solid #2e7d32;
    color: #fff;
    background: #2e7d32;
    border-radius: 50px;
    font-size: 15px;
    line-height: 44px;
    width: 200px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.shop-btn:hover {
    background: #1b5e20;
    color: #fff;
    border-color: #1b5e20;
    transform: translateY(-1px);
}

.shop-btn i {
    color: inherit;
}

.s2-prd-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(46,125,50,0.12);
}
