.elementor-20499 .elementor-element.elementor-element-fe79d3e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2d1a427 *//* =========================================
   AGAINST THE GRAIN — FAQ PAGE
========================================= */

.atg-faq-page {
    --atg-black: #050505;
    --atg-black-soft: #090909;
    --atg-panel: rgba(10, 10, 10, 0.88);

    --atg-cream: #f4efe6;
    --atg-gold: #b48a43;
    --atg-muted: #bbb4aa;

    --atg-neon-blue: #00e5ff;
    --atg-neon-purple: #8a2be2;
    --atg-neon-pink: #ff2d95;
    --atg-neon-orange: #ffb800;

    width: 100%;
    overflow: hidden;

    color: var(--atg-cream);
    background: var(--atg-black);
}

.atg-faq-page *,
.atg-faq-page *::before,
.atg-faq-page *::after {
    box-sizing: border-box;
}

.atg-faq-container {
    position: relative;
    z-index: 2;

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

    margin: 0 auto;
    padding: 0 40px;
}


/* =========================================
   SHARED NEON TEXT
========================================= */

.atg-faq-neon {
    display: inline-block;

    color: transparent;

    background:
        linear-gradient(
            90deg,
            var(--atg-neon-blue),
            var(--atg-neon-purple),
            var(--atg-neon-pink),
            var(--atg-neon-orange),
            var(--atg-neon-blue)
        );

    background-size: 300% 100%;

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    animation:
        atgFaqNeonFlow
        7s
        linear
        infinite;
}

@keyframes atgFaqNeonFlow {

    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 300% 50%;
    }

}


/* =========================================
   SHARED BUTTONS
========================================= */

.atg-faq-button {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;
    padding: 16px 26px;

    color: var(--atg-cream);
    background: transparent;

    border: 1px solid var(--atg-gold);

    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;

    font-size: 12px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: 0.12em;

    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.atg-faq-button::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            90deg,
            var(--atg-neon-blue),
            var(--atg-neon-purple),
            var(--atg-neon-pink),
            var(--atg-neon-orange),
            var(--atg-neon-blue)
        );

    background-size: 300% 100%;

    opacity: 0;

    transition: opacity 0.3s ease;
}

.atg-faq-button:hover,
.atg-faq-button:focus-visible {
    color: #ffffff;

    border-color: transparent;

    transform: translateY(-2px);

    box-shadow:
        0 8px 24px rgba(138, 43, 226, 0.22),
        0 0 20px rgba(255, 45, 149, 0.16);
}

.atg-faq-button:hover::before,
.atg-faq-button:focus-visible::before {
    opacity: 1;

    animation:
        atgFaqButtonGradient
        2.5s
        linear
        infinite;
}

.atg-faq-button--secondary {
    border-color: rgba(244, 239, 230, 0.7);
}

.atg-faq-button--secondary::before {
    display: none;
}

.atg-faq-button--secondary:hover,
.atg-faq-button--secondary:focus-visible {
    color: var(--atg-black);
    background: var(--atg-cream);

    border-color: var(--atg-cream);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.28);
}

.atg-faq-button:focus-visible,
.atg-faq-nav__card:focus-visible,
.atg-faq-item summary:focus-visible {
    outline: 2px solid var(--atg-neon-blue);
    outline-offset: 5px;
}

@keyframes atgFaqButtonGradient {

    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 300% 50%;
    }

}


/* =========================================
   HERO
========================================= */

.atg-faq-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    min-height: 650px;

    display: flex;
    align-items: center;

    padding: 110px 0 135px;

    background: #050505;
}

.atg-faq-hero__background {
    position: absolute;
    inset: -3%;
    z-index: -4;

    background-image:
        url("https://atgtattoos.com/wp-content/uploads/2026/08/E213AC1B-6F10-484E-9596-7CBFAAD2A618_1_201_a.jpeg");

    background-size: cover;
    background-position: center 34%;

    filter:
        saturate(0.9)
        contrast(1.05);

    transform: scale(1.04);
}

.atg-faq-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -3;

    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.96) 0%,
            rgba(5, 5, 5, 0.86) 38%,
            rgba(5, 5, 5, 0.48) 68%,
            rgba(5, 5, 5, 0.36) 100%
        ),
        linear-gradient(
            180deg,
            rgba(5, 5, 5, 0.15),
            rgba(5, 5, 5, 0.7)
        );
}

.atg-faq-hero__glow {
    position: absolute;
    inset: 0;
    z-index: -2;

    background:
        radial-gradient(
            circle at 22% 46%,
            rgba(138, 43, 226, 0.17),
            transparent 38%
        ),
        radial-gradient(
            circle at 80% 30%,
            rgba(0, 229, 255, 0.08),
            transparent 34%
        );

    pointer-events: none;
}

.atg-faq-hero::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 200px;

    background:
        linear-gradient(
            180deg,
            transparent,
            var(--atg-black)
        );

    pointer-events: none;
}

.atg-faq-hero__container {
    position: relative;
    z-index: 3;

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

    margin: 0 auto;
    padding: 0 40px;
}

.atg-faq-hero__container > * {
    max-width: 760px;
}

