/*
 * Homepage Authority 2026 - Section Styles
 * Loaded only on page-templates/homepage-authority-2026.php
 */

/* Hide parent theme page-title bar on homepage authority template - hp-hero is the hero */
body.page-template-homepage-authority-2026 .page-title {
    display: none;
}

body.page-template-homepage-authority-2026 {
    color: #39434f;
}

body.page-template-homepage-authority-2026 p,
body.page-template-homepage-authority-2026 li,
body.page-template-homepage-authority-2026 small {
    font-family: 'Inter', sans-serif;
}

.hp-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #a93a6e;
}

.hp-section-kicker::before {
    content: '';
    width: 28px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
}

.hp-section-intro {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.hp-section-lead {
    font-size: 18px;
    line-height: 1.75;
    color: #46515e;
    margin-bottom: 12px;
}

.hp-section-note {
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
}

/* ---- Hero ---- */
.hp-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f87830 0%, #f8a018 50%, #e85090 100%);
    padding: 48px 24px 36px;
    text-align: left;
}

.hp-hero::before,
.hp-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hp-hero::before {
    top: -120px;
    right: -40px;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, 0.12);
    filter: blur(4px);
}

.hp-hero::after {
    bottom: -140px;
    left: -80px;
    width: 340px;
    height: 340px;
    background: rgba(255, 255, 255, 0.08);
}

.hp-hero .container {
    position: relative;
    z-index: 1;
}

.hp-hero-shell {
    min-height: 320px;
    align-items: center;
    row-gap: 24px;
}

.hp-hero-heading {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(40px, 5.2vw, 60px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.01;
    color: #fff;
    margin-bottom: 14px;
    max-width: 760px;
}

.hp-hero .hp-hero-lead {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255, 248, 244, 0.96);
    max-width: 720px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
}

.hp-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
    justify-content: center;
}

.hp-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.hp-hero-btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.hp-hero-btn--primary {
    background: #fff;
    color: #9c376a;
    box-shadow: 0 16px 36px rgba(87, 31, 60, 0.22);
}

.hp-hero-btn--primary:hover {
    background: #fff7fb;
    color: #842d59;
}

.hp-hero-btn--secondary {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.hp-hero-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

@media (max-width: 991px) {
    .hp-hero-shell {
        min-height: 0;
    }
}

/* ---- Trust stats strip ---- */
.trust-stats-bar {
    background:
        linear-gradient(180deg, #fffdf9 0%, #fff8f2 100%);
    border-bottom: 1px solid #f0e4db;
    padding: 30px 24px 34px;
}

.trust-stats-bar .container {
    max-width: 1120px;
}

.trust-stats-bar .row {
    gap: 14px;
}

.trust-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 210px;
    padding: 20px 26px 18px;
    position: relative;
    border: 1px solid #efe2d9;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(32, 32, 32, 0.05);
}

.trust-stat-item + .trust-stat-item::before {
    display: none;
}

.trust-stat-item::after {
    content: '';
    width: 34px;
    height: 4px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f87830 0%, #e85090 100%);
    opacity: 0.9;
}

.trust-stat-value {
    font-family: 'Manrope', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #202020;
    line-height: 1;
    margin-bottom: 4px;
}

.trust-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #5e6673;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ---- Shared section spacing ---- */
.hp-pillars,
.hp-tools,
.hp-methodology,
.hp-brand-pathways,
.hp-learning,
.hp-updates,
.hp-apps,
.hp-faq,
.hp-trust-footer {
    padding: 64px 0;
}

/* ---- Alternating band colours ---- */
.hp-pillars,
.hp-methodology,
.hp-brand-pathways,
.hp-faq {
    background: #ffffff;
}

.hp-tools,
.hp-learning,
.hp-updates {
    background: #f8f8f8;
}

.hp-trust-footer {
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    padding: 32px 0;
}

/* ---- Container max-width ---- */
.hp-pillars .container,
.hp-tools .container,
.hp-methodology .container,
.hp-brand-pathways .container,
.hp-learning .container,
.hp-updates .container,
.hp-apps .container,
.hp-faq .container,
.hp-trust-footer .container {
    max-width: 1120px;
}

/* ---- Section headings ---- */
.hp-pillars h2,
.hp-tools h2,
.hp-methodology h2,
.hp-brand-pathways h2,
.hp-learning h2,
.hp-updates h2,
.hp-apps h2,
.hp-faq h2 {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #202020;
    margin-bottom: 32px;
}

/* ---- Cards ---- */
.hp-pillar-card,
.hp-tool-card,
.hp-update-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(32, 32, 32, 0.08);
    padding: 24px;
    height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hp-pillar-card:hover,
.hp-tool-card:hover,
.hp-update-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(32, 32, 32, 0.11);
    border-color: rgba(232, 80, 144, 0.16);
}

