.aml2-content {
    --aml2-panel: #111412;
    --aml2-panel-soft: #0c100e;
    --aml2-line: rgba(255, 255, 255, 0.105);
    --aml2-line-strong: rgba(255, 255, 255, 0.18);
    --aml2-copy: rgba(235, 241, 239, 0.65);
    overflow: hidden;
}

.aml2-content .amp-container {
    width: min(1280px, calc(100% - 48px));
}

.aml2-section {
    position: relative;
}

.aml2-section::before {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    content: "";
}

.aml2-section > .amp-container {
    position: relative;
    z-index: 1;
}

.aml2-section--signals::before,
.aml2-section--fit::before {
    top: -180px;
    right: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(33, 214, 174, 0.07), transparent 68%);
}

.aml2-section--diagnostic,
.aml2-section--proof,
.aml2-section--conversion,
.aml2-section--ciama,
.aml2-section--named-proof {
    border-top: 1px solid rgba(255, 255, 255, 0.055);
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    background: #0a0c0b;
}

.aml2-section--intervention,
.aml2-section--delivery,
.aml2-section--fit,
.aml2-section--faq,
.aml2-section--method,
.aml2-section--named-intervention {
    background:
        linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
        #070807;
    background-size: 64px 64px;
}

.aml2-signal-rail .amp-signal-rail__inner {
    min-height: 84px;
}

.aml2-signal-rail .amp-signal-rail__list span {
    white-space: nowrap;
}

.aml2-heading {
    max-width: 800px;
    margin-bottom: 48px;
}

.aml2-heading--split {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
    gap: clamp(44px, 8vw, 112px);
    align-items: end;
}

.aml2-heading h2,
.aml2-proof__content h2,
.aml2-delivery__copy h2,
.aml2-conversion header h2,
.aml2-ciama__copy h2,
.aml2-named-brand h2,
.aml2-named-proof__delivery h2,
.aml2-final .amp-final-card__content h2 {
    margin-bottom: 20px;
    color: #f4f7f5;
    font-size: clamp(2.25rem, 4.2vw, 4.4rem);
    font-weight: 730;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.aml2-heading > p,
.aml2-heading--split > p,
.aml2-proof__content > p,
.aml2-delivery__copy > p,
.aml2-conversion header > p,
.aml2-ciama__copy > p,
.aml2-named-brand > div > p:last-child,
.aml2-named-proof__delivery > p,
.aml2-final .amp-final-card__content > p {
    margin-bottom: 0;
    color: var(--aml2-copy);
    font-size: 1.02rem;
    line-height: 1.72;
}

.aml2-card-grid {
    display: grid;
    gap: 16px;
}

.aml2-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aml2-card-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aml2-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--aml2-line);
    border-radius: 7px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014));
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.aml2-card:hover {
    border-color: rgba(33, 214, 174, 0.34);
    background-color: rgba(33, 214, 174, 0.025);
    transform: translateY(-4px);
}

.aml2-card--signal {
    min-height: 306px;
    padding: 26px;
}

.aml2-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 62px;
}

