.dba-hero,
.dba-proof,
.dba-who,
.dba-why,
.dba-how,
.dba-final-cta {
    font-family: inherit;
}

.dba-hero {
    max-width: 1500px;
    margin: 48px auto 70px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 60px;
    align-items: center;
}

.dba-trust-pill {
    display: inline-flex;
    margin-bottom: 30px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e7e9f0;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    color: #202331;
    font-size: 15px;
    font-weight: 850;
}

.dba-hero h1 {
    margin: 0;
    color: #050505;
    font-size: clamp(46px, 6vw, 82px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -0.065em;
}

.dba-hero p {
    max-width: 640px;
    margin: 18px 0 34px;
    color: #3a3d4d;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
}

.dba-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 34px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #ff4f1f 0%, #ff7043 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 18px 38px rgba(255, 79, 31, 0.28);
    transition: 0.22s ease;
}

.dba-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(255, 79, 31, 0.36);
}

.dba-hero-visual {
    min-height: 620px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 79, 31, 0.14), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f5f6f8 100%);
    display: grid;
    place-items: center;
    overflow: hidden;
    position: relative;
}

.dba-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(32,35,49,0.05) 1px, transparent 1px),
        linear-gradient(30deg, rgba(32,35,49,0.04) 1px, transparent 1px);
    background-size: 120px 120px;
}

.dba-document-card {
    width: min(460px, 86%);
    min-height: 580px;
    padding: 58px 48px;
    background: #ffffff;
    border: 16px solid #202020;
    border-radius: 8px;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.16);
    position: relative;
    z-index: 2;
    transform: rotate(-2deg);
}

.dba-document-card span,
.dba-document-card strong,
.dba-document-card em {
    display: block;
    font-style: normal;
    font-size: clamp(40px, 4vw, 64px);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.dba-document-card em {
    color: #ff4f1f;
}

.dba-document-card p {
    margin-top: 42px;
    color: #3a3d4d;
    font-size: 16px;
}

.dba-proof {
    max-width: 1200px;
    margin: 0 auto 70px;
    padding: 24px;
    text-align: center;
    border-top: 1px solid #e7e9f0;
    border-bottom: 1px solid #e7e9f0;
}

.dba-proof p {
    margin: 0;
    color: #202331;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 850;
    letter-spacing: -0.03em;
}

.dba-who {
    max-width: 1440px;
    margin: 0 auto 80px;
    padding: 70px 40px 90px;
    border-radius: 30px;
    background: #f5f6f8;
}

.dba-section-heading {
    max-width: 980px;
    margin: 0 auto 60px;
    text-align: center;
}

.dba-section-heading h2 {
    margin: 0 0 22px;
    color: #050505;
    font-size: clamp(42px, 5vw, 74px);
    line-height: 1.08;
    font-weight: 850;
    letter-spacing: -0.055em;
}

.dba-section-heading p {
    margin: 0;
    color: #202331;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
}

.dba-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.dba-info-card {
    min-height: 460px;
    border: 1px solid #e1e5ec;
    border-radius: 22px;
    background: #ffffff;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
}

.dba-info-card h3 {
    margin: 0 0 16px;
    color: #202331;
    font-size: 29px;
    line-height: 1.17;
    letter-spacing: -0.035em;
}

.dba-info-card h3 span {
    color: #ff4f1f;
}

.dba-info-card p {
    margin: 0;
    color: #667085;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
}

.dba-card-visual {
    height: 250px;
    margin-bottom: 28px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 40%, rgba(255, 79, 31, 0.16), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f7f8fb 100%);
    border: 1px solid #eef0f5;
    position: relative;
}

.phone-card::before {
    content: "";
    position: absolute;
    width: 145px;
    height: 215px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    border-radius: 28px;
    border: 10px solid #202331;
    background: #ffffff;
}

.filing-card::before {
    content: "Your Documents Have Been Filed";
    position: absolute;
    top: 54px;
    right: 42px;
    width: 170px;
    padding: 18px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    color: #202331;
    font-weight: 900;
}

.dashboard-card::before {
    content: "Dashboard";
    position: absolute;
    inset: 54px 42px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
    color: #202331;
    font-size: 24px;
    font-weight: 950;
    padding: 32px;
}

