/* =====================================================
   DoctorsManagement - Audit, Appeal & Defense Page CSS
   Scoped under .dmc-aad wrapper for WordPress isolation
   ===================================================== */

/* =====================================================
   CSS ISOLATION - Wrapper Reset
   ===================================================== */
.dmc-aad {
    all: initial;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #182B49;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.dmc-aad *, .dmc-aad *::before, .dmc-aad *::after {
    box-sizing: border-box;
}

/* =====================================================
   WRAPPER-LEVEL ELEMENT OVERRIDES
   ===================================================== */
.dmc-aad p {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #182B49;
    margin: 0 0 20px 0;
}

.dmc-aad h1, .dmc-aad h2, .dmc-aad h3, .dmc-aad h4, .dmc-aad h5, .dmc-aad h6 {
    font-family: 'Comfortaa', cursive;
    font-weight: 600;
    line-height: 1.25;
    color: #182B49;
}

.dmc-aad h1 { font-size: 44px; }
.dmc-aad h2 { font-size: 36px; }
.dmc-aad h3 { font-size: 28px; }
.dmc-aad h4 { font-size: 22px; }
.dmc-aad h5 { font-size: 18px; }

.dmc-aad a {
    color: #006A96;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dmc-aad a:hover {
    color: #C69214;
    text-decoration: none;
}

.dmc-aad img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =====================================================
   TYPOGRAPHY
   ===================================================== */
.dmc-aad .dmc-aad-serif-heading {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
}

.dmc-aad .dmc-aad-lead {
    font-size: 19px;
    line-height: 1.8;
    color: #747678;
}

/* =====================================================
   LAYOUT UTILITIES
   ===================================================== */
.dmc-aad-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.dmc-aad-container-narrow {
    max-width: 900px;
}

.dmc-aad-section {
    padding: 80px 0;
}

.dmc-aad-section-lg {
    padding: 96px 0;
}

.dmc-aad-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #C69214;
    margin-bottom: 16px;
}

/* =====================================================
   BUTTONS
   ===================================================== */
.dmc-aad-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dmc-aad-btn-primary {
    background: #C69214;
    color: #182B49;
    border-color: #C69214;
}

.dmc-aad-btn-primary:hover {
    background: #d9a116;
    border-color: #d9a116;
    color: #182B49;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(24, 43, 73, 0.08);
    text-decoration: none;
}

.dmc-aad-btn-outline {
    background: transparent;
    color: #182B49;
    border-color: #182B49;
}

.dmc-aad-btn-outline:hover {
    background: #182B49;
    color: #FFFFFF;
    text-decoration: none;
}

.dmc-aad-btn-white {
    background: #FFFFFF;
    color: #182B49;
    border-color: #FFFFFF;
}

.dmc-aad-btn-white:hover {
    background: #C69214;
    border-color: #C69214;
    color: #182B49;
    text-decoration: none;
}

.dmc-aad-btn-lg {
    padding: 18px 40px;
    font-size: 16px;
}

/* =====================================================
   HERO SECTION
   ===================================================== */
.dmc-aad-hero {
    padding: 160px 0 96px;
    background: #182B49;
    position: relative;
    overflow: hidden;
}

.dmc-aad-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.dmc-aad-hero::after {
    display: none;
}

.dmc-aad-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.dmc-aad-hero-content {
    color: #FFFFFF;
}

.dmc-aad-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(198, 146, 20, 0.15);
    border: 1px solid rgba(198, 146, 20, 0.3);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #C69214;
    margin-bottom: 24px;
}

.dmc-aad-hero-badge svg {
    width: 18px;
    height: 18px;
}

.dmc-aad .dmc-aad-hero h1 {
    color: #FFFFFF;
    margin-bottom: 24px;
}

.dmc-aad-hero h1 span {
    color: #C69214;
}

.dmc-aad .dmc-aad-hero-description {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    max-width: 540px;
}

.dmc-aad-hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.dmc-aad-hero-stats {
    display: flex;
    gap: 48px;
}

.dmc-aad-hero-stat {
    text-align: center;
}