.atg-faq-hero__eyebrow {
    margin: 0 0 17px;

    color: var(--atg-gold);

    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;

    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.atg-faq-hero h1 {
    margin: 0 0 27px;

    color: var(--atg-cream);

    font-size: clamp(58px, 6vw, 88px);
    font-weight: 700;
    line-height: 0.96;

    letter-spacing: -0.045em;
}

.atg-faq-hero__copy {
    margin: 0 0 38px;

    color: rgba(244, 239, 230, 0.82);

    font-size: 18px;
    line-height: 1.75;
}

.atg-faq-hero__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 15px;
}


/* =========================================
   CATEGORY NAVIGATION
========================================= */

.atg-faq-nav {
    position: relative;
    z-index: 4;

    padding: 0 0 96px;

    background: var(--atg-black);
}

.atg-faq-nav__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 16px;
}

.atg-faq-nav__card {
    position: relative;
    overflow: hidden;

    min-height: 145px;
    padding: 26px;

    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;

    gap: 20px;

    color: var(--atg-cream);
    background:
        linear-gradient(
            145deg,
            rgba(12, 12, 12, 0.94),
            rgba(7, 7, 7, 0.82)
        );

    border: 1px solid rgba(180, 138, 67, 0.42);

    text-decoration: none;

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.atg-faq-nav__card::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            125deg,
            rgba(0, 229, 255, 0.055),
            transparent 35%,
            transparent 64%,
            rgba(255, 45, 149, 0.07)
        );

    opacity: 0;

    transition: opacity 0.35s ease;
}

.atg-faq-nav__card:hover {
    transform: translateY(-5px);

    border-color: rgba(244, 239, 230, 0.66);

    box-shadow:
        0 28px 58px rgba(0, 0, 0, 0.45),
        0 0 22px rgba(138, 43, 226, 0.08);
}

.atg-faq-nav__card:hover::before {
    opacity: 1;
}

.atg-faq-nav__number,
.atg-faq-nav__content,
.atg-faq-nav__arrow {
    position: relative;
    z-index: 2;
}

.atg-faq-nav__number {
    color: var(--atg-gold);

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 0.12em;
}

.atg-faq-nav__content {
    display: flex;
    flex-direction: column;

    gap: 8px;
}

.atg-faq-nav__content strong {
    color: var(--atg-cream);

    font-size: 20px;
    line-height: 1.2;
}

.atg-faq-nav__content small {
    color: var(--atg-muted);

    font-size: 13px;
    line-height: 1.55;
}

.atg-faq-nav__arrow {
    color: var(--atg-gold);

    font-size: 22px;

    transition: transform 0.3s ease;
}

.atg-faq-nav__card:hover .atg-faq-nav__arrow {
    transform: translateY(4px);
}


/* =========================================
   GENERAL FAQ SECTION
========================================= */

.atg-faq-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 100px 0 110px;

    background:
        linear-gradient(
            180deg,
            #050505,
            #090909 52%,
            #050505
        );
}

.atg-faq-section::before,
.atg-aftercare--piercing::before,
.atg-faq-cta::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: -3;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.015) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.015) 1px,
            transparent 1px
        );

    background-size: 72px 72px;

    opacity: 0.22;
}

.atg-faq-section__glow {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;

    width: min(1150px, 94vw);
    height: 560px;

    transform: translateX(-50%);

    background:
        radial-gradient(
            circle at 25% 40%,
            rgba(138, 43, 226, 0.1),
            transparent 36%
        ),
        radial-gradient(
            circle at 76% 40%,
            rgba(0, 229, 255, 0.065),
            transparent 34%
        );

    filter: blur(20px);
}

.atg-faq-section__header {
    max-width: 850px;

    margin: 0 auto 52px;

    text-align: center;
}

.atg-faq-section__eyebrow {
    margin: 0 0 13px;

    color: var(--atg-gold);

    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;

    letter-spacing: 0.21em;
    text-transform: uppercase;
}

.atg-faq-section__header h2,
.atg-aftercare-intro h2,
.atg-aftercare__header h2,
.atg-faq-cta h2 {
    margin: 0 0 22px;

    color: var(--atg-cream);

    font-size: clamp(48px, 5.4vw, 76px);
    font-weight: 700;
    line-height: 0.98;

    letter-spacing: -0.042em;
}

.atg-faq-section__header > p {
    max-width: 720px;

    margin: 0 auto;

    color: var(--atg-muted);

    font-size: 17px;
    line-height: 1.75;
}


/* =========================================
   FAQ ACCORDION
========================================= */

.atg-faq-accordion {
    max-width: 1050px;

    margin: 0 auto;

    display: grid;
    gap: 12px;
}

.atg-faq-item {
    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            rgba(12, 12, 12, 0.92),
            rgba(7, 7, 7, 0.82)
        );

    border: 1px solid rgba(180, 138, 67, 0.4);

    box-shadow:
        0 16px 38px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.atg-faq-item[open] {
    border-color: rgba(180, 138, 67, 0.72);

    box-shadow:
        0 24px 50px rgba(0, 0, 0, 0.42),
        0 0 22px rgba(138, 43, 226, 0.06);
}