.aml2-card__top > span,
.aml2-card--intervention > span,
.aml2-card--fit > small {
    color: rgba(255, 255, 255, 0.45);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.67rem;
    font-weight: 720;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aml2-card__top small {
    border: 1px solid rgba(33, 214, 174, 0.22);
    border-radius: 999px;
    padding: 7px 10px;
    color: #4be4c1;
    font-size: 0.66rem;
    font-weight: 720;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.aml2-card h3 {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.32rem;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.16;
}

.aml2-card p {
    margin-bottom: 0;
    color: var(--aml2-copy);
    font-size: 0.9rem;
    line-height: 1.62;
}

.aml2-inline-cta {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 18px;
    border: 1px solid rgba(33, 214, 174, 0.2);
    border-radius: 7px;
    padding: 18px 20px 18px 26px;
    background: linear-gradient(90deg, rgba(33, 214, 174, 0.085), rgba(33, 214, 174, 0.018));
}

.aml2-inline-cta > div {
    display: grid;
    gap: 5px;
}

.aml2-inline-cta > div span {
    color: #45dfbc;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.66rem;
    font-weight: 740;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aml2-inline-cta > div strong {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.35;
}

.aml2-diagnostic {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: 18px;
}

.aml2-diagnostic__visual {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border: 1px solid var(--aml2-line);
    border-radius: 8px;
    background:
        radial-gradient(circle at 70% 32%, rgba(33, 214, 174, 0.12), transparent 32%),
        linear-gradient(145deg, #111813, #090b0a);
}

.aml2-diagnostic__grid,
.aml2-final .amp-final-card__grid {
    position: absolute;
    inset: 0;
    opacity: 0.6;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.aml2-diagnostic__flow {
    position: absolute;
    top: 80px;
    right: 48px;
    left: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aml2-diagnostic__flow span {
    display: grid;
    width: 94px;
    height: 94px;
    place-items: center;
    border: 1px solid rgba(33, 214, 174, 0.32);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(7, 10, 8, 0.86);
    box-shadow: 0 0 40px rgba(33, 214, 174, 0.08);
    font-size: 0.74rem;
    font-weight: 760;
}

.aml2-diagnostic__flow i {
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, rgba(33, 214, 174, 0.6), rgba(255, 255, 255, 0.18));
}

.aml2-diagnostic__status {
    position: absolute;
    right: 34px;
    bottom: 32px;
    left: 34px;
    display: grid;
    gap: 9px;
}

.aml2-diagnostic__status span {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 5px;
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(5, 7, 6, 0.72);
    font-size: 0.78rem;
}

.aml2-diagnostic__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #25dcb4;
    box-shadow: 0 0 14px rgba(37, 220, 180, 0.6);
}

.aml2-diagnostic__list {
    display: grid;
    gap: 12px;
}

.aml2-diagnostic__list article {
    display: grid;
    min-height: 148px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    border: 1px solid var(--aml2-line);
    border-radius: 7px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.025);
}

.aml2-diagnostic__list article > span {
    padding-top: 4px;
    color: #32dcb5;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.7rem;
}

.aml2-diagnostic__list small {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.66rem;
    font-weight: 740;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aml2-diagnostic__list h3 {
    margin-bottom: 8px;
    font-size: 1.08rem;
    line-height: 1.25;
}

.aml2-diagnostic__list p {
    margin-bottom: 0;
    color: var(--aml2-copy);
    font-size: 0.84rem;
    line-height: 1.58;
}

.aml2-card--intervention {
    min-height: 320px;
    padding: 24px;
}

.aml2-card--intervention .aml2-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 54px;
    border: 1px solid rgba(33, 214, 174, 0.22);
    border-radius: 5px;
    color: #34ddb7;
    background: rgba(33, 214, 174, 0.055);
    font-size: 1.28rem;
}

.aml2-card--intervention > span {
    display: block;
    margin-bottom: 13px;
}

.aml2-format-strip {
    margin-top: 18px;
    border: 1px solid var(--aml2-line);
    border-radius: 8px;
    padding: 30px;
    background: #0b0e0c;
}

.aml2-format-strip > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--aml2-line);
}

.aml2-format-strip article {
    min-width: 0;
    padding: 25px 22px 4px;
}

.aml2-format-strip article + article {
    border-left: 1px solid var(--aml2-line);
}

.aml2-format-strip article > span {
    display: block;
    margin-bottom: 18px;
    color: #38dcb7;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.68rem;
}

.aml2-format-strip strong {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.96rem;
}

.aml2-format-strip article p {
    margin-bottom: 0;
    color: var(--aml2-copy);
    font-size: 0.78rem;
    line-height: 1.55;
}

.aml2-proof {
    display: grid;
    min-height: 620px;
    overflow: hidden;
    grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
    border: 1px solid rgba(33, 214, 174, 0.25);
    border-radius: 9px;
    background: #101310;
}

.aml2-proof__media {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    border-right: 1px solid var(--aml2-line);
}

.aml2-proof__media::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 6, 5, 0.08), rgba(3, 6, 5, 0.82)),
        linear-gradient(90deg, transparent 65%, rgba(6, 8, 7, 0.3));
    content: "";
}

