.its-page {
    --its-shadow-soft: 0 24px 70px rgba(24, 9, 29, .07);
    --its-shadow-lifted: 0 30px 80px rgba(24, 9, 29, .13);
    background: var(--bg);
}

.its-main {
    width: 100%;
    position: relative;
    isolation: isolate;
    padding-bottom: 112px;
    color: var(--black);
    overflow: hidden;
}

.its-main::before,
.its-main::after {
    width: 520px;
    height: 520px;
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.its-main::before {
    top: 920px;
    left: -360px;
    background: radial-gradient(circle, rgba(172, 17, 255, .1), transparent 70%);
}

.its-main::after {
    top: 2100px;
    right: -360px;
    background: radial-gradient(circle, rgba(253, 91, 3, .09), transparent 70%);
}

.its-main > section {
    position: relative;
    z-index: 1;
}

.its-hero,
.its-plan-hero,
.its-purpose,
.its-intro,
.its-plans,
.its-work,
.its-value,
.its-plan-about,
.its-services,
.its-materials {
    width: var(--container);
    margin-right: auto;
    margin-left: auto;
}

.its-hero,
.its-plan-hero {
    min-height: 660px;
    position: relative;
    margin-top: 56px;
    padding: 38px 48px 48px;
    color: #fff;
    background:
        radial-gradient(circle at 84% 12%, rgba(172, 17, 255, .64), transparent 29%),
        radial-gradient(circle at 62% 110%, rgba(253, 91, 3, .25), transparent 34%),
        linear-gradient(135deg, #18091d 0%, #26064d 54%, #390894 100%);
    border-radius: 36px;
    box-shadow: 0 34px 90px rgba(24, 9, 29, .14);
    overflow: hidden;
    isolation: isolate;
}

.its-hero::after,
.its-plan-hero::after {
    width: 440px;
    height: 140%;
    position: absolute;
    top: -20%;
    right: 19%;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .07), transparent);
    opacity: .72;
    transform: rotate(17deg);
    pointer-events: none;
}

.its-hero::before,
.its-plan-hero::before {
    width: 520px;
    height: 520px;
    position: absolute;
    top: -310px;
    left: 40%;
    z-index: -1;
    content: "";
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.its-hero .crumbs,
.its-plan-hero .crumbs {
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
    margin-bottom: 66px;
    --crumbs-link: #fff;
    --crumbs-muted: rgba(255, 255, 255, .68);
    --crumbs-hover: var(--orange);
    --crumbs-dot: rgba(255, 255, 255, .72);
}

.its-hero__grid,
.its-plan-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 72px;
    align-items: center;
}

.its-hero__content,
.its-plan-hero__content {
    max-width: 900px;
}

.its-main .its-section-label {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    line-height: 1;
    width: fit-content;
    border: 1px solid var(--its-section-label-border, rgba(168, 11, 235, .2));
    border-radius: 10px;
    color: #a80beb;
    background: linear-gradient(135deg, #a80beb 0%, #ff6a00 100%);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: 0 6px 16px rgba(172, 17, 255, .14);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.its-hero .its-section-label,
.its-plan-hero .its-section-label,
.its-notice .its-section-label,
.its-work .its-section-label,
.its-value .its-section-label {
    --its-section-label-border: rgba(255, 255, 255, .3);
    color: #fff;
}

.its-hero .its-section-label,
.its-plan-hero .its-section-label {
    padding: 8px 16px;
    font-size: 22px;
}

.its-hero h1,
.its-plan-hero h1 {
    max-width: 1000px;
    margin: 22px 0 0;
    color: #fff;
    font-size: clamp(58px, 5.6vw, 88px);
    font-weight: 500;
    line-height: .94;
    letter-spacing: -.065em;
    text-wrap: balance;
}

.its-hero__content > p,
.its-plan-hero__content > p {
    max-width: 720px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 19px;
    line-height: 1.5;
}

.its-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 36px;
}

.its-button {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(24, 9, 29, .1);
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.its-button--primary {
    color: #fff;
    background: var(--orange);
}

.its-button--glass {
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .24);
    backdrop-filter: blur(14px);
}

.its-button--light {
    color: var(--black);
    background: #fff;
}

.its-hero__visual {
    width: 390px;
    aspect-ratio: 1;
    position: relative;
    display: grid;
    place-items: center;
    justify-self: end;
}

.its-hero__mark {
    width: 210px;
    height: 210px;
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--orange), #ff852b);
    border: 18px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .22);
    font-size: 74px;
    font-weight: 850;
    letter-spacing: -.08em;
}

