/* Corporate SQL Server DBA Training */
/* =========================================================
   STANDARD CORPORATE TRAINING TYPOGRAPHY
   Desktop: H1 52px | H2 38px | Hero H2 19px
            Body 15px | Card Heading 17px
            Supporting/Card text 13-14px
            Kicker/Breadcrumb 11px
   ========================================================= */

.corp-dba-page {
    --navy: #07152d;
    --blue: #2563eb;
    --light: #60a5fa;
    --cyan: #22c7f2;
    --text: #0f172a;
    --muted: #64748b;
    --border: #e2e8f0;
    --soft: #f8fafc
}

.corp-dba-container {
    width: 90%;
    max-width: 1200px;
    margin: auto
}

.corp-dba-section {
    padding: 90px 0
}

.corp-dba-section-head {
    max-width: 850px;
    margin: 0 auto 52px;
    text-align: center
}

.corp-dba-kicker {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.corp-dba-section-head h2,
.corp-dba-custom-content h2,
.corp-dba-seo-content h2 {
    color: var(--text)
}

.corp-dba-section-head h2 {
    margin: 0 0 18px;
    font-size: 38px;
    line-height: 1.2
}

.corp-dba-section-head h2 span,
.corp-dba-custom-content h2 span,
.corp-dba-seo-content h2 span,
.corp-dba-final-cta h2 span {
    color: var(--blue)
}

.corp-dba-section-head p {
    max-width: 790px;
    margin: auto;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8
}

/* Hero */
.corp-dba-hero {
    position: relative;
    overflow: hidden;
    padding-bottom: 65px;
    color: #fff;
    background: radial-gradient(circle at 83% 43%, rgba(37, 99, 235, .34), transparent 36%), linear-gradient(115deg, #041126, #07152d 48%, #102e5e)
}

.corp-dba-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .24;
    background-image: linear-gradient(rgba(96, 165, 250, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(96, 165, 250, .12) 1px, transparent 1px);
    background-size: 54px 54px
}

.corp-dba-breadcrumb {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 17px 0 25px;
    color: #aebdd0;
    font-size: 11px
}

.corp-dba-breadcrumb a {
    color: #e4edf8;
    text-decoration: none
}

.corp-dba-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    align-items: center;
    gap: 55px;
    min-height: 530px
}

.corp-dba-eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    color: #67d9ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px
}

.corp-dba-eyebrow:before {
    content: "";
    width: 38px;
    height: 2px;
    background: var(--cyan)
}

.corp-dba-hero h1 {
    max-width: 650px;
    margin: 0 0 15px;
    color: #fff;
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: -1.3px
}

.corp-dba-hero h1 span {
    color: var(--light)
}

.corp-dba-hero h2 {
    margin: 0 0 17px;
    color: #60c8ff;
    font-size: 19px
}

.corp-dba-hero-content>p {
    max-width: 620px;
    margin: 0 0 28px;
    color: #d7e5f6;
    font-size: 15px;
    line-height: 1.8
}

.corp-dba-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px
}

.corp-dba-btn {
    position: relative;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    pointer-events: auto;
    transition: .25s
}

.corp-dba-btn:hover {
    transform: translateY(-2px)
}

.corp-dba-btn-primary {
    color: #fff;
    background: var(--blue);
    border: 1px solid var(--blue);
    box-shadow: 0 10px 25px rgba(37, 99, 235, .22)
}

.corp-dba-btn-primary:hover {
    color: #fff;
    background: #1d4ed8
}

.corp-dba-btn-outline {
    color: #fff;
    background: transparent;
    border: 1px solid #aab9ca
}

.corp-dba-btn-outline:hover {
    color: #fff;
    background: rgba(255, 255, 255, .08)
}

.corp-dba-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    color: #c7d6e8;
    font-size: 12px
}

.corp-dba-hero-points span {
    display: inline-flex;
    gap: 7px;
    align-items: center
}

.corp-dba-hero-points i {
    color: #2dd4bf
}

.corp-dba-hero-visual {
    position: relative;
    min-height: 440px;
    pointer-events: none
}

.corp-dba-hero-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: 1px solid #ffffff26;
    border-radius: 14px;
    background: #102b4e;
    box-shadow: 0 25px 60px #00000059
}

.corp-dba-hero-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #04112699, #0411260a 70%)
}

.corp-dba-hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.corp-dba-monitor-card {
    position: relative;
    z-index: 4;
    width: 300px;
    margin: 185px 25px 0 auto;
    overflow: hidden;
    border: 1px solid #60a5fa59;
    border-radius: 9px;
    background: #030d1ef2;
    box-shadow: 0 18px 45px #00000061
}

.corp-dba-monitor-top {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    border-bottom: 1px solid #94a3b824
}

.corp-dba-monitor-top span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #64748b
}