.dmc-aad-hero-stat-number {
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    color: #C69214;
    line-height: 1;
    margin-bottom: 4px;
}

.dmc-aad-hero-stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dmc-aad-hero-form-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 24px 64px rgba(24, 43, 73, 0.16);
}

.dmc-aad-hero-form-card h3 {
    margin-bottom: 8px;
}

.dmc-aad-hero-form-card > p {
    color: #747678;
    font-size: 15px;
    margin-bottom: 24px;
}

.dmc-aad-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.dmc-aad-form-group {
    margin-bottom: 16px;
}

.dmc-aad-form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    color: #182B49;
}

.dmc-aad-form-group input,
.dmc-aad-form-group select,
.dmc-aad-form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #F8F9FB;
}

.dmc-aad-form-group input:focus,
.dmc-aad-form-group select:focus,
.dmc-aad-form-group textarea:focus {
    outline: none;
    border-color: #006A96;
    box-shadow: 0 0 0 3px rgba(0, 106, 150, 0.1);
    background: #FFFFFF;
}

.dmc-aad-hero-form-card .dmc-aad-btn {
    width: 100%;
}

/* =====================================================
   TRUST BADGES
   ===================================================== */
.dmc-aad-trust-badges {
    background: #182B49;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dmc-aad-badges-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.dmc-aad-badge-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.dmc-aad-badge-item svg {
    width: 22px;
    height: 22px;
    color: #C69214;
}

/* =====================================================
   INTRO SECTION
   ===================================================== */
.dmc-aad-intro-section {
    background: #FFFFFF;
}

.dmc-aad-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.dmc-aad-intro-content h2 {
    margin-bottom: 24px;
}

.dmc-aad-intro-content > p {
    color: #747678;
    margin-bottom: 24px;
}

.dmc-aad-intro-image {
    position: relative;
}

.dmc-aad-intro-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(24, 43, 73, 0.12);
}

/* =====================================================
   PROVEN RESULTS SECTION
   ===================================================== */
.dmc-aad-results-section {
    background: #F8F9FB;
}

.dmc-aad-results-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}

.dmc-aad-results-header h2 {
    margin-bottom: 16px;
}

.dmc-aad-results-header p {
    color: #747678;
    font-size: 18px;
}

.dmc-aad-results-highlight {
    background: #182B49;
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    margin-bottom: 48px;
}

.dmc-aad-results-highlight-number {
    font-family: 'DM Serif Display', serif;
    font-size: 64px;
    color: #C69214;
    line-height: 1;
    margin-bottom: 8px;
}

.dmc-aad-results-highlight-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    margin-bottom: 0;
}

.dmc-aad-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.dmc-aad-result-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(24, 43, 73, 0.06);
    border-left: 4px solid #6E963B;
    transition: all 0.3s ease;
}

.dmc-aad-result-card:hover {
    box-shadow: 0 12px 32px rgba(24, 43, 73, 0.12);
    transform: translateY(-4px);
}

.dmc-aad-result-card-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6E963B;
    margin-bottom: 12px;
}

.dmc-aad-result-card h4 {
    color: #182B49;
    margin-bottom: 8px;
    font-size: 18px;
}

.dmc-aad-result-card p {
    color: #747678;
    margin-bottom: 0;
    font-size: 15px;
}

/* =====================================================
   APPEAL PROCESS SECTION
   ===================================================== */
.dmc-aad-process-section {
    background: #FFFFFF;
}

.dmc-aad-process-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}

.dmc-aad-process-header h2 {
    margin-bottom: 16px;
}

.dmc-aad-process-header p {
    color: #747678;
    font-size: 18px;
}

.dmc-aad-process-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.dmc-aad-process-timeline::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #006A96, #00C6D7);
    border-radius: 2px;
}

.dmc-aad-process-step {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
    position: relative;
}

.dmc-aad-process-step:last-child {
    margin-bottom: 0;
}

.dmc-aad-process-step-number {
    width: 64px;
    height: 64px;
    background: #C69214;
    color: #182B49;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    font-size: 24px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 16px rgba(24, 43, 73, 0.08);
}

