.boostify-homepage {
    color: #162033;
    overflow: hidden;
    background: #fff;
}

.boostify-coach-home {
    --coach-navy: #003672;
    --coach-blue: #0d57d9;
    --coach-gold: #d9ad63;
    --coach-cream: #f7f2ea;
    --coach-soft: #f4f6fb;
    --coach-muted: #697386;
}

.boostify-coach-hero {
    position: relative;
    padding: 118px 0 142px;
    color: #fff;
    background: radial-gradient(circle at 74% 28%, rgba(217, 173, 99, 0.34), transparent 20%), linear-gradient(120deg, rgba(0, 54, 114, 0.95), rgba(0, 54, 114, 0.76)), linear-gradient(135deg, #0a1938, #0d57d9);
}

.boostify-coach-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 54, 114, 0.92) 0%, rgba(0, 54, 114, 0.68) 48%, rgba(0, 54, 114, 0.22) 100%);
}

.boostify-coach-hero .container {
    position: relative;
    z-index: 2;
}

.boostify-eyebrow,
.boostify-section-label,
.boostify-home-title span {
    display: inline-block;
    color: var(--coach-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.boostify-coach-hero h1 {
    color: #fff;
    font-size: clamp(48px, 6vw, 86px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin: 0 0 28px;
}

.boostify-coach-hero p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 19px;
    line-height: 1.85;
    margin: 0 0 36px;
    max-width: 610px;
}

.boostify-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.boostify-coach-home .boostify-btn-brand,
.boostify-btn-dark {
    min-height: 52px;
    padding: 0 28px;
    border-radius: 0;
    background: var(--coach-gold);
    box-shadow: none;
    color: #003672;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.boostify-coach-home .boostify-btn-brand:hover,
.boostify-coach-home .boostify-btn-brand:focus,
.boostify-btn-dark:hover,
.boostify-btn-dark:focus {
    background: #fff;
    color: var(--coach-navy);
}

.boostify-link-arrow {
    color: inherit;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.boostify-link-arrow:hover,
.boostify-link-arrow:focus {
    color: var(--coach-gold);
    text-decoration: none;
}

.boostify-coach-portrait {
    position: relative;
    min-height: 520px;
}

.boostify-coach-portrait:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(90%, 430px);
    height: 500px;
    background: linear-gradient(155deg, #d9ad63, #efe2c9);
}

.boostify-portrait-card {
    position: absolute;
    right: 62px;
    bottom: 54px;
    z-index: 2;
    width: min(82%, 360px);
    padding: 42px 34px;
    background: #fff;
    color: var(--coach-navy);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.26);
    text-align: center;
}

.boostify-portrait-card img {
    display: block;
    max-width: 178px;
    margin: 0 auto 28px;
}

.boostify-portrait-card strong {
    display: block;
    font-size: 34px;
    line-height: 1.05;
    margin-bottom: 10px;
}

.boostify-portrait-card span {
    color: var(--coach-muted);
    line-height: 1.7;
}

.boostify-floating-note {
    position: absolute;
    right: 340px;
    bottom: 112px;
    z-index: 3;
    padding: 18px 24px;
    background: var(--coach-blue);
    color: #fff;
    font-weight: 900;
}

.boostify-service-row {
    position: relative;
    z-index: 4;
    margin-top: -70px;
    padding-bottom: 92px;
}

.boostify-service-grid,
.boostify-case-grid,
.boostify-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.boostify-service-grid {
    box-shadow: 0 25px 70px rgba(0, 54, 114, 0.12);
}

.boostify-service-grid > div {
    min-height: 330px;
    padding: 48px 42px;
    background: #fff;
    border-right: 1px solid rgba(0, 54, 114, 0.09);
}

.boostify-service-grid > div:last-child {
    border-right: 0;
}

.boostify-service-grid i {
    color: var(--coach-gold);
    font-size: 42px;
    margin-bottom: 30px;
}

.boostify-service-grid h2,
.boostify-case-grid h3,
.boostify-testimonial-grid h3 {
    color: var(--coach-navy);
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 18px;
}

.boostify-service-grid p,
.boostify-case-grid p,
.boostify-testimonial-grid p,
.boostify-work-section p {
    color: var(--coach-muted);
    line-height: 1.85;
    margin-bottom: 22px;
}

.boostify-service-grid a {
    color: var(--coach-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.boostify-split-section,
.boostify-app-section,
.boostify-case-section,
.boostify-testimonial-section,
.boostify-work-section {
    padding: 104px 0;
}

.boostify-split-section h2,
.boostify-app-section h2,
.boostify-work-section h2,
.boostify-final-cta h2,
.boostify-home-title h2 {
    color: var(--coach-navy);
    font-size: clamp(36px, 4.6vw, 62px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.03;
    margin: 0 0 28px;
}

.boostify-split-section p,
.boostify-app-section p {
    color: var(--coach-muted);
    font-size: 18px;
    line-height: 1.85;
    margin-bottom: 32px;
}

.boostify-btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--coach-navy);
    color: #fff;
    text-decoration: none;
}

.boostify-feature-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 42px;
    background: var(--coach-cream);
}

.boostify-feature-panel div {
    min-height: 160px;
    padding: 30px;
    background: #fff;
}

.boostify-feature-panel strong {
    display: block;
    color: var(--coach-blue);
    font-size: 36px;
    line-height: 1;
    margin-bottom: 14px;
}

.boostify-feature-panel span {
    color: var(--coach-muted);
    font-weight: 800;
}

.boostify-app-section {
    background: var(--coach-navy);
    color: #fff;
}

.boostify-app-section h2 {
    color: #fff;
}

.boostify-phone-mockup {
    width: 280px;
    min-height: 520px;
    margin: 0 auto;
    padding: 72px 28px;
    border: 14px solid #fff;
    border-radius: 42px;
    background: linear-gradient(180deg, #f7f2ea, #fff);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
    color: var(--coach-navy);
}

.boostify-phone-mockup div {
    margin-bottom: 36px;
    font-size: 26px;
    font-weight: 900;
}

.boostify-phone-mockup span {
    display: block;
    height: 58px;
    margin-bottom: 16px;
    background: rgba(13, 87, 217, 0.12);
}

.boostify-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
    padding: 0;
    margin: 34px 0 0;
    list-style: none;
}

.boostify-check-list li {
    position: relative;
    padding-left: 34px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 800;
}

.boostify-check-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--coach-gold);
}

.boostify-case-section {
    background: var(--coach-soft);
}

.boostify-home-title {
    max-width: 790px;
    margin: 0 auto 54px;
    text-align: center;
}

.boostify-case-grid,
.boostify-testimonial-grid {
    gap: 28px;
}

.boostify-case-grid > div,
.boostify-testimonial-grid > div {
    min-height: 330px;
    padding: 42px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(0, 54, 114, 0.08);
}

.boostify-case-grid > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(0, 54, 114, 0.05), rgba(0, 54, 114, 0.88)), var(--coach-cream);
}

