/* =========================================================
   MyWealthCare Elegant Business Homepage CSS
   Softer typography + lighter professional theme
   File: assets/css/business-home.css
========================================================= */

:root {
    --mw-blue: #123f91;
    --mw-blue-dark: #0b2b68;
    --mw-orange: #f47b20;
    --mw-gold: #f4b23f;

    --mw-heading: #1f2f55;
    --mw-ink: #344054;
    --mw-muted: #6f7d95;

    --mw-white: #ffffff;
    --mw-light: #f8fbff;
    --mw-border: #edf1f7;

    --mw-shadow-sm: 0 8px 22px rgba(18, 63, 145, 0.055);
    --mw-shadow-md: 0 14px 34px rgba(18, 63, 145, 0.08);
    --mw-shadow-lg: 0 22px 54px rgba(18, 63, 145, 0.11);
}

.mw-home-page {
    font-family: "Inter", Arial, sans-serif;
    color: var(--mw-ink);
    background: #fff;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.65;
}

.mw-home-page *,
.mw-home-page *::before,
.mw-home-page *::after {
    box-sizing: border-box;
}

.mw-home-page a {
    text-decoration: none;
}

.mw-home-page img {
    display: block;
    max-width: 100%;
}

.mw-home-page .container {
    width: min(1160px, 92%);
    margin: 0 auto;
}

/* Buttons */
.mw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 17px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transition: 0.22s ease;
}

.mw-btn-primary {
    background: linear-gradient(135deg, var(--mw-orange), #ff9a48);
    color: #fff;
    box-shadow: 0 10px 22px rgba(244, 123, 32, 0.20);
}

.mw-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(244, 123, 32, 0.26);
}

.mw-btn-secondary {
    background: #fff;
    color: var(--mw-blue);
    border: 1px solid #dfe7f5;
    box-shadow: var(--mw-shadow-sm);
}

.mw-btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: var(--mw-shadow-md);
}

/* Hero */
.mw-hero {
    position: relative;
    overflow: hidden;
    padding: 64px 0 58px;
    background:
        radial-gradient(circle at 14% 15%, rgba(244, 123, 32, 0.075), transparent 30%),
        radial-gradient(circle at 86% 8%, rgba(18, 63, 145, 0.10), transparent 30%),
        linear-gradient(180deg, #fbfdff, #ffffff);
}

.mw-hero-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(18, 63, 145, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 63, 145, 0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000, transparent);
}

.mw-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    gap: 42px;
    align-items: center;
}

.mw-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    padding: 8px 13px;
    border: 1px solid var(--mw-border);
    border-radius: 999px;
    background: #fff;
    color: var(--mw-blue);
    box-shadow: var(--mw-shadow-sm);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.mw-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mw-orange);
    box-shadow: 0 0 0 5px rgba(244, 123, 32, 0.10);
}

.mw-hero h1 {
    max-width: 650px;
    margin: 0 0 18px;
    color: var(--mw-heading);
    font-size: clamp(30px, 3.55vw, 46px);
    font-weight: 760;
    line-height: 1.13;
    letter-spacing: -0.9px;
}

.mw-hero h1 strong {
    display: block;
    font-weight: 820;
    background: linear-gradient(90deg, #f47b20, #ee9b45);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mw-lead {
    max-width: 620px;
    margin: 0 0 26px;
    color: var(--mw-muted);
    font-size: 14.5px;
    line-height: 1.75;
    font-weight: 400;
}

.mw-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.mw-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 610px;
}

.mw-trust-strip div {
    padding: 14px;
    border: 1px solid var(--mw-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--mw-shadow-sm);
}

.mw-trust-strip b {
    display: block;
    color: var(--mw-blue);
    font-size: 19px;
    font-weight: 760;
    line-height: 1.1;
}

.mw-trust-strip span {
    color: var(--mw-muted);
    font-size: 12px;
    font-weight: 650;
}

/* Hero Card */
.mw-hero-card {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border-radius: 28px;
    background: linear-gradient(145deg, #123f91, #0d2f73);
    color: #fff;
    box-shadow: var(--mw-shadow-lg);
}

.mw-hero-card::before {
    content: "";
    position: absolute;
    right: -84px;
    top: -92px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(244, 123, 32, 0.25);
}

.mw-hero-card > * {
    position: relative;
    z-index: 1;
}

.mw-hero-card-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.09);
}

.mw-hero-card-head p {
    margin: 0 0 4px;
    color: #dce7ff;
    font-size: 12px;
    font-weight: 650;
}

.mw-hero-card-head h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 760;
    line-height: 1.15;
}