.hp-pillar-card h3,
.hp-tool-card h3,
.hp-update-card h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 10px;
}

.hp-pillar-card p,
.hp-tool-card p,
.hp-update-card p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 16px;
}

.hp-pillars p,
.hp-tools p,
.hp-apps p,
.hp-methodology p,
.hp-faq .card-body {
    letter-spacing: 0.01em;
}

/* ---- Links ---- */
.hp-pillar-card a,
.hp-methodology a,
.hp-brand-pathways a,
.hp-learning a,
.hp-updates a,
.hp-trust-links a {
    color: #a93a6e;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.hp-pillar-card a:hover,
.hp-methodology a:hover,
.hp-brand-pathways a:hover,
.hp-learning a:hover,
.hp-updates a:hover,
.hp-trust-links a:hover {
    color: #f87830;
    text-decoration: underline;
}

/* ---- Tool status pills ---- */
.hp-tool-pill {
    display: inline-block;
    border-radius: 999px;
    padding: 4px 12px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}

.hp-tool-pill--live {
    background: #d4edda;
    color: #155724;
}

.hp-tool-pill--soon {
    background: #f8f8f8;
    color: #666;
    border: 1px solid #e9e9e9;
}

/* ---- Tool CTA link ---- */
.hp-btn-link {
    display: inline-block;
    color: #a93a6e;
    border: 2px solid #a93a6e;
    border-radius: 999px;
    padding: 8px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.hp-btn-link:hover {
    background: #a93a6e;
    color: #fff;
    text-decoration: none;
}

/* ---- Methodology section ---- */
.hp-methodology h2 {
    margin-bottom: 8px;
}

.hp-methodology p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #444;
}

/* ---- Pathway/learning link lists ---- */
.hp-pathway-link,
.hp-learning-link {
    color: #a93a6e;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 4px 0;
}

.hp-pathway-link:hover,
.hp-learning-link:hover {
    color: #f87830;
    text-decoration: underline;
}

/* ---- What we publish ---- */
.hp-pillars {
    background:
        radial-gradient(circle at top left, rgba(248, 120, 48, 0.08), transparent 34%),
        #ffffff;
}

.hp-pillars-intro {
    max-width: 760px;
    margin: 0 auto 36px;
    padding-right: 0;
    text-align: center;
}

.hp-pillars-grid {
    align-items: stretch;
    justify-content: center;
    row-gap: 0.25rem;
}

.hp-pillar-card {
    position: relative;
    height: 100%;
    padding: 24px 22px;
    border-radius: 22px;
}

.hp-pillar-card--feature {
    padding: 28px 24px;
    background: linear-gradient(135deg, #fff8ef 0%, #fff2fb 100%);
    border-color: rgba(232, 80, 144, 0.16);
    box-shadow: 0 18px 40px rgba(32, 32, 32, 0.1);
}

.hp-pillar-card__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.hp-pillar-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(248, 120, 48, 0.12), rgba(232, 80, 144, 0.14));
    color: #b24174;
    font-size: 18px;
}

.hp-pillar-card__eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9b4e72;
}

.hp-pillar-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.hp-pillar-link-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f7f2f5;
    border: 1px solid #efe4ea;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.hp-pillar-link-chip:hover {
    background: #fff4eb;
    border-color: rgba(248, 120, 48, 0.2);
    text-decoration: none;
}

/* ---- Tools and data ---- */
.hp-tools {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(248, 120, 48, 0.14), transparent 26%),
        linear-gradient(180deg, #1c2330 0%, #202837 100%);
}

.hp-tools .hp-section-kicker,
.hp-tools h2,
.hp-tools .hp-section-lead,
.hp-tools .hp-section-note,
.hp-tools-intro-list li {
    color: #fff;
}

.hp-tools .hp-section-kicker {
    opacity: 0.84;
}

.hp-tools .hp-section-kicker::before {
    background: rgba(255, 255, 255, 0.5);
}

