/* Home-specific overrides */
.home-hero {
    min-height: 0;
}

/* Corporate sky hero (Photoshop-inspired) */
.cdr-hero-section {
    background-image: url('/images/sky_image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 100vh;
    padding: 0;
}

.cdr-hero-section .hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 5rem;
}

.cdr-hero-card {
    max-width: 980px;
    margin: 0 auto;
    padding: .25rem .8rem;
    text-align: center;
}

.cdr-hero-kicker,
.cdr-hero-title,
.cdr-hero-offers {
    color: #FF1233;
    font-family: 'Arial Black', 'Franklin Gothic Heavy', 'Segoe UI', Tahoma, sans-serif;
    letter-spacing: .015em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .88), 0 0 10px rgba(2, 6, 23, .28), 0 2px 14px rgba(2, 6, 23, .45);
    -webkit-text-stroke: .45px rgba(255, 255, 255, .82);
    paint-order: stroke fill;
}

.cdr-hero-kicker {
    margin: 0;
    font-size: clamp(1.25rem, 3.6vw, 2.45rem);
    line-height: 1;
    font-weight: 900;
}

.cdr-hero-title {
    margin: .05rem 0 .25rem;
    font-size: clamp(1.5rem, 4.3vw, 3.1rem);
    line-height: 1;
    font-weight: 900;
}

.cdr-hero-sub {
    margin: 0 0 .5rem;
    color: #F8FAFC;
    font-size: clamp(1.05rem, 2.5vw, 1.75rem);
    line-height: 1.1;
    font-weight: 400;
    text-shadow: 0 3px 14px rgba(15, 23, 42, .48);
}

.cdr-hero-offers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .18rem 1.25rem;
    max-width: 920px;
    margin: 0 auto .55rem;
    text-align: center;
}

.cdr-hero-offers {
    margin: 0;
    font-size: clamp(.88rem, 1.65vw, 1.34rem);
    line-height: 1.15;
    font-weight: 800;
}

.cdr-hero-offers+.cdr-hero-offers {
    margin-top: 0;
}

.cdr-hero-value {
    margin: .45rem auto .8rem;
    color: #F8FAFC;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(1rem, 2.2vw, 1.75rem);
    letter-spacing: .02em;
    text-transform: uppercase;
    line-height: 1.08;
    text-shadow: 0 4px 12px rgba(15, 23, 42, .58);
    max-width: 680px;
}

.cdr-hero-contact {
    margin: 0 auto;
    max-width: 860px;
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: .8rem;
    align-items: center;
    padding: .55rem .75rem;
    border-radius: 14px;
    background: rgba(15, 23, 42, .22);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.cdr-owner-photo {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border: 3px solid rgba(15, 23, 42, .75);
    box-shadow: 0 12px 28px rgba(2, 6, 23, .45);
    margin: 0 auto;
}

.cdr-owner-name {
    margin: 0;
    color: #F8FAFC;
    font-size: clamp(1.7rem, 3.8vw, 3.4rem);
    line-height: 1;
    font-weight: 700;
    text-shadow: 0 4px 16px rgba(15, 23, 42, .65);
}

.cdr-owner-mba {
    font-size: .52em;
    font-weight: 400;
    opacity: .88;
    letter-spacing: .04em;
}

.cdr-owner-role {
    margin: .15rem 0 .28rem;
    color: #F8FAFC;
    font-size: clamp(1.15rem, 2.3vw, 1.95rem);
    line-height: 1;
    font-weight: 400;
    text-shadow: 0 4px 12px rgba(15, 23, 42, .62);
}

.cdr-contact-lines {
    margin: 0;
    color: #F8FAFC;
    font-size: clamp(1rem, 1.7vw, 1.45rem);
    line-height: 1.45;
    text-shadow: 0 3px 10px rgba(15, 23, 42, .62);
    word-break: break-word;
}

.cdr-hero-slogan {
    margin: .3rem auto .65rem;
    color: #FFD700;
    font-family: 'Arial Black', 'Franklin Gothic Heavy', 'Segoe UI', Tahoma, sans-serif;
    font-size: clamp(1.1rem, 2.5vw, 2rem);
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.1;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .55), 0 0 18px rgba(0, 0, 0, .35);
    max-width: 820px;
}

.cdr-contact-lines strong {
    font-weight: 500;
    color: #F8FAFC;
}

@media (max-width: 991px) {
    .cdr-hero-section {
        height: 100dvh;
        min-height: 100dvh;
    }

    .cdr-hero-contact {
        grid-template-columns: 112px minmax(0, 1fr);
        padding: .5rem .6rem;
    }

    .cdr-owner-photo {
        width: 112px;
        height: 112px;
    }

    .cdr-hero-offers-grid {
        gap: .14rem .8rem;
    }
}

