.premium-card{
    background:#fff;
    border:none;
    border-radius:24px;
    box-shadow:0 18px 42px rgba(23,32,44,.10);
    overflow:hidden;
}

.premium-card .card-body{
    padding:1.7rem;
}

.hero-mini-card{
    display:block;
    width:100%;
    background:#f8f9fa;
    border:1px solid rgba(0,0,0,.06);
    border-radius:18px;
    padding:1rem 1.1rem;
    height:100%;
}

.hero-mini-card .value{
    display:block;
    font-weight:800;
    line-height:1.3;
    margin-bottom:.35rem;
    color:#17202c;
}

.hero-mini-card .label{
    display:block;
    font-size:.95rem;
    line-height:1.55;
    color:#5f6b7a;
    white-space:normal;
}

.alert-premium{
    background:#fff3cd;
    border:1px solid #ffe08a;
    color:#6b5200;
    font-weight:600;
    border-radius:18px;
    padding:1rem 1.2rem;
}

.icon-badge{
    width:70px;
    height:70px;
    border-radius:20px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:1.85rem;
    margin-bottom:1rem;
}

.icon-red{
    background:rgba(139,30,30,.12);
    color:#8b1e1e;
}
.premium-card{
    background:#fff;
    border:none;
    border-radius:24px;
    box-shadow:0 18px 42px rgba(23,32,44,.10);
    overflow:hidden;
}

.premium-card .card-body{
    padding:1.7rem;
}

.hero-mini-card{
    display:block;
    width:100%;
    background:#f8f9fa;
    border:1px solid rgba(0,0,0,.06);
    border-radius:18px;
    padding:1rem 1.1rem;
    height:100%;
}

.hero-mini-card .value{
    display:block;
    font-weight:800;
    line-height:1.3;
    margin-bottom:.35rem;
    color:#17202c;
}

.hero-mini-card .label{
    display:block;
    font-size:.95rem;
    line-height:1.55;
    color:#5f6b7a;
    white-space:normal;
}

.alert-premium{
    background:#fff3cd;
    border:1px solid #ffe08a;
    color:#6b5200;
    font-weight:600;
    border-radius:18px;
    padding:1rem 1.2rem;
}

.icon-badge{
    width:70px;
    height:70px;
    border-radius:20px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:1.85rem;
    margin-bottom:1rem;
}

.icon-red{
    background:rgba(139,30,30,.12);
    color:#8b1e1e;
}
:root{
    --primary:#8b1e1e;
    --primary-dark:#5f1414;
    --gold:#d89b2b;
    --gold-soft:#f4c76b;
    --dark:#17202c;
    --soft:#fffaf4;
    --soft-2:#f8f3ec;
    --text:#243244;
    --muted:#6b7280;
    --success:#198754;
    --shadow:0 18px 42px rgba(23,32,44,.10);
    --radius:24px;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    color:var(--text);
    background:#ffffff;
    line-height:1.7;
}

.hero-premium{
    min-height:720px;
    display:flex;
    align-items:center;
    position:relative;
    color:#fff;
    background:
            linear-gradient(135deg, rgba(16,23,34,.90), rgba(139,30,30,.78)),
            url('https://images.unsplash.com/photo-1621905251918-48416bd8575a?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    overflow:hidden;
}

.hero-premium::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.18), transparent 40%);
    pointer-events:none;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:.6rem;
    padding:.7rem 1.15rem;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    backdrop-filter:blur(8px);
    font-weight:700;
    letter-spacing:.2px;
}

.hero-premium h1{
    font-size:clamp(2.1rem, 4vw, 4rem);
    font-weight:800;
    line-height:1.12;
    margin-bottom:1.2rem;
}

.hero-premium .lead{
    font-size:1.14rem;
    color:rgba(255,255,255,.92);
    max-width:760px;
}

.hero-panel{

    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    border-radius:28px;
    padding:1.6rem;
    backdrop-filter:blur(8px);
    box-shadow:0 18px 40px rgba(0,0,0,.18);
    min-width: 180px;
}

.hero-mini-card{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    border-radius:20px;
    padding:1rem;
    height:100%;
    text-align:center;
}

.hero-mini-card .value{
    display:block;
    font-size:1.55rem;
    font-weight:800;
    color:#fff;
}

.hero-mini-card .label{
    color:rgba(255,255,255,.82);
    font-size:.95rem;
}

.btn-gold{
    background:linear-gradient(90deg, var(--gold), var(--gold-soft));
    color:#1b1b1b;
    border:none;
    font-weight:800;
    border-radius:14px;
    padding:.95rem 1.45rem;
    box-shadow:0 12px 28px rgba(216,155,43,.28);
}