.atg-faq-item summary {
    min-height: 82px;
    padding: 24px 27px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    color: var(--atg-cream);

    cursor: pointer;
    list-style: none;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.atg-faq-item summary::-webkit-details-marker {
    display: none;
}

.atg-faq-item__icon {
    flex: 0 0 auto;

    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: var(--atg-gold);

    border: 1px solid rgba(180, 138, 67, 0.52);

    font-size: 21px;
    font-weight: 300;
    line-height: 1;

    transition:
        transform 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.atg-faq-item[open] .atg-faq-item__icon {
    color: var(--atg-neon-pink);

    border-color: rgba(255, 45, 149, 0.5);

    transform: rotate(45deg);
}

.atg-faq-item__answer {
    padding: 0 27px 28px;

    color: var(--atg-muted);

    font-size: 15px;
    line-height: 1.75;
}

.atg-faq-item__answer p {
    margin: 0 0 17px;
}

.atg-faq-item__answer p:last-child {
    margin-bottom: 0;
}

.atg-faq-item__answer strong {
    color: var(--atg-cream);
}

.atg-faq-item__note {
    padding: 16px 18px;

    color: rgba(244, 239, 230, 0.83);

    background: rgba(180, 138, 67, 0.06);

    border-left: 2px solid var(--atg-gold);
}

.atg-faq-hours {
    max-width: 520px;

    margin: 4px 0 22px;
}

.atg-faq-hours > div {
    padding: 9px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border-bottom: 1px solid rgba(180, 138, 67, 0.14);
}

.atg-faq-hours dt,
.atg-faq-hours dd {
    margin: 0;

    font-size: 14px;
}

.atg-faq-hours dt {
    color: var(--atg-muted);
}

.atg-faq-hours dd {
    color: var(--atg-cream);

    font-weight: 500;
}


/* =========================================
   AFTERCARE INTRO
========================================= */

.atg-aftercare-intro {
    padding: 88px 0;

    background: #050505;

    border-top: 1px solid rgba(180, 138, 67, 0.18);
    border-bottom: 1px solid rgba(180, 138, 67, 0.18);
}

.atg-aftercare-intro__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, 0.7fr);

    align-items: end;

    gap: clamp(45px, 7vw, 105px);
}

.atg-aftercare-intro h2 {
    margin-bottom: 0;
}

.atg-aftercare-intro__inner > p {
    margin: 0;

    color: var(--atg-muted);

    font-size: 16px;
    line-height: 1.75;
}


/* =========================================
   SHARED AFTERCARE
========================================= */

.atg-aftercare {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 100px 0 110px;
}

.atg-aftercare__header {
    margin-bottom: 52px;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(300px, 0.6fr);

    align-items: end;

    gap: 50px;
}

.atg-aftercare__header h2 {
    max-width: 820px;

    margin-bottom: 0;
}

.atg-aftercare__header > p {
    margin: 0;

    color: var(--atg-muted);

    font-size: 16px;
    line-height: 1.75;
}


/* =========================================
   TATTOO AFTERCARE
========================================= */

.atg-aftercare--tattoo {
    background: #050505;
}

.atg-aftercare__background {
    position: absolute;
    inset: -3%;
    z-index: -4;

    background-image:
        url("https://atgtattoos.com/wp-content/uploads/2026/08/exec-fced2e5c-cb88-405c-b047-653241a29a4a.png");

    background-size: cover;
    background-position: center 28%;

    filter:
        saturate(0.85)
        contrast(1.04);

    transform: scale(1.04);
}

.atg-aftercare__overlay {
    position: absolute;
    inset: 0;
    z-index: -3;

    background:
        linear-gradient(
            180deg,
            rgba(5, 5, 5, 0.78),
            rgba(5, 5, 5, 0.86)
        ),
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.5),
            rgba(5, 5, 5, 0.18),
            rgba(5, 5, 5, 0.5)
        );
}

.atg-aftercare__grid {
    display: grid;

    gap: 16px;
}

.atg-aftercare__grid--tattoo {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atg-aftercare-card {
    position: relative;
    overflow: hidden;

    min-height: 250px;
    padding: 30px;

    display: flex;
    flex-direction: column;

    background:
        linear-gradient(
            145deg,
            rgba(9, 9, 9, 0.93),
            rgba(5, 5, 5, 0.84)
        );

    border: 1px solid rgba(180, 138, 67, 0.42);

    box-shadow:
        0 20px 46px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.atg-aftercare-card::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            125deg,
            rgba(0, 229, 255, 0.05),
            transparent 34%,
            transparent 64%,
            rgba(255, 45, 149, 0.065)
        );

    opacity: 0;

    transition: opacity 0.35s ease;
}

.atg-aftercare-card:hover {
    transform: translateY(-5px);

    border-color: rgba(244, 239, 230, 0.65);

    box-shadow:
        0 28px 58px rgba(0, 0, 0, 0.48),
        0 0 22px rgba(138, 43, 226, 0.08);
}

.atg-aftercare-card:hover::before {
    opacity: 1;
}

.atg-aftercare-card > * {
    position: relative;
    z-index: 2;
}

.atg-aftercare-card__step {
    margin-bottom: auto;

    color: var(--atg-gold);

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.16em;
}

.atg-aftercare-card h3 {
    margin: 38px 0 13px;

    color: var(--atg-cream);

    font-size: 22px;
    line-height: 1.2;
}

.atg-aftercare-card p {
    margin: 0;

    color: var(--atg-muted);

    font-size: 14px;
    line-height: 1.7;
}

.atg-aftercare-card strong {
    color: var(--atg-cream);
}


/* =========================================
   PIERCING AFTERCARE
========================================= */

.atg-aftercare--piercing {
    background:
        linear-gradient(
            180deg,
            #050505,
            #090909 50%,
            #050505
        );
}

