/* ── GLOBAL ── */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* ── HERO ── */
.hc-hero {
    background: linear-gradient(135deg, #0d1b3e 0%, #1a2e5a 60%, #0f2044 100%);
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
}

.hc-hero::after {
    content: '';
    position: absolute;
    right: -5%;
    top: 0;
    width: 55%;
    height: 100%;
    background: radial-gradient(ellipse 70% 80% at 80% 50%, rgba(37, 99, 235, .22) 0%, transparent 70%);
    pointer-events: none;
}

.hc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37, 99, 235, .15);
    border: 1px solid rgba(37, 99, 235, .35);
    color: #60a5fa;
    font-size: .82rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 22px;
}

.hc-hero h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 8px;
}

.hc-hero h1 .model {
    color: #2563eb;
    font-size: clamp(2rem, 3.5vw, 3rem);
    display: block;
}

.hc-check-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 32px;
}

.hc-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #cbd5e1;
    font-size: .88rem;
    line-height: 1.5;
    margin-bottom: 12px;
}

.hc-check-list li i {
    color: #2563eb;
    font-size: .85rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.btn-cta-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2563eb;
    color: #fff;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid #2563eb;
    transition: background .2s, transform .15s;
}

.btn-cta-main:hover {
    background: #1d4ed8;
    transform: translateX(3px);
    color: #fff;
}

.btn-cta-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #94a3b8;
    padding: 14px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid rgba(148, 163, 184, .3);
    transition: border-color .2s, color .2s;
}

.btn-cta-ghost:hover {
    border-color: #60a5fa;
    color: #60a5fa;
}

.hc-hero-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hc-hero-img-wrap img {
    width: 100%;
    max-width: 540px;
    border-radius: 8px;
    filter: drop-shadow(0 20px 50px rgba(37, 99, 235, .45));
}

/* ── 3 PILLARS ── */
.hc-pillars {
    background: #fff;
    border-top: 1px solid #e2e8f0;
}

.hc-pillar {
    padding: 40px 36px;
    border-right: 1px solid #e2e8f0;
}

.hc-pillar:last-child {
    border-right: none;
}

.hc-pillar .tag {
    font-size: .78rem;
    font-weight: 700;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.hc-pillar h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.hc-pillar p {
    color: #64748b;
    font-size: .86rem;
    line-height: 1.6;
    margin: 0;
}

/* ── PARTNERS ── */
.hc-partners {
    padding: 40px 0;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.hc-partners-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.hc-partners-list img {
    height: 35px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s;
}

.hc-partners-list img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* ── CTA FINAL ── */
.hc-cta-final {
    background: #2563eb;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.hc-cta-final h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.hc-cta-final p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 40px;
}

.hc-univers {
    padding: 80px 0;
    background: #f8fafc;
}

.hc-univers-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 30px 24px;
    transition: box-shadow .2s, border-color .2s, transform .2s;
    text-decoration: none;
    display: block;
    height: 100%;
}

.hc-univers-card:hover {
    box-shadow: 0 6px 24px rgba(37, 99, 235, .1);
    border-color: #2563eb;
    transform: translateY(-3px);
}

.hc-univers-card .ic {
    width: 44px;
    height: 44px;
    background: #eff6ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.hc-univers-card .ic i {
    color: #2563eb;
    font-size: 1.2rem;
}

.hc-univers-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.hc-univers-card p {
    color: #64748b;
    font-size: .88rem;
    line-height: 1.6;
    margin: 0 0 16px;
}

.hc-univers-card .from {
    font-size: .82rem;
    color: #2563eb;
    font-weight: 600;
}


/* ── STATS ── */
.hc-stats {
    background: #1e293b;
    padding: 48px 0;
}

.hc-stat-item {
    text-align: center;
}

.hc-stat-item strong {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: #38bdf8;
    line-height: 1;
}

.hc-stat-item span {
    color: #64748b;
    font-size: .85rem;
    margin-top: 6px;
    display: block;
}

/* ── REVIEWS ── */
.hc-reviews {
    padding: 80px 0;
    background: #f8fafc;
}

.hc-review {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 28px;
    height: 100%;
}

.hc-review .stars {
    color: #f59e0b;
    font-size: 1rem;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.hc-review blockquote {
    color: #334155;
    font-size: .93rem;
    line-height: 1.7;
    margin: 0 0 18px;
    font-style: normal;
}

.hc-review .author {
    font-weight: 700;
    color: #1e293b;
    font-size: .88rem;
}

.hc-review .author span {
    color: #64748b;
    font-weight: 400;
}

/* ── CTA ── */
.hc-cta {
    background: #2563eb;
    padding: 60px 0;
}

.hc-cta h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.hc-cta p {
    color: rgba(255, 255, 255, .75);
    margin: 0;
}

.btn-cta-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #2563eb;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: background .2s;
}

.btn-cta-white:hover {
    background: #f1f5f9;
    color: #2563eb;
}

.btn-cta-outline-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 14px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, .4);
    transition: border-color .2s;
}

.btn-cta-outline-white:hover {
    border-color: #fff;
    color: #fff;
}