.aml2-proof__media img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    filter: saturate(0.72) contrast(1.04);
    transition: transform 600ms ease, filter 300ms ease;
}

.aml2-proof:hover .aml2-proof__media img {
    filter: saturate(0.94) contrast(1.04);
    transform: scale(1.025);
}

.aml2-proof__media-label {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 26px;
    left: 28px;
    display: grid;
    gap: 6px;
}

.aml2-proof__media-label span,
.aml2-named-proof__project-head span {
    color: #3ddfba;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.66rem;
    font-weight: 740;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aml2-proof__media-label strong {
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.22rem;
}

.aml2-proof__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 6vw, 78px);
}

.aml2-proof__content h2 {
    font-size: clamp(2rem, 3.1vw, 3.25rem);
    line-height: 1.03;
}

.aml2-proof__content ul,
.aml2-named-proof__delivery ul {
    display: grid;
    gap: 12px;
    margin: 30px 0 34px;
    padding: 0;
    list-style: none;
}

.aml2-proof__content li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
    line-height: 1.5;
}

.aml2-proof__content li iconify-icon {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #34dcb7;
}

.aml2-proof__actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.aml2-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #42dfbb !important;
    font-size: 0.8rem;
    font-weight: 760;
}

.aml2-delivery {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
    gap: clamp(54px, 8vw, 120px);
    align-items: start;
}

.aml2-delivery__copy {
    position: sticky;
    top: 110px;
}

.aml2-delivery__copy h2 {
    font-size: clamp(2.2rem, 3.8vw, 3.9rem);
}

.aml2-method-note {
    margin-top: 36px;
    border-left: 2px solid #2bdcb5;
    padding: 4px 0 4px 20px;
}

.aml2-method-note > span {
    display: block;
    margin-bottom: 8px;
    color: #3fdfbb;
    font-size: 0.65rem;
    font-weight: 740;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aml2-method-note strong {
    display: block;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.94rem;
}

.aml2-method-note p {
    margin: 0;
    color: rgba(235, 241, 239, 0.56);
    font-size: 0.8rem;
    line-height: 1.58;
}

.aml2-delivery__list {
    border-top: 1px solid var(--aml2-line);
}

.aml2-delivery__list article {
    display: grid;
    min-height: 112px;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid var(--aml2-line);
}

.aml2-delivery__list article > span,
.aml2-outcomes article > span {
    color: rgba(255, 255, 255, 0.4);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.68rem;
}

.aml2-delivery__list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.48;
}

.aml2-delivery__list iconify-icon {
    color: #35dcb7;
}

.aml2-outcomes {
    margin-top: 76px;
    border: 1px solid var(--aml2-line);
    border-radius: 8px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.02);
}

.aml2-outcomes > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aml2-outcomes article {
    min-width: 0;
    padding: 18px 22px 4px;
}

.aml2-outcomes article + article {
    border-left: 1px solid var(--aml2-line);
}

.aml2-outcomes article > span {
    display: block;
    margin-bottom: 16px;
    color: #38dcb7;
}

.aml2-outcomes article p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.8rem;
    line-height: 1.55;
}