.atg-aftercare__glow {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;

    width: min(1200px, 94vw);
    height: 700px;

    transform: translateX(-50%);

    background:
        radial-gradient(
            circle at 24% 42%,
            rgba(138, 43, 226, 0.1),
            transparent 36%
        ),
        radial-gradient(
            circle at 78% 36%,
            rgba(0, 229, 255, 0.07),
            transparent 34%
        ),
        radial-gradient(
            circle at 52% 80%,
            rgba(255, 45, 149, 0.05),
            transparent 32%
        );

    filter: blur(20px);
}

.atg-aftercare__healing {
    padding: 23px 26px;

    display: flex;
    flex-direction: column;

    gap: 8px;

    background:
        linear-gradient(
            145deg,
            rgba(12, 12, 12, 0.92),
            rgba(7, 7, 7, 0.82)
        );

    border: 1px solid rgba(180, 138, 67, 0.48);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.35);
}

.atg-aftercare__healing span {
    color: var(--atg-gold);

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.atg-aftercare__healing strong {
    color: var(--atg-cream);

    font-size: 34px;
    line-height: 1;
}

.atg-piercing-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(300px, 0.65fr);

    align-items: start;

    gap: 24px;
}

.atg-piercing-main {
    display: grid;

    gap: 16px;
}