.its-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
}

.its-orbit--one {
    inset: 18px;
}

.its-orbit--two {
    inset: 70px;
}

.its-hero__visual > small {
    min-width: 58px;
    min-height: 42px;
    position: absolute;
    right: 6px;
    bottom: 66px;
    z-index: 3;
    display: grid;
    place-items: center;
    color: var(--black);
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .2);
    font-size: 15px;
    font-weight: 850;
}

.its-purpose,
.its-plans,
.its-work,
.its-services,
.its-materials {
    margin-top: 104px;
}

.its-purpose {
    padding: clamp(34px, 3.8vw, 58px);
    background:
        radial-gradient(circle at 96% 0, rgba(172, 17, 255, .09), transparent 28%),
        radial-gradient(circle at 0 100%, rgba(253, 91, 3, .08), transparent 30%),
        rgba(255, 255, 255, .72);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 34px;
    box-shadow: var(--its-shadow-soft);
    overflow: hidden;
}

.its-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 72px;
    align-items: end;
    margin-bottom: 42px;
}

.its-heading h2,
.its-intro h2,
.its-plan-about h2,
.its-value h2 {
    max-width: 920px;
    margin: 18px 0 0;
    color: var(--black);
    font-size: clamp(42px, 4.4vw, 66px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.its-heading > p {
    margin: 0;
    color: var(--grey);
    font-size: 17px;
    line-height: 1.5;
}

.its-reason-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.its-reason-grid article {
    --its-card-accent: var(--orange);
    min-height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .78)),
        var(--bg);
    border: 1px solid rgba(235, 231, 237, .85);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(24, 9, 29, .045);
    overflow: hidden;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
}

.its-reason-grid article::before {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -92px;
    right: -74px;
    content: "";
    background: radial-gradient(circle, color-mix(in srgb, var(--its-card-accent) 20%, transparent), transparent 70%);
    border-radius: 50%;
    transition: transform .45s ease;
}

.its-reason-grid article:nth-child(2) {
    --its-card-accent: var(--violet);
}

.its-reason-grid article:nth-child(3) {
    --its-card-accent: var(--indigo);
}

.its-reason-grid article:nth-child(4) {
    --its-card-accent: #28a9d4;
}

.its-reason-grid article > span,
.its-work-grid article > span,
.its-material-grid article > span {
    color: var(--its-card-accent, var(--orange));
    font-size: 13px;
    font-weight: 850;
}

.its-reason-grid article > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--its-card-accent) 10%, #fff);
    border: 1px solid color-mix(in srgb, var(--its-card-accent) 18%, #fff);
    border-radius: 13px;
}

.its-reason-grid h3 {
    margin: auto 0 0;
    color: var(--black);
    font-size: 27px;
    font-weight: 550;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.its-reason-grid p {
    margin: 18px 0 0;
    color: var(--grey);
    font-size: 15px;
    line-height: 1.48;
}

.its-notice {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 40px;
    align-items: center;
    margin-top: 16px;
    padding: 30px 34px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 10%, rgba(172, 17, 255, .5), transparent 32%),
        var(--black);
    border-radius: 22px;
}