.aml2-conversion {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(33, 214, 174, 0.28);
    border-radius: 9px;
    padding: clamp(36px, 6vw, 72px);
    background:
        radial-gradient(circle at 92% 18%, rgba(33, 214, 174, 0.13), transparent 27%),
        linear-gradient(135deg, #101813, #0a0d0b 65%);
}

.aml2-conversion::after {
    position: absolute;
    right: -100px;
    bottom: -130px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(33, 214, 174, 0.12);
    border-radius: 50%;
    content: "";
}

.aml2-conversion header {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.aml2-conversion header h2 {
    font-size: clamp(2.3rem, 4.2vw, 4.15rem);
}

.aml2-conversion__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 52px 0 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.aml2-conversion__grid article {
    padding: 28px 26px;
}

.aml2-conversion__grid article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.aml2-conversion__grid span {
    display: block;
    margin-bottom: 16px;
    color: #3cdeba;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.66rem;
    font-weight: 740;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aml2-conversion__grid h3 {
    margin-bottom: 10px;
    font-size: 1.05rem;
    line-height: 1.26;
}

.aml2-conversion__grid p {
    margin: 0;
    color: var(--aml2-copy);
    font-size: 0.8rem;
    line-height: 1.55;
}

.aml2-conversion > .amp-button {
    position: relative;
    z-index: 1;
}

.aml2-card--fit {
    min-height: 265px;
    padding: 26px;
}

.aml2-card--fit > small {
    display: block;
    margin-bottom: 58px;
    color: #3cdeba;
}

.aml2-routing {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 64px;
    align-items: start;
    margin-top: 76px;
    border-top: 1px solid var(--aml2-line);
    padding-top: 38px;
}

.aml2-routing > div h3 {
    margin-bottom: 12px;
    font-size: 1.42rem;
}

.aml2-routing > div > p:last-child {
    margin: 0;
    color: var(--aml2-copy);
    font-size: 0.86rem;
    line-height: 1.6;
}

.aml2-routing nav {
    display: grid;
    border-top: 1px solid var(--aml2-line);
}

.aml2-routing nav a {
    position: relative;
    display: grid;
    min-height: 92px;
    grid-template-columns: 36px minmax(180px, 0.65fr) minmax(0, 1fr) 22px;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid var(--aml2-line);
    transition: color 180ms ease, padding-left 180ms ease;
}

.aml2-routing nav a:hover {
    color: #3fdfbb;
    padding-left: 7px;
}

.aml2-routing nav a > span {
    color: rgba(255, 255, 255, 0.38);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.65rem;
}

.aml2-routing nav strong {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.86rem;
}

.aml2-routing nav small {
    color: rgba(235, 241, 239, 0.48);
    font-size: 0.75rem;
    line-height: 1.45;
}

.aml2-ciama {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    border: 1px solid rgba(33, 214, 174, 0.24);
    border-radius: 9px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        #0f1511;
    background-size: 48px 48px;
}

.aml2-ciama__copy {
    padding: clamp(42px, 6vw, 76px);
}

.aml2-ciama__copy h2 {
    font-size: clamp(2.05rem, 3.5vw, 3.55rem);
}

.aml2-ciama__copy .amp-button {
    margin-top: 30px;
}

.aml2-ciama__cards {
    display: grid;
    gap: 10px;
    align-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    padding: 36px;
    background: rgba(4, 7, 5, 0.46);
}

.aml2-ciama__cards article {
    display: flex;
    min-height: 100px;
    align-items: flex-start;
    gap: 17px;
    border: 1px solid rgba(255, 255, 255, 0.105);
    border-radius: 6px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.025);
}

.aml2-ciama__cards iconify-icon {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #39dcb8;
    font-size: 1.15rem;
}

.aml2-ciama__cards strong {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.aml2-ciama__cards p {
    margin: 0;
    color: var(--aml2-copy);
    font-size: 0.76rem;
    line-height: 1.5;
}

.aml2-faq {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 18px;
}

.aml2-faq__list {
    display: grid;
    gap: 10px;
}

.aml2-faq__list details {
    overflow: hidden;
    border: 1px solid var(--aml2-line);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.027);
}

.aml2-faq__list details[open] {
    border-color: rgba(33, 214, 174, 0.25);
    background: rgba(33, 214, 174, 0.025);
}

.aml2-faq__list summary {
    display: grid;
    min-height: 78px;
    cursor: pointer;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    gap: 16px;
    align-items: center;
    padding: 0 22px;
    list-style: none;
}

.aml2-faq__list summary::-webkit-details-marker {
    display: none;
}

.aml2-faq__list summary > span {
    color: rgba(255, 255, 255, 0.36);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.66rem;
}

.aml2-faq__list summary strong {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    line-height: 1.4;
}

.aml2-faq__list summary iconify-icon {
    color: #37dcb8;
    transition: transform 180ms ease;
}

.aml2-faq__list details[open] summary iconify-icon {
    transform: rotate(180deg);
}

.aml2-faq__list details > div {
    padding: 0 28px 22px 80px;
}

.aml2-faq__list details p {
    margin: 0;
    color: var(--aml2-copy);
    font-size: 0.82rem;
    line-height: 1.62;
}

.aml2-faq > aside {
    position: sticky;
    top: 110px;
    align-self: start;
    border: 1px solid rgba(233, 162, 59, 0.24);
    border-radius: 7px;
    padding: 30px;
    background: linear-gradient(145deg, rgba(233, 162, 59, 0.065), rgba(255, 255, 255, 0.015));
}

.aml2-faq > aside > iconify-icon {
    display: block;
    margin-bottom: 38px;
    color: #e9a23b;
    font-size: 1.45rem;
}

.aml2-faq > aside h3 {
    margin-bottom: 12px;
    font-size: 1.25rem;
    line-height: 1.2;
}

.aml2-faq > aside > p:not(.amp-kicker) {
    margin-bottom: 24px;
    color: var(--aml2-copy);
    font-size: 0.82rem;
    line-height: 1.58;
}

.aml2-faq > aside > span {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    padding-top: 20px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.78rem;
    font-weight: 650;
    line-height: 1.5;
}

.aml2-final {
    min-height: 510px;
}

.aml2-final .amp-final-card__content {
    position: relative;
    z-index: 2;
}

.aml2-final .amp-final-card__content h2 {
    font-size: clamp(2.45rem, 4.5vw, 4.6rem);
}

/* Pages par marketplace */

.aml2-content--named .aml2-section--signals::before {
    background: radial-gradient(circle, rgba(76, 124, 255, 0.075), transparent 68%);
}

.aml2-named-brand {
    display: grid;
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
    gap: clamp(48px, 8vw, 120px);
    align-items: center;
    margin-bottom: 50px;
}

.aml2-named-brand__logo {
    display: grid;
    min-height: 230px;
    place-items: center;
    border: 1px solid var(--aml2-line);
    border-radius: 8px;
    padding: 40px;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.07), transparent 54%),
        #0d100e;
}