.atg-aftercare-panel {
    background:
        linear-gradient(
            145deg,
            rgba(12, 12, 12, 0.92),
            rgba(7, 7, 7, 0.82)
        );

    border: 1px solid rgba(180, 138, 67, 0.4);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.atg-aftercare-panel__heading {
    padding: 26px;

    display: flex;
    align-items: center;

    gap: 20px;

    border-bottom: 1px solid rgba(180, 138, 67, 0.2);
}

.atg-aftercare-panel__number {
    flex: 0 0 auto;

    width: 48px;
    height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: var(--atg-gold);

    border: 1px solid rgba(180, 138, 67, 0.5);

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.12em;
}

.atg-aftercare-panel__heading p {
    margin: 0 0 6px;

    color: var(--atg-gold);

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.atg-aftercare-panel__heading h3 {
    margin: 0;

    color: var(--atg-cream);

    font-size: 24px;
    line-height: 1.2;
}

.atg-aftercare-panel__content {
    padding: 27px;

    color: var(--atg-muted);

    font-size: 15px;
    line-height: 1.75;
}

.atg-aftercare-panel__content p {
    margin: 0 0 18px;
}

.atg-aftercare-panel__content p:last-child {
    margin-bottom: 0;
}

.atg-aftercare-list {
    margin: 0 0 20px;
    padding: 0;

    display: grid;

    gap: 12px;

    list-style: none;
}

.atg-aftercare-list li {
    position: relative;

    padding-left: 23px;
}

.atg-aftercare-list li::before {
    content: "";

    position: absolute;
    top: 0.72em;
    left: 0;

    width: 7px;
    height: 7px;

    background: var(--atg-gold);

    transform: translateY(-50%);
}

.atg-aftercare-list--checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atg-aftercare-list--checks li::before {
    background:
        linear-gradient(
            135deg,
            var(--atg-neon-blue),
            var(--atg-neon-purple)
        );

    border-radius: 50%;
}

.atg-aftercare-warning {
    padding: 17px 18px;

    color: rgba(244, 239, 230, 0.84);

    background: rgba(180, 138, 67, 0.06);

    border-left: 2px solid var(--atg-gold);
}


/* SIDEBAR */

.atg-piercing-sidebar {
    position: sticky;
    top: 130px;

    display: grid;

    gap: 16px;
}

.atg-piercing-sidebar__card {
    padding: 26px;

    background:
        linear-gradient(
            145deg,
            rgba(12, 12, 12, 0.93),
            rgba(7, 7, 7, 0.84)
        );

    border: 1px solid rgba(180, 138, 67, 0.42);

    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.34);
}

.atg-piercing-sidebar__eyebrow {
    margin: 0 0 9px;

    color: var(--atg-gold);

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.atg-piercing-sidebar__card h3 {
    margin: 0 0 18px;

    color: var(--atg-cream);

    font-size: 24px;
    line-height: 1.15;
}

.atg-piercing-sidebar__card ul {
    margin: 0;
    padding: 0;

    display: grid;

    gap: 11px;

    list-style: none;
}

.atg-piercing-sidebar__card li {
    position: relative;

    padding-left: 20px;

    color: var(--atg-muted);

    font-size: 14px;
    line-height: 1.6;
}

.atg-piercing-sidebar__card li::before {
    content: "×";

    position: absolute;
    left: 0;

    color: var(--atg-neon-pink);

    font-weight: 600;
}

.atg-piercing-sidebar__card--accent {
    background:
        radial-gradient(
            circle at 20% 10%,
            rgba(138, 43, 226, 0.12),
            transparent 40%
        ),
        radial-gradient(
            circle at 90% 90%,
            rgba(0, 229, 255, 0.07),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            rgba(12, 12, 12, 0.95),
            rgba(7, 7, 7, 0.87)
        );
}

.atg-piercing-sidebar__card--accent > p:not(.atg-piercing-sidebar__eyebrow) {
    margin: 0 0 22px;

    color: var(--atg-muted);

    font-size: 14px;
    line-height: 1.7;
}

.atg-piercing-sidebar__card--accent .atg-faq-button {
    width: 100%;
}


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

.atg-faq-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 96px 0 104px;

    background:
        linear-gradient(
            180deg,
            #050505,
            #080808
        );

    border-top: 1px solid rgba(180, 138, 67, 0.2);
}

.atg-faq-cta__glow {
    position: absolute;
    top: -100px;
    left: 50%;
    z-index: -2;

    width: 850px;
    height: 420px;

    transform: translateX(-50%);

    background:
        radial-gradient(
            circle,
            rgba(138, 43, 226, 0.13),
            rgba(255, 45, 149, 0.055),
            transparent 68%
        );

    filter: blur(30px);
}

.atg-faq-cta__inner {
    padding: 42px;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 45px;

    background:
        linear-gradient(
            145deg,
            rgba(12, 12, 12, 0.94),
            rgba(7, 7, 7, 0.84)
        );

    border: 1px solid rgba(180, 138, 67, 0.45);

    box-shadow:
        0 25px 65px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.atg-faq-cta h2 {
    max-width: 760px;

    margin-bottom: 18px;
}

.atg-faq-cta__inner > div:first-child > p:last-child {
    max-width: 700px;

    margin: 0;

    color: var(--atg-muted);

    font-size: 16px;
    line-height: 1.7;
}

.atg-faq-cta__buttons {
    display: flex;
    flex-direction: column;

    gap: 12px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .atg-faq-container,
    .atg-faq-hero__container {
        padding-left: 28px;
        padding-right: 28px;
    }

    .atg-faq-hero {
        min-height: 610px;

        padding: 95px 0 115px;
    }

    .atg-faq-hero__background {
        background-position: 60% center;
    }

    .atg-faq-nav {
        padding-bottom: 82px;
    }

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

    .atg-faq-nav__card {
        min-height: 120px;
    }

    .atg-faq-section,
    .atg-aftercare {
        padding: 84px 0 92px;
    }

    .atg-aftercare-intro {
        padding: 76px 0;
    }

    .atg-aftercare-intro__inner {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .atg-aftercare__header {
        grid-template-columns: 1fr;

        gap: 26px;
    }

    .atg-aftercare__header > p {
        max-width: 680px;
    }

    .atg-aftercare__grid--tattoo {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .atg-piercing-layout {
        grid-template-columns: 1fr;
    }

    .atg-piercing-sidebar {
        position: static;

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

    .atg-piercing-sidebar__card--accent {
        grid-column: 1 / -1;
    }

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

    .atg-faq-cta__buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .atg-faq-container,
    .atg-faq-hero__container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .atg-faq-hero {
        min-height: 620px;

        align-items: flex-end;

        padding: 260px 0 80px;
    }

    .atg-faq-hero__background {
        background-position: 62% top;
    }

    .atg-faq-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(5, 5, 5, 0.12) 0%,
                rgba(5, 5, 5, 0.25) 30%,
                rgba(5, 5, 5, 0.85) 60%,
                #050505 100%
            );
    }

    .atg-faq-hero h1 {
        font-size: clamp(44px, 13vw, 58px);
    }

    .atg-faq-hero__copy {
        font-size: 15px;
        line-height: 1.65;
    }

    .atg-faq-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;

        width: 100%;
    }

    .atg-faq-button {
        width: 100%;
    }

    .atg-faq-nav {
        padding-bottom: 68px;
    }

    .atg-faq-nav__card {
        min-height: 0;

        padding: 22px 19px;

        grid-template-columns: auto 1fr;

        gap: 15px;
    }

    .atg-faq-nav__arrow {
        display: none;
    }

    .atg-faq-nav__content strong {
        font-size: 18px;
    }

    .atg-faq-section,
    .atg-aftercare {
        padding: 66px 0 74px;
    }

    .atg-faq-section__header {
        margin-bottom: 34px;

        text-align: left;
    }

    .atg-faq-section__header h2,
    .atg-aftercare-intro h2,
    .atg-aftercare__header h2,
    .atg-faq-cta h2 {
        font-size: 43px;
    }

    .atg-faq-section__header > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .atg-faq-item summary {
        min-height: 72px;

        padding: 21px 18px;

        font-size: 16px;
    }

    .atg-faq-item__icon {
        width: 30px;
        height: 30px;
    }

    .atg-faq-item__answer {
        padding: 0 18px 22px;

        font-size: 14px;
        line-height: 1.7;
    }

    .atg-aftercare-intro {
        padding: 62px 0;
    }

    .atg-aftercare-intro__inner > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .atg-aftercare__header {
        margin-bottom: 34px;
    }

    .atg-aftercare__header > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .atg-aftercare__grid--tattoo {
        grid-template-columns: 1fr;
    }

    .atg-aftercare-card {
        min-height: 220px;

        padding: 25px 22px;
    }

    .atg-aftercare__healing {
        width: 100%;
    }

    .atg-piercing-sidebar {
        grid-template-columns: 1fr;
    }

    .atg-piercing-sidebar__card--accent {
        grid-column: auto;
    }

    .atg-aftercare-panel__heading {
        padding: 22px 18px;

        align-items: flex-start;
    }

    .atg-aftercare-panel__number {
        width: 42px;
        height: 42px;
    }

    .atg-aftercare-panel__heading h3 {
        font-size: 20px;
    }

    .atg-aftercare-panel__content {
        padding: 22px 18px;

        font-size: 14px;
        line-height: 1.7;
    }

    .atg-aftercare-list--checks {
        grid-template-columns: 1fr;
    }

    .atg-piercing-sidebar__card {
        padding: 23px 20px;
    }

    .atg-faq-cta {
        padding: 70px 0 76px;
    }

    .atg-faq-cta__inner {
        padding: 28px 21px;

        gap: 30px;
    }

    .atg-faq-cta__buttons {
        display: grid;
        grid-template-columns: 1fr;

        width: 100%;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 390px) {

    .atg-faq-hero {
        padding-top: 230px;
    }

    .atg-faq-hero h1 {
        font-size: 41px;
    }

    .atg-aftercare-panel__heading {
        gap: 13px;
    }

    .atg-aftercare-panel__number {
        width: 38px;
        height: 38px;
    }

    .atg-aftercare__healing strong {
        font-size: 30px;
    }

}


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

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

    .atg-faq-neon,
    .atg-faq-button,
    .atg-faq-button::before,
    .atg-faq-nav__card,
    .atg-faq-nav__card::before,
    .atg-faq-nav__arrow,
    .atg-faq-item,
    .atg-faq-item__icon,
    .atg-aftercare-card,
    .atg-aftercare-card::before {
        animation: none;
        transition: none;
    }

    .atg-faq-neon {
        background-position: 50% 50%;
    }

    .atg-faq-button:hover,
    .atg-faq-nav__card:hover,
    .atg-aftercare-card:hover {
        transform: none;
    }

}

/* =========================================
   EDITORIAL AFTERCARE REDESIGN
   Scoped to the tattoo and piercing sections.
========================================= */

.atg-aftercare--tattoo,
.atg-aftercare--piercing {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.atg-editorial-media {
    position: absolute;
    inset: -4%;
    z-index: -4;
    opacity: 0;
    background-position: center;
    background-size: cover;
    filter: saturate(.82) contrast(1.02);
    transform: scale(1.035) translate3d(0, var(--atg-aftercare-parallax, 0px), 0);
    transition: opacity 1.2s ease;
    pointer-events: none;
}

.atg-editorial-media.is-visible { opacity: 1; }

.atg-editorial-media--tattoo {
    background-image: url("https://atgtattoos.com/wp-content/uploads/2026/08/exec-fced2e5c-cb88-405c-b047-653241a29a4a.png");
    background-position: center 44%;
}

.atg-editorial-media--piercing {
    background-image: url("https://atgtattoos.com/wp-content/uploads/2026/08/exec-0a82d0c4-b263-455b-b943-b8201c59ca9d.png");
    background-position: center 45%;
}

.atg-aftercare--tattoo .atg-aftercare__overlay {
    z-index: -3;
    background:
        linear-gradient(180deg, rgba(5,5,5,.58), rgba(5,5,5,.9) 72%, #050505),
        linear-gradient(90deg, rgba(5,5,5,.46), rgba(5,5,5,.72));
}

.atg-aftercare--piercing::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(180deg, rgba(5,5,5,.72), #050505 36%, #080808 72%, #050505),
        linear-gradient(90deg, rgba(5,5,5,.42), rgba(5,5,5,.76));
    pointer-events: none;
}

/* Tattoo: image-led feature */

.atg-aftercare--tattoo .atg-aftercare__header {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .55fr);
    margin-bottom: 42px;
}

.atg-tattoo-feature {
    position: relative;
    min-height: 510px;
    margin: 0 0 -88px;
    overflow: hidden;
    border: 1px solid rgba(180,138,67,.4);
    box-shadow: 0 38px 90px rgba(0,0,0,.52);
}

.atg-tattoo-feature__image {
    position: absolute;
    inset: 0;
    background: url("https://atgtattoos.com/wp-content/uploads/2026/08/exec-fced2e5c-cb88-405c-b047-653241a29a4a.png") center 45% / cover no-repeat;
    transform: scale(1.02);
}

.atg-tattoo-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,5,5,.56), transparent 44%),
        linear-gradient(180deg, transparent 48%, rgba(5,5,5,.84));
}

