/**
 * Home index (/) — styles extracted from inline attributes for smaller HTML,
 * cacheable CSS, and improved LCP / performance scoring.
 * Scoped with .home-index to avoid affecting other templates that reuse class names.
 */

.home-index.page-wrapper {
    background: #12171e;
}

.home-index .section-hero-five.hero-sec {
    background: #12171e;
}

.home-index #heroFiveVideo,
.home-index .section-hero-five__bgimg {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.home-index .hp-hero-overlay {
    background: rgba(0, 0, 0, 0.2);
}

/* --- Why Boardwalk --- */
.home-index .section-why-boardwalk {
    padding: 60px 0 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, #12171e 15%, #12171e 85%, #1a1f2e 100%);
    position: relative;
    overflow: hidden;
}

.home-index .hp-deco-tr {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 90, 31, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.home-index .hp-deco-bl {
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.home-index .hp-grid-60 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
}

.home-index .hp-z2 {
    position: relative;
    z-index: 2;
}

.home-index .why-boardwalk-header .section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 16px;
    padding: 8px 16px;
    background: rgba(255, 90, 31, 0.15);
    border-radius: 30px;
    border: 1px solid rgba(255, 90, 31, 0.2);
}

.home-index .section-why-boardwalk .sec-title__title {
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 1.15;
}

.home-index .why-boardwalk-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
    font-weight: 400;
}

.home-index .feature-card-premium {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    position: relative;
}

.home-index .feature-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.home-index .section-why-boardwalk .row.g-4 > .col-lg-6:nth-child(1) .feature-card__icon {
    background: linear-gradient(135deg, #ff5a1f 0%, #ff7a45 100%);
    box-shadow: 0 4px 16px rgba(255, 90, 31, 0.3);
}

.home-index .section-why-boardwalk .row.g-4 > .col-lg-6:nth-child(2) .feature-card__icon {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3);
}

.home-index .section-why-boardwalk .row.g-4 > .col-lg-6:nth-child(3) .feature-card__icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
}

.home-index .section-why-boardwalk .row.g-4 > .col-lg-6:nth-child(4) .feature-card__icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 4px 16px rgba(139, 92, 246, 0.3);
}

.home-index .feature-card__icon .fas {
    font-size: 22px;
    color: #fff;
}

.home-index .feature-card__title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
}

.home-index .feature-card__text {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 28px;
    font-weight: 400;
}

.home-index .feature-card__stats {
    display: flex;
    gap: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-index .section-why-boardwalk .row.g-4 > .col-lg-6:nth-child(1) .stat-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ff5a1f;
    letter-spacing: -0.5px;
}

.home-index .section-why-boardwalk .row.g-4 > .col-lg-6:nth-child(2) .stat-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: #3b82f6;
    letter-spacing: -0.5px;
}

.home-index .section-why-boardwalk .row.g-4 > .col-lg-6:nth-child(3) .stat-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: #10b981;
    letter-spacing: -0.5px;
}

.home-index .section-why-boardwalk .row.g-4 > .col-lg-6:nth-child(4) .stat-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: #8b5cf6;
    letter-spacing: -0.5px;
}

.home-index .feature-card__stats .stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Why different --- */
.home-index .why-different-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #1a1f2e 0%, #12171e 15%, #12171e 85%, #1a1f2e 100%);
    position: relative;
    overflow: hidden;
}

.home-index .hp-grid-80 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 80px 80px;
}

.home-index .hp-deco-tl-orange {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 90, 31, 0.08) 0%, transparent 60%);
    border-radius: 50%;
}

.home-index .hp-deco-br-blue {
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, transparent 60%);
    border-radius: 50%;
}

.home-index .why-different-header .section-label-light {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: rgba(255, 90, 31, 0.12);
    border-radius: 30px;
    border: 1px solid rgba(255, 90, 31, 0.2);
}

.home-index .why-different-header h2 {
    font-size: 2.75rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.home-index .hp-text-gradient {
    background: linear-gradient(135deg, #ff5a1f, #ff7a45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-index .why-different-header p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto;
}

.home-index .why-different-section .different-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 36px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-index .why-different-section .different-card .card-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.home-index .why-different-section .row.g-4.mt-4 > .col-lg-4:nth-child(1) .card-icon-wrap {
    background: linear-gradient(135deg, rgba(255, 90, 31, 0.15), rgba(255, 90, 31, 0.05));
}

.home-index .why-different-section .row.g-4.mt-4 > .col-lg-4:nth-child(2) .card-icon-wrap {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(59, 130, 246, 0.05));
}

.home-index .why-different-section .row.g-4.mt-4 > .col-lg-4:nth-child(3) .card-icon-wrap {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.05));
}