.hp-tools .hp-section-lead {
    color: rgba(255, 255, 255, 0.9);
}

.hp-tools-intro {
    max-width: 820px;
    margin: 0 auto 36px;
    text-align: center;
}

.hp-tools .hp-section-note {
    color: rgba(255, 255, 255, 0.72);
}

.hp-tools-grid {
    align-items: stretch;
    justify-content: center;
    row-gap: 0.25rem;
}

.hp-tool-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 14px 34px rgba(9, 13, 20, 0.18);
    backdrop-filter: blur(6px);
}

.hp-tool-card--feature {
    background: linear-gradient(135deg, rgba(248, 120, 48, 0.14), rgba(232, 80, 144, 0.12));
}

.hp-tool-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.hp-tool-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 18px;
}

.hp-tool-card h3,
.hp-tool-card p {
    color: #fff;
}

.hp-tool-card p {
    color: rgba(255, 255, 255, 0.78);
}

.hp-tool-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    margin-bottom: 18px;
}

.hp-tool-meta__item {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.86);
}

.hp-tools .hp-btn-link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.36);
}

.hp-tools .hp-btn-link:hover {
    background: #fff;
    color: #9c376a;
}

/* ---- Brand pathways ---- */
.hp-brands {
    background: #ffffff;
}

.hp-brands-intro {
    max-width: 760px;
    margin-bottom: 28px;
}

.hp-brand-groups {
    display: grid;
    gap: 22px;
}

.hp-brand-group {
    padding: 20px 22px;
    border: 1px solid #ece6ea;
    border-radius: 22px;
    background: #fcfafb;
    box-shadow: 0 10px 26px rgba(32, 32, 32, 0.04);
}

.hp-brand-group__label {
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9c4c70;
}

.hp-brand-chip-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hp-brand-chip {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #eadce3;
    font-size: 14px;
    font-weight: 600;
    color: #7a3558;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.hp-brand-chip:hover {
    color: #a93a6e;
    border-color: rgba(248, 120, 48, 0.22);
    background: #fff6ef;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (min-width: 992px) {
    .hp-brand-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }
}

/* ---- Learning cards ---- */
.hp-learning {
    background:
        linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.hp-learning-grid {
    align-items: stretch;
}

.hp-learning-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 26px 24px;
    border: 1px solid #ece4df;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(32, 32, 32, 0.08);
    text-decoration: none;
}

.hp-learning-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f87830 0%, #e85090 100%);
    opacity: 0.9;
}

.hp-learning-card:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(32, 32, 32, 0.11);
}

.hp-learning-card__eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9c4c70;
    margin-bottom: 10px;
}

.hp-learning-card__title {
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #202020;
    margin-bottom: 14px;
}

.hp-learning-card__summary {
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1.75;
    color: #4c5563;
    margin-bottom: 18px;
}

.hp-learning-card__cta {
    font-size: 14px;
    font-weight: 700;
    color: #a93a6e;
}

/* ---- Best apps spotlight ---- */
.hp-apps {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff5ea 0%, #ffffff 48%, #fff8f1 100%);
}

.hp-apps::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    background: rgba(248, 120, 48, 0.08);
}

.hp-apps-shell {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
}

.hp-apps .app-tiles {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    row-gap: 1.25rem;
}

.hp-apps .app-tiles > [class*='col-'] {
    display: flex;
}

.hp-apps .app-tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    min-height: 100%;
    padding: 24px 22px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 16px 36px rgba(32, 32, 32, 0.12);
    overflow: hidden;
}

.hp-apps .app-tile::before {
    display: none;
}

.hp-apps .app-tile .img-wrap-scaled-img {
    width: 92px;
    height: 92px;
    margin-bottom: 18px;
}

.hp-apps .app-tile .img-wrap-scaled-img img {
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(12, 17, 29, 0.18);
}

.hp-apps .app-tile .app-about {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 8px;
}

.hp-apps .app-tile .title {
    font-family: 'Manrope', sans-serif;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.hp-apps .app-tile .info-text,
.hp-apps .app-tile .info-text.text-gray-dark {
    min-height: 0;
    height: auto;
    font-size: 14px;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.88) !important;
}

.hp-apps .app-tile .btn-wrap {
    margin-top: auto;
    padding-top: 18px;
    justify-content: flex-start;
}