.its-notice > span {
    color: var(--orange);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.its-notice p {
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
    line-height: 1.5;
}

.its-intro,
.its-plan-about {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
    gap: 110px;
    align-items: start;
    margin-top: 104px;
    padding: 64px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.its-plan-about {
    padding: 58px;
    background:
        radial-gradient(circle at 8% 10%, rgba(253, 91, 3, .08), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(57, 8, 148, .055));
    border: 1px solid rgba(235, 231, 237, .9);
    border-radius: 32px;
    box-shadow: var(--its-shadow-soft);
}

.its-intro__copy p,
.its-plan-about > div:last-child p {
    margin: 0;
    color: var(--grey);
    font-size: 18px;
    line-height: 1.55;
}

.its-intro__copy p + p,
.its-plan-about > div:last-child p + p {
    margin-top: 24px;
}

.its-plan-about .its-plan-about__lead {
    color: var(--black);
    font-size: 24px;
    line-height: 1.38;
}

.its-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.its-plan-card {
    min-height: 570px;
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    padding: 36px;
    background: #fff;
    border: 1px solid #f0ecf2;
    border-radius: 28px;
    box-shadow: 0 22px 58px rgba(24, 9, 29, .055);
    overflow: hidden;
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2, .8, .2, 1);
}

.its-plan-card::before {
    width: 280px;
    height: 280px;
    position: absolute;
    top: -190px;
    right: -130px;
    z-index: 1;
    content: "";
    background: radial-gradient(circle, rgba(253, 91, 3, .18), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.its-plan-card::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background:
        radial-gradient(circle at 88% 10%, rgba(172, 17, 255, .6), transparent 30%),
        linear-gradient(135deg, var(--black), var(--indigo));
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease;
}

.its-plan-card > * {
    position: relative;
    z-index: 2;
}

.its-plan-card:is(:hover, :focus-within)::after {
    opacity: 1;
}

.its-plan-card:is(:hover, :focus-within)::before {
    background: radial-gradient(circle, rgba(255, 255, 255, .2), transparent 70%);
}

.its-plan-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.its-plan-card__head > span {
    color: var(--orange);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.its-plan-card__head small {
    padding: 8px 12px;
    color: var(--grey);
    background: rgba(127, 117, 130, .08);
    border-radius: 10px;
    font-weight: 750;
    transition: color .2s ease, background .2s ease;
}

.its-plan-card:is(:hover, :focus-within) .its-plan-card__head small {
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .1);
}

.its-plan-card h3 {
    margin: 44px 0 0;
    color: var(--black);
    font-size: clamp(42px, 4vw, 62px);
    font-weight: 550;
    line-height: .96;
    letter-spacing: -.06em;
    transition: color .2s ease;
}

.its-plan-card > p {
    max-width: 650px;
    margin: 24px 0 0;
    color: var(--grey);
    font-size: 16px;
    line-height: 1.5;
    transition: color .2s ease;
}

.its-plan-card:is(:hover, :focus-within) h3 {
    color: #fff;
}

.its-plan-card:is(:hover, :focus-within) > p {
    color: rgba(255, 255, 255, .72);
}

.its-plan-card__prices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
    padding-top: 40px;
}

.its-plan-card__prices > div {
    padding: 20px;
    background: #f8f6f9;
    border: 1px solid transparent;
    border-radius: 16px;
    transition: background .2s ease, border-color .2s ease;
}

.its-plan-card:is(:hover, :focus-within) .its-plan-card__prices > div {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .12);
}

.its-plan-card__prices span,
.its-plan-card__prices small {
    display: block;
    color: var(--grey);
    font-size: 12px;
    transition: color .2s ease;
}

.its-plan-card:is(:hover, :focus-within) .its-plan-card__prices span,
.its-plan-card:is(:hover, :focus-within) .its-plan-card__prices small {
    color: rgba(255, 255, 255, .62);
}

.its-plan-card__prices strong {
    display: block;
    margin: 14px 0 4px;
    color: var(--black);
    font-size: clamp(26px, 2.4vw, 38px);
    line-height: 1;
    transition: color .2s ease;
}

.its-plan-card:is(:hover, :focus-within) .its-plan-card__prices strong {
    color: #fff;
}