.atg-tattoo-feature__caption {
    position: absolute;
    right: 28px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    gap: 24px;
    color: rgba(244,239,230,.8);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.atg-tattoo-feature__caption span + span {
    padding-left: 24px;
    border-left: 1px solid rgba(180,138,67,.55);
}

.atg-tattoo-vitals {
    position: relative;
    z-index: 3;
    width: min(780px, calc(100% - 80px));
    margin: 0 auto 78px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    background: linear-gradient(145deg, rgba(10,10,10,.96), rgba(5,5,5,.9));
    border: 1px solid rgba(180,138,67,.58);
    box-shadow: 0 24px 60px rgba(0,0,0,.56);
    backdrop-filter: blur(12px);
}

.atg-tattoo-vitals div {
    min-width: 0;
    padding: 25px 28px;
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.atg-tattoo-vitals div + div { border-left: 1px solid rgba(180,138,67,.25); }
.atg-tattoo-vitals strong { color: var(--atg-cream); font-size: 46px; line-height: .9; letter-spacing: -.05em; }
.atg-tattoo-vitals span { color: var(--atg-gold); font-size: 10px; font-weight: 600; line-height: 1.35; letter-spacing: .13em; text-transform: uppercase; }

/* Tattoo: connected editorial timeline */

.atg-tattoo-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, minmax(0,1fr));
    column-gap: 28px;
}

.atg-tattoo-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: linear-gradient(var(--atg-gold), rgba(180,138,67,.12));
}

.atg-tattoo-step {
    position: relative;
    grid-column: 1 / span 6;
    padding: 12px 72px 58px 0;
}

.atg-tattoo-step:nth-child(even) {
    grid-column: 7 / -1;
    padding: 74px 0 58px 72px;
}