.aml2-named-brand__logo img,
.aml2-faq--named aside img {
    width: min(100%, 260px);
    height: auto;
    max-height: 90px;
    object-fit: contain;
}

.aml2-named-brand h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.aml2-named-proof {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
    border: 1px solid rgba(33, 214, 174, 0.22);
    border-radius: 9px;
    background: #101310;
}

.aml2-named-proof__delivery,
.aml2-named-proof__project {
    padding: clamp(38px, 5vw, 66px);
}

.aml2-named-proof__delivery {
    border-right: 1px solid var(--aml2-line);
}

.aml2-named-proof__delivery h2 {
    font-size: clamp(2.2rem, 3.8vw, 3.75rem);
}

.aml2-named-proof__delivery ul {
    margin-bottom: 0;
}

.aml2-named-proof__delivery li {
    display: grid;
    min-height: 68px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border-top: 1px solid var(--aml2-line);
}

.aml2-named-proof__delivery li > span {
    color: #37dcb8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.66rem;
}

.aml2-named-proof__delivery li p {
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
    font-size: 0.82rem;
    line-height: 1.45;
}

.aml2-named-proof__project {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 80% 20%, rgba(33, 214, 174, 0.1), transparent 28%),
        rgba(3, 6, 4, 0.48);
}

.aml2-named-proof__project-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 52px;
}

.aml2-named-proof__project-head small {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.68rem;
}

.aml2-named-proof__project h3 {
    margin-bottom: 16px;
    font-size: clamp(1.65rem, 2.6vw, 2.45rem);
    line-height: 1.08;
}

.aml2-named-proof__project > p {
    margin-bottom: 20px;
    color: var(--aml2-copy);
    font-size: 0.88rem;
    line-height: 1.64;
}