.its-plan-card > a {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
    padding: 0 20px;
    color: #fff;
    background: var(--brand-gradient-action);
    border-radius: 14px;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(24, 9, 29, .14);
    transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.its-plan-card:is(:hover, :focus-within) > a {
    background: var(--brand-gradient-action-hover);
}

.its-plan-card > a span {
    font-size: 20px;
}

.its-work-grid,
.its-material-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.its-work {
    padding: clamp(34px, 3.8vw, 58px);
    color: #fff;
    background:
        radial-gradient(circle at 90% 8%, rgba(172, 17, 255, .34), transparent 28%),
        radial-gradient(circle at 4% 100%, rgba(253, 91, 3, .2), transparent 30%),
        linear-gradient(135deg, #18091d, #2d075c 72%, #390894);
    border-radius: 34px;
    box-shadow: 0 34px 88px rgba(24, 9, 29, .16);
    overflow: hidden;
}

.its-work .its-heading h2 {
    color: #fff;
}

.its-work .its-heading > p {
    color: rgba(255, 255, 255, .7);
}

.its-work-grid article,
.its-material-grid article {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #fff;
    border: 1px solid #f0ecf2;
    border-radius: 22px;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
}

.its-work-grid article {
    --its-card-accent: var(--orange);
    background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .065));
    border-color: rgba(255, 255, 255, .13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.its-work-grid article:nth-child(3n + 2) {
    --its-card-accent: #d875ff;
}

.its-work-grid article:nth-child(3n) {
    --its-card-accent: #65def4;
}

.its-work-grid article > span {
    width: 44px;
    height: 32px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
}

.its-work-grid p,
.its-material-grid p {
    margin: auto 0 0;
    color: var(--black);
    font-size: 20px;
    font-weight: 550;
    line-height: 1.3;
}

.its-work-grid p {
    color: #fff;
}

.its-material-grid article {
    --its-card-accent: var(--indigo);
    min-height: 118px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 242, 250, .9));
    box-shadow: 0 16px 38px rgba(24, 9, 29, .045);
}

.its-material-grid article:nth-child(3n + 2) {
    --its-card-accent: var(--orange);
}

.its-material-grid article:nth-child(3n) {
    --its-card-accent: var(--violet);
}

.its-material-grid article > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--its-card-accent), color-mix(in srgb, var(--its-card-accent) 68%, #18091d));
    border-radius: 14px;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--its-card-accent) 22%, transparent);
}

.its-material-grid p {
    margin: 0;
    font-size: 16px;
    line-height: 1.42;
}

.its-value {
    min-height: 290px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 72px;
    align-items: end;
    margin-top: 80px;
    padding: 42px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 8%, rgba(253, 91, 3, .28), transparent 30%),
        linear-gradient(135deg, var(--black), var(--indigo));
    border-radius: 28px;
}

.its-value h2 {
    color: #fff;
    font-size: clamp(38px, 3.8vw, 56px);
}

.its-value > p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 17px;
    line-height: 1.5;
}

.its-plan-hero__grid {
    grid-template-columns: minmax(0, 1fr) 410px;
    align-items: end;
}

.its-plan-hero h1 {
    font-size: clamp(52px, 5vw, 78px);
}