.hp-apps .app-tile .btn.btn-solid {
    border: 1px solid #fff;
    background: #fff;
    color: #8d2f5c;
    border-radius: 999px;
    padding: 12px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
}

.hp-apps .app-tile .btn.btn-solid::before {
    display: none;
}

.hp-apps .app-tile .btn.btn-solid:hover {
    background: #fff4f8;
    border-color: #fff4f8;
    color: #7b294e;
}

/* ---- Methodology / reviewer ---- */
.hp-methodology {
    background:
        linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
}

.hp-methodology-card {
    height: 100%;
    padding: 30px 28px;
    border: 1px solid #ede4dc;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(32, 32, 32, 0.08);
}

.hp-methodology-card--process {
    background: linear-gradient(135deg, #fffaf3 0%, #ffffff 100%);
}

.hp-methodology-card--reviewer {
    background: linear-gradient(135deg, #fff7fb 0%, #ffffff 100%);
}

.hp-methodology-copy {
    font-size: 16px;
    line-height: 1.8;
    color: #45505c;
    margin-bottom: 20px;
}

.hp-methodology-steps {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.hp-methodology-step {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 12px 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #f0e3d8;
}

.hp-methodology-step__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(248, 120, 48, 0.12), rgba(232, 80, 144, 0.12));
    color: #ad3f70;
}

.hp-methodology-step__label {
    font-size: 14px;
    font-weight: 700;
    color: #2d3642;
}

.hp-methodology-note {
    font-size: 14px;
    line-height: 1.75;
    color: #616b77;
    margin-bottom: 20px !important;
}

.hp-methodology-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #202837;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
}

.hp-methodology-link:hover {
    background: #2a3447;
    color: #fff !important;
}

.hp-reviewer {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.hp-reviewer-meta {
    min-width: 0;
    flex: 1 1 0%;
}

.hp-reviewer-avatar {
    flex: 0 0 84px;
}

.hp-reviewer-avatar__img,
.hp-reviewer-avatar__fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 24px;
    box-shadow: 0 14px 28px rgba(32, 32, 32, 0.12);
}

.hp-reviewer-avatar__fallback {
    background: linear-gradient(135deg, #f87830, #e85090);
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

.hp-reviewer-role {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9c4c70;
}

.hp-reviewer-name {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.hp-reviewer-name a {
    color: #202020 !important;
    text-decoration: none !important;
}

.hp-reviewer-name a:hover {
    color: #a93a6e !important;
}

.hp-reviewer-bio,
.hp-reviewer-support {
    font-size: 15px;
    line-height: 1.75;
    color: #4f5966;
    overflow-wrap: anywhere;
}

.hp-reviewer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 18px;
}

.hp-reviewer-links a {
    font-size: 14px;
    font-weight: 700;
    color: #a93a6e !important;
}

/* ---- Updates ---- */
.hp-updates {
    background:
        linear-gradient(180deg, #fbfbfc 0%, #f4f6f8 100%);
}

.hp-updates-grid {
    align-items: stretch;
}

.hp-updates-grid > [class*='col-'] {
    display: flex;
}

.hp-update-card,
.hp-update-card--manual {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border: 1px solid #e6eaef;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(32, 32, 32, 0.07);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hp-update-card__media {
    margin: -24px -24px 18px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 1px solid #eef1f4;
    background: #eef2f6;
}

.hp-update-card__media--placeholder {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 18px;
    background:
        radial-gradient(circle at top right, rgba(248, 120, 48, 0.22), transparent 36%),
        linear-gradient(135deg, #fff1e5 0%, #fbe8f4 100%);
    border-bottom-color: #f0dde5;
}

.hp-update-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-update-card__placeholder-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9c4c70;
}

.hp-update-card__placeholder-title {
    max-width: 18ch;
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
    color: #2d3340;
}

.hp-update-card:hover,
.hp-update-card--manual:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(32, 32, 32, 0.1);
    border-color: rgba(169, 58, 110, 0.14);
}

.hp-update-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.hp-update-card__kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9c4c70;
}

.hp-update-card__date {
    font-size: 12px;
    color: #7a8591;
}

.hp-update-card__title {
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #202020;
    margin-bottom: 14px;
}

.hp-update-card__title a {
    color: inherit !important;
    text-decoration: none !important;
}

.hp-update-card__title a:hover {
    color: #a93a6e !important;
}

.hp-update-card__summary {
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1.75;
    color: #4d5763;
    margin-bottom: 20px;
}

.hp-update-card__cta {
    font-size: 14px;
    font-weight: 700;
    color: #a93a6e;
    text-decoration: none !important;
}

.hp-update-card__cta:hover {
    color: #f87830;
}

/* ---- FAQ ---- */
.hp-faq {
    background:
        linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
}

.hp-faq-shell {
    max-width: 900px;
    margin: 0 auto;
}

.hp-faq-featured {
    height: 100%;
}

.hp-faq .accordion .card {
    overflow: hidden;
    border: 1px solid #ece4dd;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(32, 32, 32, 0.05);
    margin-bottom: 14px;
}

.hp-faq .accordion .card-header {
    background: transparent;
    border-bottom: 0;
    padding: 0;
}

.hp-faq .accordion .card-header button {
    position: relative;
    width: 100%;
    padding: 20px 52px 20px 22px;
    text-align: left;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    color: #202020;
    background: transparent;
}

.hp-faq .accordion .card-header button::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #a93a6e;
}

