@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/* ── GLOBAL RESETS ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* ── HERO ── */
.hero {
    background: linear-gradient(135deg, #f0f5ff 0%, #e8f0fe 40%, #fef9ec 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem 4rem;
}
.hero::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(26,86,219,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 4rem;
    align-items: center;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #d1fae5;
    color: #10b981;
    border: 1px solid rgba(16,185,129,0.25);
    padding: 0.35rem 1rem;
    border-radius: 100px;
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.hero-badge svg { width: 14px; height: 14px; }
.hero h1 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    color: #0f172a;
}
.hero h1 em { font-style: normal; color: #1a56db; }
.hero p.lead {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2rem;
    max-width: 520px;
}
.hero-features { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.hero-feat {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #334155;
}
.hero-feat svg { color: #10b981; flex-shrink: 0; }
.hero-cta { display: flex; gap: 0.75rem; flex-wrap: wrap; }

/* ── BUTTONS (used in hero) ── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    border: none;
    font-family: 'DM Sans', sans-serif;
}
.btn-outline {
    background: transparent;
    border: 1.5px solid #e2e8f0;
    color: #334155;
}
.btn-outline:hover { border-color: #1a56db; color: #1a56db; background: #e8f0fe; }
.btn-primary {
    background: linear-gradient(135deg, #1a56db 0%, #3b82f6 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(26,86,219,0.3);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(26,86,219,0.4); }
.btn-lg { padding: 0.85rem 2rem; font-size: 1rem; border-radius: 10px; }

/* ── BD OFFER BANNER ── */
.bd-offer-banner {
    background: linear-gradient(135deg, #1a56db 0%, #7c3aed 100%);
    color: #fff;
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
}
.bd-offer-banner::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
}
.bd-offer-icon { font-size: 2rem; flex-shrink: 0; }
.bd-offer-content h4 { font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.bd-offer-content p { font-size: 0.85rem; opacity: 0.9; margin: 0; }
.bd-badge {
    background: #f59e0b;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.2rem 0.6rem;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 0.4rem;
}

/* ── HERO STATS CARD ── */
.hero-card-wrap { position: relative; }
.hero-stats-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 12px 40px rgba(26,86,219,0.13), 0 4px 16px rgba(0,0,0,0.08);
    border: 1px solid rgba(26,86,219,0.08);
}
.hero-stats-card h3 { font-family: 'Sora', sans-serif; font-size: 1.1rem; margin-bottom: 1.5rem; color: #1a56db; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stat-item { text-align: center; padding: 1rem; background: #f8faff; border-radius: 12px; }
.stat-num { font-family: 'Sora', sans-serif; font-size: 1.8rem; font-weight: 800; color: #1a56db; line-height: 1; }
.stat-label { font-size: 0.8rem; color: #64748b; margin-top: 0.25rem; }
.rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}
.stars { color: #f59e0b; font-size: 1.1rem; letter-spacing: 1px; }
.rating-text { font-size: 0.85rem; color: #64748b; }
.rating-text strong { color: #0f172a; }

/* ── TRUST BAR ── */
.trust-bar { background: #1a56db; padding: 1.25rem 1.5rem; }
.trust-bar-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; }
.trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.9); font-size: 0.9rem; font-weight: 500; }
.trust-item svg { color: rgba(255,255,255,0.7); }

/* ── SECTIONS ── */
.section { padding: 5rem 1.5rem; }
.section-alt { background: #f8faff; }
.container { max-width: 1200px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-chip {
    display: inline-block;
    background: #e8f0fe;
    color: #1a56db;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.3rem 0.9rem;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}
.section-header h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
    color: #0f172a;
}
.section-header p { color: #64748b; font-size: 1.05rem; max-width: 580px; margin: 0 auto; }

/* ── SERVICES GRID ── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem; }
.service-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem 1.25rem;
    text-align: center;
    transition: all 0.25s;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.service-card:hover {
    border-color: #1a56db;
    background: #e8f0fe;
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(26,86,219,0.10), 0 2px 6px rgba(0,0,0,0.06);
}
.service-card:hover .service-icon { background: #1a56db; color: #fff; }
.service-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.85rem;
    background: #f8faff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: all 0.25s;
}
.service-card h4 { font-family: 'Sora', sans-serif; font-size: 0.9rem; font-weight: 600; color: #0f172a; }

/* ── FACTS GRID ── */
.facts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.fact-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    transition: all 0.25s;
}
.fact-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(26,86,219,0.13); }
.fact-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1a56db, #3b82f6);
}
.fact-number { font-family: 'Sora', sans-serif; font-size: 2.5rem; font-weight: 800; color: #1a56db; line-height: 1; }
.fact-plus { font-size: 1.5rem; color: #f59e0b; }
.fact-label { font-family: 'Sora', sans-serif; font-size: 0.95rem; font-weight: 600; color: #0f172a; margin-top: 0.5rem; }
.fact-sub { font-size: 0.83rem; color: #64748b; margin-top: 0.25rem; }

/* ── HOW IT WORKS ── */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }
.step-card { text-align: center; padding: 2rem 1.5rem; }
.step-num {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, #1a56db, #3b82f6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    margin: 0 auto 1.25rem;
}
.step-card h4 { font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: #0f172a; }
.step-card p { font-size: 0.88rem; color: #64748b; }

/* ── ORDER SECTION ── */
.order-section {
    background: linear-gradient(135deg, #f0f5ff 0%, #fef9ec 100%);
    padding: 5rem 1.5rem;
}

/* ── NUMBER INPUT HIDE ARROWS ── */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type="number"] { -moz-appearance: textfield; }

/* ── CONTACT SECTION ── */
.contact-wrapper {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(26,86,219,0.10), 0 4px 16px rgba(0,0,0,0.06);
}
.contact-info-panel {
    background: linear-gradient(135deg, #1a56db 0%, #0f3490 50%, #7c3aed 100%);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.contact-info-panel::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    pointer-events: none;
}
.contact-info-panel::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    pointer-events: none;
}
.contact-whatsapp-cta {
    margin-top: auto;
    padding-top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0.85rem 1.5rem;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s;
    margin-top: 2rem;
    box-shadow: 0 4px 16px rgba(37,211,102,0.35);
}
.contact-whatsapp-cta:hover {
    background: #1fb855;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(37,211,102,0.45);
}
.contact-form-panel {
    background: #fff;
    padding: 2.5rem;
}

/* ── FLOATING WHATSAPP ── */
.floating-whatsapp {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(37,211,102,0.45), 0 2px 8px rgba(0,0,0,0.15);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-whatsapp:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 8px 32px rgba(37,211,102,0.55), 0 4px 12px rgba(0,0,0,0.2);
}
.floating-whatsapp-pulse {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(37,211,102,0.3);
    animation: wa-pulse 2s ease-in-out infinite;
    pointer-events: none;
}
@keyframes wa-pulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.25); opacity: 0; }
}
.floating-whatsapp-tooltip {
    position: absolute;
    right: 72px;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    background: #1e293b;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.floating-whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #1e293b;
    border-right: none;
}
.floating-whatsapp:hover .floating-whatsapp-tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* ── SPIN ANIMATION ── */
@keyframes spin {
    to { transform: rotate(360deg); }
}
.animate-spin { animation: spin 1s linear infinite; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .hero-card-wrap { order: -1; }
    .contact-wrapper { grid-template-columns: 1fr; }
    .contact-info-panel { padding: 2rem; }
    .contact-form-panel { padding: 2rem; }
}
@media (max-width: 768px) {
    .trust-bar-inner { gap: 1rem; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    .services-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}
@media (max-width: 480px) {
    .hero { padding: 3rem 1rem 2.5rem; }
    .section { padding: 3.5rem 1rem; }
    .hero-cta { flex-direction: column; }
    .hero-cta .btn { width: 100%; justify-content: center; }
    .steps-grid { grid-template-columns: 1fr; }
    .facts-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .contact-info-panel { padding: 1.5rem; }
    .contact-form-panel { padding: 1.5rem; }
    .floating-whatsapp { bottom: 18px; right: 18px; width: 54px; height: 54px; }
    .floating-whatsapp svg { width: 24px; height: 24px; }
    .floating-feedback { bottom: 18px; left: 18px; width: 54px; height: 54px; }
}

/* ── FLOATING FEEDBACK ── */
.floating-feedback {
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(59,130,246,0.45), 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-feedback:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 8px 32px rgba(59,130,246,0.55), 0 4px 12px rgba(0,0,0,0.2);
}
.floating-feedback-tooltip {
    position: absolute;
    left: 72px;
    top: 50%;
    transform: translateY(-50%) translateX(-8px);
    background: #1e293b;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.floating-feedback-tooltip::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right-color: #1e293b;
    border-left: none;
}
.floating-feedback:hover .floating-feedback-tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}