.aml2-named-proof__scope {
    margin-bottom: 30px;
    border-left: 2px solid #38dcb8;
    padding-left: 16px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.76rem;
    line-height: 1.5;
}

.aml2-named-proof__project .amp-button {
    align-self: flex-start;
}

.aml2-method-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--aml2-line);
    border-bottom: 1px solid var(--aml2-line);
}

.aml2-method-flow article {
    display: grid;
    min-height: 230px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 34px 28px;
}

.aml2-method-flow article + article {
    border-left: 1px solid var(--aml2-line);
}

.aml2-method-flow article > span {
    color: #3cdeba;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.68rem;
}

.aml2-method-flow h3 {
    margin-bottom: 11px;
    font-size: 1.08rem;
}

.aml2-method-flow p {
    margin: 0;
    color: var(--aml2-copy);
    font-size: 0.82rem;
    line-height: 1.58;
}

.aml2-named-routing {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.aml2-named-routing > article,
.aml2-named-routing > a {
    position: relative;
    min-height: 260px;
    border: 1px solid var(--aml2-line);
    border-radius: 7px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.025);
}

.aml2-named-routing > a {
    transition: border-color 180ms ease, transform 180ms ease;
}

.aml2-named-routing > a:hover {
    border-color: rgba(33, 214, 174, 0.34);
    transform: translateY(-4px);
}

