.elementor-20459 .elementor-element.elementor-element-b971c39{--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-e784813 *//* =========================================
   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/443757C7-3C0A-4346-9DE3-9C03D38AA20B_1_201_a.jpeg");

    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;
    }

}


/* =========================================
   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;
    }

}/* =========================================
   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/443757C7-3C0A-4346-9DE3-9C03D38AA20B_1_201_a.jpeg");

    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;
    }

}


/* =========================================
   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 */