.ult-aeo {
    padding: clamp(4rem, 7vw, 7rem) 1.5rem;
    color: #292929;
    background: #f3f6f8;
    border-top: 1px solid #dce5e9;
    border-bottom: 1px solid #dce5e9;
}

.ult-aeo__inner {
    width: min(100%, 1200px);
    margin: 0 auto;
}

.ult-aeo__review {
    margin-bottom: 2rem;
    padding: 0.75rem 1rem;
    color: #7c2d12;
    background: #fff7ed;
    border: 2px solid #d97706;
    font-size: 0.85rem;
    font-weight: 600;
}

.ult-aeo__intro {
    max-width: 900px;
}

.ult-aeo__eyebrow,
.ult-expertise__eyebrow {
    margin: 0 0 0.75rem;
    color: #006f8f;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ult-aeo h2,
.ult-expertise h1,
.ult-expertise h2 {
    color: #13284b;
    font-weight: 400;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.ult-aeo h2 {
    max-width: 900px;
    margin: 0 0 1.25rem;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
}

.ult-aeo__answer {
    max-width: 900px;
    margin: 0;
    font-size: clamp(1.075rem, 1.5vw, 1.3rem);
    line-height: 1.7;
}

.ult-aeo__proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 3rem 0;
}

.ult-aeo__proof article {
    padding: 1.35rem;
    background: #ffffff;
    border-top: 4px solid #2db6de;
    box-shadow: 0 10px 28px rgba(19, 40, 75, 0.06);
}

.ult-aeo__proof strong,
.ult-aeo__proof span {
    display: block;
}

.ult-aeo__proof strong {
    margin-bottom: 0.65rem;
    color: #13284b;
    font-size: 1rem;
    line-height: 1.35;
}

.ult-aeo__proof span {
    color: #4a535a;
    font-size: 0.925rem;
    line-height: 1.55;
}

.ult-aeo__guidance {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.ult-aeo__guidance > div,
.ult-aeo__faqs,
.ult-aeo__related {
    padding: clamp(1.5rem, 3vw, 2.25rem);
    background: #ffffff;
    border: 1px solid #dce5e9;
}

.ult-aeo h3,
.ult-expertise h3 {
    margin: 0 0 1rem;
    color: #13284b;
    font-size: 1.35rem;
    line-height: 1.3;
}

.ult-aeo ul,
.ult-expertise ul {
    margin: 0;
    padding-left: 1.2rem;
}

.ult-aeo li,
.ult-expertise li {
    margin-bottom: 0.65rem;
    line-height: 1.55;
}

.ult-aeo__faqs {
    margin-top: 1.5rem;
}

.ult-aeo__faqs details,
.ult-expertise__faqs details {
    border-top: 1px solid #d7dfe3;
}

.ult-aeo__faqs details:last-child,
.ult-expertise__faqs details:last-child {
    border-bottom: 1px solid #d7dfe3;
}

.ult-aeo__faqs summary,
.ult-expertise__faqs summary {
    padding: 1rem 2rem 1rem 0;
    color: #13284b;
    cursor: pointer;
    font-weight: 650;
}

.ult-aeo__faqs details p,
.ult-expertise__faqs details p {
    max-width: 880px;
    margin: 0;
    padding: 0 0 1.25rem;
    line-height: 1.65;
}

.ult-aeo__related {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 2rem;
    margin-top: 1.5rem;
}

.ult-aeo__related a,
.ult-expertise a {
    color: #006f8f;
    font-weight: 600;
    text-underline-offset: 0.2em;
}

.ult-aeo__qualification {
    max-width: 900px;
    margin: 1.5rem 0 0;
    color: #5b646a;
    font-size: 0.9rem;
    line-height: 1.55;
}

.ult-expertise {
    padding: clamp(3.5rem, 7vw, 7rem) 1.5rem;
    color: #292929;
    background: #ffffff;
}

.ult-expertise__inner {
    width: min(100%, 1080px);
    margin: 0 auto;
}

.ult-expertise h1 {
    max-width: 980px;
    margin: 0 0 1.5rem;
    font-size: clamp(2.35rem, 5vw, 4.5rem);
    line-height: 1.05;
}

.ult-expertise__answer {
    max-width: 900px;
    margin: 0 0 2.5rem;
    padding-left: 1.25rem;
    border-left: 5px solid #2db6de;
    font-size: clamp(1.15rem, 1.7vw, 1.4rem);
    line-height: 1.7;
}

.ult-expertise__section {
    max-width: 900px;
    margin: 3rem 0;
}

.ult-expertise__section p {
    font-size: 1.05rem;
    line-height: 1.75;
}

.ult-expertise__evidence {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 2.5rem 0;
}

.ult-expertise__evidence article {
    padding: 1.5rem;
    background: #f3f6f8;
    border-top: 4px solid #13284b;
}

.ult-expertise__evidence strong {
    display: block;
    margin-bottom: 0.5rem;
    color: #13284b;
}

.ult-expertise__faqs {
    max-width: 900px;
    margin: 3rem 0;
    padding: 2rem;
    background: #f3f6f8;
}

.ult-expertise__cta {
    margin-top: 3rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    color: #ffffff;
    background: #13284b;
}

.ult-expertise__cta h2,
.ult-expertise__cta p {
    color: #ffffff;
}

.ult-expertise__cta a {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.85rem 1.1rem;
    color: #13284b;
    background: #2db6de;
    text-decoration: none;
}

.ult-expertise-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.ult-expertise-card {
    display: block;
    padding: 1.5rem;
    color: #292929 !important;
    background: #f3f6f8;
    border-top: 4px solid #2db6de;
    text-decoration: none;
}

.ult-expertise-card strong {
    display: block;
    margin-bottom: 0.65rem;
    color: #13284b;
    font-size: 1.15rem;
}

.ult-expertise-card span {
    color: #4a535a;
    font-weight: 400;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .ult-aeo__proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .ult-aeo,
    .ult-expertise {
        padding: 3.5rem 1.25rem;
    }

    .ult-aeo__proof,
    .ult-aeo__guidance,
    .ult-aeo__related,
    .ult-expertise__evidence,
    .ult-expertise-grid {
        grid-template-columns: 1fr;
    }

    .ult-aeo__proof {
        margin: 2rem 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ult-aeo *,
    .ult-expertise * {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