.mw-rupee {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 17px;
    background: #fff;
    color: var(--mw-orange);
    font-size: 25px;
    font-weight: 800;
}

.mw-product-mini-list {
    display: grid;
    gap: 10px;
}

.mw-product-mini-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.105);
    color: #fff;
}

.mw-product-mini-list span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #fff;
    font-size: 18px;
}

.mw-product-mini-list strong,
.mw-product-mini-list small {
    display: block;
}

.mw-product-mini-list strong {
    font-size: 13px;
    font-weight: 780;
}

.mw-product-mini-list small {
    color: #ffe0c7;
    font-size: 11.5px;
    font-weight: 500;
}

.mw-card-note {
    margin-top: 16px;
    padding: 16px;
    border-radius: 18px;
    background: #fff;
    color: var(--mw-ink);
}

.mw-card-note h3 {
    margin: 0 0 6px;
    color: var(--mw-blue);
    font-size: 15px;
    font-weight: 760;
}

.mw-card-note p {
    margin: 0;
    color: var(--mw-muted);
    font-size: 12.5px;
    line-height: 1.6;
}

/* Sections */
.mw-section {
    padding: 60px 0;
}

.mw-section-head {
    max-width: 740px;
    margin: 0 auto 36px;
    text-align: center;
}

.mw-eyebrow {
    color: var(--mw-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mw-light {
    color: #ffd0ab;
}

.mw-section-head h2,
.mw-emi-content h2,
.mw-premium-box h2,
.mw-cta h2 {
    margin: 8px 0 12px;
    color: var(--mw-heading);
    font-size: clamp(24px, 2.75vw, 34px);
    font-weight: 760;
    line-height: 1.2;
    letter-spacing: -0.45px;
}

.mw-section-head p,
.mw-emi-content p,
.mw-premium-box p,
.mw-cta p {
    color: var(--mw-muted);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

/* Product Cards */
.mw-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.mw-product-card {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid var(--mw-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--mw-shadow-sm);
    transition: 0.25s ease;
}

.mw-product-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--mw-blue), var(--mw-orange));
}

.mw-product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--mw-shadow-md);
}

.mw-product-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: linear-gradient(145deg, #eff5ff, #ffffff);
    box-shadow: inset 0 0 0 1px #e4ecfb;
    font-size: 22px;
}

.mw-product-card h3 {
    margin: 0 0 8px;
    color: var(--mw-heading);
    font-size: 16px;
    font-weight: 760;
}

.mw-product-card p {
    margin: 0 0 14px;
    color: var(--mw-muted);
    font-size: 13px;
    line-height: 1.65;
}

.mw-product-card ul {
    display: grid;
    gap: 7px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    color: #475467;
    font-size: 12.5px;
    font-weight: 600;
}

.mw-product-card li::before {
    content: "✓";
    margin-right: 7px;
    color: var(--mw-orange);
}

.mw-product-card a {
    color: var(--mw-blue);
    font-size: 13px;
    font-weight: 800;
}

/* Partners */
.mw-partners-section {
    background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.mw-partner-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.mw-partner-card {
    display: grid;
    place-items: center;
    min-height: 88px;
    padding: 14px;
    border: 1px solid var(--mw-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--mw-shadow-sm);
}

.mw-partner-card img {
    max-width: 145px;
    max-height: 62px;
    object-fit: contain;
}

/* EMI */
.mw-emi-section {
    background: #fff;
}

.mw-emi-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 34px;
    align-items: center;
}

.mw-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.mw-feature-list span {
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--mw-blue);
    font-size: 12.5px;
    font-weight: 750;
}

.mw-emi-card {
    padding: 24px;
    border: 1px solid var(--mw-border);
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff, #f9fbff);
    box-shadow: var(--mw-shadow-md);
}

.mw-emi-card h3 {
    margin: 0 0 18px;
    color: var(--mw-heading);
    font-size: 19px;
    font-weight: 760;
}

.mw-emi-card label {
    display: block;
    margin: 16px 0 7px;
    color: var(--mw-heading);
    font-size: 12.5px;
    font-weight: 750;
}

.mw-emi-card input[type="range"] {
    width: 100%;
    accent-color: var(--mw-orange);
}

.mw-range-value {
    color: var(--mw-blue);
    font-size: 12.5px;
    font-weight: 750;
}

.mw-emi-result {
    margin-top: 22px;
    padding: 17px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--mw-blue), var(--mw-blue-dark));
    color: #fff;
}

.mw-emi-result span,
.mw-emi-result strong {
    display: block;
}

.mw-emi-result span {
    color: #dbe7ff;
    font-size: 12.5px;
    font-weight: 700;
}

