/* =========================================================
   INDIVIDUAL SERVICE PAGES
========================================================= */


/* =========================================================
   SERVICE DETAIL HERO
========================================================= */

.service-detail-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(8rem, 12vw, 11rem) 0 clamp(5rem, 8vw, 8rem);
    background:
        radial-gradient(circle at 82% 30%, rgba(198, 144, 46, 0.15), transparent 28%),
        radial-gradient(circle at 15% 75%, rgba(232, 135, 30, 0.08), transparent 30%),
        linear-gradient(135deg, #faf8f4 0%, #f7f1e7 48%, #f3eadc 100%);
}

.service-detail-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -180px;
    bottom: -220px;
    border-radius: 50%;
    background: rgba(15, 45, 82, 0.05);
    filter: blur(4px);
    pointer-events: none;
}

.service-detail-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.service-detail-hero__content {
    max-width: 760px;
}

.service-detail-hero h1 {
    max-width: 760px;
    margin: 1rem 0 1.4rem;
    color: var(--color-navy);
    font-size: clamp(3.2rem, 6vw, 6.2rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.service-detail-hero h1 span {
    display: block;
    color: var(--color-gold);
}

.service-detail-hero__lead {
    max-width: 650px;
    color: rgba(19, 37, 63, 0.76);
    font-size: clamp(1.05rem, 1.4vw, 1.22rem);
    line-height: 1.8;
}

.service-detail-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 2.2rem;
}

.service-detail-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--color-navy);
    font-weight: 700;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.service-detail-link span {
    color: var(--color-orange);
    transition: transform 0.3s ease;
}

.service-detail-link:hover {
    color: var(--color-gold);
}

.service-detail-link:hover span {
    transform: translateY(4px);
}


/* =========================================================
   BUSINESS ADVISORY HERO VISUAL
========================================================= */

.service-detail-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
}

.advisory-visual {
    position: relative;
    width: min(100%, 480px);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advisory-visual::before {
    content: "";
    position: absolute;
    width: 76%;
    height: 76%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(198, 144, 46, 0.16) 0%,
        rgba(232, 135, 30, 0.06) 40%,
        transparent 72%
    );
    filter: blur(12px);
}

.advisory-visual__orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(15, 45, 82, 0.15);
}

.advisory-visual__orbit--outer {
    width: 88%;
    height: 88%;
    animation: advisoryRotate 28s linear infinite;
}

.advisory-visual__orbit--inner {
    width: 61%;
    height: 61%;
    border-color: rgba(198, 144, 46, 0.28);
    animation: advisoryRotateReverse 20s linear infinite;
}

.advisory-visual__orbit--outer::before,
.advisory-visual__orbit--inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-orange);
    box-shadow: 0 0 20px rgba(232, 135, 30, 0.5);
}

.advisory-visual__orbit--inner::before {
    top: 12%;
    left: auto;
    right: 8%;
    background: var(--color-gold);
}

.advisory-visual__core {
    position: relative;
    z-index: 3;
    width: 155px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.92),
            rgba(250, 248, 244, 0.74)
        );
    box-shadow:
        0 25px 60px rgba(15, 45, 82, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
}