.dmc-aad-process-step-content {
    background: #F8F9FB;
    border-radius: 12px;
    padding: 24px 32px;
    flex: 1;
    transition: all 0.3s ease;
}

.dmc-aad-process-step-content:hover {
    box-shadow: 0 4px 16px rgba(24, 43, 73, 0.08);
    transform: translateX(4px);
}

.dmc-aad-process-step-content h4 {
    color: #006A96;
    margin-bottom: 8px;
    font-size: 18px;
}

.dmc-aad-process-step-content p {
    color: #747678;
    margin-bottom: 0;
    font-size: 15px;
}

.dmc-aad-process-step-content .dmc-aad-timeline-note {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 12px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 13px;
    color: #006A96;
    font-weight: 600;
}

/* =====================================================
   STRATEGY SECTION
   ===================================================== */
.dmc-aad-strategy-section {
    background: #182B49;
    position: relative;
    overflow: hidden;
}

.dmc-aad-strategy-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.dmc-aad-strategy-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
    position: relative;
    z-index: 1;
}

.dmc-aad-strategy-header h2 {
    color: #FFFFFF;
    margin-bottom: 16px;
}

.dmc-aad-strategy-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.dmc-aad-strategy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
}

.dmc-aad-strategy-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 32px;
    transition: all 0.3s ease;
}

.dmc-aad-strategy-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #C69214;
    transform: translateY(-4px);
}

.dmc-aad-strategy-card-icon {
    width: 56px;
    height: 56px;
    background: #C69214;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.dmc-aad-strategy-card-icon svg {
    width: 28px;
    height: 28px;
    color: #182B49;
}

.dmc-aad-strategy-card h4 {
    color: #FFFFFF;
    margin-bottom: 12px;
    font-size: 18px;
}

.dmc-aad-strategy-card p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
    font-size: 15px;
}

/* =====================================================
   WHY PARTNER SECTION
   ===================================================== */
.dmc-aad-partner-section {
    background: #F8F9FB;
}

.dmc-aad-partner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.dmc-aad-partner-content h2 {
    margin-bottom: 24px;
}

.dmc-aad-partner-content > p {
    color: #747678;
    margin-bottom: 32px;
}

.dmc-aad-partner-features {
    display: grid;
    gap: 16px;
}

.dmc-aad-partner-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.dmc-aad-partner-feature:hover {
    box-shadow: 0 4px 16px rgba(24, 43, 73, 0.08);
    transform: translateX(4px);
}

.dmc-aad-partner-feature svg {
    width: 24px;
    height: 24px;
    color: #6E963B;
    flex-shrink: 0;
    margin-top: 2px;
}

.dmc-aad-partner-feature p {
    margin-bottom: 0;
    font-size: 15px;
    color: #182B49;
}

.dmc-aad-expertise-cards {
    display: grid;
    gap: 24px;
}

.dmc-aad-expertise-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    border-left: 4px solid #006A96;
    box-shadow: 0 1px 3px rgba(24, 43, 73, 0.06);
    transition: all 0.3s ease;
}

.dmc-aad-expertise-card:hover {
    box-shadow: 0 12px 32px rgba(24, 43, 73, 0.12);
    transform: translateX(4px);
}

.dmc-aad-expertise-card h5 {
    color: #006A96;
    margin-bottom: 8px;
}

.dmc-aad-expertise-card p {
    font-size: 15px;
    color: #747678;
    margin-bottom: 0;
}

/* =====================================================
   TEAM SECTION
   ===================================================== */
.dmc-aad-team-section {
    background: #FFFFFF;
}

.dmc-aad-team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.dmc-aad-team-content h2 {
    margin-bottom: 24px;
}

.dmc-aad-team-content > p {
    color: #747678;
    margin-bottom: 32px;
}

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

.dmc-aad-agency-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #F8F9FB;
    border-radius: 8px;
}

.dmc-aad-agency-item svg {
    width: 20px;
    height: 20px;
    color: #006A96;
}

.dmc-aad-agency-item span {
    font-size: 14px;
    font-weight: 600;
    color: #182B49;
}