.atg-tattoo-step::after {
    content: "";
    position: absolute;
    top: 17px;
    right: -34px;
    width: 11px;
    height: 11px;
    background: var(--atg-black);
    border: 2px solid var(--atg-gold);
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(180,138,67,.38);
}

.atg-tattoo-step:nth-child(even)::after { top: 79px; right: auto; left: -33px; }
.atg-tattoo-step .atg-aftercare-card__step { display: block; margin: 0 0 18px; color: var(--atg-gold); font-size: 11px; letter-spacing: .18em; }
.atg-tattoo-step h3 { margin: 0 0 12px; color: var(--atg-cream); font-size: clamp(25px,2.4vw,36px); line-height: 1.08; letter-spacing: -.025em; }
.atg-tattoo-step p { max-width: 480px; margin: 0; color: var(--atg-muted); font-size: 15px; line-height: 1.75; }
.atg-tattoo-step strong { color: var(--atg-cream); font-weight: 600; }

/* Piercing: hero and visual guide */

.atg-piercing-hero {
    grid-template-columns: minmax(0,1fr) minmax(240px,.48fr);
    align-items: start;
    margin-bottom: 40px;
}

.atg-piercing-hero__image {
    grid-column: 1 / -1;
    min-height: 440px;
    margin-top: 10px;
    background:
        linear-gradient(90deg, transparent 40%, rgba(5,5,5,.2)),
        url("https://atgtattoos.com/wp-content/uploads/2026/08/exec-0a82d0c4-b263-455b-b943-b8201c59ca9d.png") center 45% / cover no-repeat;
    border: 1px solid rgba(180,138,67,.38);
    box-shadow: 0 34px 82px rgba(0,0,0,.5);
}

.atg-aftercare--piercing .atg-aftercare__healing {
    align-self: end;
    padding: 28px;
    background: rgba(7,7,7,.82);
    backdrop-filter: blur(12px);
}

.atg-aftercare--piercing .atg-aftercare__healing strong { font-size: clamp(44px,4vw,66px); letter-spacing: -.055em; }

.atg-piercing-guide { display: grid; gap: 20px; }

.atg-piercing-process {
    display: grid;
    grid-template-columns: repeat(12, minmax(0,1fr));
    gap: 20px;
}

.atg-care-module {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(12,12,12,.93), rgba(7,7,7,.84));
    border: 1px solid rgba(180,138,67,.4);
    box-shadow: 0 20px 48px rgba(0,0,0,.34);
}

.atg-care-module--cleaning { grid-column: 1 / span 8; }
.atg-care-module--dry { grid-column: 9 / -1; }
.atg-care-module--downsize { grid-column: 1 / span 4; }
.atg-care-module--normal { grid-column: 5 / span 4; }
.atg-care-module--bumps { grid-column: 9 / -1; }

.atg-care-module .atg-aftercare-panel__heading { padding: 25px; border-bottom-color: rgba(180,138,67,.18); }
.atg-care-module .atg-aftercare-panel__content { padding: 27px; }
.atg-care-module--cleaning .atg-aftercare-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 26px; }

.atg-piercing-advisories {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    border: 1px solid rgba(255,45,149,.34);
    background:
        linear-gradient(120deg, rgba(255,45,149,.055), transparent 45%),
        rgba(7,7,7,.9);
}

.atg-piercing-warning { padding: 30px; }
.atg-piercing-warning + .atg-piercing-warning { border-left: 1px solid rgba(255,45,149,.24); }
.atg-piercing-warning h3 { margin: 0 0 18px; color: var(--atg-cream); font-size: 26px; }
.atg-piercing-warning ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.atg-piercing-warning li { position: relative; padding-left: 22px; color: var(--atg-muted); font-size: 14px; line-height: 1.6; }
.atg-piercing-warning li::before { content: "×"; position: absolute; left: 0; color: var(--atg-neon-pink); font-weight: 700; }

.atg-piercing-contact {
    grid-column: 1 / -1;
    padding: 36px 38px;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(240px,auto);
    align-items: center;
    gap: 28px;
    background:
        radial-gradient(circle at 15% 20%, rgba(138,43,226,.14), transparent 36%),
        radial-gradient(circle at 82% 70%, rgba(0,229,255,.08), transparent 34%),
        linear-gradient(145deg, rgba(12,12,12,.96), rgba(7,7,7,.9));
    border-top: 1px solid rgba(180,138,67,.3);
}

.atg-piercing-contact .atg-piercing-sidebar__eyebrow { grid-column: 1; }
.atg-piercing-contact h3 { grid-column: 1; margin: -4px 0 8px; color: var(--atg-cream); font-size: clamp(30px,3vw,44px); }
.atg-piercing-contact > p:not(.atg-piercing-sidebar__eyebrow) { grid-column: 1; max-width: 780px; margin: 0; color: var(--atg-muted); line-height: 1.7; }
.atg-piercing-contact .atg-faq-button { grid-column: 2; grid-row: 1 / span 3; min-width: 240px; }

/* Motion hooks */

.atg-aftercare-motion [data-atg-care-reveal] {
    opacity: 0;
    transform: translate3d(0,28px,0);
    filter: blur(6px);
    transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease;
    transition-delay: var(--atg-care-delay,0ms);
}