.home-index .why-different-section .row.g-4.mt-4 > .col-lg-4:nth-child(4) .card-icon-wrap {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(139, 92, 246, 0.05));
}

.home-index .why-different-section .row.g-4.mt-4 > .col-lg-4:nth-child(5) .card-icon-wrap {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(236, 72, 153, 0.05));
}

.home-index .why-different-section .row.g-4.mt-4 > .col-lg-4:nth-child(6) .card-icon-wrap {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05));
}

.home-index .why-different-section .different-card h3 {
    font-size: 1.35rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.home-index .why-different-section .different-card > p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Speakable credibility copy (paired with stats bar for AI/voice & SpeakableSpecification) */
.home-index .speakable-credibility-summary {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    max-width: 720px;
    margin: 0 auto 20px;
}

.home-index .speakable-google-reviews-summary {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #64748b;
    margin-bottom: 16px;
}

.home-index .stats-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    padding: 32px 40px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.home-index .stats-bar .hp-stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
}

.home-index .stat-item-dark {
    text-align: center;
}

.home-index .hp-stats-bar-value {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
}

.home-index .hp-stats-bar-value--violet {
    color: #8b5cf6;
}

.home-index .hp-stats-bar-value--orange {
    color: #ff5a1f;
}

.home-index .hp-stats-bar-value--green {
    color: #10b981;
}

.home-index .hp-stats-bar-value--blue {
    color: #3b82f6;
}

.home-index .stats-bar .stat-item-dark > div:last-child {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}

/* --- Awards --- */
.home-index .awards-section-premium {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.home-index .hp-deco-aw-tr {
    position: absolute;
    top: -30%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 90, 31, 0.04) 0%, transparent 60%);
    border-radius: 50%;
}

.home-index .hp-deco-aw-bl {
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.03) 0%, transparent 60%);
    border-radius: 50%;
}

.home-index .awards-section-premium .text-center.mb-5 .section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 16px;
    padding: 8px 16px;
    background: rgba(255, 90, 31, 0.08);
    border-radius: 30px;
}

.home-index .awards-section-premium .text-center.mb-5 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.home-index .awards-section-premium .text-center.mb-5 > p {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 480px;
    margin: 0 auto;
}

/* --- Ready to protect CTA --- */
.home-index .ready-to-protect-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #1a1f2e 0%, #12171e 15%, #12171e 85%, #1a1f2e 100%);
    overflow: hidden;
}

.home-index .hp-cta-mesh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.home-index .hp-cta-mesh .hp-mesh-or {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 90, 31, 0.15) 0%, transparent 60%);
    border-radius: 50%;
}

.home-index .hp-cta-mesh .hp-mesh-bl {
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 60%);
    border-radius: 50%;
}

.home-index .hp-z4 {
    position: relative;
    z-index: 4;
}

.home-index .ready-to-protect-section .cta-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: rgba(255, 90, 31, 0.15);
    border-radius: 30px;
    border: 1px solid rgba(255, 90, 31, 0.2);
}

.home-index .ready-to-protect-section .cta-section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.home-index .ready-to-protect-section .cta-section-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
    font-weight: 400;
}

.home-index .ready-to-protect-section .hero-cta-container {
    margin-bottom: 48px;
}

.home-index .ready-to-protect-section .trust-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
}

.home-index .ready-to-protect-section .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-index .hp-trust-dot {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #34c759, #30d158);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(52, 199, 89, 0.4);
}

.home-index .ready-to-protect-section .trust-item span {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* --- Testimonials --- */
.home-index .hp-section-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.08) 80%, transparent);
}

.home-index .uhnw-testimonials-section {
    position: relative;
    background: #ffffff;
    padding: 70px 0 60px;
    overflow: hidden;
}

.home-index .hp-testi-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.015) 1px, transparent 0);
    background-size: 60px 60px;
    z-index: 1;
}

.home-index .testimonials-header .section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 16px;
    padding: 8px 16px;
    background: rgba(255, 90, 31, 0.08);
    border-radius: 30px;
}

