/* ==========================================
   ELBILAR 2025 PAGE
   ========================================== */

/* --- Hero --- */
.eb25-hero {
    position: relative;
    padding: 140px 0 80px;
    text-align: center;
    overflow: hidden;
    background: var(--color-bg);
}
.eb25-hero__bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 40% 40%, rgba(5,196,107,0.1) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 60%, rgba(30,144,255,0.06) 0%, transparent 50%);
    pointer-events: none;
}
.eb25-hero__content { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; padding: 0 24px; }
.eb25-hero__label {
    display: inline-block; padding: 6px 22px; font-size: 0.875rem; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-accent);
    border: 1px solid rgba(5,196,107,0.3); border-radius: 50px; margin-bottom: 20px;
}
.eb25-hero__title {
    font-size: clamp(3rem, 8vw, 5rem); font-weight: 900; color: var(--color-white);
    line-height: 1.05; margin-bottom: 20px; letter-spacing: -0.03em;
}
.eb25-hero__subtitle {
    font-size: 1.1rem; color: var(--color-text-muted); max-width: 620px;
    margin: 0 auto 36px; line-height: 1.7;
}
.eb25-hero__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
.eb25-hero__stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; max-width: 700px; margin: 0 auto; }
.eb25-stat { text-align: center; }
.eb25-stat__value { font-size: 2rem; font-weight: 800; color: var(--color-white); }
.eb25-stat__unit { font-size: 0.9rem; font-weight: 600; color: var(--color-accent); margin-left: 2px; }
.eb25-stat__label { display: block; font-size: 0.8125rem; color: var(--color-text-muted); margin-top: 4px; }

/* --- Sticky section nav --- */
.eb25-snav {
    position: sticky; top: var(--nav-height); z-index: 100;
    background: rgba(10,10,10,0.92); backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--color-border); padding: 12px 0;
}
.eb25-snav__inner {
    max-width: var(--container-max); margin: 0 auto; padding: 0 24px;
    display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none;
}
.eb25-snav__inner::-webkit-scrollbar { display: none; }
.eb25-snav__link {
    flex-shrink: 0; padding: 7px 18px; font-size: 0.83rem; font-weight: 600;
    color: var(--color-text-muted); border-radius: 50px; transition: var(--transition); white-space: nowrap;
}
.eb25-snav__link:hover { color: var(--color-white); background: rgba(255,255,255,0.06); }
.eb25-snav__link.active { color: var(--color-bg); background: var(--color-accent); }

