:root {
    --idra-green: #36a463;
    --idra-green-dark: #2d8b53;
    --idra-green-soft: #eef8f1;
    --idra-green-border: #cfe7d8;
    --idra-ink: #23352a;
    --idra-muted: #5c7066;
}
body {
    background: #f4f7f8;
    color: var(--idra-ink);
}
.main {
    background:
        radial-gradient(circle at top left, rgba(54, 164, 99, .12), transparent 28%),
        linear-gradient(180deg, #f8fbfc 0%, #f2f5f6 100%);
}
.container {width: 1600px}
.section-shell {
    padding: 4rem 0;
}
.section-shell.compact {
    padding: 3rem 0;
}
.section-heading {
    max-width: 100%;
    margin-bottom: 2.2rem;
	margin-left: 1.2rem;
}
.section-heading h2 {
    font-size: 2.2rem;
    line-height: 1.22;
    margin-bottom: .85rem;
}
.section-heading p {
    max-width: 760px;
    font-size: 1.5rem;
    line-height: 1.72;
}
.eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: .5rem .9rem;
    border-radius: 10px;
    background: rgba(54, 164, 99, .12);
    color: var(--idra-green-dark);
    font-size: 1.04rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.hero-conv {
    position: relative;
    overflow: hidden;
    padding: 3.8rem 0 3rem;
}
.hero-card,
.surface-card,
.support-panel,
.brand-panel,
.review-panel,
.faq-panel,
.offer-panel {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(36, 52, 59, .08);
	border: 1px solid green;
}
.hero-copy {
    padding: 2.3rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hero-split-card {
    position: relative;
    min-height: 560px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(36, 52, 59, .08);
    background-size: cover;
    background-position: center;
}
.hero-split-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 43, 30, .14) 0%, rgba(20, 43, 30, .78) 100%);
}
.hero-split-card.hero-main::before {
    background: linear-gradient(180deg, rgba(12, 26, 20, .12) 0%, rgba(12, 26, 20, .82) 100%);
}
.hero-split-card.hero-secondary::before {
    background: linear-gradient(180deg, rgba(28, 92, 56, .12) 0%, rgba(24, 73, 46, .84) 100%);
}
.hero-split-card.hero-main {
    background-position: center center;
}
.hero-split-card.hero-secondary {
    background-position: center center;
}
.hero-split-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.35rem;
    color: #fff;
}
.hero-split-content .eyebrow {
    background: rgba(255,255,255,.14);
    color: #fff;
    align-self: flex-start;
}
.hero-split-content h1,
.hero-split-content h2 {
    color: #fff;
    margin-bottom: .9rem;
}
.hero-split-content h1 {
    font-size: 2.7rem;
    line-height: 1.08;
}
.hero-split-content h2 {
    font-size: 2.15rem;
    line-height: 1.14;
}
.hero-split-content p {
    color: rgba(255,255,255,.94);
    font-size: 1.24rem;
    line-height: 1.66;
    max-width: 560px;
    margin-bottom: 1.15rem;
}
.hero-main-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
}
.hero-main-actions .btn {
    border-radius: 12px;
    padding: .95rem 1.5rem;
    font-weight: 700;
}
.btn-hero-light {
    background: rgba(255,255,255,.92);
    color: var(--idra-ink);
    border: 1px solid rgba(255,255,255,.92);
}
.btn-hero-light:hover {
    background: #fff;
    color: var(--idra-ink);
}
.hero-secondary-links {
    display: grid;
    gap: .85rem;
    margin-top: .25rem;
}
.hero-secondary-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.05rem;
    border-radius: 12px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-size: 1.49rem;
    font-weight: 700;
}
.hero-secondary-links a span {
    color: rgba(255,255,255,.88);
    font-weight: 500;
    font-size: 1.49rem;
    margin-left: 1rem;
}
.hero-base-strip {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1rem;
}
.hero-base-strip span {
    padding: .75rem .95rem;
    border-radius: 12px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-size: 1.49rem;
    font-weight: 600;
}
.hero-copy h1 {
    font-size: 2.8rem;
    line-height: 1.12;
    color: var(--idra-ink);
    margin-bottom: 1rem;
}
.hero-copy .lead {
    font-size: 1.49rem;
    line-height: 1.75;
    color: var(--idra-muted);
    max-width: 100%;
}
.hero-copy-top {
    max-width: 100%;
}
.hero-actions .btn {
    border-radius: 12px;
    padding: .95rem 1.5rem;
    font-weight: 700;
    letter-spacing: .01em;
}
.btn-hero-primary {
    background: var(--idra-green);
    border-color: var(--idra-green);
    color: #fff;
}
.btn-hero-primary:hover {
    background: var(--idra-green-dark);
    border-color: var(--idra-green-dark);
    color: #fff;
}
.btn-hero-secondary {
    background: transparent;
    border: 1px solid var(--idra-green-border);
    color: var(--idra-ink);
}
.hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 1.4rem;
}
.hero-proof span {
    display: flex;
    align-items: center;
    gap: .45rem;
    padding: .85rem 1rem;
    border-radius: 12px;
    background: var(--idra-green-soft);
    color: var(--idra-muted);
    font-size: 1rem;
    font-weight: 600;
}
.hero-copy .lead strong,
.surface-card strong,
.offer-panel strong,
.faq-panel strong {
    color: var(--idra-green-dark);
}
.keyword-links {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.25rem;
}
.keyword-links a {
    display: inline-flex;
    align-items: center;
    padding: .8rem 1rem;
    border-radius: 12px;
    background: #fff;
    color: var(--idra-ink);
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 8px 18px rgba(36, 52, 59, .06);
    border: 1px solid var(--idra-green-border);
}
.hero-media-band {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
    gap: 1.2rem;
    margin-top: 1.5rem;
    padding: 1.1rem;
    border: 1px solid #dce9df;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f6faf7 100%);
}
.hero-media-figure {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 235px;
}
.hero-media-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hero-media-figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 45, 29, .58) 0%, rgba(16, 45, 29, .18) 58%, rgba(16, 45, 29, 0) 100%);
}
.hero-media-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-media-copy strong {
    display: block;
    margin-bottom: .65rem;
    color: var(--idra-ink);
    font-size: 1.28rem;
    line-height: 1.35;
}
.hero-media-copy p {
    margin-bottom: .9rem;
    color: var(--idra-muted);
    font-size: 1rem;
    line-height: 1.68;
}
.hero-media-points {
    display: grid;
    gap: .65rem;
}
.hero-media-points span {
    display: block;
    padding: .75rem .9rem;
    border-left: 4px solid var(--idra-green);
    background: #fff;
    color: var(--idra-ink);
    font-size: .98rem;
    font-weight: 600;
}
.hero-visual {
    position: relative;
    min-height: 100%;
    padding: 1.6rem;
    background: linear-gradient(145deg, #2f7f4f 0%, #36a463 100%);
    border-radius: 16px;
    color: #fff;
}
.hero-visual .floating-card {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    padding: 1.1rem 1.15rem;
}
.hero-visual .floating-card strong {
    display: block;
    margin-bottom: .35rem;
    font-size: 1.45rem;
    line-height: 1.3;
}
.hero-visual .floating-card p {
    margin: 0;
    color: rgba(255,255,255,.94);
    font-size: 1.06rem;
    line-height: 1.7;
}
.hero-department-list {
    display: grid;
    gap: .95rem;
    margin-top: 1.1rem;
}
.hero-department {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: .85rem;
    border-radius: 12px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
}
.hero-department img {
    width: 118px;
    height: 106px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.hero-department-copy strong {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: .25rem;
}
.hero-department-copy span {
    display: block;
    color: rgba(255,255,255,.95);
    font-size: .98rem;
    line-height: 1.55;
}
.hero-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 1rem;
}
.hero-stat {
    padding: .95rem 1rem;
    border-radius: 12px;
    background: #fff;
    color: var(--idra-ink);
}
.hero-stat strong {
    display: block;
    font-size: 1rem;
    color: var(--idra-ink);
}
.hero-stat span {
    display: block;
    margin-top: .3rem;
    color: var(--idra-muted);
    font-size: .95rem;
}
.intent-card,
.trust-card,
.category-card,
.product-card,
.guide-card {
    height: 100%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(36, 52, 59, .07);
    overflow: hidden;
}
.intent-card .media-top,
.category-card .media-top,
.guide-card .media-top {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    height: 360px;
    display: flex;
    align-items: flex-end;
    padding: 0;
}
.intent-card .media-top img,
.category-card .media-top img,
.guide-card .media-top img {
    width: 100%;
    min-height: 360px;
    height: 360px;
    object-fit: cover;
    display: block;
}
.media-label {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 2;
}
.placeholder-tag {
    display: inline-block;
    padding: .4rem .75rem;
    border-radius: 10px;
    background: rgba(235, 253, 242, .6);
    color: var(--idra-ink);
    font-size: 1.02rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.intent-card .card-body,
.category-card .card-body,
.guide-card .card-body,
.product-card .card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.intent-card h3,
.category-card h3,
.guide-card h3,
.product-card h3,
.review-panel h3,
.brand-panel h3,
.support-panel h3,
.offer-panel h3,
.faq-panel h3 {
    color: var(--idra-ink);
}
.card-link {
    font-weight: 700;
    color: var(--idra-green-dark);
    font-size: 1.49rem;
}
.intent-card .card-link,
.category-card .card-link,
.guide-card .card-link {
    margin-top: auto;
}
.trust-card {
    padding: 1.35rem;
    border: 1px solid #e7f1ea;
    border-radius: 14px;
}
.trust-card .icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #eef6f8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--idra-green);
    font-size: 5rem;
    margin-bottom: 1rem;
}
.trust-band {
    background: linear-gradient(180deg, rgba(54, 164, 99, .06), rgba(54, 164, 99, .015));
}
.category-card {
    border: 1px solid #e5eef1;
}
.category-meta {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.category-meta span,
.product-badge,
.review-badge {
    padding: .35rem .7rem;
    border-radius: 10px;
    background: #edf6f0;
    color: var(--idra-muted);
    font-size: 1.05rem;
    font-weight: 700;
}
.product-card {
    position: relative;
    border: 1px solid #e5efe8;
}
.product-media {
    position: relative;
    min-height: 360px;
    background: linear-gradient(135deg, #edf5f7 0%, #dcebed 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.product-media img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    display: block;
}
.product-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--idra-green-dark);
    color: #fff;
}
.btn-soft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 12px;
    padding: .9rem 1.2rem;
    background: var(--idra-green);
    color: #fff;
    font-weight: 700;
    font-size: 1.49rem;
}
.micro-note {
    display: block;
    margin-top: .75rem;
    color: #6e8578;
    font-size: 1.49rem;
    line-height: 1.6;
}
.card-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: .85rem;
    padding: .35rem .7rem;
    border-radius: 10px;
    background: var(--idra-green-soft);
    color: var(--idra-green-dark);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.btn-soft:hover {
    color: #fff;
    background: var(--idra-green-dark);
}
.brand-panel,
.support-panel,
.review-panel,
.faq-panel,
.offer-panel {
    padding: 2rem;
}
.surface-card p,
.intent-card p,
.trust-card p,
.category-card p,
.product-card p,
.guide-card p,
.brand-panel p,
.support-panel p,
.review-panel p,
.faq-panel p,
.offer-panel p {
    font-size: 1.49rem;
    line-height: 1.74;
}
.panel-media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 360px;
    margin-bottom: 1.25rem;
}
.panel-media img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}
.panel-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 33, 26, .06) 0%, rgba(16, 33, 26, .6) 100%);
}
.panel-media-copy {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    color: #fff;
}
.panel-media-copy strong {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.3;
}
.panel-media-copy span {
    display: block;
    margin-top: .3rem;
    font-size: 1.49rem;
    line-height: 1.5;
}
.panel-kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    margin: 1.1rem 0 1.25rem;
}
.panel-kpi {
    padding: .9rem 1rem;
    border-radius: 12px;
    border: 1px solid #dce9df;
    background: #f7fbf8;
}
.panel-kpi strong {
    display: block;
    color: var(--idra-ink);
    font-size: 2.2rem;
    margin-bottom: .2rem;
}
.panel-kpi span {
    display: block;
    color: var(--idra-muted);
    font-size: 1.25rem;
    line-height: 1.5;
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 1rem;
}
.brand-item {
    /* min-height: 92px; */
    border-radius: 4px;
    border: 1px dashed #c8d8de;
    background: linear-gradient(135deg, #fbfdfd 0%, #f1f6f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.1rem;
}
.brand-item img {
    max-width: 100%;
    /*max-height: 56px;*/
    display: block;
    margin: 0 auto;
}
.support-panel {
    background: linear-gradient(135deg, #23412f 0%, #36a463 100%);
    color: #fff;
}
.support-panel h3,
.support-panel p,
.support-panel li,
.support-panel a {
    color: #fff;
}
.support-panel .panel-kpi {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.18);
}
.support-panel .panel-kpi strong,
.support-panel .panel-kpi span {
    color: #fff;
}
.support-list {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
    font-size: 1.49rem;
    line-height: 1.7;
}
.mini-link-list a {
    color: var(--idra-green-dark);
    font-weight: 700;
    font-size: 1rem;
}
.review-panel {
    background: linear-gradient(135deg, #ffffff 0%, #f6fbfc 100%);
}
.review-quote {
    padding: 1.2rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e7eff2;
    height: 100%;
}
.review-quote p {
    font-size: 1.49rem;
    line-height: 1.7;
}
.faq-item {
    padding: 1rem 0;
    border-bottom: 1px solid #e4edef;
    font-size: 1.49rem;
    line-height: 1.7;
}
.faq-item:last-child {
    border-bottom: 0;
}
.cta-final {
    background: linear-gradient(135deg, #23412f 0%, #36a463 100%);
    color: #fff;
    border-radius: 16px;
    padding: 2.4rem;
}
.cta-final h2,
.cta-final p {
    color: #fff;
}
@media (max-width: 991.98px) {
    .hero-split-card {
        min-height: 440px;
    }
    .hero-split-content h1 {
        font-size: 2rem;
    }
    .hero-split-content h2 {
        font-size: 1.7rem;
    }
    .hero-copy h1 {
        font-size: 2.1rem;
    }
    .hero-media-band,
    .panel-kpis,
    .hero-proof,
    .hero-stat-row {
        grid-template-columns: 1fr;
    }
    .brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    .section-shell {
        padding: 3rem 0;
    }
    .section-shell.compact {
        padding: 2.2rem 0;
    }
    .hero-conv {
        padding: 2.1rem 0 1.4rem;
    }
    .hero-copy,
    .brand-panel,
    .support-panel,
    .review-panel,
    .faq-panel,
    .offer-panel {
        padding: 1.35rem;
    }
    .hero-copy h1 {
        font-size: 1.78rem;
        line-height: 1.18;
    }
    .hero-split-card {
        min-height: 380px;
    }
    .hero-split-content {
        padding: 1.35rem;
    }
    .hero-split-content h1 {
        font-size: 1.62rem;
    }
    .hero-split-content h2 {
        font-size: 1.45rem;
    }
    .hero-split-content p,
    .hero-secondary-links a,
    .hero-base-strip span {
        font-size: 1.06rem;
    }
    .hero-main-actions {
        flex-direction: column;
    }
    .hero-copy .lead,
    .section-heading p {
        font-size: 1.49rem;
    }
    .section-heading h2 {
        font-size: 1.58rem;
    }
    .hero-actions .btn,
    .keyword-links a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .intent-card .card-body,
    .category-card .card-body,
    .guide-card .card-body,
    .product-card .card-body,
    .trust-card {
        padding: 1.2rem;
    }
    .product-media img {
        height: 280px;
    }
    .intent-card .media-top,
    .category-card .media-top,
    .guide-card .media-top,
    .intent-card .media-top img,
    .category-card .media-top img,
    .guide-card .media-top img,
    .panel-media,
    .panel-media img,
    .hero-media-figure {
        height: 280px;
        min-height: 280px;
    }
    .hero-department {
        grid-template-columns: 1fr;
    }
    .hero-department img {
        width: 100%;
        height: 180px;
    }
}