.corp-dba-monitor-top b {
    margin-left: 8px;
    color: #8fdcff;
    font: 9px Consolas, monospace
}

.corp-dba-monitor-body {
    padding: 15px
}

.corp-dba-monitor-body>div {
    display: grid;
    grid-template-columns: 25px 1fr auto;
    align-items: center;
    gap: 7px;
    padding: 9px 0;
    border-bottom: 1px solid #94a3b81a
}

.corp-dba-monitor-body i {
    color: var(--light)
}

.corp-dba-monitor-body span {
    color: #cbd9ea;
    font-size: 10px
}

.corp-dba-monitor-body strong {
    color: #2dd4bf;
    font: 8px Consolas, monospace
}

/* Benefits */
.corp-dba-benefits {
    position: relative;
    z-index: 4;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 25px #0f172a0d
}

.corp-dba-benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.corp-dba-benefit {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 92px;
    padding: 15px 18px;
    border-right: 1px solid var(--border)
}

.corp-dba-benefit:last-child {
    border: 0
}

.corp-dba-benefit-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-size: 20px
}

.corp-dba-benefit strong,
.corp-dba-benefit span {
    display: block
}

.corp-dba-benefit strong {
    margin-bottom: 5px;
    color: var(--text);
    font-size: 13px
}

.corp-dba-benefit span {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4
}

/* Learning */
.corp-dba-learning-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px
}

.corp-dba-learning-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px #0f172a0d
}

.corp-dba-card-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 20px;
    color: #fff;
    background: linear-gradient(90deg, #1555cf, #2563eb)
}

.corp-dba-card-heading h3 {
    margin: 0;
    font-size: 17px
}

.corp-dba-card-body {
    position: relative;
    min-height: 260px;
    padding: 24px 190px 24px 25px
}

.corp-dba-card-body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.corp-dba-card-body li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 20px;
    color: #475569;
    font-size: 13px;
    line-height: 1.45
}

.corp-dba-card-body li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    color: var(--blue);
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.corp-dba-card-art {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563ebaa;
    font-size: 55px;
    border: 2px solid #2563eb2e;
    border-radius: 22px;
    background: #f8fbff
}

/* Customized */
.corp-dba-custom-section,
.corp-dba-seo-section {
    background: var(--soft)
}

.corp-dba-custom-panel {
    display: grid;
    grid-template-columns: 1fr .85fr;
    align-items: center;
    min-height: 350px;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: linear-gradient(110deg, #eef6ff, #f8fbff)
}

.corp-dba-custom-content {
    padding: 42px 50px
}

.corp-dba-custom-content h2,
.corp-dba-seo-content h2 {
    max-width: 650px;
    margin: 0 0 15px;
    font-size: 31px;
    line-height: 1.25
}

.corp-dba-custom-content p {
    max-width: 600px;
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75
}

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

.corp-dba-check-list li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 22px;
    color: #334155;
    font-size: 13px
}

.corp-dba-check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 9px;
    height: 9px;
    border: 1.5px solid var(--blue);
    border-radius: 50%
}

.corp-dba-custom-visual {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    background: radial-gradient(circle, rgba(37, 99, 235, .13), transparent 58%)
}

.corp-dba-server-stack {
    position: absolute;
    z-index: 3;
    top: 82px;
    left: 50%;
    width: 190px;
    transform: translateX(-50%)
}

.corp-dba-server-stack div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 9px;
    padding: 13px 16px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    color: #1e3a8a;
    background: #fffffff2;
    box-shadow: 0 8px 20px #0f172a0f
}

.corp-dba-server-stack i {
    width: 22px;
    color: var(--blue);
    text-align: center
}

.corp-dba-server-stack span {
    font: 700 10px Consolas, monospace
}

.corp-dba-visual-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #2563eb2e;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.corp-dba-circle-one {
    width: 250px;
    height: 250px
}

.corp-dba-circle-two {
    width: 185px;
    height: 185px
}

.corp-dba-circle-three {
    width: 115px;
    height: 115px
}

/* Audience / delivery */
.corp-dba-audience-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px
}

.corp-dba-audience-card {
    min-height: 130px;
    padding: 22px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    transition: .25s
}

.corp-dba-audience-card:hover {
    transform: translateY(-4px);
    border-color: #bfdbfe;
    box-shadow: 0 12px 25px #0f172a12
}

.corp-dba-audience-card i {
    margin-bottom: 14px;
    color: var(--blue);
    font-size: 29px
}

.corp-dba-audience-card h3 {
    margin: 0;
    color: var(--text);
    font-size: 14px
}

.corp-dba-delivery-section {
    padding-top: 20px
}

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

.corp-dba-delivery-card {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 145px;
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #eff6ff
}

.corp-dba-delivery-card:nth-child(2) {
    background: #f0fdf4
}