/* --- Models --- */
.eb25-models { display: flex; flex-direction: column; gap: 32px; margin-top: 40px; }
.eb25-model {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    background: var(--color-bg-card); border: 1px solid var(--color-border);
    border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition);
}
.eb25-model:hover { border-color: rgba(5,196,107,0.3); box-shadow: 0 12px 48px rgba(0,0,0,0.3); }
.eb25-model:nth-child(even) { direction: rtl; }
.eb25-model:nth-child(even) > * { direction: ltr; }
.eb25-model__img { position: relative; min-height: 320px; overflow: hidden; }
.eb25-model__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.eb25-model:hover .eb25-model__img img { transform: scale(1.04); }
.eb25-model__badge {
    position: absolute; top: 20px; left: 20px; padding: 5px 16px; font-size: 0.8125rem;
    font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
    color: var(--color-bg); background: var(--color-accent); border-radius: 50px; z-index: 1;
}
.eb25-model__badge--blue { background: #1e90ff; }
.eb25-model__body { padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; }
.eb25-model__tag {
    font-size: 0.8125rem; font-weight: 600; color: var(--color-accent);
    text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px;
}
.eb25-model__body h3 { font-size: 1.5rem; font-weight: 800; color: var(--color-white); margin-bottom: 12px; }
.eb25-model__body p { font-size: 0.92rem; color: var(--color-text-muted); line-height: 1.7; margin-bottom: 20px; }
.eb25-model__body p strong { color: var(--color-white); }
.eb25-model__specs { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 20px; }
.eb25-spec { text-align: center; padding: 10px 4px; background: rgba(255,255,255,0.03); border-radius: var(--radius-sm); }
.eb25-spec__val { display: block; font-size: 0.95rem; font-weight: 700; color: var(--color-white); }
.eb25-spec__lbl { display: block; font-size: 0.8125rem; color: var(--color-text-muted); margin-top: 2px; }
.eb25-model__price { font-size: 0.95rem; color: var(--color-text-muted); margin-bottom: 20px; }
.eb25-model__price strong { color: var(--color-accent); font-size: 1.2rem; }
.eb25-model__actions { display: flex; gap: 12px; }

/* --- Trends --- */
.eb25-trends { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
.eb25-trend {
    background: var(--color-bg-card); border: 1px solid var(--color-border);
    border-radius: var(--radius-md); padding: 28px 24px; transition: var(--transition);
}
.eb25-trend:hover { transform: translateY(-4px); border-color: rgba(5,196,107,0.3); }
.eb25-trend__icon { font-size: 1.8rem; margin-bottom: 14px; }
.eb25-trend h3 { font-size: 1rem; font-weight: 700; color: var(--color-white); margin-bottom: 10px; }
.eb25-trend p { font-size: 0.85rem; color: var(--color-text-muted); line-height: 1.6; }
.eb25-trend a { color: var(--color-accent); font-weight: 600; }
.eb25-trend a:hover { text-decoration: underline; }

/* --- Incentives --- */
.eb25-incentives { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 40px; }
.eb25-incentive {
    display: flex; gap: 20px; align-items: flex-start;
    background: var(--color-bg-card); border: 1px solid var(--color-border);
    border-radius: var(--radius-md); padding: 28px 24px; transition: var(--transition);
}
.eb25-incentive:hover { transform: translateY(-3px); border-color: rgba(5,196,107,0.3); }
.eb25-incentive__icon {
    flex-shrink: 0; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; background: rgba(5,196,107,0.08); border-radius: var(--radius-md);
}
.eb25-incentive__body h3 { font-size: 1rem; font-weight: 700; color: var(--color-white); margin-bottom: 8px; }
.eb25-incentive__body p { font-size: 0.85rem; color: var(--color-text-muted); line-height: 1.6; margin-bottom: 10px; }
.eb25-incentive__tag {
    display: inline-block; padding: 4px 14px; font-size: 0.8125rem; font-weight: 700;
    color: var(--color-accent); background: rgba(5,196,107,0.1);
    border: 1px solid rgba(5,196,107,0.2); border-radius: 50px;
}
.eb25-savings {
    margin-top: 32px; padding: 40px 36px; text-align: center;
    background: var(--color-bg-card); border: 2px solid rgba(5,196,107,0.2); border-radius: var(--radius-lg);
}
.eb25-savings h3 { font-size: 1.3rem; font-weight: 800; color: var(--color-white); margin-bottom: 12px; }
.eb25-savings p { font-size: 0.95rem; color: var(--color-text-muted); max-width: 600px; margin: 0 auto 24px; line-height: 1.7; }
.eb25-savings strong { color: var(--color-accent); }

/* --- Comparison table --- */
.eb25-table-wrap { overflow-x: auto; margin-top: 40px; }
.eb25-table {
    width: 100%; border-collapse: collapse; min-width: 640px;
    background: var(--color-bg-card); border-radius: var(--radius-md); overflow: hidden;
}
.eb25-table th, .eb25-table td { padding: 14px 18px; text-align: left; font-size: 0.88rem; border-bottom: 1px solid var(--color-border); }
.eb25-table th { background: rgba(5,196,107,0.08); color: var(--color-white); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.04em; }
.eb25-table td { color: var(--color-text-muted); }
.eb25-table td:first-child { color: var(--color-text); font-weight: 600; }
.eb25-best { color: var(--color-accent) !important; font-weight: 700 !important; }
.eb25-table tr:hover td { background: rgba(255,255,255,0.02); }
.eb25-table__note { text-align: center; margin-top: 14px; font-size: 0.8125rem; color: var(--color-text-dim); }
.btn--sm { padding: 9px 20px; font-size: 0.875rem; }

/* --- Internal links grid --- */
.eb25-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 40px; }
.eb25-link {
    display: block; padding: 22px 18px; text-align: center;
    background: var(--color-bg-card); border: 1px solid var(--color-border);
    border-radius: var(--radius-md); transition: var(--transition);
}
.eb25-link:hover { transform: translateY(-4px); border-color: var(--color-accent); }
.eb25-link__title { display: block; font-size: 0.92rem; font-weight: 700; color: var(--color-white); margin-bottom: 4px; }
.eb25-link__desc { display: block; font-size: 0.8125rem; color: var(--color-text-muted); }
.eb25-link:hover .eb25-link__title { color: var(--color-accent); }
.eb25-link--active { border-color: var(--color-accent); }
.eb25-link--active .eb25-link__title { color: var(--color-accent); }

/* --- CTA --- */
.eb25-cta-section { padding: 80px 0; }
.eb25-cta {
    background: var(--color-bg-card); border: 1px solid var(--color-border); border-radius: var(--radius-xl);
    padding: 60px 40px; text-align: center; position: relative; overflow: hidden;
}
.eb25-cta::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, rgba(5,196,107,0.06) 0%, transparent 70%); pointer-events: none;
}
.eb25-cta h2 { font-size: 2rem; font-weight: 800; color: var(--color-white); margin-bottom: 12px; position: relative; }
.eb25-cta p { color: var(--color-text-muted); font-size: 1.05rem; margin-bottom: 28px; position: relative; }
.eb25-cta__actions { display: flex; gap: 16px; justify-content: center; position: relative; }

/* --- Responsive --- */
@media (max-width: 1024px) {
    .eb25-trends { grid-template-columns: repeat(2,1fr); }
    .eb25-links { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 768px) {
    .eb25-hero { padding: 120px 0 60px; }
    .eb25-hero__stats { grid-template-columns: repeat(2,1fr); gap: 16px; }
    .eb25-model { grid-template-columns: 1fr; }
    .eb25-model:nth-child(even) { direction: ltr; }
    .eb25-model__img { min-height: 220px; }
    .eb25-model__body { padding: 28px 24px; }
    .eb25-model__specs { grid-template-columns: repeat(2,1fr); }
    .eb25-trends { grid-template-columns: 1fr; }
    .eb25-incentives { grid-template-columns: 1fr; }
    .eb25-incentive { flex-direction: column; align-items: center; text-align: center; }
    .eb25-links { grid-template-columns: repeat(2,1fr); }
    .eb25-cta { padding: 40px 24px; }
    .eb25-cta__actions { flex-direction: column; align-items: center; }
    .eb25-model__actions { flex-direction: column; }
}
@media (max-width: 480px) {
    .eb25-links { grid-template-columns: 1fr; }
    .eb25-hero__stats { grid-template-columns: 1fr 1fr; }
}