.hp-faq .accordion .card-header button:not(.collapsed)::after {
    content: '\2212';
}

.hp-faq .accordion .card-body {
    padding: 0 22px 22px;
    font-size: 15px;
    line-height: 1.8;
    color: #4f5965;
}

/* ---- Footer trust close ---- */
.hp-trust-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #221f32 0%, #202837 48%, #34233b 100%);
    border-top: 0;
}

.hp-trust-footer::before,
.hp-trust-footer::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hp-trust-footer::before {
    top: -120px;
    right: -80px;
    width: 280px;
    height: 280px;
    background: rgba(248, 120, 48, 0.12);
}

.hp-trust-footer::after {
    bottom: -140px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(232, 80, 144, 0.12);
}

.hp-trust-footer__inner {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hp-trust-footer .hp-section-kicker {
    color: rgba(255, 255, 255, 0.72);
}

.hp-trust-footer .hp-section-kicker::before {
    background: rgba(255, 255, 255, 0.42);
}

.hp-trust-footer__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(24px, 3.2vw, 34px);
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.hp-trust-footer__copy {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(243, 245, 249, 0.82);
    margin-bottom: 22px;
}

.hp-trust-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.hp-trust-links a:hover {
    background: #fff;
    border-color: #fff;
    color: #8d2f5c;
    text-decoration: none !important;
}

.hp-trust-sep {
    display: none;
}

.trust-responsible-gambling {
    padding: 16px 0;
    background: linear-gradient(180deg, #fff7ee 0%, #fff4ea 100%);
    border-top: 1px solid #f0e2d7;
    border-bottom: 1px solid #f0e2d7;
}

.trust-responsible-gambling p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #5f6976;
    text-align: center;
    min-height: 36px;
}

.trust-responsible-gambling i {
    color: #a93a6e;
    margin-right: 0;
}

.trust-responsible-gambling a {
    font-weight: 700;
    color: #a93a6e;
}

.trust-responsible-gambling a:hover {
    color: #f87830;
}

/* ---- Homepage site footer override ---- */
body.page-template-homepage-authority-2026 .site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    background:
        radial-gradient(circle at top right, rgba(248, 160, 24, 0.2) 0, rgba(248, 160, 24, 0) 32%),
        radial-gradient(circle at bottom left, rgba(232, 80, 144, 0.18) 0, rgba(232, 80, 144, 0) 38%),
        linear-gradient(135deg, #211f31 0%, #202837 48%, #3a2144 100%);
    color: rgba(247, 244, 249, 0.9);
}

body.page-template-homepage-authority-2026 .site-footer::before,
body.page-template-homepage-authority-2026 .site-footer::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

body.page-template-homepage-authority-2026 .site-footer::before {
    top: -140px;
    right: -70px;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.07);
}

body.page-template-homepage-authority-2026 .site-footer::after {
    bottom: -180px;
    left: -120px;
    width: 340px;
    height: 340px;
    background: rgba(255, 255, 255, 0.05);
}

body.page-template-homepage-authority-2026 .site-footer > .container,
body.page-template-homepage-authority-2026 .site-footer .copyright > .container {
    position: relative;
    z-index: 1;
}

body.page-template-homepage-authority-2026 .site-footer > .container {
    padding-top: 56px;
    padding-bottom: 44px;
}

