/* =========================
   HOME HERO PREMIUM V2
========================= */

.hero-premium-v2 {
    position: relative;
    max-width: 1280px;
    margin: 24px auto 28px;
    padding: 22px;
    border-radius: 34px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.hero-premium-bg-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(80px);
    pointer-events: none;
    opacity: 0.4;
}

.hero-premium-bg-glow-1 {
    width: 260px;
    height: 260px;
    background: rgba(37, 99, 235, 0.18);
    top: -40px;
    left: -40px;
}

.hero-premium-bg-glow-2 {
    width: 240px;
    height: 240px;
    background: rgba(249, 115, 22, 0.18);
    bottom: -60px;
    right: -20px;
}

.hero-premium-topbar {
    margin-bottom: 18px;
}

.hero-live-strip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #166534;
    font-size: 14px;
    font-weight: 700;
}

.hero-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    animation: heroLivePulse 1.3s infinite;
}

@keyframes heroLivePulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.6); opacity: 0.35; }
    100% { transform: scale(1); opacity: 1; }
}

.hero-premium-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.95fr;
    gap: 22px;
    align-items: stretch;
}

.hero-premium-left,
.hero-premium-right {
    position: relative;
    z-index: 1;
}

.hero-premium-left {
    padding: 34px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 32%),
        linear-gradient(135deg, #06122b 0%, #081b46 48%, #0b2e78 100%);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.hero-badge-patient {
    background: rgba(255,255,255,0.1);
    color: #dbeafe;
    border: 1px solid rgba(255,255,255,0.14);
}

.hero-badge-dentist {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.hero-premium-title {
    margin: 18px 0 14px;
    font-size: 56px;
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: #ffffff;
    max-width: 760px;
}

.hero-premium-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 1.7;
    color: rgba(255,255,255,0.86);
    max-width: 720px;
}

.hero-premium-alert {
    margin-top: 18px;
    max-width: 700px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(249, 115, 22, 0.16);
    border: 1px solid rgba(249, 115, 22, 0.28);
    color: #fdba74;
    font-weight: 700;
    line-height: 1.5;
}

.hero-premium-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

.hero-btn-big {
    min-height: 58px;
    padding: 0 24px;
    font-size: 17px;
    font-weight: 800;
    border-radius: 18px;
}

.hero-live-counter {
    color: #dbeafe;
    font-size: 15px;
    font-weight: 700;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.hero-trust-pill {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 700;
}

.hero-mini-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.hero-mini-card {
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(4px);
}

.hero-mini-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #ffffff;
}

.hero-mini-card small {
    display: block;
    line-height: 1.55;
    color: rgba(255,255,255,0.75);
    font-size: 13px;
}

.hero-mini-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 800;
}

.hero-mini-card-active {
    border-color: rgba(96,165,250,0.45);
    box-shadow: 0 10px 24px rgba(59,130,246,0.14);
}

.hero-mini-card-success {
    border-color: rgba(74,222,128,0.4);
}

.hero-premium-right {
    display: grid;
    grid-template-rows: auto auto;
    gap: 18px;
}

.hero-doctor-panel,
.hero-simulation-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.hero-doctor-panel {
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(249,115,22,0.10), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}