.home-index .testimonials-header h2 {
    font-size: 2.75rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.home-index .testimonials-header p {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
    font-weight: 400;
}

.home-index .rating-container {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    padding: 20px 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.home-index .rating-stars {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.home-index .star-group {
    display: flex;
    gap: 3px;
    margin-right: 16px;
}

.home-index .star-group .fa-star {
    color: #ffd700;
    font-size: 18px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.home-index .rating-stars > span {
    font-size: 1.75rem;
    font-weight: 400;
    color: #1d1d1f;
}

.home-index .rating-divider {
    width: 1px;
    height: 32px;
    background: rgba(0, 0, 0, 0.08);
    margin: 0 24px;
}

.home-index .rating-count span {
    font-size: 1rem;
    color: #86868b;
    font-weight: 500;
}

/* --- About --- */
.home-index .about-us-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.home-index .about-image-container {
    height: 100%;
}

.home-index .about-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.12);
    height: 100%;
    min-height: 580px;
}

.home-index .about-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-index .about-us-section .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.7) 50%, transparent 100%);
    padding: 48px 32px 32px;
    color: #fff;
}

.home-index .about-us-section .quote-icon {
    font-size: 2.5rem;
    color: #ff5a1f;
    margin-bottom: 12px;
    font-family: Georgia, serif;
    line-height: 1;
}

.home-index .about-us-section .overlay-quote {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    letter-spacing: -0.2px;
}

.home-index .about-us-section .overlay-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-index .hp-overlay-rule {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #ff5a1f, #ff7a45);
    border-radius: 2px;
}

.home-index .about-us-section .overlay-author .author-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2px;
    color: #ffffff;
}

.home-index .about-us-section .overlay-author .author-title {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.home-index .about-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.home-index .about-title {
    font-size: 2.75rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.home-index .about-ribo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 6px 14px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 0.8125rem;
    color: #475569;
    font-weight: 600;
}

.home-index .about-ribo-badge .hp-muted-dot {
    color: #94a3b8;
    font-weight: 500;
}

.home-index .about-ribo-badge .hp-w-500 {
    font-weight: 500;
}

.home-index .about-content-blocks .content-block-premium {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.home-index .about-content-blocks .content-block-premium:last-child {
    margin-bottom: 24px;
    border-bottom: none;
}

.home-index .hp-flex-icon-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.home-index .hp-icon-sq--orange {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: linear-gradient(135deg, rgba(255, 90, 31, 0.1), rgba(255, 90, 31, 0.05));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-index .hp-icon-sq--blue {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-index .hp-icon-sq--green {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.05));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-index .content-subtitle {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}

.home-index .content-text {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
}

/* --- Blog --- */
.home-index .blog-section-premium {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
}

.home-index .hp-blog-deco-tr {
    position: absolute;
    top: -30%;
    right: -15%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 90, 31, 0.03) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

.home-index .hp-blog-deco-bl {
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.03) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

.home-index .blog-header .section-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding: 5px 12px;
    background: rgba(255, 90, 31, 0.08);
    border-radius: 20px;
}

.home-index .blog-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.home-index .blog-section-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
    max-width: 420px;
    margin: 0 auto;
}

.home-index .blog-card-premium {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.home-index .blog-card-image {
    position: relative;
    overflow: hidden;
}

.home-index .blog-image {
    width: 100%;
    height: 140px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-index .blog-image-placeholder {
    width: 100%;
    height: 140px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-index .blog-image-placeholder img {
    width: 40px;
    height: 40px;
    opacity: 0.35;
}

.home-index .blog-card-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
}

.home-index .blog-tag-premium {
    font-size: 0.65rem;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 600;
}

.home-index .blog-card-content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-index .blog-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 8px;
    flex: 1;
}

.home-index .blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.home-index .blog-card-excerpt {
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-index .blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: auto;
}

.home-index .blog-card-meta span {
    font-size: 0.7rem;
    color: #94a3b8;
}

.home-index .blog-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0f172a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.25s ease;
}

/* GEO: dense awards caption (readable prose for AI / voice) */
.home-index .hp-awards-geo-prose {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #64748b;
}

/* SVG sprite (outside .home-index in template) */
.hp-svg-sprite {
    display: none;
}

.hp-svg-mask {
    mask-type: luminance;
}

/* Scroll progress (width set in JS; appended to body, not under .home-index) */
.hp-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #ff5a1f, #e54d1a);
    z-index: 9999;
    transition: width 0.1s ease;
    box-shadow: 0 2px 8px rgba(255, 90, 31, 0.3);
}