.its-plan-price {
    display: grid;
    gap: 12px;
    padding: 28px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 64px rgba(0, 0, 0, .13), inset 0 1px 0 rgba(255, 255, 255, .12);
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.its-plan-price > span {
    color: var(--orange);
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.its-plan-price > div {
    padding: 18px;
    background: rgba(255, 255, 255, .08);
    border-radius: 15px;
}

.its-plan-price small {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.4;
}

.its-plan-price strong {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.its-plan-price p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.45;
}

.its-services {
    scroll-margin-top: 24px;
    padding: clamp(34px, 3.8vw, 58px);
    background:
        radial-gradient(circle at 100% 0, rgba(172, 17, 255, .11), transparent 28%),
        radial-gradient(circle at 0 100%, rgba(253, 91, 3, .085), transparent 26%),
        linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(242, 237, 247, .88));
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 34px;
    box-shadow: var(--its-shadow-soft);
}

.its-service-table {
    width: 100%;
    overflow-x: auto;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(235, 231, 237, .9);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(24, 9, 29, .075);
    outline: 0;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.its-service-table table {
    width: 100%;
    min-width: 980px;
    border-spacing: 0;
    border-collapse: separate;
}

.its-service-table th,
.its-service-table td {
    padding: 20px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--grey);
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
}

.its-service-table th {
    color: rgba(255, 255, 255, .82);
    background: #211029;
    border-color: rgba(255, 255, 255, .09);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.its-service-table th:first-child {
    border-top-left-radius: 23px;
}

.its-service-table th:last-child {
    border-top-right-radius: 23px;
}

.its-service-table th:first-child {
    width: 28%;
}

.its-service-table th:nth-child(2) {
    width: 36%;
}

.its-service-table th:last-child,
.its-service-table td:last-child {
    border-right: 0;
}

.its-service-table tbody tr:last-child td {
    border-bottom: 0;
}

.its-service-table tbody td {
    background: rgba(255, 255, 255, .76);
    transition: background .14s ease-out, border-color .14s ease-out, box-shadow .14s ease-out;
}

.its-service-row {
    --its-row-accent: 253, 91, 3;
}

.its-service-row--tone-2 {
    --its-row-accent: 172, 17, 255;
}

.its-service-row--tone-3 {
    --its-row-accent: 57, 8, 148;
}

.its-service-row--tone-4 {
    --its-row-accent: 40, 169, 212;
}

.its-service-link {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--black);
    font-size: 17px;
    font-weight: 750;
    line-height: 1.3;
    border-radius: 15px;
    outline: 0;
    transition: color .14s ease-out, transform .14s ease-out;
}

.its-service-link__visual {
    width: 72px;
    height: 68px;
    position: relative;
    flex: 0 0 72px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 80% 10%, rgba(var(--its-row-accent), .22), transparent 44%),
        linear-gradient(145deg, #f7f4f9, #fff);
    border: 1px solid rgba(var(--its-row-accent), .13);
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(24, 9, 29, .08);
    overflow: hidden;
    transform: translateY(-2px);
    transition: border-color .16s ease-out, box-shadow .16s ease-out, transform .18s cubic-bezier(.2, .8, .2, 1);
}

.its-service-link__visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(120deg, transparent 28%, rgba(255, 255, 255, .48), transparent 72%);
    opacity: 0;
    transform: translateX(-100%);
}

.its-service-link__visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: filter .16s ease-out, transform .2s cubic-bezier(.2, .8, .2, 1);
}

.its-service-link__placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: rgb(var(--its-row-accent));
    background: linear-gradient(145deg, rgba(var(--its-row-accent), .08), rgba(255, 255, 255, .78));
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -.07em;
}

.its-service-link__name {
    min-width: 0;
    overflow-wrap: anywhere;
}

.its-consultation {
    scroll-margin-top: 24px;
}

.its-button:focus-visible,
.its-plan-card > a:focus-visible,
.its-service-link:focus-visible,
.its-consultation button:focus-visible {
    outline: 3px solid rgba(253, 91, 3, .34);
    outline-offset: 4px;
}

.its-plan-card:focus-within {
    border-color: rgba(253, 91, 3, .34);
    box-shadow: var(--its-shadow-lifted);
    transform: translateY(-5px);
}

.its-service-table:focus-visible {
    border-color: rgba(57, 8, 148, .3);
    box-shadow: 0 0 0 4px rgba(57, 8, 148, .08), 0 28px 68px rgba(24, 9, 29, .1);
}

.its-service-row:focus-within td {
    background: rgba(var(--its-row-accent), .055);
}

.its-service-row:focus-within td:first-child {
    box-shadow: inset 4px 0 rgb(var(--its-row-accent));
}

.its-service-row:focus-within .its-service-link {
    color: rgb(var(--its-row-accent));
}

.its-service-row:focus-within .its-service-link__visual {
    border-color: rgba(var(--its-row-accent), .34);
    box-shadow: 0 18px 38px rgba(var(--its-row-accent), .16);
    transform: translateY(-3px) scale(1.025);
}