.dba-why {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.dba-why-visual {
    min-height: 560px;
    display: grid;
    place-items: center;
}

.dba-device {
    width: min(580px, 100%);
    height: 410px;
    border-radius: 42px;
    background: #202020;
    display: grid;
    place-items: center;
    box-shadow: 0 34px 70px rgba(15, 23, 42, 0.18);
}

.dba-device-card {
    width: 78%;
    padding: 32px;
    border-radius: 24px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 18px 40px rgba(255,255,255,0.12);
}

.dba-device-card strong {
    display: block;
    color: #202331;
    font-size: 25px;
    margin-bottom: 20px;
}

.dba-device-card strong::after {
    content: " Successfully Filed";
    color: #ff4f1f;
}

.dba-device-card span {
    display: block;
    color: #8a8f9f;
    font-weight: 700;
    margin-bottom: 10px;
}

.dba-device-card p {
    margin: 0;
    color: #202331;
    font-size: 26px;
    font-weight: 900;
}

.dba-why-content h2 {
    margin: 0 0 46px;
    color: #050505;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.05;
    letter-spacing: -0.055em;
    font-weight: 850;
}

.dba-reason {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 24px;
    margin-bottom: 34px;
}

.dba-reason span {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #ff4f1f;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 23px;
    font-weight: 950;
}

.dba-reason h3 {
    margin: 0 0 10px;
    color: #050505;
    font-size: 30px;
    letter-spacing: -0.035em;
}

.dba-reason p {
    margin: 0;
    color: #4b5563;
    font-size: 22px;
    line-height: 1.45;
}

.dba-how {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 0 24px;
}

.dba-how-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.dba-timeline {
    display: grid;
    gap: 34px;
}

.dba-timeline-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 24px;
}

.dba-timeline-item span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff0ea;
    color: #ff4f1f;
    display: grid;
    place-items: center;
}

.dba-timeline-item h3 {
    margin: 0 0 10px;
    color: #050505;
    font-size: 21px;
}

.dba-timeline-item p {
    margin: 0;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.5;
}

.dba-phone-mockup {
    min-height: 620px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle, transparent 35%, rgba(255, 79, 31, 0.2) 36%, transparent 37%),
        radial-gradient(circle, transparent 50%, rgba(15, 23, 42, 0.08) 51%, transparent 52%);
}

.dba-phone-mockup > div {
    width: 330px;
    min-height: 560px;
    border-radius: 42px;
    border: 13px solid #111;
    background: #ffffff;
    padding: 42px 28px;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.18);
    transform: rotate(-8deg);
}

.dba-phone-mockup span {
    display: block;
    color: #202331;
    font-weight: 800;
    margin-bottom: 28px;
}

.dba-phone-mockup strong {
    display: inline-block;
    background: #e7f8ed;
    color: #299165;
    border-radius: 999px;
    padding: 8px 14px;
    margin-bottom: 22px;
}

.dba-phone-mockup h3 {
    margin: 0 0 24px;
    font-size: 36px;
}

.dba-phone-mockup p {
    color: #667085;
    line-height: 1.5;
}

.dba-final-cta {
    max-width: 1180px;
    margin: 0 auto 90px;
    padding: 64px 42px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 216, 202, 0.55), transparent 30%),
        linear-gradient(135deg, #202331 0%, #121420 100%);
    color: #ffffff;
    text-align: center;
}

.dba-final-cta h2 {
    max-width: 820px;
    margin: 0 auto 18px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.dba-final-cta p {
    max-width: 700px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.78);
    font-size: 19px;
    line-height: 1.55;
}

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

    .dba-hero-visual {
        min-height: 500px;
    }

    .dba-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .dba-hero {
        margin-top: 34px;
        gap: 36px;
    }

    .dba-hero h1 {
        font-size: 44px;
    }

    .dba-hero p {
        font-size: 18px;
    }

    .dba-hero-visual {
        min-height: 420px;
        border-radius: 26px;
    }

    .dba-document-card {
        min-height: 380px;
        padding: 36px 26px;
        border-width: 10px;
    }

    .dba-who {
        margin: 0 16px 60px;
        padding: 44px 20px;
    }

    .dba-section-heading h2,
    .dba-why-content h2 {
        font-size: 40px;
    }

    .dba-section-heading p,
    .dba-reason p {
        font-size: 18px;
    }

    .dba-info-card {
        padding: 22px;
    }

    .dba-why {
        gap: 36px;
    }

    .dba-device {
        height: 320px;
        border-radius: 30px;
    }

    .dba-reason {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .dba-reason h3 {
        font-size: 24px;
    }

    .dba-phone-mockup {
        min-height: 500px;
    }

    .dba-phone-mockup > div {
        width: 280px;
        min-height: 460px;
    }

    .dba-primary-btn {
        width: 100%;
    }

    .dba-final-cta {
        margin: 0 16px 60px;
        padding: 44px 24px;
    }
}