.btn-gold:hover{
    color:#111;
    background:linear-gradient(90deg, var(--gold-soft), var(--gold));
}

.btn-light-outline{
    border:2px solid rgba(255,255,255,.72);
    color:#fff;
    font-weight:700;
    border-radius:14px;
    padding:.95rem 1.45rem;
}

.btn-light-outline:hover{
    background:#fff;
    color:#111827;
}

.section-pad{
    padding:90px 0;
}

.section-soft{
    background:linear-gradient(180deg, #fffdfb, var(--soft));
}

.section-title{
    font-size:clamp(1.9rem,3vw,2.8rem);
    font-weight:800;
    color:var(--dark);
    margin-bottom:1rem;
}

.section-subtitle{
    color:var(--muted);
    max-width:920px;
    margin:0 auto 2rem auto;
}

.premium-card,
.service-card,
.city-card,
.faq-card,
.trust-card{
    background:#fff;
    border:none;
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    height:100%;
    overflow:hidden;
}

.premium-card .card-body,
.service-card .card-body,
.city-card .card-body,
.faq-card .card-body,
.trust-card .card-body{
    padding:1.7rem;
}

.icon-badge{
    width:70px;
    height:70px;
    border-radius:20px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:1.85rem;
    margin-bottom:1rem;
    box-shadow:0 10px 24px rgba(0,0,0,.08);
}

.icon-red{ background:rgba(139,30,30,.12); color:var(--primary); }
.icon-gold{ background:rgba(216,155,43,.15); color:#a96d08; }
.icon-blue{ background:rgba(13,110,253,.12); color:#0d6efd; }
.icon-green{ background:rgba(25,135,84,.12); color:#198754; }

.photo-cover{
    width:100%;
    height:100%;
    min-height:380px;
    object-fit:cover;
    border-radius:28px;
    box-shadow:var(--shadow);
}

.elegant-box{
    background:linear-gradient(135deg, rgba(139,30,30,.05), rgba(216,155,43,.10));
    border:1px solid rgba(139,30,30,.08);
    border-radius:28px;
    padding:2rem;
}

.insurance-box{
    background:linear-gradient(135deg, #fff8ec, #ffffff);
    border:2px solid rgba(216,155,43,.28);
    border-radius:28px;
    padding:2rem;
    box-shadow:0 14px 34px rgba(216,155,43,.12);
}

.experience-strip{
    background:linear-gradient(135deg, var(--dark), #283548);
    color:#fff;
    border-radius:30px;
    padding:2.2rem;
    box-shadow:0 20px 42px rgba(23,32,44,.18);
}

.experience-strip h2,
.experience-strip p,
.experience-strip li{
    color:#fff;
}

.regulation-box{
    background:linear-gradient(135deg, #fff8f1, #ffffff);
    border:2px solid rgba(216,155,43,.25);
    border-radius:30px;
    padding:2rem;
    box-shadow:0 14px 32px rgba(216,155,43,.10);
}

.alert-premium{
    background:#fff3cd;
    border:1px solid #ffe08a;
    color:#6b5200;
    font-weight:700;
    border-radius:18px;
    padding:1rem 1.2rem;
}

.check-list{
    list-style:none;
    padding:0;
    margin:0;
}

.check-list li{
    position:relative;
    padding-left:2rem;
    margin-bottom:.8rem;
}

.check-list li::before{
    content:"\F26E";
    font-family:"bootstrap-icons";
    position:absolute;
    left:0;
    top:.1rem;
    color:var(--success);
    font-weight:700;
}

.city-card h3,
.service-card h3,
.faq-card h3,
.trust-card h3{
    font-size:1.22rem;
    font-weight:800;
    color:var(--dark);
    margin-bottom:.85rem;
}

.service-card ul,
.city-card ul{
    padding-left:1.1rem;
    margin-bottom:0;
}

.service-card li,
.city-card li{
    margin-bottom:.45rem;
}

.trust-grid-number{
    font-size:2rem;
    font-weight:800;
    color:var(--primary);
    line-height:1;
}

.cta-box{
    background:linear-gradient(135deg, var(--primary-dark), var(--primary));
    color:#fff;
    border-radius:30px;
    padding:2.2rem;
    box-shadow:0 20px 42px rgba(139,30,30,.18);
}

.cta-box h2, .cta-box p{
    color:#fff;
}

.small-note{
    color:var(--muted);
    font-size:.95rem;
}

footer{
    background:#121926;
    color:rgba(255,255,255,.88);
}

footer a{
    color:#ffd67a;
    text-decoration:none;
}

footer a:hover{
    color:#fff;
}