.atg-aftercare-motion [data-atg-care-reveal].is-visible { opacity: 1; transform: none; filter: none; }
.atg-aftercare-motion [data-atg-care-image] { opacity: 0; transform: scale(1.035); transition: opacity 1s ease, transform 1.4s cubic-bezier(.2,.7,.2,1); }
.atg-aftercare-motion [data-atg-care-image].is-visible { opacity: 1; transform: scale(1); }

@media (min-width:1025px) {
    .atg-editorial-media.is-visible { animation: atgAftercareBackdrop 30s ease-in-out infinite alternate; }
    @keyframes atgAftercareBackdrop {
        from { transform: scale(1.035) translate3d(-.3%,var(--atg-aftercare-parallax,0px),0); }
        to { transform: scale(1.075) translate3d(.3%,calc(var(--atg-aftercare-parallax,0px) - 4px),0); }
    }
}

@media (max-width:1024px) {
    .atg-editorial-media { animation: none !important; transform: none !important; }
    .atg-aftercare--tattoo .atg-aftercare__header,
    .atg-piercing-hero { grid-template-columns: 1fr; }
    .atg-tattoo-feature { min-height: 430px; }
    .atg-tattoo-timeline { column-gap: 22px; }
    .atg-tattoo-step { padding-right: 54px; }
    .atg-tattoo-step:nth-child(even) { padding-left: 54px; }
    .atg-piercing-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .atg-care-module--cleaning { grid-column: 1 / -1; }
    .atg-care-module--dry,
    .atg-care-module--downsize,
    .atg-care-module--normal,
    .atg-care-module--bumps { grid-column: auto; }
    .atg-care-module--bumps { grid-column: 1 / -1; }
    .atg-care-module--cleaning .atg-aftercare-list { grid-template-columns: 1fr; }
}

@media (max-width:650px) {
    .atg-tattoo-feature { min-height: 330px; margin-bottom: -48px; }
    .atg-tattoo-feature__caption { display: none; }
    .atg-tattoo-vitals { width: calc(100% - 24px); margin-bottom: 52px; }
    .atg-tattoo-vitals div { padding: 19px 12px; flex-direction: column; gap: 8px; }
    .atg-tattoo-vitals strong { font-size: 34px; }
    .atg-tattoo-vitals span { font-size: 8px; }
    .atg-tattoo-timeline { grid-template-columns: 34px minmax(0,1fr); column-gap: 18px; }
    .atg-tattoo-timeline::before { left: 16px; }
    .atg-tattoo-step,
    .atg-tattoo-step:nth-child(even) { grid-column: 2; padding: 0 0 44px; }
    .atg-tattoo-step::after,
    .atg-tattoo-step:nth-child(even)::after { top: 4px; right: auto; left: -41px; }
    .atg-tattoo-step h3 { font-size: 25px; }
    .atg-piercing-hero__image { min-height: 300px; background-position: 36% center; }
    .atg-aftercare--piercing .atg-aftercare__healing strong { font-size: 42px; }
    .atg-piercing-process { grid-template-columns: 1fr; }
    .atg-care-module--cleaning,
    .atg-care-module--dry,
    .atg-care-module--downsize,
    .atg-care-module--normal,
    .atg-care-module--bumps { grid-column: auto; }
    .atg-piercing-advisories { grid-template-columns: 1fr; }
    .atg-piercing-warning + .atg-piercing-warning { border-left: 0; border-top: 1px solid rgba(255,45,149,.24); }
    .atg-piercing-contact { padding: 30px 24px; grid-template-columns: 1fr; }
    .atg-piercing-contact .atg-piercing-sidebar__eyebrow,
    .atg-piercing-contact h3,
    .atg-piercing-contact > p:not(.atg-piercing-sidebar__eyebrow),
    .atg-piercing-contact .atg-faq-button { grid-column: 1; grid-row: auto; }
    .atg-piercing-contact .atg-faq-button { width: 100%; min-width: 0; }
}

@media (max-width:390px) {
    .atg-tattoo-feature { min-height: 285px; }
    .atg-tattoo-vitals { width: 100%; }
    .atg-tattoo-vitals div { padding-inline: 9px; }
    .atg-tattoo-vitals strong { font-size: 30px; }
    .atg-piercing-hero__image { min-height: 260px; }
    .atg-care-module .atg-aftercare-panel__heading,
    .atg-care-module .atg-aftercare-panel__content,
    .atg-piercing-warning { padding: 22px; }
}

@media (prefers-reduced-motion:reduce) {
    .atg-editorial-media,
    .atg-aftercare-motion [data-atg-care-reveal],
    .atg-aftercare-motion [data-atg-care-image] {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        animation: none !important;
        transition: none !important;
    }
}


/* =========================================
   PRINT / AFTERCARE REFERENCE
========================================= */

@media print {

    .atg-faq-hero,
    .atg-faq-nav,
    .atg-faq-section,
    .atg-aftercare-intro,
    .atg-faq-cta {
        display: none !important;
    }

    .atg-aftercare {
        padding: 20px 0;

        color: #000000;
        background: #ffffff !important;
    }

    .atg-aftercare__background,
    .atg-aftercare__overlay,
    .atg-aftercare__glow {
        display: none;
    }

    .atg-aftercare-card,
    .atg-aftercare-panel,
    .atg-piercing-sidebar__card,
    .atg-aftercare__healing {
        break-inside: avoid;

        color: #000000;
        background: #ffffff !important;

        border: 1px solid #999999;
        box-shadow: none;
    }

}/* End custom CSS */