.dmc-aad-team-member-highlight {
    background: #F8F9FB;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
}

.dmc-aad-team-member-highlight img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 24px;
    border: 4px solid #FFFFFF;
    box-shadow: 0 12px 32px rgba(24, 43, 73, 0.12);
}

.dmc-aad-team-member-highlight h4 {
    margin-bottom: 4px;
}

.dmc-aad-team-member-highlight .dmc-aad-title {
    color: #006A96;
    font-size: 15px;
    margin-bottom: 16px;
}

.dmc-aad-team-member-highlight p {
    color: #747678;
    font-size: 15px;
    margin-bottom: 0;
}

/* =====================================================
   CTA BANNER
   ===================================================== */
.dmc-aad-cta-banner {
    background: #182B49;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dmc-aad-cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.dmc-aad-cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.dmc-aad-cta-content h2 {
    color: #FFFFFF;
    margin-bottom: 16px;
}

.dmc-aad-cta-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    margin-bottom: 32px;
}

.dmc-aad-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* =====================================================
   CONTACT SECTION
   ===================================================== */
.dmc-aad-contact-section {
    background: #FFFFFF;
}

.dmc-aad-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.dmc-aad-contact-info h2 {
    margin-bottom: 24px;
}

.dmc-aad-contact-info > p {
    color: #747678;
    margin-bottom: 32px;
}

.dmc-aad-contact-methods {
    display: grid;
    gap: 24px;
}

.dmc-aad-contact-method {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dmc-aad-contact-method-icon {
    width: 56px;
    height: 56px;
    background: #F8F9FB;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(24, 43, 73, 0.06);
}

.dmc-aad-contact-method-icon svg {
    width: 24px;
    height: 24px;
    color: #006A96;
}

.dmc-aad-contact-method-text strong {
    display: block;
    margin-bottom: 2px;
}

.dmc-aad-contact-method-text a,
.dmc-aad-contact-method-text span {
    color: #747678;
    font-size: 15px;
}

.dmc-aad-contact-form-wrapper {
    background: #F8F9FB;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 16px rgba(24, 43, 73, 0.08);
}

.dmc-aad-contact-form-wrapper h3 {
    margin-bottom: 24px;
}

.dmc-aad-contact-form-wrapper .dmc-aad-btn {
    width: 100%;
}

.dmc-aad-contact-form-wrapper textarea {
    min-height: 120px;
    resize: vertical;
}

/* =====================================================
   RESPONSIVE STYLES
   ===================================================== */
@media (max-width: 1200px) {
    .dmc-aad-results-grid,
    .dmc-aad-strategy-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .dmc-aad-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .dmc-aad-hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .dmc-aad-hero-buttons {
        justify-content: center;
    }

    .dmc-aad-hero-stats {
        justify-content: center;
    }

    .dmc-aad-hero-form-card {
        max-width: 500px;
        margin: 0 auto;
    }

    .dmc-aad-intro-grid,
    .dmc-aad-partner-grid,
    .dmc-aad-team-grid,
    .dmc-aad-contact-grid {
        grid-template-columns: 1fr;
    }

    .dmc-aad-agency-list {
        grid-template-columns: 1fr;
    }

    .dmc-aad-process-timeline::before {
        left: 28px;
    }

    .dmc-aad-process-step-number {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .dmc-aad-hero {
        padding: 128px 0 64px;
    }

    .dmc-aad-hero-stats {
        flex-direction: column;
        gap: 24px;
    }

    .dmc-aad-form-row {
        grid-template-columns: 1fr;
    }

    .dmc-aad-badges-inner {
        flex-direction: column;
        gap: 16px;
    }

    .dmc-aad-results-grid,
    .dmc-aad-strategy-grid {
        grid-template-columns: 1fr;
    }

    .dmc-aad-results-highlight-number {
        font-size: 48px;
    }

    .dmc-aad-process-timeline::before {
        display: none;
    }

    .dmc-aad-process-step {
        flex-direction: column;
        gap: 16px;
    }

    .dmc-aad-process-step-number {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .dmc-aad-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}