.corp-dba-delivery-card:nth-child(3) {
    background: #fffbeb
}

.corp-dba-delivery-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-size: 27px;
    border: 1px solid #2563eb2e;
    border-radius: 10px;
    background: #ffffffb3
}

.corp-dba-delivery-card h3 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: 17px
}

.corp-dba-delivery-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6
}

/* Process */
.corp-dba-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px
}

.corp-dba-process:before {
    content: "";
    position: absolute;
    top: 47px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: #bfdbfe
}

.corp-dba-process-step {
    position: relative;
    z-index: 1;
    text-align: center
}

.corp-dba-process-icon {
    position: relative;
    width: 92px;
    height: 92px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfdbfe;
    border-radius: 50%;
    color: var(--blue);
    background: #fff
}

.corp-dba-process-icon span {
    position: absolute;
    right: -7px;
    top: -3px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--blue);
    font-size: 9px;
    font-weight: 800
}

.corp-dba-process-step h3 {
    max-width: 180px;
    margin: 0 auto 9px;
    color: var(--text);
    font-size: 15px
}

.corp-dba-process-step p {
    max-width: 180px;
    margin: auto;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65
}

/* SEO + CTA */
.corp-dba-seo-grid {
    display: grid;
    grid-template-columns: 1.45fr .8fr;
    gap: 30px
}

.corp-dba-seo-content {
    padding: 35px 0
}

.corp-dba-seo-content p {
    margin: 0 0 17px;
    color: #475569;
    font-size: 15px;
    line-height: 1.85
}

.corp-dba-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px
}

.corp-dba-related-links a {
    padding: 7px 11px;
    border: 1px solid #bfdbfe;
    border-radius: 20px;
    color: #1d4ed8;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none
}

.corp-dba-cta-card {
    padding: 32px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(145deg, #0a2243, #06152c);
    box-shadow: 0 20px 45px #07152d2b
}

.corp-dba-cta-label {
    color: #67d9ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px
}

.corp-dba-cta-card h2 {
    margin: 10px 0 13px;
    color: #fff;
    font-size: 26px
}

.corp-dba-cta-card>p {
    margin: 0 0 20px;
    color: #cbd9ea;
    font-size: 14px;
    line-height: 1.7
}

.corp-dba-cta-card ul {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

.corp-dba-cta-card li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    color: #e4edf8;
    font-size: 13px
}

.corp-dba-cta-card li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    color: var(--light);
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.corp-dba-cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    border-radius: 5px;
    color: #0f172a;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none
}

/* Final CTA */
.corp-dba-final-cta {
    padding: 80px 0;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .32), transparent 40%), #07152d
}

.corp-dba-final-cta-content {
    max-width: 820px;
    margin: auto
}

.corp-dba-final-cta .corp-dba-kicker {
    color: #67d9ff
}

.corp-dba-final-cta h2 {
    margin: 0 0 17px;
    color: #fff;
    font-size: 38px;
    line-height: 1.2
}

.corp-dba-final-cta p {
    max-width: 700px;
    margin: 0 auto 25px;
    color: #cbd9ea;
    font-size: 15px;
    line-height: 1.8
}

/* Responsive */
@media(max-width:1199px) {
    .corp-dba-hero h1 {
        font-size: 48px
    }

    .corp-dba-benefits-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .corp-dba-benefit:nth-child(3) {
        border-right: 0
    }

    .corp-dba-benefit:nth-child(n+4) {
        border-top: 1px solid var(--border)
    }

    .corp-dba-audience-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:900px) {
    .corp-dba-section {
        padding: 72px 0
    }

    .corp-dba-section-head h2 {
        font-size: 34px
    }

    .corp-dba-hero-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        min-height: auto
    }

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

    .corp-dba-hero-visual {
        min-height: 400px
    }

    .corp-dba-benefits-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .corp-dba-benefit {
        border-bottom: 1px solid var(--border)
    }

    .corp-dba-benefit:nth-child(2n) {
        border-right: 0
    }

    .corp-dba-learning-grid,
    .corp-dba-delivery-grid,
    .corp-dba-seo-grid {
        grid-template-columns: 1fr
    }

    .corp-dba-custom-panel {
        grid-template-columns: 1fr
    }

    .corp-dba-custom-visual {
        min-height: 290px
    }

    .corp-dba-audience-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .corp-dba-process {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px
    }

    .corp-dba-process:before {
        display: none
    }
}