@media (max-width: 767px) {
    .cdr-hero-section {
        height: 100dvh;
        min-height: 100dvh;
    }

    .cdr-hero-section .hero-content {
        padding-top: 1.2rem;
        padding-bottom: .5rem;
        align-items: flex-start;
    }

    .cdr-hero-card {
        padding: 0 .15rem;
    }

    .cdr-hero-kicker {
        font-size: clamp(1.05rem, 6vw, 1.35rem);
    }

    .cdr-hero-title {
        font-size: clamp(1.25rem, 7.2vw, 1.95rem);
    }

    .cdr-hero-sub {
        font-size: clamp(.88rem, 4.6vw, 1.18rem);
        margin-bottom: .35rem;
    }

    .cdr-hero-offers-grid {
        grid-template-columns: 1fr;
        gap: .08rem;
        margin-bottom: .35rem;
    }

    .cdr-hero-contact {
        grid-template-columns: 1fr;
        text-align: center;
        max-width: 360px;
        gap: .42rem;
        background: rgba(15, 23, 42, .2);
    }

    .cdr-owner-photo {
        width: 86px;
        height: 86px;
    }

    .cdr-owner-name {
        font-size: clamp(1.25rem, 7.8vw, 1.6rem);
    }

    .cdr-owner-role {
        font-size: clamp(.9rem, 4.8vw, 1.05rem);
        margin-bottom: .2rem;
    }

    .cdr-contact-lines {
        font-size: clamp(.88rem, 3.8vw, 1.05rem);
        line-height: 1.35;
    }

    .cdr-hero-value {
        font-size: clamp(.82rem, 4.2vw, 1rem);
        margin: .3rem auto .45rem;
    }
}

.search-tab-pill {
    display: inline-flex;
    gap: .3rem;
    background: rgba(0, 0, 0, .35);
    border-radius: 100px;
    padding: .3rem;
    margin-bottom: 1.25rem;
}

.search-tab-pill button {
    border: 1px solid rgba(255, 255, 255, .25);
    background: transparent;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: .4rem 1.1rem;
    border-radius: 100px;
    cursor: pointer;
    transition: all .2s;
}

.search-tab-pill button.active,
.search-tab-pill button:hover {
    background: #C8102E;
    border-color: #C8102E;
    color: #fff;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .78rem;
    color: #fff;
}

.trust-badge i {
    color: #C8102E;
    font-size: .9rem;
}

.why-item {
    display: flex;
    gap: 1.1rem;
    align-items: flex-start;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #fff;
    transition: box-shadow .28s, transform .28s, border-color .28s;
}

.why-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
    border-color: rgba(200, 16, 46, .15);
}

.why-item__icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: rgba(200, 16, 46, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #C8102E;
    flex-shrink: 0;
    transition: background .28s, color .28s;
}

.why-item:hover .why-item__icon {
    background: #C8102E;
    color: #fff;
}

.why-item h5 {
    font-size: .95rem;
    font-weight: 700;
    color: #0B1120;
    margin-bottom: .25rem;
}

.why-item p {
    font-size: .83rem;
    color: #64748B;
    margin: 0;
}

/* Why Choose Us - image wrap */
.why-image-wrap {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
}

.why-image-inner {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(11, 17, 32, .22);
}

.why-image-inner img {
    display: block;
    width: 100%;
    transition: transform .55s ease;
}

.why-image-inner:hover img {
    transform: scale(1.04);
}

.why-float-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #C8102E;
    color: #fff;
    border-radius: 14px;
    padding: 1rem 1.4rem;
    box-shadow: 0 8px 28px rgba(200, 16, 46, .45);
    text-align: center;
    min-width: 130px;
    z-index: 3;
}

.why-float-badge__num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.why-float-badge__label {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .05em;
    opacity: .9;
    margin-top: .25rem;
}

.why-image-accent {
    position: absolute;
    top: -14px;
    left: -14px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(200, 16, 46, .08);
    z-index: 0;
    pointer-events: none;
}

/* Roadmap card */
.roadmap-card {
    background: linear-gradient(145deg, #0B1120 0%, #1C2638 100%);
    border-radius: 20px;
    padding: 2.2rem;
    color: #fff;
    box-shadow: 0 16px 48px rgba(11, 17, 32, .3);
    position: relative;
    overflow: hidden;
}

.roadmap-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(200, 16, 46, .08);
    pointer-events: none;
}

.roadmap-card__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    gap: .6rem;
}

.roadmap-card__title i {
    color: #C8102E;
    font-size: 1.1rem;
}

.roadmap-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    padding-bottom: 1rem;
}

.roadmap-step:last-child {
    padding-bottom: 0;
}

.roadmap-step__num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #C8102E;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.roadmap-step__body {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: #fff;
    font-size: .9rem;
    line-height: 1.5;
    padding-top: .35rem;
}

.roadmap-step__icon {
    color: rgba(200, 16, 46, .75);
    font-size: .95rem;
    flex-shrink: 0;
}

.roadmap-step__connector {
    position: absolute;
    left: 16px;
    top: 34px;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
}

.roadmap-card__footer {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .8rem;
    color: #fff;
}

.roadmap-card__footer strong {
    color: #fff;
}

.cta-strip {
    background: linear-gradient(135deg, #C8102E 0%, #8B0000 100%);
    padding: 3.5rem 0;
    position: relative;
    overflow: hidden;
}

.cta-strip::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
}

/* Hero scroll indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    animation: bounceDown 2s infinite;
    transition: border-color .2s, color .2s;
}

.hero-scroll-indicator:hover {
    border-color: #C8102E;
    color: #C8102E;
}

@keyframes bounceDown {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(6px);
    }
}

/* Help scenario card hover */
.help-scenario-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    border-color: rgba(200, 16, 46, .2) !important;
}

/* Promo banner section */
.promo-banner-section {
    width: 100%;
    min-height: 80vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.promo-banner-section img {
    width: 100%;
    height: 80vh;
    object-fit: contain;
    object-position: center;
    display: block;
}

@media (max-width: 767px) {

    .promo-banner-section,
    .promo-banner-section img {
        min-height: 50vw;
        height: auto;
    }
}