.mw-emi-result strong {
    margin-top: 5px;
    color: #ffd7bb;
    font-size: 24px;
    line-height: 1.1;
}

/* Process */
.mw-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mw-process-grid article {
    padding: 20px;
    border: 1px solid var(--mw-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--mw-shadow-sm);
}

.mw-process-grid span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
    border-radius: 13px;
    background: var(--mw-orange);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.mw-process-grid h3 {
    margin: 0 0 7px;
    color: var(--mw-heading);
    font-size: 16px;
    font-weight: 760;
}

.mw-process-grid p {
    margin: 0;
    color: var(--mw-muted);
    font-size: 12.8px;
    line-height: 1.65;
}

/* Wealth */
.mw-wealth-section {
    background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.mw-wealth-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
}

.mw-premium-box {
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(145deg, var(--mw-blue-dark), #123f91);
    color: #fff;
    box-shadow: var(--mw-shadow-md);
}

.mw-premium-box h2 {
    color: #fff;
}

.mw-premium-box p {
    color: #dce7ff;
    margin-bottom: 22px;
}

.mw-wealth-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.mw-wealth-list article {
    padding: 20px;
    border: 1px solid var(--mw-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--mw-shadow-sm);
}

.mw-wealth-list h3 {
    margin: 0 0 7px;
    color: var(--mw-blue);
    font-size: 16px;
    font-weight: 760;
}

.mw-wealth-list p {
    margin: 0;
    color: var(--mw-muted);
    font-size: 13px;
    line-height: 1.65;
}

/* CTA */
.mw-cta {
    padding: 62px 0;
    background:
        radial-gradient(circle at 15% 15%, rgba(244, 123, 32, 0.18), transparent 30%),
        linear-gradient(135deg, #0b2b68, #123f91);
    color: #fff;
}

.mw-cta-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 30px;
    align-items: center;
}

.mw-cta h2 {
    color: #fff;
}

.mw-cta p {
    color: #dce7ff;
}

.mw-cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.mw-cta-points span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    font-size: 12.5px;
    font-weight: 650;
}

.mw-lead-form {
    padding: 24px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.13);
}

.mw-lead-form h3 {
    margin: 0 0 16px;
    color: var(--mw-heading);
    font-size: 19px;
    font-weight: 760;
}

.mw-lead-form input,
.mw-lead-form select,
.mw-lead-form textarea {
    width: 100%;
    margin-bottom: 11px;
    padding: 12px 14px;
    border: 1px solid #dfe6f2;
    border-radius: 13px;
    outline: none;
    background: #fff;
    color: var(--mw-ink);
    font: inherit;
    font-size: 13px;
    transition: 0.22s ease;
}

.mw-lead-form input:focus,
.mw-lead-form select:focus,
.mw-lead-form textarea:focus {
    border-color: var(--mw-blue);
    box-shadow: 0 0 0 4px rgba(18, 63, 145, 0.07);
}

.mw-lead-form .mw-btn {
    width: 100%;
}

/* Responsive */
@media (max-width: 1080px) {
    .mw-product-grid,
    .mw-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mw-partner-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 980px) {
    .mw-hero-grid,
    .mw-emi-grid,
    .mw-wealth-grid,
    .mw-cta-grid {
        grid-template-columns: 1fr;
    }

    .mw-hero {
        padding-top: 54px;
    }
}

@media (max-width: 680px) {
    .mw-home-page .container {
        width: min(100% - 24px, 1180px);
    }

    .mw-hero {
        padding: 42px 0 46px;
    }

    .mw-section {
        padding: 48px 0;
    }

    .mw-hero h1 {
        font-size: 28px;
        line-height: 1.18;
        letter-spacing: -0.4px;
    }

    .mw-section-head h2,
    .mw-emi-content h2,
    .mw-premium-box h2,
    .mw-cta h2 {
        font-size: 23px;
        line-height: 1.22;
    }

    .mw-lead,
    .mw-section-head p,
    .mw-emi-content p,
    .mw-premium-box p,
    .mw-cta p {
        font-size: 13.5px;
    }

    .mw-hero-actions {
        flex-direction: column;
    }

    .mw-btn {
        width: 100%;
    }

    .mw-trust-strip,
    .mw-product-grid,
    .mw-process-grid,
    .mw-partner-grid,
    .mw-wealth-list {
        grid-template-columns: 1fr;
    }

    .mw-hero-card,
    .mw-emi-card,
    .mw-premium-box,
    .mw-lead-form {
        padding: 20px;
        border-radius: 22px;
    }

    .mw-hero-card-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .mw-emi-result strong {
        font-size: 22px;
    }
}