.hero-doctor-panel h2 {
    margin: 16px 0 12px;
    font-size: 36px;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.hero-doctor-text {
    margin: 0;
    color: #475569;
    line-height: 1.75;
    font-size: 16px;
}

.hero-doctor-benefits {
    display: grid;
    gap: 10px;
    margin: 18px 0 22px;
}

.hero-doctor-benefit {
    padding: 12px 14px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-weight: 700;
    line-height: 1.5;
}

.hero-doctor-note {
    margin-top: 14px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.hero-simulation-card {
    padding: 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.hero-simulation-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.hero-simulation-badge,
.hero-simulation-status {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.hero-simulation-badge {
    background: #eff6ff;
    color: #1d4ed8;
}

.hero-simulation-status {
    background: #ecfdf5;
    color: #166534;
}

.hero-simulation-line {
    padding: 14px 16px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-simulation-line.success {
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #166534;
}

.hero-simulation-line.muted {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
}

.pulse-btn {
    position: relative;
}

.pulse-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    box-shadow: 0 0 0 rgba(249,115,22,0.45);
    animation: pulseBtnGlow 1.7s infinite;
    z-index: -1;
}

@keyframes pulseBtnGlow {
    0% { box-shadow: 0 0 0 rgba(249,115,22,0.28); }
    50% { box-shadow: 0 0 22px rgba(249,115,22,0.55); }
    100% { box-shadow: 0 0 0 rgba(249,115,22,0.28); }
}

@media (max-width: 1100px) {
    .hero-premium-grid {
        grid-template-columns: 1fr;
    }

    .hero-premium-title {
        font-size: 46px;
    }

    .hero-mini-flow {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .hero-premium-v2 {
        margin: 14px auto 20px;
        padding: 14px;
        border-radius: 24px;
    }

    .hero-premium-left,
    .hero-doctor-panel,
    .hero-simulation-card {
        border-radius: 22px;
        padding: 22px;
    }

    .hero-premium-title {
        font-size: 34px;
    }

    .hero-premium-subtitle {
        font-size: 17px;
    }

    .hero-doctor-panel h2 {
        font-size: 28px;
    }

    .hero-premium-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-btn-big {
        width: 100%;
        justify-content: center;
    }
}

/* =========================
   HOME MIDDLE SECTIONS PREMIUM
========================= */

.how-section-premium,
.incident-section-premium {
    max-width: 1280px;
    margin: 0 auto 26px;
    padding: 26px 22px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.how-section-premium h2,
.incident-section-premium h2 {
    margin: 8px 0 6px;
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.section-intro {
    margin: 0 0 20px;
    max-width: 760px;
    color: #475569;
    line-height: 1.7;
    font-size: 16px;
}

.steps-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.step-card-premium {
    position: relative;
    padding: 22px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.step-card-premium:hover {
    transform: translateY(-4px);
    border-color: #bfdbfe;
    box-shadow: 0 14px 28px rgba(59, 130, 246, 0.10);
}

.step-card-premium h4 {
    margin: 12px 0 8px;
    font-size: 20px;
    color: #0f172a;
}

.step-card-premium p {
    margin: 0;
    color: #475569;
    line-height: 1.65;
}

.step-card-premium .step-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 800;
    font-size: 15px;
    box-shadow: inset 0 0 0 1px rgba(29,78,216,0.06);
}

.incident-tags-premium {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.incident-tags-premium span {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
    border: 1px solid #dbeafe;
    color: #1d4ed8;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 8px 18px rgba(59, 130, 246, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.incident-tags-premium span:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(59, 130, 246, 0.10);
}

.incident-note {
    margin-top: 16px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
}

@media (max-width: 900px) {
    .steps-grid-premium {
        grid-template-columns: 1fr;
    }

    .how-section-premium h2,
    .incident-section-premium h2 {
        font-size: 30px;
    }
}

@media (max-width: 720px) {
    .how-section-premium,
    .incident-section-premium {
        padding: 20px 16px;
        border-radius: 22px;
    }

    .how-section-premium h2,
    .incident-section-premium h2 {
        font-size: 28px;
    }

    .section-intro {
        font-size: 15px;
    }
}






.hero-btn-primary {
    background: #f97316;
    color: #fff;
    box-shadow: 0 12px 28px rgba(249, 115, 22, 0.4);
}

.hero-btn-primary:hover {
    background: #ea580c;
    color: #fff;
}

.hero-btn-contrast {
    background: #0f172a;
    color: #fff;
}

.hero-btn-contrast:hover {
    background: #020617;
    color: #fff;
}

.hero-btn-big {
    height: 58px;
    padding: 0 26px;
    border-radius: 18px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}

/* PREMIUM INSTALL STRIP */

.install-strip-premium{
    margin:24px auto 10px;
    max-width:1180px;
    padding:0 20px;
}

.install-strip-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%);
    border:1px solid #dbeafe;
    border-radius:24px;
    padding:22px 26px;
    box-shadow:0 12px 30px rgba(15,23,42,.05);
}

.install-mini-label{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 10px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
    font-weight:800;
    margin-bottom:10px;
}

.install-strip-content h3{
    margin:0 0 8px;
    font-size:28px;
    line-height:1.1;
    letter-spacing:-1px;
    color:#0f172a;
}

.install-strip-content p{
    margin:0;
    max-width:700px;
    color:#64748b;
    line-height:1.6;
    font-size:15px;
}

.install-strip-btn{
    border:none;
    background:#2563eb;
    color:#fff;
    padding:14px 20px;
    border-radius:14px;
    font-size:14px;
    font-weight:800;
    cursor:pointer;
    white-space:nowrap;
    transition:.2s ease;
    box-shadow:0 12px 24px rgba(37,99,235,.22);
}

.install-strip-btn:hover{
    transform:translateY(-2px);
    background:#1d4ed8;
}

@media(max-width:768px){

    .install-strip-content{
        flex-direction:column;
        align-items:flex-start;
    }

    .install-strip-content h3{
        font-size:24px;
    }

    .install-strip-btn{
        width:100%;
        justify-content:center;
    }
}