.srp-home-domains {
    color: #17151e;
    background: #f6f3ef;
}

.srp-home-domains__intro {
    overflow: hidden;
    padding: clamp(4.5rem,7vw,7rem) 0;
    background: linear-gradient(135deg,#f6f3ef 0%,#ffffff 72%);
}

.srp-home-domains__intro-grid {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    align-items: end;
    gap: clamp(1.5rem,4vw,4rem);
}

.srp-home-domains__count {
    display: block;
    color: transparent;
    background: linear-gradient(180deg,#5b3df5 0%,#8c72ff 52%,#aeb6ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: var(--srp-font-heavy);
    font-size: clamp(7rem,13vw,12rem);
    font-weight: 900;
    letter-spacing: -.1em;
    line-height: .78;
    padding-right: .06em;
    padding-bottom: .06em;
}

.srp-home-domains__intro-copy {
    display: grid;
    max-width: 58rem;
    gap: 1.15rem;
}

.srp-home-domains__intro h2 {
    margin: 0;
    font-family: var(--srp-font-heavy);
    font-size: clamp(4rem,8vw,8rem);
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: .82;
    text-transform: uppercase;
}

.srp-home-domains__punct {
    color: #8c72ff;
}

.srp-home-domains__intro-copy p {
    max-width: 40rem;
    margin: 0;
    color: #625a68;
    font-size: clamp(1rem,.95rem + .2vw,1.16rem);
    line-height: 1.58;
}

.srp-domain-section {
    position: relative;
    overflow: hidden;
    content-visibility: auto;
    contain-intrinsic-size: 54rem;
}

.srp-domain-layout {
    display: grid;
    min-height: min(54rem,86svh);
    grid-template-columns: minmax(18rem,.76fr) minmax(0,1.22fr);
    grid-template-rows: auto 1fr;
    align-items: center;
    gap: 1rem clamp(2.5rem,7vw,8rem);
    padding-top: clamp(5rem,8vw,8rem);
    padding-bottom: clamp(5rem,8vw,8rem);
}

.srp-domain-section__meta {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: .7rem;
    align-self: end;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.srp-domain-section__body {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    max-width: 38rem;
}

.srp-domain-section__graphic {
    grid-column: 2;
    grid-row: 1 / span 2;
    position: relative;
    min-height: clamp(25rem,42vw,38rem);
}

.srp-domain-layout--reverse .srp-domain-section__meta,
.srp-domain-layout--reverse .srp-domain-section__body {
    grid-column: 2;
}

.srp-domain-layout--reverse .srp-domain-section__graphic {
    grid-column: 1;
}

.srp-domain-icon {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
}

.srp-domain-icon .srp-icone {
    width: 2.35rem;
    height: 2.35rem;
    transform: none;
}

.srp-domain-section__body h3 {
    margin: 0;
    font-family: var(--srp-font-heavy);
    font-size: clamp(3.55rem,6.5vw,6.8rem);
    font-weight: 900;
    letter-spacing: -.078em;
    line-height: .82;
    text-transform: uppercase;
}

.srp-domain-section__body h3 span { display: block; }
.srp-domain-section__body h3 i { color: inherit; font: inherit; font-style: normal; }

.srp-domain-section__body p {
    max-width: 33rem;
    margin: 1.5rem 0 0;
    font-size: clamp(1rem,.95rem + .2vw,1.16rem);
    line-height: 1.58;
}

.srp-domain-section__body .srp-button { margin-top: 1.6rem; }

.srp-domain-section--sites {
    color: #fff;
    background: radial-gradient(circle at 78% 34%,rgba(174,182,255,.13),transparent 28%),linear-gradient(135deg,#090811,#171022 56%,#32204a);
}
.srp-domain-section--sites .srp-domain-section__meta { color: #aeb6ff; }
.srp-domain-section--sites .srp-domain-section__body p { color: rgba(255,255,255,.72); }

.srp-domain-section__graphic--sites {
    display: grid;
    place-items: center;
}

.srp-domain-sites__desktop {
    position: absolute;
    inset: 8% 7% 5% 0;
    width: 90%;
    height: 86%;
    object-fit: contain;
    filter: drop-shadow(0 2rem 4rem rgba(0,0,0,.28));
}

.srp-domain-sites__mobile {
    position: absolute;
    z-index: 2;
    right: 3%;
    bottom: 3%;
    width: 18%;
    max-height: 58%;
    object-fit: contain;
    filter: drop-shadow(0 1.2rem 2.5rem rgba(0,0,0,.28));
}

.srp-domain-section--platform {
    color: #17151e;
    background: linear-gradient(160deg,#c9ceff 0%,#b7bdff 48%,#a4abff 100%);
}
.srp-domain-section--platform .srp-domain-section__meta { color: #4b3470; }
.srp-domain-section--platform .srp-domain-section__body p { color: rgba(23,21,30,.72); }
.srp-domain-section--platform .srp-domain-section__body h3 i { color: inherit; }

.srp-domain-section__graphic--platform {
    display: grid;
    place-items: center;
}

.srp-platform-stack {
    position: relative;
    display: grid;
    width: min(88%,34rem);
    aspect-ratio: 1.05;
    place-items: center;
}

.srp-platform-stack i {
    position: absolute;
    width: 68%;
    height: 24%;
    border: 1px solid rgba(67,40,111,.18);
    border-radius: 1rem;
    background: rgba(246,243,239,.72);
    box-shadow: 0 1.2rem 2.6rem rgba(67,40,111,.08);
}
.srp-platform-stack i:nth-child(1) { width: 56%; transform: translateY(-2rem); }
.srp-platform-stack i:nth-child(2) { width: 70%; transform: translateY(-1rem); }
.srp-platform-stack i:nth-child(3) { width: 84%; }

.srp-platform-stack b {
    position: absolute;
    z-index: 2;
    padding: .58rem .85rem;
    border: 1px solid rgba(67,40,111,.16);
    border-radius: 999px;
    background: #f6f3ef;
    box-shadow: 0 .9rem 2rem rgba(67,40,111,.08);
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .06em;
}
.srp-platform-stack b:nth-of-type(1) { top: 20%; left: 5%; }
.srp-platform-stack b:nth-of-type(2) { right: 4%; top: 47%; }
.srp-platform-stack b:nth-of-type(3) { left: 24%; bottom: 15%; }
.srp-platform-stack em { position: absolute; inset: 28% 17% 26% 16%; border: 1px dashed rgba(67,40,111,.22); border-radius: 1.4rem; }
.srp-platform-stack small { position: absolute; left: 0; bottom: 1%; color: rgba(67,40,111,.68); font-size: .68rem; letter-spacing: .06em; }

.srp-domain-section--solutions {
    color: #17151e;
    background: linear-gradient(160deg,#f8f6fb 0%,#efeaf5 52%,#e5ddf0 100%);
}
.srp-domain-section--solutions .srp-domain-section__meta { color: #694ba3; }
.srp-domain-section--solutions .srp-domain-section__body p { color: #5c5263; }
.srp-domain-section--solutions .srp-domain-section__body h3 i { color: inherit; }

.srp-domain-section__graphic--solutions {
    display: grid;
    place-items: center;
}

.srp-domain-section__graphic--solutions::before {
    position: absolute;
    inset: 14% 12%;
    content: "";
    border-radius: 2rem;
    background:
        linear-gradient(135deg,rgba(91,61,245,.12),rgba(174,182,255,.32)),
        #fff;
    box-shadow: 0 1.6rem 3.6rem rgba(67,40,111,.12);
}

.srp-solution-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(91,61,245,.22);
    border-radius: 50%;
}
.srp-solution-orbit--a { inset: 24% 22%; }
.srp-solution-orbit--b { inset: 36% 35%; border-color: rgba(140,114,255,.3); }

.srp-solution-node {
    position: absolute;
    z-index: 2;
    padding: .72rem 1rem;
    border: 1px solid rgba(67,40,111,.16);
    border-radius: 999px;
    color: #271c3b;
    background: #fff;
    box-shadow: 0 1rem 2.3rem rgba(67,40,111,.1);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .06em;
}
.srp-solution-node--a { top: 24%; left: 10%; background:#5b3df5; color:#fff; }
.srp-solution-node--b { top: 40%; right: 7%; background:#aeb6ff; }
.srp-solution-node--c { bottom: 24%; left: 24%; }
.srp-solution-node--d { right: 15%; bottom: 13%; background:#24183c; color:#fff; }

.srp-domain-section--lab {
    color: #fff;
    background: radial-gradient(circle at 30% 34%,rgba(140,114,255,.18),transparent 30%),linear-gradient(135deg,#07070d,#12101b 56%,#25173a);
}
.srp-domain-section--lab .srp-domain-section__meta { color: #aeb6ff; }
.srp-domain-section--lab .srp-domain-section__body p { color: rgba(255,255,255,.72); }

.srp-domain-section__graphic--lab {
    display: grid;
    place-items: center;
}

.srp-domain-section__graphic--lab img {
    width: min(86%,28rem);
    max-height: 34rem;
    object-fit: contain;
    filter: drop-shadow(0 1.5rem 3rem rgba(0,0,0,.2));
}

@media (max-width: 60rem) {
    .srp-domain-layout,
    .srp-domain-layout--reverse {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        min-height: auto;
        gap: 1.2rem;
    }

    .srp-domain-section__meta,
    .srp-domain-layout--reverse .srp-domain-section__meta {
        grid-column: 1;
        grid-row: 1;
    }

    .srp-domain-section__graphic,
    .srp-domain-layout--reverse .srp-domain-section__graphic {
        grid-column: 1;
        grid-row: 2;
    }

    .srp-domain-section__body,
    .srp-domain-layout--reverse .srp-domain-section__body {
        grid-column: 1;
        grid-row: 3;
    }

    .srp-domain-section__body { max-width: 44rem; }
    .srp-domain-section__graphic { min-height: 24rem; }
}

@media (max-width: 39.9375rem) {
    .srp-home-domains__intro {
        padding: 4rem 0 3.6rem;
    }

    .srp-home-domains__intro-grid {
        grid-template-columns: 1fr;
        gap: .65rem;
    }

    .srp-home-domains__count {
        font-size: clamp(6.5rem,31vw,8.8rem);
        line-height: .78;
        padding-right: .1em;
    }

    .srp-home-domains__intro h2 {
        font-size: clamp(3.25rem,15.5vw,4.7rem);
        line-height: .84;
    }

    .srp-home-domains__intro-copy p {
        max-width: 24rem;
        font-size: .96rem;
    }

    .srp-domain-layout {
        padding-top: 4.2rem;
        padding-bottom: 4.2rem;
    }

    .srp-domain-section__meta {
        font-size: .6rem;
        margin-bottom: .1rem;
    }

    .srp-domain-section__graphic {
        min-height: 15rem;
        margin-block: .35rem .6rem;
    }

    .srp-domain-section__body h3 {
        font-size: clamp(2.95rem,13.2vw,4.25rem);
        line-height: .84;
    }

    .srp-domain-section__body p {
        margin-top: 1rem;
        font-size: .94rem;
    }

    .srp-domain-section__body .srp-button {
        margin-top: 1.2rem;
    }

    .srp-domain-sites__desktop {
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: none;
    }

    .srp-domain-sites__mobile {
        display: none;
    }

    .srp-platform-stack {
        width: 95%;
        max-width: 21rem;
    }

    .srp-platform-stack small { display: none; }

    .srp-domain-section__graphic--solutions {
        min-height: 17rem;
    }

    .srp-solution-node {
        padding: .5rem .68rem;
        font-size: .55rem;
    }

    .srp-domain-section__graphic--lab img {
        width: min(92%,18rem);
        max-height: 17rem;
        filter: none;
    }
}
