/* Propnal Industries directory theme */
:root {
    --ind-navy: #0f2a44;
    --ind-ink: #102033;
    --ind-accent: #e85d04;
    --ind-wa: #22c55e;
    --ind-bg: #f4f1ea;
    --ind-card: #fff;
}
* { box-sizing: border-box; }
body.ind-body {
    margin: 0;
    background: var(--ind-bg);
    color: var(--ind-ink);
    font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
    line-height: 1.5;
}
.ind-wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.ind-header { background: var(--ind-navy); color: #fff; }
.ind-header-inner { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; gap: 16px; flex-wrap: wrap; }
.ind-brand { color: #fff; font-weight: 800; text-decoration: none; font-size: 20px; }
.ind-nav { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.ind-nav a { color: #dbe7f3; text-decoration: none; font-weight: 600; font-size: 14px; }
.ind-nav-cta { background: var(--ind-accent); color: #fff !important; padding: 8px 14px; border-radius: 8px; }
.ind-cta-bar { background: #163552; }
.ind-cta-row { display: flex; flex-wrap: wrap; gap: 12px; padding: 8px 0; }
.ind-cta-row a { color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.ind-hero { background: linear-gradient(150deg, #0b1c2e, var(--ind-navy)); color: #fff; padding: 48px 0 64px; }
.ind-hero h1 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 12px; }
.ind-kicker { text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; opacity: .8; }
.ind-search { display: grid; grid-template-columns: 2fr 1fr 1fr auto; gap: 8px; background: #fff; padding: 10px; border-radius: 12px; margin-top: 20px; }
.ind-search input, .ind-form input, .ind-form textarea, .ind-form select {
    width: 100%; padding: 10px 12px; border: 1px solid #d5d0c6; border-radius: 8px; font: inherit;
}
.ind-search button, .ind-form button, .ind-btn {
    background: var(--ind-accent); color: #fff; border: 0; border-radius: 8px; padding: 10px 16px;
    font-weight: 700; cursor: pointer; text-decoration: none; display: inline-block;
}
.ind-hints { opacity: .8; font-size: 13px; }
.ind-section { padding: 40px 0; }
.ind-alt { background: #efe8d8; }
.ind-cards, .ind-biz { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.ind-card, .ind-biz-card {
    background: var(--ind-card); border-radius: 12px; padding: 16px; text-decoration: none; color: inherit;
    box-shadow: 0 8px 24px rgba(15, 42, 68, .06);
}
.ind-card strong { display: block; }
.ind-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.ind-btn.ind-wa { background: var(--ind-wa); }
.ind-btn.ind-primary { background: var(--ind-navy); }
.ind-link { font-size: 13px; font-weight: 700; }
.ind-page { padding: 28px 0 64px; }
.ind-crumbs { font-size: 13px; color: #5b6570; }
.ind-stats { display: flex; gap: 16px; margin: 16px 0; font-weight: 700; }
.ind-badge { display: inline-block; background: #163552; color: #fff; font-size: 11px; padding: 3px 8px; border-radius: 999px; text-transform: capitalize; }
.ind-footer { background: #0b1c2e; color: #dbe7f3; padding: 32px 0 16px; }
.ind-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
.ind-footer a { color: #dbe7f3; display: block; text-decoration: none; }
.ind-copy { text-align: center; opacity: .7; font-size: 12px; }
.ind-form { display: grid; gap: 10px; max-width: 520px; }
.ind-ok { background: #dcfce7; padding: 10px; border-radius: 8px; }
.ind-err { background: #fee2e2; padding: 10px; border-radius: 8px; }
.ind-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; align-items: start; }
.ind-plan { background: #fff; padding: 18px; border-radius: 12px; }
.ind-plan-featured { outline: 2px solid var(--ind-accent); }
.ind-price { font-size: 22px; font-weight: 800; }
.ind-price span { font-size: 13px; font-weight: 600; color: #5b6570; }
.ind-lead, .ind-outcomes { max-width: 720px; }
.ind-outcomes { font-weight: 700; color: #163552; }
.ind-audience { font-size: 14px; color: #3d4750; }
.ind-position { font-style: italic; }
.ind-includes { font-weight: 700; margin-bottom: 0; }
.ind-bullets { margin: 8px 0 16px; padding-left: 18px; font-size: 14px; }
.ind-bullets li { margin: 4px 0; }
.ind-compare { margin-top: 40px; background: #fff; padding: 16px; border-radius: 12px; }
.ind-compare summary { font-weight: 800; cursor: pointer; }
.ind-table-wrap { overflow-x: auto; margin-top: 16px; }
.ind-compare-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.ind-compare-table th, .ind-compare-table td { border-bottom: 1px solid #ece6d8; padding: 8px 10px; text-align: center; }
.ind-compare-table thead th { background: #0f2a44; color: #fff; font-weight: 700; }
.ind-compare-table thead th span { display: block; font-weight: 500; font-size: 11px; opacity: .8; }
.ind-compare-table tbody th { text-align: left; font-weight: 600; }
.ind-upgrade { background: #fff4e5; padding: 12px; border-radius: 8px; }
.ind-empty { grid-column: 1 / -1; }
@media (max-width: 800px) {
    .ind-search { grid-template-columns: 1fr; }
    .ind-footer-grid { grid-template-columns: 1fr; }
    .ind-header-inner, .ind-nav { justify-content: center; }
}
