/* ============================================================
   Pomonah Hero Section — Dark Green + Gold
   Shortcode: [pomonah_hero]
   ============================================================ */

/* ── Page wrap ───────────────────────────────────────────── */
.pom-page-wrap {
    font-family: 'Poppins', 'Open Sans', sans-serif;
    margin: 0 calc(-1 * var(--wp--style--root--padding-right, 0px));
}

/* ── Navigation ──────────────────────────────────────────── */
.pom-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 48px;
    background: #0d4735;
    flex-wrap: wrap;
    gap: 12px;
}
.pom-nav-logo {
    color: #C8A951;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-decoration: none;
}
.pom-nav-links {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}
.pom-nav-links a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}
.pom-nav-links a:hover { color: #ffffff; }
.pom-nav-cta {
    background: #C8A951;
    color: #0B3D2E;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 22px;
    border-radius: 24px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
    display: inline-block;
}
.pom-nav-cta:hover { opacity: 0.9; transform: translateY(-1px); color: #0B3D2E; }

/* ── Hero section ────────────────────────────────────────── */
.pom-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 72px 48px 64px;
    background: linear-gradient(135deg, #0B3D2E 0%, #0a2a20 100%);
}
.pom-hero-left  { flex: 1.1; }
.pom-hero-right { flex: 0.9; display: flex; flex-direction: column; gap: 12px; }

/* Badge */
.pom-badge {
    display: inline-block;
    background: rgba(200, 169, 81, 0.18);
    color: #C8A951;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 16px;
    border-radius: 24px;
    border: 0.5px solid rgba(200, 169, 81, 0.45);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* Headline */
.pom-h1 {
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 18px;
}
.pom-h1 span { color: #C8A951; }

/* Subtext */
.pom-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin: 0 0 32px;
    max-width: 460px;
}

/* Buttons */
.pom-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.pom-btn-gold {
    display: inline-block;
    background: #C8A951;
    color: #0B3D2E;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.pom-btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200, 169, 81, 0.45);
    color: #0B3D2E;
}
.pom-btn-outline {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 30px;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}
.pom-btn-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.7); color: #fff; }

/* Stat cards (right side) */
.pom-stat-card {
    background: rgba(255, 255, 255, 0.07);
    border: 0.5px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: background 0.2s;
}
.pom-stat-card:hover { background: rgba(255,255,255,0.11); }
.pom-stat-icon {
    width: 46px;
    height: 46px;
    border-radius: 11px;
    background: rgba(200, 169, 81, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pom-stat-label { font-size: 12px; color: rgba(255,255,255,0.5); margin: 0 0 3px; }
.pom-stat-val   { font-size: 16px; font-weight: 500; color: #ffffff; margin: 0; }

/* ── Trust bar ───────────────────────────────────────────── */
.pom-trust-bar {
    background: #111f1a;
    padding: 18px 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}
.pom-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #C8A951;
}
.pom-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C8A951;
    flex-shrink: 0;
}

/* ── Features section ────────────────────────────────────── */
.pom-features-section {
    background: #ffffff;
    padding: 56px 48px;
}
.pom-feat-eyebrow {
    font-size: 12px;
    font-weight: 600;
    color: #C8A951;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px;
}
.pom-feat-heading {
    font-size: 28px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 32px;
}
.pom-feat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.pom-feat-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    transition: box-shadow 0.25s, transform 0.25s;
}
.pom-feat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.09);
}
.pom-feat-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(11, 61, 46, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.pom-feat-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 6px;
}
.pom-feat-sub {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}
.pom-feat-tag {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(200, 169, 81, 0.12);
    color: #7a5f1a;
    padding: 3px 10px;
    border-radius: 12px;
    border: 0.5px solid rgba(200, 169, 81, 0.4);
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
    .pom-hero {
        flex-direction: column;
        padding: 48px 24px 40px;
        text-align: center;
    }
    .pom-hero-left, .pom-hero-right { flex: unset; width: 100%; }
    .pom-btns { justify-content: center; }
    .pom-sub  { margin-left: auto; margin-right: auto; }
    .pom-h1   { font-size: 30px; }
    .pom-nav  { padding: 14px 24px; }
    .pom-nav-links { display: none; }
    .pom-trust-bar { padding: 14px 24px; justify-content: flex-start; }
    .pom-features-section { padding: 40px 24px; }
    .pom-feat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .pom-feat-grid { grid-template-columns: 1fr; }
    .pom-h1 { font-size: 26px; }
}