.boostify-case-grid h3,
.boostify-case-grid p {
    color: #fff;
}

.boostify-testimonial-grid strong {
    color: var(--coach-blue);
}

.boostify-work-section {
    background: var(--coach-cream);
}

.boostify-work-section .boostify-link-arrow {
    color: var(--coach-blue);
}

.boostify-final-cta {
    padding: 108px 0;
    background: linear-gradient(120deg, rgba(0, 54, 114, 0.92), rgba(0, 54, 114, 0.72)), linear-gradient(135deg, #0d57d9, #003672);
    color: #fff;
    text-align: center;
}

.boostify-final-cta h2 {
    color: #fff;
}

.boostify-final-cta p {
    max-width: 720px;
    margin: 0 auto 34px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 19px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .boostify-coach-hero {
        padding: 86px 0 120px;
    }

    .boostify-coach-portrait {
        margin-top: 52px;
        min-height: 450px;
    }

    .boostify-floating-note {
        right: auto;
        left: 0;
    }

    .boostify-service-grid,
    .boostify-case-grid,
    .boostify-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .boostify-service-grid > div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 54, 114, 0.09);
    }

    .boostify-split-section,
    .boostify-app-section,
    .boostify-case-section,
    .boostify-testimonial-section,
    .boostify-work-section {
        padding: 78px 0;
    }

    .boostify-feature-panel {
        margin-top: 44px;
    }

    .boostify-phone-mockup {
        margin-bottom: 48px;
    }
}

@media (max-width: 575px) {
    .boostify-coach-hero h1 {
        font-size: 44px;
    }

    .boostify-portrait-card {
        right: 20px;
        width: calc(100% - 40px);
    }

    .boostify-feature-panel,
    .boostify-check-list {
        grid-template-columns: 1fr;
    }

    .boostify-service-grid > div,
    .boostify-case-grid > div,
    .boostify-testimonial-grid > div,
    .boostify-feature-panel {
        padding: 30px;
    }
}