body.page-template-homepage-authority-2026 .site-footer .widget-title {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #fff;
}

body.page-template-homepage-authority-2026 .site-footer .text-block,
body.page-template-homepage-authority-2026 .site-footer p,
body.page-template-homepage-authority-2026 .site-footer li,
body.page-template-homepage-authority-2026 .site-footer small {
    color: rgba(243, 240, 247, 0.82);
}

body.page-template-homepage-authority-2026 .site-footer a {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 0.35);
    transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

body.page-template-homepage-authority-2026 .site-footer a:hover {
    color: #ffd8e8;
    text-decoration-color: rgba(255, 216, 232, 0.7);
}

body.page-template-homepage-authority-2026 .site-footer ul {
    margin-bottom: 0;
}

body.page-template-homepage-authority-2026 .site-footer li + li {
    margin-top: 10px;
}

body.page-template-homepage-authority-2026 .site-footer .copyright {
    padding: 16px 0;
    background: rgba(9, 11, 18, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.page-template-homepage-authority-2026 .site-footer .site-copyright,
body.page-template-homepage-authority-2026 .site-footer .copyright .text-white {
    color: rgba(247, 244, 249, 0.82) !important;
}

body.page-template-homepage-authority-2026 .site-footer .social-prefooter:empty,
body.page-template-homepage-authority-2026 .prefooter {
    display: none;
}

/* ---- Footer trust links ---- */
.hp-trust-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    margin-bottom: 16px;
}

.hp-trust-sep {
    color: #e9e9e9;
}

@media (min-width: 992px) {
    .hp-apps .app-tiles > .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .hp-apps .app-tiles > .col-lg-4:first-child .app-tile::after {
        content: 'Featured pick';
        position: absolute;
        top: 14px;
        right: 14px;
        padding: 6px 11px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-family: 'Inter', sans-serif;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #fff;
    }

    .hp-apps .app-tiles > .col-lg-4:first-child .img-wrap-scaled-img {
        width: 100px;
        height: 100px;
        margin-bottom: 18px;
    }

    .hp-apps .app-tiles > .col-lg-4:first-child .title {
        font-size: 28px;
    }

    .hp-apps .app-tiles > .col-lg-4:first-child .info-text,
    .hp-apps .app-tiles > .col-lg-4:first-child .info-text.text-gray-dark {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hp-reviewer {
        flex-direction: column;
    }

    .hp-reviewer-avatar {
        flex: 0 0 auto;
    }
}

/* ---- Mobile ---- */
@media (max-width: 767px) {
    .trust-stat-item {
        min-width: 0;
        width: 100%;
        padding: 18px 18px 16px;
    }

    .trust-stat-item + .trust-stat-item::before {
        display: none;
    }

    .hp-hero {
        padding: 36px 20px 28px;
        text-align: center;
    }

    .hp-hero-heading {
        font-size: clamp(28px, 7.6vw, 38px);
        max-width: none;
    }

    .hp-hero .hp-hero-lead {
        margin-left: auto;
        margin-right: auto;
    }

    .hp-pillar-card,
    .hp-tool-card,
    .hp-update-card {
        margin-bottom: 16px;
    }

    .hp-pillars-intro {
        position: static;
        padding-right: 0;
    }

    .hp-pillar-card--feature,
    .hp-tool-card--feature {
        padding: 28px;
    }

    .hp-tool-card__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .hp-brand-group {
        padding: 18px;
    }

    .hp-reviewer {
        flex-direction: column;
    }

    .hp-update-card__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .hp-pillars,
    .hp-tools,
    .hp-methodology,
    .hp-brand-pathways,
    .hp-learning,
    .hp-updates,
    .hp-apps,
    .hp-faq {
        padding: 40px 0;
    }

    .hp-apps .app-tile {
        text-align: center;
        align-items: center;
    }

    .hp-apps .app-tile .btn-wrap {
        justify-content: center;
    }

    .hp-update-card__media {
        margin: -24px -24px 16px;
    }

    .hp-update-card__placeholder-title {
        font-size: 21px;
    }

    .trust-responsible-gambling {
        padding: 14px 0;
    }

    .trust-responsible-gambling p {
        gap: 4px 6px;
    }

    body.page-template-homepage-authority-2026 .site-footer > .container {
        padding-top: 36px;
        padding-bottom: 28px;
    }
}