.aml2-named-routing span {
    display: block;
    margin-bottom: 72px;
    color: #3bdeba;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.65rem;
    font-weight: 740;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aml2-named-routing strong {
    display: block;
    margin-bottom: 11px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
}

.aml2-named-routing p {
    margin: 0;
    color: var(--aml2-copy);
    font-size: 0.8rem;
    line-height: 1.54;
}

.aml2-named-routing iconify-icon {
    position: absolute;
    top: 26px;
    right: 26px;
    color: #3cdeba;
}

.aml2-faq--named aside img {
    display: block;
    margin-bottom: 42px;
    opacity: 0.88;
}

@media (max-width: 1100px) {
    .aml2-card-grid--4,
    .aml2-format-strip > div,
    .aml2-outcomes > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aml2-format-strip article:nth-child(3),
    .aml2-outcomes article:nth-child(3) {
        border-left: 0;
    }

    .aml2-format-strip article:nth-child(n + 3),
    .aml2-outcomes article:nth-child(n + 3) {
        border-top: 1px solid var(--aml2-line);
    }

    .aml2-proof {
        grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
    }
}

@media (max-width: 900px) {
    .aml2-heading--split,
    .aml2-diagnostic,
    .aml2-proof,
    .aml2-delivery,
    .aml2-ciama,
    .aml2-routing,
    .aml2-named-brand,
    .aml2-named-proof {
        grid-template-columns: 1fr;
    }

    .aml2-heading--split {
        gap: 20px;
        align-items: start;
    }

    .aml2-card-grid--3,
    .aml2-named-routing,
    .aml2-method-flow {
        grid-template-columns: 1fr;
    }

    .aml2-card--signal,
    .aml2-card--fit {
        min-height: 0;
    }

    .aml2-card__top,
    .aml2-card--fit > small {
        margin-bottom: 36px;
    }

    .aml2-diagnostic__visual {
        min-height: 410px;
    }

    .aml2-proof__media {
        min-height: 420px;
        border-right: 0;
        border-bottom: 1px solid var(--aml2-line);
    }

    .aml2-proof__media img {
        min-height: 420px;
        max-height: 520px;
    }

    .aml2-delivery__copy,
    .aml2-faq > aside {
        position: static;
    }

    .aml2-routing {
        gap: 32px;
    }

    .aml2-ciama__cards,
    .aml2-named-proof__delivery {
        border: 0;
        border-top: 1px solid var(--aml2-line);
    }

    .aml2-named-brand {
        gap: 34px;
    }

    .aml2-method-flow article {
        min-height: 0;
    }

    .aml2-method-flow article + article {
        border-top: 1px solid var(--aml2-line);
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .aml2-content .amp-container {
        width: min(100% - 28px, 1280px);
    }

    .aml2-content .amp-section {
        padding: 76px 0;
    }

    .aml2-signal-rail .amp-signal-rail__inner {
        min-height: 72px;
    }

    .aml2-signal-rail .amp-signal-rail__list {
        width: 100%;
        padding-bottom: 15px;
        overflow-x: auto;
    }

    .aml2-heading {
        margin-bottom: 34px;
    }

    .aml2-heading h2,
    .aml2-proof__content h2,
    .aml2-delivery__copy h2,
    .aml2-conversion header h2,
    .aml2-ciama__copy h2,
    .aml2-named-brand h2,
    .aml2-named-proof__delivery h2,
    .aml2-final .amp-final-card__content h2 {
        font-size: clamp(2rem, 10.5vw, 3rem);
    }

    .aml2-card-grid--4,
    .aml2-format-strip > div,
    .aml2-outcomes > div,
    .aml2-conversion__grid {
        grid-template-columns: 1fr;
    }

    .aml2-card--intervention {
        min-height: 250px;
    }

    .aml2-card--intervention .aml2-icon {
        margin-bottom: 34px;
    }

    .aml2-format-strip article + article,
    .aml2-outcomes article + article,
    .aml2-conversion__grid article + article {
        border-top: 1px solid var(--aml2-line);
        border-left: 0;
    }

    .aml2-format-strip article:nth-child(2),
    .aml2-outcomes article:nth-child(2) {
        border-top: 1px solid var(--aml2-line);
    }

    .aml2-inline-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .aml2-inline-cta .amp-button {
        width: 100%;
    }

    .aml2-diagnostic__flow {
        right: 22px;
        left: 22px;
    }

    .aml2-diagnostic__flow span {
        width: 72px;
        height: 72px;
        font-size: 0.65rem;
    }

    .aml2-diagnostic__status {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .aml2-proof__content,
    .aml2-ciama__copy,
    .aml2-named-proof__delivery,
    .aml2-named-proof__project {
        padding: 32px 24px;
    }

    .aml2-proof__actions,
    .aml2-final .amp-final-card__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .aml2-proof__actions .amp-button,
    .aml2-final .amp-button {
        width: 100%;
    }

    .aml2-delivery {
        gap: 42px;
    }

    .aml2-delivery__list article {
        min-height: 94px;
    }

    .aml2-outcomes {
        margin-top: 52px;
        padding: 20px;
    }

    .aml2-conversion {
        padding: 34px 22px;
    }

    .aml2-conversion__grid {
        margin-top: 38px;
    }

    .aml2-routing nav a {
        grid-template-columns: 30px minmax(0, 1fr) 20px;
        padding: 14px 0;
    }

    .aml2-routing nav small {
        display: none;
    }

    .aml2-ciama__cards {
        padding: 20px;
    }

    .aml2-faq {
        grid-template-columns: 1fr;
    }

    .aml2-faq__list summary {
        min-height: 72px;
        grid-template-columns: 30px minmax(0, 1fr) 18px;
        gap: 10px;
        padding: 0 16px;
    }

    .aml2-faq__list details > div {
        padding: 0 18px 20px 56px;
    }

    .aml2-named-brand__logo {
        min-height: 180px;
    }

    .aml2-named-routing > article,
    .aml2-named-routing > a {
        min-height: 220px;
    }
}

@media (max-width: 480px) {
    .aml2-content .amp-section {
        padding: 64px 0;
    }

    .aml2-card--signal,
    .aml2-card--intervention,
    .aml2-card--fit {
        padding: 22px;
    }

    .aml2-diagnostic__visual {
        min-height: 360px;
    }

    .aml2-diagnostic__flow span {
        width: 64px;
        height: 64px;
    }

    .aml2-diagnostic__list article {
        grid-template-columns: 32px minmax(0, 1fr);
        padding: 18px;
    }

    .aml2-proof__media,
    .aml2-proof__media img {
        min-height: 340px;
    }

    .aml2-named-proof__project-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 34px;
    }
}