.advisory-visual__core span {
    color: var(--color-navy);
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.advisory-visual__core small {
    margin-top: 0.15rem;
    color: var(--color-gold);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.advisory-visual__node {
    position: absolute;
    z-index: 4;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 30px rgba(15, 45, 82, 0.1);
    backdrop-filter: blur(12px);
    color: var(--color-navy);
    font-size: 0.82rem;
    font-weight: 700;
    animation: advisoryFloat 5s ease-in-out infinite;
}

.advisory-visual__node--strategy {
    top: 7%;
    left: 15%;
}

.advisory-visual__node--finance {
    right: 1%;
    top: 43%;
    animation-delay: -1.6s;
}

.advisory-visual__node--growth {
    left: 10%;
    bottom: 8%;
    animation-delay: -3.2s;
}


/* =========================================================
   WHAT WE HELP WITH
========================================================= */

.service-detail-help {
    position: relative;
    padding: clamp(5rem, 8vw, 8rem) 0;
    background:
        radial-gradient(circle at 90% 15%, rgba(198, 144, 46, 0.07), transparent 26%),
        var(--color-off-white);
}

.service-detail-heading {
    max-width: 780px;
    margin-bottom: clamp(2.8rem, 5vw, 4.5rem);
}

.service-detail-heading h2 {
    margin: 0.9rem 0 1.2rem;
    color: var(--color-navy);
    font-size: clamp(2.3rem, 4.3vw, 4.3rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.service-detail-heading p {
    max-width: 700px;
    color: rgba(19, 37, 63, 0.7);
    font-size: 1.05rem;
    line-height: 1.8;
}

.service-detail-heading--compact {
    max-width: 720px;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.service-detail-card {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    padding: 2rem;
    border: 1px solid rgba(15, 45, 82, 0.09);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.84),
            rgba(250, 248, 244, 0.66)
        );
    box-shadow: 0 18px 45px rgba(15, 45, 82, 0.07);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.service-detail-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: rgba(198, 144, 46, 0.08);
    transition: transform 0.4s ease;
}

.service-detail-card:hover {
    transform: translateY(-7px);
    border-color: rgba(198, 144, 46, 0.28);
    box-shadow: 0 26px 60px rgba(15, 45, 82, 0.12);
}

.service-detail-card:hover::before {
    transform: scale(1.25);
}

.service-detail-card__number {
    display: inline-flex;
    margin-bottom: 2.5rem;
    color: var(--color-orange);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.service-detail-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 0.85rem;
    color: var(--color-navy);
    font-size: 1.25rem;
    line-height: 1.3;
}

.service-detail-card p {
    position: relative;
    z-index: 2;
    color: rgba(19, 37, 63, 0.68);
    line-height: 1.75;
}


/* =========================================================
   OUR APPROACH
========================================================= */

.service-detail-approach {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 8vw, 8rem) 0;
    background:
        radial-gradient(circle at 75% 50%, rgba(198, 144, 46, 0.13), transparent 28%),
        linear-gradient(135deg, #13253f 0%, #0f2d52 100%);
}

.service-detail-approach__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
    align-items: center;
    gap: clamp(4rem, 8vw, 8rem);
}

.service-detail-approach__content {
    max-width: 620px;
}

.service-detail-approach__content .eyebrow {
    color: var(--color-gold);
}

.service-detail-approach__content h2 {
    margin: 0.9rem 0 1.4rem;
    color: #ffffff;
    font-size: clamp(2.4rem, 4.4vw, 4.5rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.service-detail-approach__content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.04rem;
    line-height: 1.85;
}

.service-detail-approach__content p + p {
    margin-top: 1rem;
}


/* =========================================================
   DECISION MAP
========================================================= */

.service-detail-approach__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 470px;
}

.decision-map {
    position: relative;
    width: min(100%, 480px);
    aspect-ratio: 1;
}

.decision-map::before,
.decision-map::after {
    content: "";
    position: absolute;
    inset: 10%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.decision-map::after {
    inset: 25%;
    border-color: rgba(198, 144, 46, 0.22);
}

.decision-map__center {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(198, 144, 46, 0.38);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
        0 0 55px rgba(198, 144, 46, 0.12),
        inset 0 0 30px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.decision-map__item {
    position: absolute;
    z-index: 5;
    min-width: 100px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    animation: advisoryFloat 5.5s ease-in-out infinite;
}

.decision-map__item--tax {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.decision-map__item--cash {
    top: 47%;
    right: -1%;
    animation-delay: -1.3s;
}

.decision-map__item--funding {
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: -2.6s;
}

.decision-map__item--wealth {
    top: 47%;
    left: -1%;
    animation-delay: -3.9s;
}

.decision-map__line {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 32%;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient(
        90deg,
        rgba(198, 144, 46, 0.45),
        rgba(255, 255, 255, 0.08)
    );
}

.decision-map__line--one {
    transform: rotate(-90deg);
}

.decision-map__line--two {
    transform: rotate(0deg);
}

.decision-map__line--three {
    transform: rotate(90deg);
}

.decision-map__line--four {
    transform: rotate(180deg);
}


/* =========================================================
   RELATED SERVICES
========================================================= */

.service-detail-related {
    padding: clamp(5rem, 8vw, 8rem) 0;
    background:
        radial-gradient(circle at 8% 80%, rgba(232, 135, 30, 0.07), transparent 25%),
        linear-gradient(180deg, #faf8f4 0%, #f6f0e7 100%);
}

.service-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.service-related-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 2rem;
    overflow: hidden;
    border: 1px solid rgba(15, 45, 82, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 18px 45px rgba(15, 45, 82, 0.07);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.service-related-card:hover {
    transform: translateY(-7px);
    border-color: rgba(198, 144, 46, 0.35);
    box-shadow: 0 26px 60px rgba(15, 45, 82, 0.12);
}

.service-related-card > span {
    margin-bottom: 2.5rem;
    color: var(--color-orange);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.service-related-card h3 {
    margin-bottom: 0.8rem;
    color: var(--color-navy);
    font-size: 1.35rem;
}

.service-related-card p {
    margin-bottom: 1.5rem;
    color: rgba(19, 37, 63, 0.67);
    line-height: 1.75;
}

.service-related-card strong {
    margin-top: auto;
    color: var(--color-gold);
    font-size: 0.86rem;
    transition: color 0.3s ease;
}

.service-related-card:hover strong {
    color: var(--color-orange);
}


/* =========================================================
   FINAL CTA
========================================================= */

.service-detail-cta {
    padding: clamp(4rem, 7vw, 7rem) 0;
    background: var(--color-off-white);
}

.service-detail-cta__panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 3rem;
    padding: clamp(3rem, 6vw, 5.5rem);
    border-radius: 32px;
    background:
        radial-gradient(circle at 88% 50%, rgba(198, 144, 46, 0.18), transparent 28%),
        linear-gradient(135deg, #13253f 0%, #0f2d52 100%);
    box-shadow: 0 30px 80px rgba(15, 45, 82, 0.18);
}

.service-detail-cta__content {
    position: relative;
    z-index: 3;
    max-width: 760px;
}

.service-detail-cta__content .eyebrow {
    color: var(--color-gold);
}

.service-detail-cta__content h2 {
    margin: 0.9rem 0 1.2rem;
    color: #ffffff;
    font-size: clamp(2.4rem, 4.4vw, 4.6rem);
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.service-detail-cta__content p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.04rem;
    line-height: 1.8;
}

.service-detail-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.service-detail-cta .btn-secondary {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.service-detail-cta .btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
}

.service-detail-cta .btn-primary {
    border: 1px solid rgba(232, 135, 30, .3);

    background:
        linear-gradient(
            135deg,
            var(--color-highlight),
            var(--color-accent)
        );

    color: #fff;

    box-shadow:
        0 12px 30px
        rgba(232, 135, 30, .2);
}

.service-detail-cta .btn-primary:hover {
    color: var(--color-primary);

    transform: translateY(-2px);

    box-shadow:
        0 18px 38px
        rgba(232, 135, 30, .28);
}

/* =========================================================
   CTA RING VISUAL
========================================================= */

.service-detail-cta__visual {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-cta-rings {
    position: relative;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-cta-rings__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.service-cta-rings__ring--outer {
    width: 100%;
    height: 100%;
    animation: advisoryRotate 30s linear infinite;
}

.service-cta-rings__ring--middle {
    width: 72%;
    height: 72%;
    border-color: rgba(198, 144, 46, 0.3);
    animation: advisoryRotateReverse 22s linear infinite;
}

.service-cta-rings__ring--inner {
    width: 45%;
    height: 45%;
    border-color: rgba(232, 135, 30, 0.3);
}

.service-cta-rings__ring--outer::before,
.service-cta-rings__ring--middle::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--color-gold);
    box-shadow: 0 0 18px rgba(198, 144, 46, 0.55);
}

.service-cta-rings__ring--outer::before {
    top: 12%;
    right: 17%;
}

.service-cta-rings__ring--middle::before {
    left: -5px;
    top: 50%;
    background: var(--color-orange);
}

.service-cta-rings__core {
    position: relative;
    z-index: 4;
    display: flex;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
}

/*======================================
  TAX & COMPLIANCE — HERO VISUAL
======================================*/

.service-detail-hero__visual--tax {
    display: flex;

    align-items: center;

    justify-content: center;
}


.service-tax-orbit {
    position: relative;

    display: flex;

    width: 430px;
    height: 430px;

    align-items: center;

    justify-content: center;
}


.service-tax-orbit__ring {
    position: absolute;

    border-radius: 50%;
}


.service-tax-orbit__ring--outer {
    width: 100%;
    height: 100%;

    border:
        1px solid
        rgba(15, 45, 82, .11);

    animation:
        serviceTaxRotate
        32s linear infinite;
}


.service-tax-orbit__ring--middle {
    width: 72%;
    height: 72%;

    border:
        1px solid
        rgba(198, 144, 46, .25);

    animation:
        serviceTaxRotateReverse
        25s linear infinite;
}


.service-tax-orbit__ring--inner {
    width: 44%;
    height: 44%;

    border:
        1px solid
        rgba(232, 135, 30, .3);
}


.service-tax-orbit__core {
    position: relative;

    display: flex;

    width: 100px;
    height: 100px;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        rgba(15, 45, 82, .12);

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .9),
            rgba(250, 248, 244, .72)
        );

    box-shadow:
        0 20px 50px
        rgba(15, 45, 82, .12);

    color:
        var(--color-primary);

    font-family:
        var(--font-heading);

    font-size: 2rem;

    font-weight:
        var(--fw-bold);

    z-index: 3;
}


/*======================================
  TAX HERO SIGNALS
======================================*/

.service-tax-orbit__signal {
    position: absolute;

    display: flex;

    min-width: 76px;
    min-height: 42px;

    align-items: center;

    justify-content: center;

    padding:
        .65rem
        .9rem;

    border:
        1px solid
        rgba(15, 45, 82, .09);

    border-radius: 999px;

    background:
        rgba(255, 255, 255, .82);

    backdrop-filter:
        blur(10px);

    box-shadow:
        0 12px 30px
        rgba(15, 45, 82, .09);

    color:
        var(--color-primary);

    font-size: .78rem;

    font-weight:
        var(--fw-semibold);

    z-index: 4;

    animation:
        serviceTaxFloat
        5s ease-in-out infinite;
}


.service-tax-orbit__signal--one {
    top: 5%;
    left: 42%;
}


.service-tax-orbit__signal--two {
    top: 43%;
    right: -2%;

    animation-delay: -1.2s;
}


.service-tax-orbit__signal--three {
    bottom: 4%;
    left: 40%;

    animation-delay: -2.4s;
}


.service-tax-orbit__signal--four {
    top: 43%;
    left: -7%;

    animation-delay: -3.6s;
}


/*======================================
  TAX & COMPLIANCE — APPROACH VISUAL
======================================*/

/*======================================
  TAX & COMPLIANCE — PROCESS VISUAL
======================================*/

.service-tax-process {
    position: relative;

    display: grid;

    width: 100%;
    max-width: 480px;

    gap: 1rem;

    margin-inline: auto;
}


.service-tax-process::before {
    content: "";

    position: absolute;

    top: 52px;
    bottom: 52px;
    left: 31px;

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            rgba(198, 144, 46, .15),
            rgba(198, 144, 46, .65),
            rgba(232, 135, 30, .2)
        );
}


.service-tax-process__step {
    position: relative;

    display: flex;

    align-items: center;

    gap: 1.2rem;

    min-height: 88px;

    padding:
        1rem
        1.25rem;

    border:
        1px solid
        rgba(255, 255, 255, .1);

    border-radius: 18px;

    background:
        rgba(255, 255, 255, .055);

    backdrop-filter:
        blur(10px);

    box-shadow:
        0 14px 35px
        rgba(0, 0, 0, .08);

    transition:
        transform var(--transition-fast),
        border-color var(--transition-fast),
        background var(--transition-fast);
}


.service-tax-process__step:hover {
    transform:
        translateX(6px);

    border-color:
        rgba(198, 144, 46, .32);

    background:
        rgba(255, 255, 255, .08);
}


.service-tax-process__step > span {
    position: relative;

    display: grid;

    width: 42px;
    height: 42px;

    flex-shrink: 0;

    place-items: center;

    border:
        1px solid
        rgba(198, 144, 46, .35);

    border-radius: 50%;

    background:
        var(--color-primary);

    color:
        var(--color-highlight);

    font-family:
        var(--font-heading);

    font-size: .72rem;

    font-weight:
        var(--fw-bold);

    z-index: 2;
}


.service-tax-process__step div {
    display: flex;

    flex-direction: column;

    gap: .2rem;
}


.service-tax-process__step small {
    color:
        var(--color-highlight);

    font-size: .74rem;

    font-weight:
        var(--fw-semibold);

    letter-spacing: .06em;

    text-transform: uppercase;
}


.service-tax-process__step strong {
    color:
        rgba(255, 255, 255, .88);

    font-size: .95rem;

    font-weight:
        var(--fw-medium);

    line-height: 1.5;
}


/*======================================
  TAX VISUAL ANIMATIONS
======================================*/

@keyframes serviceTaxRotate {

    from {
        transform:
            rotate(0deg);
    }

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes serviceTaxRotateReverse {

    from {
        transform:
            rotate(360deg);
    }

    to {
        transform:
            rotate(0deg);
    }

}


@keyframes serviceTaxFloat {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-8px);
    }

}

/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes advisoryRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes advisoryRotateReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes advisoryFloat {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -8px;
    }
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1024px) {

    .service-detail-hero__grid,
    .service-detail-approach__grid {
        grid-template-columns: 1fr;
    }

    .service-detail-hero__content {
        max-width: 800px;
    }

    .service-detail-hero__visual {
        min-height: 420px;
    }

    .advisory-visual {
        width: min(100%, 430px);
    }

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

    .service-detail-approach__content {
        max-width: 750px;
    }

    .service-detail-approach__visual {
        min-height: 430px;
    }

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

    .service-related-card:last-child {
        grid-column: 1 / -1;
    }

    .service-detail-cta__panel {
        grid-template-columns: 1fr 260px;
    }

    .service-cta-rings {
        width: 240px;
        height: 240px;
    }
}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 720px) {

    .service-detail-hero {
        padding-top: 7rem;
    }

    .service-detail-hero__grid {
        gap: 2.5rem;
    }

    .service-detail-hero h1 {
        font-size: clamp(2.7rem, 13vw, 4rem);
    }

    .service-detail-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-detail-hero__visual {
        min-height: 350px;
    }

    .advisory-visual {
        width: min(100%, 340px);
    }

    .advisory-visual__core {
        width: 125px;
        height: 125px;
    }

    .advisory-visual__core span {
        font-size: 2.6rem;
    }

    .advisory-visual__node {
        padding: 0.6rem 0.8rem;
        font-size: 0.72rem;
    }

    .service-detail-grid,
    .service-related-grid {
        grid-template-columns: 1fr;
    }

    .service-detail-card,
    .service-related-card {
        min-height: auto;
    }

    .service-related-card:last-child {
        grid-column: auto;
    }

    .service-detail-approach__grid {
        gap: 2.5rem;
    }

    .service-detail-approach__visual {
        min-height: 350px;
    }

    .decision-map {
        width: min(100%, 340px);
    }

    .decision-map__center {
        width: 120px;
        height: 120px;
        font-size: 0.86rem;
    }

    .decision-map__item {
        min-width: 82px;
        padding: 0.62rem 0.75rem;
        font-size: 0.7rem;
    }

    .service-detail-cta__panel {
        grid-template-columns: 1fr;
        padding: 2.5rem 1.5rem;
        border-radius: 24px;
    }

    .service-detail-cta__visual {
        display: none;
    }

    .service-detail-cta__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-tax-orbit {
    width: 290px;
    height: 290px;
}


.service-tax-orbit__core {
    width: 82px;
    height: 82px;

    font-size: 1.6rem;
}


.service-tax-orbit__signal {
    min-width: 62px;
    min-height: 36px;

    padding:
        .5rem
        .7rem;

    font-size: .68rem;
}


.service-tax-flow {
    min-height: 340px;
}


.service-tax-flow::before {
    width: 220px;
    height: 220px;
}


.service-tax-flow__node {
    width: 80px;
    height: 80px;

    font-size: .78rem;
}

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .advisory-visual__orbit,
    .advisory-visual__node,
    .decision-map__item,
    .service-cta-rings__ring {
        animation: none;
    }

    .service-tax-orbit__ring,
    .service-tax-orbit__signal {
    animation: none;
    }
}