@keyframes its-float {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes its-orbit-breathe {
    0%, 100% { opacity: .55; transform: scale(.98); }
    50% { opacity: 1; transform: scale(1.025); }
}

@keyframes its-card-enter {
    from { opacity: .25; transform: translateY(24px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes its-image-shine {
    from { opacity: 0; transform: translateX(-100%); }
    35% { opacity: 1; }
    to { opacity: 0; transform: translateX(100%); }
}

@media (prefers-reduced-motion: no-preference) {
    .its-hero__mark {
        animation: its-float 6s ease-in-out infinite;
    }

    .its-orbit--one {
        animation: its-orbit-breathe 5s ease-in-out infinite;
    }

    .its-orbit--two {
        animation: its-orbit-breathe 5s 1.1s ease-in-out infinite reverse;
    }

    @supports (animation-timeline: view()) {
        .its-reason-grid article,
        .its-work-grid article,
        .its-material-grid article,
        .its-plan-card {
            animation: its-card-enter both;
            animation-timeline: view();
            animation-range: entry 5% cover 22%;
        }
    }
}

@media (hover: hover) and (pointer: fine) {
    .its-button:hover,
    .its-plan-card > a:hover {
        transform: translateY(-2px);
    }

    .its-button--primary:hover,
    .its-plan-card > a:hover {
        background: var(--brand-gradient-action-hover);
    }

    .its-button--glass:hover {
        background: rgba(255, 255, 255, .18);
        border-color: rgba(255, 255, 255, .4);
    }

    .its-button:hover,
    .its-plan-card > a:hover {
        box-shadow: 0 18px 38px rgba(24, 9, 29, .18);
    }

    .its-reason-grid article:hover,
    .its-material-grid article:hover {
        border-color: color-mix(in srgb, var(--its-card-accent) 25%, #fff);
        box-shadow: var(--its-shadow-lifted);
        transform: translateY(-6px);
    }

    .its-reason-grid article:hover::before {
        transform: scale(1.25);
    }

    .its-work-grid article:hover {
        background: linear-gradient(145deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .085));
        border-color: rgba(255, 255, 255, .22);
        box-shadow: 0 24px 54px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .12);
        transform: translateY(-6px);
    }

    .its-plan-card:hover {
        border-color: rgba(253, 91, 3, .28);
        box-shadow: var(--its-shadow-lifted);
        transform: translateY(-7px);
    }

    .its-plan-price:hover {
        border-color: rgba(255, 255, 255, .3);
        box-shadow: 0 34px 74px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .15);
        transform: translateY(-3px);
    }

    .its-service-row:hover td {
        background: rgba(var(--its-row-accent), .055);
    }

    .its-service-row:hover td:first-child {
        box-shadow: inset 4px 0 rgb(var(--its-row-accent));
    }

    .its-service-link:hover {
        color: rgb(var(--its-row-accent));
        transform: translateX(3px);
    }

    .its-service-link:hover .its-service-link__visual {
        border-color: rgba(var(--its-row-accent), .34);
        box-shadow: 0 18px 38px rgba(var(--its-row-accent), .16);
        transform: translateY(-3px) scale(1.025);
    }

    .its-service-link:hover .its-service-link__visual::after {
        animation: its-image-shine .42s ease-out;
    }

    .its-service-link:hover img {
        filter: saturate(1.08) contrast(1.02);
        transform: scale(1.02);
    }
}

@media (max-width: 1200px) {
    .its-hero__grid,
    .its-plan-hero__grid {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 48px;
    }

    .its-hero__visual {
        width: 330px;
    }

    .its-reason-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .its-main {
        padding-bottom: 72px;
    }

    .its-hero__grid,
    .its-plan-hero__grid,
    .its-heading,
    .its-intro,
    .its-plan-about,
    .its-value {
        grid-template-columns: 1fr;
    }

    .its-hero__visual {
        width: min(390px, 100%);
        justify-self: center;
    }

    .its-plan-price {
        max-width: 560px;
    }

    .its-heading,
    .its-value {
        gap: 28px;
    }

    .its-intro,
    .its-plan-about {
        gap: 36px;
    }

    .its-purpose,
    .its-work,
    .its-services {
        padding: 36px;
    }

    .its-plan-about {
        padding: 42px;
    }

    .its-work-grid,
    .its-material-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .its-plan-grid {
        grid-template-columns: 1fr;
    }

    .its-plan-card {
        min-height: 540px;
    }
}

@media (max-width: 640px) {
    .its-main .its-section-label {
        padding: 6px 12px;
        border-radius: 9px;
        font-size: 16px;
    }

    .its-hero .its-section-label,
    .its-plan-hero .its-section-label {
        padding: 7px 14px;
        font-size: 18px;
    }

    .its-hero,
    .its-plan-hero {
        min-height: 0;
        margin-top: 32px;
        padding: 24px;
        border-radius: 26px;
    }

    .its-hero .crumbs,
    .its-plan-hero .crumbs {
        gap: 10px;
        margin-bottom: 48px;
        font-size: 13px;
    }

    .its-hero h1,
    .its-plan-hero h1 {
        font-size: 44px;
        line-height: .98;
        overflow-wrap: anywhere;
    }

    .its-hero__content > p,
    .its-plan-hero__content > p {
        margin-top: 22px;
        font-size: 16px;
    }

    .its-actions {
        display: grid;
        margin-top: 28px;
    }

    .its-button {
        width: 100%;
        min-height: 54px;
    }

    .its-hero__visual {
        display: none;
    }

    .its-purpose,
    .its-plans,
    .its-work,
    .its-services,
    .its-materials,
    .its-intro,
    .its-plan-about {
        margin-top: 64px;
    }

    .its-intro {
        padding: 40px 0;
    }

    .its-purpose,
    .its-work,
    .its-services {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .its-plan-about {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .its-heading {
        margin-bottom: 28px;
    }

    .its-heading h2,
    .its-intro h2,
    .its-plan-about h2,
    .its-value h2 {
        font-size: 36px;
    }

    .its-heading > p,
    .its-intro__copy p,
    .its-plan-about > div:last-child p,
    .its-value > p {
        font-size: 15px;
    }

    .its-reason-grid,
    .its-work-grid,
    .its-material-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .its-reason-grid article {
        min-height: 240px;
        padding: 22px;
        border-radius: 19px;
    }

    .its-notice {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px 22px;
        border-radius: 19px;
    }

    .its-notice p {
        font-size: 15px;
    }

    .its-plan-card {
        min-height: 0;
        padding: 24px;
        border-radius: 22px;
    }

    .its-plan-card h3 {
        margin-top: 34px;
        font-size: 40px;
    }

    .its-plan-card__prices {
        grid-template-columns: 1fr;
        margin-top: 38px;
    }

    .its-work-grid article,
    .its-material-grid article {
        min-height: 180px;
        padding: 22px;
        border-radius: 19px;
    }

    .its-work-grid p,
    .its-material-grid p {
        font-size: 18px;
    }

    .its-material-grid article {
        min-height: 0;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 14px;
        padding: 18px;
    }

    .its-material-grid article > span {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .its-material-grid p {
        font-size: 15px;
    }

    .its-value {
        min-height: 360px;
        margin-top: 48px;
        padding: 28px 22px;
        border-radius: 22px;
    }

    .its-plan-price {
        padding: 20px;
        border-radius: 20px;
    }

    .its-service-table {
        overflow: visible;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .its-service-table table,
    .its-service-table thead,
    .its-service-table tbody,
    .its-service-table tr,
    .its-service-table td {
        width: 100%;
        min-width: 0;
        display: block;
    }

    .its-service-table thead {
        display: none;
    }

    .its-service-table tr {
        margin-bottom: 12px;
        padding: 20px;
        background:
            radial-gradient(circle at 100% 0, rgba(var(--its-row-accent), .09), transparent 36%),
            rgba(255, 255, 255, .92);
        border: 1px solid rgba(var(--its-row-accent), .12);
        border-radius: 19px;
        box-shadow: 0 16px 38px rgba(24, 9, 29, .065);
        overflow: hidden;
    }

    .its-service-table td {
        padding: 20px;
        border: 0;
        font-size: 16px;
    }

    .its-service-table td + td {
        margin-top: 18px;
        padding-top: 20px;
        border-top: 1px solid var(--line);
    }

    .its-service-table td::before {
        display: block;
        margin-bottom: 7px;
        content: attr(data-label);
        color: var(--grey);
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .its-service-link {
        gap: 14px;
        font-size: 17px;
    }

    .its-service-link__visual {
        width: 68px;
        height: 54px;
        flex-basis: 68px;
        border-radius: 14px;
    }

}

@media (max-width: 380px) {
    .its-hero h1,
    .its-plan-hero h1 {
        font-size: 39px;
    }

    .its-heading h2,
    .its-intro h2,
    .its-plan-about h2,
    .its-value h2 {
        font-size: 33px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .its-main *,
    .its-main *::before,
    .its-main *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