@media(max-width:600px) {
    .corp-dba-container {
        width: 92%
    }

    .corp-dba-section {
        padding: 58px 0
    }

    .corp-dba-section-head {
        margin-bottom: 35px
    }

    .corp-dba-section-head h2 {
        font-size: 29px
    }

    .corp-dba-hero h1 {
        font-size: 36px
    }

    .corp-dba-hero h2 {
        font-size: 17px
    }

    .corp-dba-hero-content>p {
        font-size: 14px
    }

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

    .corp-dba-btn {
        width: 100%
    }

    .corp-dba-hero-points {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px
    }

    .corp-dba-hero-visual {
        min-height: 300px
    }

    .corp-dba-monitor-card {
        width: 235px;
        margin: 135px 12px 0 auto
    }

    .corp-dba-benefits-grid {
        grid-template-columns: 1fr
    }

    .corp-dba-benefit {
        border-right: 0 !important
    }

    .corp-dba-card-body {
        min-height: auto;
        padding: 23px 20px 165px
    }

    .corp-dba-card-art {
        top: auto;
        right: 50%;
        bottom: 22px;
        transform: translateX(50%);
        width: 95px;
        height: 95px;
        font-size: 45px
    }

    .corp-dba-custom-content {
        padding: 32px 25px
    }

    .corp-dba-custom-content h2,
    .corp-dba-seo-content h2 {
        font-size: 28px
    }

    .corp-dba-server-stack {
        top: 60px;
        transform: translateX(-50%) scale(.82);
        transform-origin: top center
    }

    .corp-dba-audience-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .corp-dba-delivery-card {
        min-height: 125px;
        padding: 20px
    }

    .corp-dba-process {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .corp-dba-process-step {
        text-align: left;
        display: grid;
        grid-template-columns: 82px 1fr;
        column-gap: 18px;
        align-items: center
    }

    .corp-dba-process-icon {
        grid-row: 1/span 2;
        width: 76px;
        height: 76px;
        margin: 0
    }

    .corp-dba-process-step h3,
    .corp-dba-process-step p {
        max-width: none;
        margin-left: 0;
        margin-right: 0
    }

    .corp-dba-final-cta {
        padding: 60px 0
    }

    .corp-dba-final-cta h2 {
        font-size: 29px
    }
}

@media(max-width:400px) {
    .corp-dba-hero h1 {
        font-size: 32px
    }

    .corp-dba-section-head h2,
    .corp-dba-custom-content h2,
    .corp-dba-seo-content h2 {
        font-size: 25px
    }

    .corp-dba-audience-grid {
        grid-template-columns: 1fr
    }
}

/* =========================================================
   FAQ
   ========================================================= */

.corp-dba-faq-section {
    background: #fff;
}

.corp-dba-faq-section .corp-dba-section-head {
    max-width: 900px;
    margin-bottom: 42px;
}

.corp-dba-faq-grid {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.corp-dba-faq-item {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px #0f172a0a;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.corp-dba-faq-item:hover {
    border-color: #bfdbfe;
    box-shadow: 0 12px 28px #0f172a12;
}

.corp-dba-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 64px;
    margin: 0;
    padding: 18px 58px 18px 22px;
    cursor: pointer;
    color: var(--text);
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 650;
    list-style: none;
    user-select: none;
}

.corp-dba-faq-item summary::-webkit-details-marker {
    display: none;
}

.corp-dba-faq-item summary::marker {
    display: none;
    content: "";
}

.corp-dba-faq-item summary::after {
    content: "\f078";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    color: var(--blue);
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 900;
    transition: transform .25s ease, color .25s ease;
}

.corp-dba-faq-item[open] {
    border-color: #bfdbfe;
}

.corp-dba-faq-item[open] summary {
    color: #1d4ed8;
    background: #f8fbff;
}

.corp-dba-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

.corp-dba-faq-item p {
    margin: 0;
    padding: 0 58px 21px 22px;
    color: var(--muted);
    background: #f8fbff;
    font-size: 13px;
    line-height: 1.75;
}

/* Give the FAQ keyboard focus a visible state. */
.corp-dba-faq-item summary:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .18);
    outline-offset: -3px;
}

/* =========================================================
   FAQ RESPONSIVE
   ========================================================= */

@media(max-width:600px) {
    .corp-dba-faq-section .corp-dba-section-head {
        margin-bottom: 30px;
    }

    .corp-dba-faq-grid {
        gap: 10px;
    }

    .corp-dba-faq-item summary {
        min-height: 58px;
        padding: 16px 50px 16px 18px;
        font-size: 14px;
    }

    .corp-dba-faq-item summary::after {
        right: 17px;
    }

    .corp-dba-faq-item p {
        padding: 0 50px 18px 18px;
        font-size: 12.5px;
        line-height: 1.7;
    }
}

@media(max-width:400px) {
    .corp-dba-faq-item summary {
        padding: 15px 46px 15px 16px;
        font-size: 13px;
    }

    .corp-dba-faq-item summary::after {
        right: 15px;
    }

    .corp-dba-faq-item p {
        padding: 0 46px 17px 16px;
        font-size: 12px;
    }
}
