.art-page {
    --art-black: #05070b;
    --art-graphite: #111820;
    --art-graphite-2: #182331;
    --art-ink: #17202a;
    --art-muted: #5d6875;
    --art-soft: #f3f5f7;
    --art-off: #faf7f1;
    --art-line: rgba(21, 32, 44, 0.11);
    --art-orange: #ff8a00;
    --art-orange-2: #ffb04a;
    --art-green: #18a957;
    --art-green-dark: #0f7a3d;
    --art-shadow: 0 28px 70px rgba(10, 18, 28, 0.13);
    --art-shadow-soft: 0 18px 44px rgba(10, 18, 28, 0.08);
    --art-type-display: 54px;
    --art-type-section: 42px;
    --art-type-subsection: 39px;
    --art-type-section-compact: 36px;
    --art-type-chapter: 40px;
    --art-type-final-cta: 42px;
    --art-type-needs-heading: 39px;
    --art-type-process-title: 25px;
    --art-type-card-title: 22px;
    --art-type-subtitle: 22px;
    --art-type-step-number: 26px;
    --art-type-lead: 17px;
    --art-type-body: 16px;
    --art-type-list: 15.5px;
    --art-type-note: 14.5px;
    --art-type-button: 15px;
    --art-type-eyebrow: 12px;
    --art-type-category: 12px;
    --art-type-eyebrow-spacing: 0.13em;
    --art-type-category-spacing: 0.09em;
    --art-line-display: 1.05;
    --art-line-section: 1.1;
    --art-line-heading: 1.22;
    --art-line-body: 1.64;
    --art-line-small: 1.52;
    --art-space-1: 8px;
    --art-space-2: 12px;
    --art-space-3: 16px;
    --art-space-4: 24px;
    --art-space-5: 32px;
    --art-space-6: 48px;
    --art-space-7: 64px;
    --art-space-8: 80px;
    --art-space-eyebrow-title: 16px;
    --art-space-title-lead: 18px;
    --art-space-lead-content: 34px;
    --art-space-heading-content: 12px;
    --art-space-block: 24px;
    background: #ffffff;
    color: var(--art-ink);
    overflow-x: hidden;
}

/* TESTE TEMPORARIO DO VIDEO DO HERO ART */
.art-page .art-hero__video {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center bottom;
    background: #000;
    border: 0;
    outline: 0;
}

.art-page .art-hero__video-fallback {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 56% center;
    filter: contrast(1.08) saturate(1.05) brightness(0.95);
}

.art-page * {
    box-sizing: border-box;
}

@media (max-width: 1280px) {
    .art-page {
        --art-type-display: 50px;
        --art-type-section: 40px;
        --art-type-subsection: 37px;
        --art-type-section-compact: 32px;
        --art-type-chapter: 36px;
        --art-type-final-cta: 38px;
        --art-type-needs-heading: 35px;
        --art-type-process-title: 23.5px;
        --art-type-card-title: 21px;
        --art-type-subtitle: 21px;
        --art-type-step-number: 24px;
        --art-type-lead: 16.5px;
        --art-type-body: 15.5px;
        --art-type-list: 15px;
        --art-type-note: 14px;
        --art-type-button: 14px;
        --art-type-eyebrow: 12px;
        --art-type-category: 12px;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .art-page {
        --art-type-display: 44px;
        --art-type-section: 36px;
        --art-type-subsection: 34px;
        --art-type-section-compact: 28px;
        --art-type-chapter: 32px;
        --art-type-final-cta: 32px;
        --art-type-needs-heading: 34px;
        --art-type-process-title: 21.5px;
        --art-type-card-title: 20px;
        --art-type-subtitle: 20px;
        --art-type-step-number: 21px;
        --art-type-lead: 16px;
        --art-type-body: 15px;
        --art-type-list: 14.5px;
        --art-type-note: 13.8px;
        --art-type-button: 14px;
        --art-type-eyebrow: 11px;
        --art-type-category: 11.5px;
    }
}

.art-page a {
    text-decoration: none;
}

.art-shell {
    width: min(100% - 48px, 1320px);
    margin-inline: auto;
}

.art-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--art-orange);
    font-size: var(--art-type-eyebrow);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: var(--art-type-eyebrow-spacing);
    text-transform: uppercase;
}

.art-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 18px rgba(255, 138, 0, 0.38);
}

.art-section {
    position: relative;
    padding: 46px 0;
    background: #ffffff;
}

.art-section__head {
    max-width: 780px;
    margin-bottom: 18px;
}

.art-section__head--center {
    margin-inline: auto;
    text-align: center;
}

.art-section__head--center .art-eyebrow {
    justify-content: center;
}

.art-section__head--wide {
    max-width: 920px;
}

.art-section__head h2 {
    margin: var(--art-space-eyebrow-title) 0 var(--art-space-title-lead);
    color: var(--art-ink);
    font-size: var(--art-type-section-compact);
    line-height: var(--art-line-section);
    letter-spacing: 0;
}

.art-needs__copy h2 {
    margin: var(--art-space-eyebrow-title) 0 var(--art-space-title-lead);
    color: var(--art-ink);
    font-size: var(--art-type-needs-heading);
    line-height: var(--art-line-section);
    letter-spacing: 0;
}

.art-final-cta h2 {
    margin: var(--art-space-eyebrow-title) 0 var(--art-space-title-lead);
    color: var(--art-ink);
    font-size: var(--art-type-final-cta);
    line-height: var(--art-line-section);
    letter-spacing: 0;
}

.art-section__head p,
.art-needs__copy p,
.art-faq p,
.art-article-card p {
    color: var(--art-muted);
    font-size: var(--art-type-body);
    line-height: var(--art-line-body);
}

.art-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 15px 26px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    color: #ffffff;
    font-size: var(--art-type-button);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.01em;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.art-btn:hover,
.art-link:hover {
    transform: translateY(-2px);
}

.art-btn--whatsapp {
    background: linear-gradient(135deg, #18b560 0%, var(--art-green) 54%, var(--art-green-dark) 100%);
    box-shadow: 0 20px 44px rgba(24, 169, 87, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.art-btn--glass {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.art-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--art-orange);
    font-size: var(--art-type-button);
    font-weight: 800;
    line-height: 1.15;
    transition: transform 180ms ease, color 180ms ease;
}

.art-link::after,
.art-service-card::after {
    content: "->";
    letter-spacing: 0;
}


.art-hero {
    position: relative;
    isolation: isolate;
    padding: 58px 0 26px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(ellipse at 70% 28%, rgba(255, 138, 0, 0.23), transparent 24%),
        radial-gradient(ellipse at 44% 92%, rgba(255, 104, 20, 0.12), transparent 34%),
        linear-gradient(90deg, rgba(3, 5, 10, 0.98) 0%, rgba(3, 6, 12, 0.92) 42%, rgba(3, 7, 13, 0.56) 64%, rgba(3, 7, 13, 0.86) 100%),
        linear-gradient(135deg, #05070b 0%, #101923 100%);
}

.art-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%, rgba(0, 0, 0, 0.36)),
        radial-gradient(ellipse at 60% 100%, rgba(255, 138, 0, 0.12), transparent 32%);
    pointer-events: none;
}

.art-hero__inner {
    min-height: 440px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: center;
    gap: 42px;
}

.art-hero__content {
    max-width: 720px;
}

.art-hero__content h1 {
    max-width: 690px;
    margin: 15px 0 14px;
    color: #ffffff;
    font-size: var(--art-type-display);
    line-height: var(--art-line-display);
    letter-spacing: 0;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.62);
}

.art-hero__lead {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: var(--art-type-lead);
    line-height: var(--art-line-small);
}
.art-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.art-hero__note {
    max-width: 570px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: var(--art-type-note);
    line-height: var(--art-line-small);
}

.art-hero__media {
    position: relative;
    min-height: 430px;
    height: 100%;
    margin: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: -28px 34px 88px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(255, 138, 0, 0.05) inset;
}

.art-hero__media::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 36%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(5, 7, 11, 0.88), rgba(5, 7, 11, 0));
    pointer-events: none;
}

.art-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(5, 7, 11, 0.04), rgba(5, 7, 11, 0.22)),
        radial-gradient(circle at 20% 18%, rgba(255, 138, 0, 0.15), transparent 30%);
    pointer-events: none;
}

.art-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: 54% center;
    filter: contrast(1.06) saturate(1.03);
}
.art-services {
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 138, 0, 0.05), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.art-services__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.art-service-card {
    position: relative;
    grid-column: span 3;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
        radial-gradient(circle at 12% 6%, rgba(255, 138, 0, 0.04), transparent 30%);
    color: var(--art-ink);
    box-shadow: var(--art-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.art-service-card:nth-child(n+5) {
    grid-column: span 4;
}

.art-service-card:nth-child(5) {
    margin-left: calc(12.5% + 9px);
}

.art-service-card:nth-child(7) {
    margin-right: calc(12.5% + 9px);
}

.art-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 138, 0, 0.28);
    box-shadow: var(--art-shadow), 0 0 0 1px rgba(255, 138, 0, 0.04) inset;
}

.art-service-card__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.88), transparent 30%),
        linear-gradient(135deg, rgba(255, 138, 0, 0.18), rgba(255, 237, 213, 0.92));
    color: var(--art-orange);
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(255, 138, 0, 0.16);
}

.art-service-card h3 {
    margin: 4px 0 0;
    color: var(--art-ink);
    font-size: var(--art-type-card-title);
    line-height: var(--art-line-heading);
}

.art-service-card p {
    margin: 0;
    color: var(--art-muted);
    font-size: var(--art-type-note);
    line-height: var(--art-line-small);
}

.art-service-card::after {
    margin-top: auto;
    color: var(--art-orange);
    font-size: var(--art-type-note);
    font-weight: 800;
}

.art-needs {
    background:
        radial-gradient(circle at 92% 6%, rgba(255, 138, 0, 0.045), transparent 30%),
        linear-gradient(180deg, #fffefd 0%, #f7f9fb 100%);
    padding: 40px 0 44px;
}

.art-needs__panel {
    display: grid;
    gap: 30px;
    padding: 34px;
    border: 1px solid rgba(15, 23, 42, 0.065);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.075);
}

.art-needs__intro {
    max-width: 900px;
}

.art-needs__copy {
    min-width: 0;
}

.art-needs__copy h2 {
    max-width: 860px;
    margin-bottom: 12px;
    font-size: var(--art-type-needs-heading);
    line-height: var(--art-line-section);
    letter-spacing: 0;
    font-weight: 760;
    scroll-margin-top: 112px;
}

.art-needs__copy p {
    max-width: 78ch;
    margin: 0 0 8px;
    color: #4b5563;
    font-size: var(--art-type-body);
    line-height: var(--art-line-body);
}

.art-needs__paths {
    display: grid;
    gap: 24px;
}

.art-needs__path {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items: stretch;
    min-height: 360px;
    padding: 18px 20px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.075);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf5 100%);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.075);
}

.art-needs__path--reverse .art-needs__visual {
    order: 2;
}

.art-needs__visual {
    position: relative;
    align-self: stretch;
    min-width: 0;
    min-height: 360px;
    max-height: 382px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: #0c141f;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.art-needs__path:nth-child(even) .art-needs__visual {
    max-height: 416px;
}

.art-needs__visual img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.art-needs__identity {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    margin-bottom: 14px;
    padding: 0;
}

.art-needs__identity::after {
    content: none;
}

.art-needs__number {
    color: var(--art-orange);
    font-size: var(--art-type-section);
    font-weight: 780;
    line-height: 1;
    letter-spacing: 0;
}

.art-needs__number-rule {
    display: block;
    width: clamp(34px, 2.8vw, 40px);
    height: 2px;
    margin: 7px 0 8px;
    border-radius: 999px;
    background: var(--art-orange);
}

.art-needs__category {
    max-width: 180px;
    color: #3f4652;
    font-size: var(--art-type-category);
    font-weight: 680;
    line-height: 1.24;
    letter-spacing: var(--art-type-category-spacing);
    text-transform: uppercase;
}

.art-needs__category-line {
    display: block;
}

.art-needs__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 18px;
}

.art-needs__actions .art-needs__internal {
    min-height: 22px;
    font-size: var(--art-type-button);
    font-weight: 700;
}

.art-needs__actions .art-needs__whatsapp {
    width: max-content;
    min-height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 17px;
    border-radius: 10px;
    font-size: var(--art-type-button);
    font-weight: 700;
}

.art-needs__whatsapp,
.art-needs__primary-cta {
    gap: 8px;
}

.art-needs__whatsapp-svg {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.art-needs__content {
    min-width: 0;
    align-self: center;
    padding: 4px 6px;
}

.art-needs__path h3 {
    margin: 0;
    color: var(--art-ink);
    font-size: var(--art-type-process-title);
    font-weight: 760;
    line-height: var(--art-line-heading);
    letter-spacing: 0;
}

.art-needs__path p {
    margin: 10px 0 0;
    max-width: 66ch;
    color: #374151;
    font-size: var(--art-type-body);
    line-height: var(--art-line-body);
}

.art-needs__internal,
.art-needs__whatsapp,
.art-needs__primary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 999px;
    font-size: var(--art-type-button);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.art-needs__internal {
    color: var(--art-orange);
    justify-self: start;
    width: max-content;
    max-width: 100%;
    padding: 0;
    white-space: nowrap;
}

.art-needs__internal::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 7px;
    border-top: 1.8px solid currentColor;
    border-right: 1.8px solid currentColor;
    transform: rotate(45deg);
}

.art-needs__whatsapp {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(24, 169, 87, 0.42);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--art-green-dark);
    justify-self: start;
    margin-left: 0;
    white-space: nowrap;
}

.art-needs__internal:hover,
.art-needs__whatsapp:hover,
.art-needs__primary-cta:hover {
    transform: translateY(-2px);
}

.art-needs__closing {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) minmax(290px, 0.42fr);
    gap: 16px;
    align-items: center;
    margin-top: 4px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 138, 0, 0.14);
    border-radius: 16px;
    background: linear-gradient(135deg, #fffaf5 0%, #fffefd 100%);
}

.art-needs__closing-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--art-orange);
    border-radius: 50%;
    color: var(--art-orange);
    font-size: 28px;
    font-weight: 760;
    line-height: 1;
}

.art-needs__closing h3 {
    margin: 0 0 6px;
    color: var(--art-ink);
    font-size: var(--art-type-subtitle);
    line-height: var(--art-line-heading);
    letter-spacing: 0;
}

.art-needs__closing p {
    max-width: 720px;
    margin: 0;
    color: var(--art-muted);
    font-size: var(--art-type-body);
    line-height: var(--art-line-small);
}

.art-needs__primary-cta {
    min-height: 44px;
    padding: 0 22px;
    border: 1px solid rgba(24, 169, 87, 0.46);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--art-green-dark);
    justify-self: end;
    margin-right: 72px;
    white-space: nowrap;
}

.art-solutions {
    background:
        linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
}

.art-needs + .art-technical-section {
    padding-top: 30px;
}

.art-technical-section__head {
    max-width: 920px;
    margin-bottom: 0;
}

.art-technical-chapters {
    display: grid;
    gap: 22px;
    margin-top: 34px;
}

.art-technical-chapter {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    scroll-margin-top: 118px;
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.07);
}

.art-technical-chapter--light {
    background:
        linear-gradient(145deg, #ffffff 0%, #fffaf5 100%);
    color: var(--art-ink);
}

.art-technical-chapter__inner {
    display: grid;
    grid-template-columns: minmax(170px, 200px) minmax(0, 900px);
    gap: 40px;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin: 0 auto;
    padding: 34px 42px 32px;
}

.art-technical-chapter__index {
    min-width: 0;
}

.art-technical-chapter__number {
    display: block;
    color: var(--art-orange);
    font-size: var(--art-type-section);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.art-technical-chapter__rule {
    display: block;
    width: 46px;
    height: 3px;
    margin: 18px 0 20px;
    border-radius: 999px;
    background: var(--art-orange);
}

.art-technical-chapter__category {
    margin: 0;
    color: #253044;
    font-size: var(--art-type-category);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: var(--art-type-category-spacing);
    text-transform: uppercase;
}

.art-technical-chapter__index-text {
    max-width: 190px;
    margin: 18px 0 0;
    color: #647082;
    font-size: var(--art-type-note);
    line-height: var(--art-line-small);
}

.art-technical-chapter__header,
.art-technical-chapter__block {
    min-width: 0;
}

.art-technical-chapter__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 30px;
    min-width: 0;
}

.art-technical-chapter__header,
.art-technical-chapter__cta {
    grid-column: 1 / -1;
}

.art-technical-chapter__eyebrow {
    margin: 0 0 14px;
    color: var(--art-orange);
    font-size: var(--art-type-category);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: uppercase;
}

.art-technical-chapter__title {
    max-width: 780px;
    margin: 0 0 14px;
    color: var(--art-ink);
    font-size: var(--art-type-chapter);
    font-weight: 800;
    line-height: var(--art-line-section);
    letter-spacing: 0;
}

.art-technical-chapter__lead,
.art-technical-chapter__block p {
    max-width: 76ch;
    margin: 0;
    color: var(--art-muted);
    font-size: var(--art-type-list);
    line-height: var(--art-line-body);
}

.art-technical-chapter__lead {
    color: #3f4652;
    font-size: var(--art-type-lead);
    line-height: var(--art-line-body);
}

.art-technical-chapter__block {
    margin-top: 0;
}

.art-technical-chapter__block + .art-technical-chapter__block {
    padding-top: 0;
    border-top: 0;
}

.art-technical-chapter__block[id] {
    scroll-margin-top: 118px;
}

.art-technical-chapter__block h4 {
    position: relative;
    max-width: 680px;
    margin: 0 0 10px;
    padding-left: 30px;
    color: var(--art-ink);
    font-size: var(--art-type-subtitle);
    font-weight: 800;
    line-height: var(--art-line-heading);
    letter-spacing: 0;
}

.art-technical-chapter__block h4::before {
    content: '';
    position: absolute;
    top: 0.64em;
    left: 0;
    width: 18px;
    height: 3px;
    border-radius: 999px;
    background: var(--art-orange);
}

.art-technical-chapter__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 22px;
    max-width: 820px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.art-technical-chapter__list li {
    position: relative;
    padding-left: 20px;
    color: var(--art-muted);
    font-size: var(--art-type-list);
    line-height: var(--art-line-small);
}

.art-technical-chapter__list li::before {
    content: '';
    position: absolute;
    top: 0.66em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--art-orange);
}

.art-technical-chapter__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 6px;
    padding: 16px 20px;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 14px;
    background: rgba(24, 169, 87, 0.045);
}

.art-technical-chapter__cta-question {
    flex: 1 1 auto;
    margin: 0;
    color: var(--art-ink);
    font-size: var(--art-type-note);
    font-weight: 800;
    line-height: var(--art-line-small);
}

.art-technical-chapter__cta-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid rgba(24, 169, 87, 0.42);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--art-green-dark);
    font-size: var(--art-type-button);
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.art-technical-chapter__cta-button::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 180ms ease;
}

.art-technical-chapter__cta-button:hover,
.art-technical-chapter__cta-button:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(24, 169, 87, 0.54);
    background: #ffffff;
}

.art-technical-chapter__cta-button:hover::after,
.art-technical-chapter__cta-button:focus-visible::after {
    transform: translateX(3px) rotate(45deg);
}

.art-technical-chapter__cta-button:focus-visible {
    outline: 3px solid rgba(24, 169, 87, 0.22);
    outline-offset: 4px;
}

.art-technical-chapter:target {
    border-color: rgba(255, 138, 0, 0.42);
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.07), inset 0 3px 0 rgba(255, 138, 0, 0.78);
}

.art-technical-chapter__block[id]:target {
    outline: 1px solid rgba(255, 138, 0, 0.24);
    outline-offset: 12px;
    border-radius: 12px;
}

.art-responsibilities {
    --responsibility-amj: var(--art-green-dark);
    --responsibility-client: var(--art-orange);
    --responsibility-utility: #4db3ff;
    position: relative;
    overflow: hidden;
    padding: 96px 0 82px;
    background:
        linear-gradient(rgba(3, 10, 19, 0.16), rgba(3, 10, 19, 0.16)),
        url("../img/responsabilidades/responsabilidades-fundo.png") center / cover no-repeat;
}

.art-responsibilities .art-shell {
    width: calc(100% - 80px);
    max-width: 1360px;
}

.art-responsibilities__head {
    max-width: 1120px;
    margin: 0 0 6px;
}

.art-responsibilities__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--art-orange);
    font-size: var(--art-type-eyebrow);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: var(--art-type-eyebrow-spacing);
    text-transform: uppercase;
}

.art-responsibilities__eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.art-responsibilities__head h2 {
    max-width: 1120px;
    margin: var(--art-space-eyebrow-title) 0 var(--art-space-title-lead);
    color: #ffffff;
    font-size: var(--art-type-subsection);
    font-weight: 780;
    line-height: var(--art-line-section);
    letter-spacing: 0;
}

.art-responsibilities__head p {
    max-width: 760px;
    margin: 0;
    color: rgba(226, 232, 240, 0.82);
    font-size: var(--art-type-lead);
    line-height: var(--art-line-body);
}

.art-responsibilities__flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: clamp(28px, 2.5vw, 44px);
}

.art-responsibilities .art-responsibility-card {
    --responsibility-color: var(--art-orange);
    position: relative;
    min-width: 0;
    aspect-ratio: 5 / 6;
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), filter 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.art-responsibilities .art-responsibility-card--amj {
    --responsibility-color: var(--responsibility-amj);
}

.art-responsibilities .art-responsibility-card--amj,
.art-responsibilities .art-responsibility-card--client {
    aspect-ratio: 5 / 6;
}

.art-responsibility-card--amj .art-responsibility-card__art,
.art-responsibility-card--client .art-responsibility-card__art,
.art-responsibility-card--utility .art-responsibility-card__art {
    object-fit: contain;
}

.art-responsibility-card--amj .art-responsibility-card__content,
.art-responsibility-card--client .art-responsibility-card__content,
.art-responsibility-card--utility .art-responsibility-card__content {
    inset: 51% 12% 5%;
}

.art-responsibility-card--client {
    --responsibility-color: var(--responsibility-client);
}

.art-responsibility-card--utility {
    --responsibility-color: var(--responsibility-utility);
}

.art-responsibility-card--amj .art-responsibility-card__eyebrow,
.art-responsibility-card--amj .art-responsibility-card__list li::marker {
    color: var(--responsibility-amj);
}

.art-responsibility-card--client .art-responsibility-card__eyebrow,
.art-responsibility-card--client .art-responsibility-card__list li::marker {
    color: var(--responsibility-client);
}

.art-responsibility-card--utility .art-responsibility-card__eyebrow,
.art-responsibility-card--utility .art-responsibility-card__list li::marker {
    color: var(--responsibility-utility);
}

.art-responsibility-card__eyebrow {
    display: block;
    color: var(--responsibility-color);
    font-size: var(--art-type-category);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: var(--art-type-category-spacing);
    text-transform: uppercase;
}

.art-responsibility-card__eyebrow {
    margin: 0;
    letter-spacing: var(--art-type-category-spacing);
}

.art-responsibility-card__art {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    pointer-events: none;
    user-select: none;
}

.art-responsibility-card__content {
    position: absolute;
    inset: 23% 23% 23%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.art-responsibility-card__title {
    margin: 9px 0 10px;
    color: #ffffff;
    font-size: clamp(16px, 1.28vw, 19px);
    font-weight: 780;
    line-height: 1.16;
    letter-spacing: 0;
}

.art-responsibility-card__summary {
    margin: 0 0 10px;
    color: rgba(226, 232, 240, 0.82);
    font-size: clamp(10px, 0.74vw, 12px);
    line-height: 1.42;
}

.art-responsibility-card__list {
    display: grid;
    gap: 3px;
    margin: 0;
    padding-left: 15px;
    color: rgba(226, 232, 240, 0.76);
    font-size: clamp(9px, 0.66vw, 11px);
    line-height: 1.25;
}

.art-responsibility-card__list li::marker {
    color: var(--responsibility-color);
    font-size: 0.72em;
}

@media (hover: hover) and (pointer: fine) {
    .art-responsibilities .art-responsibility-card:hover,
    .art-responsibilities .art-responsibility-card:focus-within {
        z-index: 1;
        transform: translateY(-4px);
        filter: brightness(1.045);
    }
}

.art-responsibilities .art-responsibility-card:focus-within {
    z-index: 1;
    outline: 2px solid var(--responsibility-color);
    outline-offset: 4px;
}

.art-responsibilities__note {
    margin-top: 28px;
    padding: 20px 24px;
    border: 1px solid rgba(255, 177, 51, 0.2);
    border-left: 4px solid var(--art-orange);
    border-radius: 0;
    background: rgba(6, 15, 27, 0.74);
}

.art-responsibilities__note p {
    margin: 0;
    color: rgba(226, 232, 240, 0.8);
    font-size: var(--art-type-body);
    line-height: var(--art-line-body);
}

.art-responsibilities__note strong {
    color: #ffffff;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .art-responsibilities {
        padding: 78px 0 72px;
    }

    .art-responsibilities__flow {
        grid-template-columns: minmax(0, 420px);
        justify-content: center;
        gap: 8px;
    }

    .art-responsibilities .art-responsibility-card {
        width: min(100%, 420px);
        margin-inline: auto;
    }

}

@media (max-width: 620px) {
    .art-responsibilities {
        padding: 58px 0 62px;
    }

    .art-responsibilities__head {
        margin-bottom: 24px;
    }

    .art-responsibilities__flow {
        grid-template-columns: minmax(0, 1fr);
    }

    .art-responsibility-card__content {
        inset: 23% 23% 23%;
    }

    .art-responsibility-card__title {
        font-size: clamp(16px, 4.5vw, 19px);
    }

    .art-responsibility-card__summary {
        font-size: clamp(10px, 3vw, 12px);
    }

    .art-responsibility-card__list {
        font-size: clamp(9px, 2.55vw, 11px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .art-responsibilities .art-responsibility-card {
        transition: none;
    }

    .art-responsibilities .art-responsibility-card:hover,
    .art-responsibilities .art-responsibility-card:focus-within {
        transform: none;
        filter: none;
    }
}
.art-editorial-section {
    padding: 74px 0 78px;
    background: #ffffff;
}

.art-editorial-section--documents {
    background: #ffffff;
}

.art-editorial-section--authority {
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    background: #ffffff;
}

.art-editorial-section__inner {
    width: 100%;
    max-width: 1040px;
}

.art-editorial-section__header {
    max-width: 800px;
    margin-bottom: 30px;
}

.art-editorial-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--art-orange);
    font-size: var(--art-type-eyebrow);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.art-editorial-section__eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.art-editorial-section__header h2 {
    max-width: 800px;
    margin: var(--art-space-eyebrow-title) 0 0;
    color: var(--art-ink);
    font-size: var(--art-type-section-compact);
    font-weight: 780;
    line-height: var(--art-line-section);
    letter-spacing: 0;
}

.art-editorial-section__body {
    max-width: 960px;
}

.art-editorial-section__body p {
    max-width: 780px;
    margin: 0;
    color: #4f5b69;
    font-size: var(--art-type-body);
    line-height: 1.78;
}

.art-editorial-section__body p + p {
    margin-top: 18px;
}

.art-editorial-section__subsection {
    max-width: 960px;
    margin-top: 38px;
    padding-top: 30px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.art-editorial-section__subsection h3,
.art-editorial-section__notice h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--art-ink);
    font-size: 21px;
    font-weight: 780;
    line-height: var(--art-line-heading);
    letter-spacing: 0;
}

.art-editorial-section__subsection h3::before,
.art-editorial-section__notice h3::before,
.art-editorial-section__region-column h4::before {
    content: "";
    display: inline-block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background: var(--art-orange);
    -webkit-mask: var(--art-editorial-icon) center / contain no-repeat;
    mask: var(--art-editorial-icon) center / contain no-repeat;
}

.art-editorial-section--documents .art-editorial-section__subsection h3,
.art-editorial-section__notice--orange h3 {
    --art-editorial-icon: url("../svg-kit/finais/art-projeto-documentacao.svg");
}

.art-editorial-section__subsection--professional h3,
.art-editorial-section__credential {
    --art-editorial-icon: url("../svg-kit/finais/art-assinatura-tecnica.svg");
}

.art-editorial-section__subsection--region h3,
.art-editorial-section__region-column h4,
.art-editorial-section__notice--blue h3 {
    --art-editorial-icon: url("../svg-kit/finais/art-concessionaria.svg");
}

.art-editorial-section__subsection--professional h3::before,
.art-editorial-section__subsection--region h3::before {
    flex-basis: 4px;
    width: 4px;
    height: 22px;
    border-radius: 999px;
    -webkit-mask: none;
    mask: none;
}

.art-editorial-section__subsection > p {
    max-width: 760px;
}

.art-editorial-section__subsection > p + .art-editorial-section__list {
    margin-top: 20px;
}

.art-editorial-section__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 54px;
    row-gap: 0;
    max-width: 920px;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    list-style: none;
    color: #26313d;
    font-size: var(--art-type-list);
    line-height: 1.62;
}

.art-editorial-section__list li {
    position: relative;
    min-width: 0;
    padding: 12px 0 12px 20px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.art-editorial-section__list li::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--art-orange);
}

.art-editorial-section__credential {
    position: relative;
    max-width: 840px;
    margin-top: 20px;
    padding: 18px 22px 18px 54px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 10px;
    background: #fbfcfd;
}

.art-editorial-section__credential::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 22px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 138, 0, 0.36);
    border-radius: 999px;
    background: rgba(255, 138, 0, 0.10);
}

.art-editorial-section__credential::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 29px;
    width: 8px;
    height: 5px;
    border-bottom: 2px solid var(--art-orange);
    border-left: 2px solid var(--art-orange);
    transform: rotate(-45deg);
}

.art-editorial-section__credential strong {
    color: var(--art-ink);
    font-weight: 800;
}

.art-editorial-section__subsection--region {
    margin-top: 44px;
}

.art-editorial-section__regions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
    max-width: 940px;
    margin-top: 24px;
}

.art-editorial-section__region-column {
    min-width: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.art-editorial-section__region-column + .art-editorial-section__region-column {
    padding-left: 34px;
    border-left: 1px solid rgba(15, 23, 42, 0.08);
}

.art-editorial-section__region-column h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    color: var(--art-ink);
    font-size: 17px;
    font-weight: 800;
    line-height: var(--art-line-heading);
    letter-spacing: 0;
}

.art-editorial-section__region-column p {
    max-width: 390px;
}

.art-editorial-section__notice {
    max-width: 860px;
    margin-top: 32px;
    padding: 20px 24px 21px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-left: 4px solid var(--art-orange);
    border-radius: 10px;
    background: #fffdf9;
    box-shadow: none;
}

.art-editorial-section__notice--blue {
    border-left-color: var(--art-orange);
    background: #fbfcfd;
}

.art-editorial-section__notice p {
    max-width: 760px;
    font-size: var(--art-type-body);
    line-height: 1.72;
}

.art-disclaimer {
    color: var(--art-muted);
    font-size: var(--art-type-note);
    line-height: var(--art-line-small);
}
.art-faq {
    background: #ffffff;
}

.art-faq__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.art-faq details {
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.20);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(10, 18, 28, 0.055);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.art-faq details:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 138, 0, 0.24);
    box-shadow: var(--art-shadow-soft);
}

.art-faq summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    color: var(--art-ink);
    font-size: var(--art-type-list);
    font-weight: 800;
    line-height: var(--art-line-heading);
    outline: none;
    list-style: none;
}

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

.art-faq summary::after {
    content: "+";
    display: grid;
    place-items: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 138, 0, 0.10);
    color: var(--art-orange);
    font-size: 18px;
    line-height: 1;
}

.art-faq summary:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(255, 138, 0, 0.34);
}

.art-faq details[open] summary {
    color: var(--art-orange);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.art-faq details[open] summary::after {
    content: "-";
}

.art-faq details p {
    margin: 0;
    padding: 10px 14px 14px;
    line-height: var(--art-line-small);
}

.art-articles {
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 138, 0, 0.055), transparent 28%),
        var(--art-soft);
}

.art-articles__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.art-article-card {
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.20);
    border-radius: 22px;
    background: #ffffff;
    color: var(--art-ink);
    box-shadow: var(--art-shadow-soft);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.art-article-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 138, 0, 0.26);
    box-shadow: var(--art-shadow);
}

.art-article-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    background: #dfe5ea;
}

.art-article-card span {
    display: block;
    padding: 16px 16px 0;
    color: var(--art-ink);
    font-size: var(--art-type-body);
    font-weight: 800;
    line-height: var(--art-line-heading);
}

.art-article-card p {
    margin: 0;
    padding: 8px 16px 17px;
    font-size: var(--art-type-note);
    line-height: var(--art-line-small);
}

.art-final-cta {
    padding: 26px 0;
    background:
        radial-gradient(circle at 14% 0%, rgba(255, 138, 0, 0.09), transparent 30%),
        radial-gradient(circle at 86% 38%, rgba(255, 174, 50, 0.035), transparent 22%),
        linear-gradient(135deg, #05070b, #101923);
    color: #ffffff;
}

.art-final-cta__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    width: min(100% - 48px, 1220px);
    padding: 24px 30px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 138, 0, 0.055), transparent 30%),
        rgba(255, 255, 255, 0.045);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.art-final-cta h2,
.art-final-cta p {
    color: #ffffff;
}

.art-final-cta .art-eyebrow {
    font-size: var(--art-type-eyebrow);
    font-weight: 800;
    letter-spacing: var(--art-type-eyebrow-spacing);
}

.art-final-cta .art-eyebrow::before {
    width: 26px;
    box-shadow: 0 0 12px rgba(255, 138, 0, 0.22);
}

.art-final-cta h2 {
    max-width: 820px;
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 1.16;
}

.art-final-cta p {
    max-width: 740px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.55;
}

.art-final-cta .art-btn--whatsapp {
    flex-shrink: 0;
    min-height: 50px;
    padding: 13px 26px;
    border-radius: 14px;
    font-size: 15.5px;
    font-weight: 750;
    box-shadow: 0 12px 26px rgba(24, 169, 87, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.art-disclaimer--final {
    padding: 16px 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
}

.art-disclaimer--final p {
    margin: 0;
}

@media (max-width: 1280px) {
    .art-shell {
        width: min(100% - 40px, 1240px);
    }

    .art-hero__inner {
        grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
        gap: 30px;
    }

    .art-hero__content h1 {
        font-size: var(--art-type-display);
    }

    .art-service-card {
        min-height: 150px;
    }

    .art-needs {
        padding: 38px 0 42px;
    }

    .art-technical-chapter__inner {
        grid-template-columns: minmax(150px, 185px) minmax(0, 820px);
        gap: 36px;
        width: min(100%, 1120px);
        padding: 32px 28px 30px;
    }

    .art-technical-chapter__number {
        font-size: var(--art-type-section);
    }

    .art-technical-chapter__content {
        gap: 26px 28px;
    }

    .art-technical-chapter__title {
        font-size: var(--art-type-chapter);
    }

    .art-technical-chapter__lead {
        font-size: var(--art-type-lead);
    }

    .art-technical-chapter__block h4 {
        font-size: var(--art-type-subtitle);
    }

    .art-technical-chapter__block p,
    .art-technical-chapter__list li {
        font-size: var(--art-type-list);
    }

    .art-needs__panel {
        gap: 28px;
        padding: 32px;
    }

    .art-needs__intro {
        max-width: 840px;
    }

    .art-needs__paths {
        gap: 22px;
    }

    .art-needs__path {
        grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);
        gap: 22px;
        min-height: 340px;
        padding: 18px;
    }

    .art-needs__visual,
    .art-needs__visual img {
        min-height: 350px;
    }

    .art-needs__visual {
        max-height: 400px;
    }

    .art-needs__path:nth-child(even) .art-needs__visual {
        max-height: 400px;
    }

    .art-needs__path h3 {
        font-size: var(--art-type-process-title);
    }

    .art-needs__path p {
        font-size: var(--art-type-body);
    }

    .art-needs__internal,
    .art-needs__whatsapp {
        font-size: var(--art-type-button);
    }

}

@media (min-width: 901px) and (max-width: 1100px) {
    .art-hero__content h1 {
        font-size: var(--art-type-display);
        line-height: var(--art-line-display);
    }

    .art-hero__lead {
        font-size: var(--art-type-lead);
        line-height: var(--art-line-small);
    }
    .art-hero__media,
    .art-hero__media img {
        min-height: 398px;
    }

    .art-technical-chapter__inner {
        grid-template-columns: minmax(132px, 150px) minmax(0, 1fr);
        gap: 30px;
        width: 100%;
        padding: 28px 22px;
    }

    .art-technical-chapter__number {
        font-size: var(--art-type-section);
    }

    .art-technical-chapter__category {
        font-size: var(--art-type-category);
    }

    .art-technical-chapter__content {
        gap: 24px;
    }

    .art-technical-chapter__index-text {
        font-size: var(--art-type-note);
    }

    .art-technical-chapter__title {
        font-size: var(--art-type-chapter);
    }

    .art-technical-chapter__lead {
        font-size: var(--art-type-lead);
        line-height: var(--art-line-body);
    }

    .art-technical-chapter__block h4 {
        font-size: var(--art-type-subtitle);
    }

    .art-technical-chapter__block p,
    .art-technical-chapter__list li {
        font-size: var(--art-type-list);
        line-height: var(--art-line-small);
    }

    .art-technical-chapter__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 16px;
    }

    .art-technical-chapter__cta {
        gap: 14px;
        padding: 18px 20px;
    }

    .art-technical-chapter__cta-button {
        min-height: 46px;
        padding-inline: 20px;
        font-size: var(--art-type-button);
    }
    .art-needs {
        padding: 34px 0 38px;
    }

    .art-needs__panel {
        gap: 24px;
        padding: 28px;
    }

    .art-needs__copy h2 {
        font-size: var(--art-type-needs-heading);
    }

    .art-needs__copy p {
        font-size: var(--art-type-body);
        line-height: var(--art-line-body);
    }

    .art-needs__paths {
        gap: 20px;
    }

    .art-needs__path {
        grid-template-columns: minmax(270px, 0.88fr) minmax(0, 1.12fr);
        gap: 20px;
        min-height: 315px;
        padding: 16px;
    }

    .art-needs__visual,
    .art-needs__visual img {
        min-height: 330px;
    }

    .art-needs__visual {
        max-height: 380px;
    }

    .art-needs__path:nth-child(even) .art-needs__visual {
        max-height: 380px;
    }

    .art-needs__number {
        font-size: var(--art-type-section);
    }

    .art-needs__category {
        font-size: var(--art-type-category);
        line-height: 1.25;
    }

    .art-needs__path h3 {
        font-size: var(--art-type-process-title);
    }

    .art-needs__path p {
        font-size: var(--art-type-body);
        line-height: var(--art-line-small);
    }

    .art-needs__internal,
    .art-needs__whatsapp {
        font-size: var(--art-type-button);
    }

    .art-needs__whatsapp {
        min-height: 40px;
        padding: 0 14px;
    }

    .art-needs__closing {
        grid-template-columns: 52px minmax(0, 1fr) 360px;
        padding: 18px;
    }

    .art-needs__closing-icon {
        width: 44px;
        height: 44px;
        font-size: var(--art-type-subtitle);
    }

    .art-needs__closing h3 {
        font-size: var(--art-type-subtitle);
    }

    .art-needs__primary-cta {
        font-size: var(--art-type-button);
        margin-right: 72px;
    }

}
@media (min-width: 901px) and (max-width: 1280px) {
    .art-responsibilities {
        padding-top: 62px;
        padding-bottom: 66px;
    }

    .art-responsibilities__head {
        margin-bottom: 34px;
    }

    .art-responsibilities__head h2 {
        font-size: var(--art-type-subsection);
    }

    .art-responsibilities__head p {
        font-size: var(--art-type-lead);
        line-height: var(--art-line-body);
    }

    .art-responsibility-card {
        padding: 26px;
    }

    .art-responsibility-card__title {
        font-size: var(--art-type-card-title);
    }

    .art-responsibility-card__summary,
    .art-responsibility-card__list {
        font-size: var(--art-type-list);
    }

    .art-editorial-section {
        padding: 62px 0 66px;
    }

    .art-editorial-section__header {
        margin-bottom: 34px;
    }

    .art-editorial-section__subsection {
        margin-top: 30px;
    }

    .art-editorial-section__notice {
        margin-top: 26px;
        padding: 20px 22px;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .art-responsibilities {
        padding-top: 56px;
        padding-bottom: 60px;
    }

    .art-responsibilities__head {
        margin-bottom: 32px;
    }

    .art-responsibilities__head h2 {
        font-size: var(--art-type-subsection);
    }

    .art-responsibilities__grid {
        gap: 18px;
    }

    .art-responsibility-card {
        padding: 24px;
    }

    .art-responsibility-card__identity,
    .art-responsibility-card__eyebrow {
        font-size: var(--art-type-category);
        letter-spacing: var(--art-type-category-spacing);
    }

    .art-responsibility-card__eyebrow {
        margin-top: 22px;
    }

    .art-responsibility-card__title {
        font-size: var(--art-type-card-title);
    }

    .art-responsibility-card__summary,
    .art-responsibility-card__list {
        font-size: var(--art-type-list);
        line-height: var(--art-line-small);
    }

    .art-responsibilities__note {
        margin-top: 24px;
        padding: 18px 20px;
    }

    .art-responsibilities__note p {
        font-size: var(--art-type-body);
    }

    .art-editorial-section {
        padding: 56px 0 60px;
    }

    .art-editorial-section__header {
        margin-bottom: 32px;
    }

    .art-editorial-section__subsection {
        margin-top: 28px;
    }

    .art-editorial-section__notice {
        margin-top: 24px;
        padding: 18px 20px;
    }
}

@media (max-width: 900px) {
    .art-shell {
        width: min(100% - 40px, 980px);
    }

    .art-hero {
        padding-top: 60px;
    }

    .art-hero__inner {
        grid-template-columns: minmax(0, 52%) minmax(360px, 48%);
        min-height: 430px;
        gap: 28px;
    }

    .art-hero__content h1 {
        font-size: 48px;
    }

    .art-hero__lead {
        font-size: 16.5px;
    }
.art-hero__media,
    .art-hero__media img {
        min-height: 420px;
    }
    .art-articles__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .art-service-card,
    .art-service-card:nth-child(n+5) {
        grid-column: auto;
        margin: 0;
    }

    .art-final-cta__box {
        grid-template-columns: 1fr;
        gap: 22px;
        align-items: flex-start;
    }

    .art-final-cta .art-btn--whatsapp {
        width: auto;
        max-width: 100%;
    }

    .art-needs__panel {
        gap: 24px;
        padding: 28px;
    }

    .art-needs__intro,
    .art-needs__path,
    .art-needs__closing {
        grid-template-columns: 1fr;
    }

    .art-needs__copy h2 {
        font-size: 32px;
    }

    .art-needs__path {
        gap: 14px;
        padding: 16px;
    }

    .art-needs__path--reverse .art-needs__visual {
        order: initial;
    }

    .art-needs__visual,
    .art-needs__visual img {
        min-height: 260px;
    }

    .art-technical-chapters {
        gap: 24px;
        margin-top: 32px;
    }

    .art-technical-chapter__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        width: 100%;
        padding: 36px 28px;
    }

    .art-technical-chapter__index-text {
        max-width: 100%;
    }

    .art-technical-chapter__title {
        font-size: 32px;
    }

    .art-technical-chapter__lead {
        font-size: 16px;
    }

    .art-technical-chapter__block {
        margin-top: 28px;
    }

    .art-technical-chapter__block + .art-technical-chapter__block {
        padding-top: 24px;
    }

    .art-technical-chapter__block h4 {
        font-size: 21px;
    }

    .art-technical-chapter__block p,
    .art-technical-chapter__list li {
        font-size: 15px;
        line-height: 1.58;
    }

    .art-technical-chapter__list {
        grid-template-columns: 1fr;
    }

    .art-technical-chapter__cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .art-technical-chapter__cta-button {
        width: 100%;
        white-space: normal;
    }
}
@media (max-width: 900px) {
    .art-section {
        padding: 58px 0;
    }

    .art-hero__inner,
    .art-responsibilities__grid,
    .art-editorial-section__list,
    .art-editorial-section__regions,
    .art-faq__list {
        grid-template-columns: 1fr;
    }

    .art-editorial-section__region-column + .art-editorial-section__region-column {
        padding-left: 0;
        border-left: 0;
    }

    .art-hero__media,
    .art-hero__media img {
        min-height: 320px;
    }

}

@media (max-width: 620px) {
    .art-shell {
        width: min(100% - 28px, 1320px);
    }

    .art-hero {
        padding: 44px 0 28px;
    }

    .art-hero__content h1 {
        font-size: 38px;
    }

    .art-btn,
    .art-hero__actions {
        width: 100%;
    }

    .art-hero__actions,
    .art-services__grid,
    .art-articles__grid {
        grid-template-columns: 1fr;
    }

    .art-needs__panel,
    .art-final-cta__box,
    .art-responsibility-card {
        padding: 22px;
        border-radius: 20px;
    }

    .art-technical-chapter__inner {
        padding: 28px 20px;
    }

    .art-technical-chapter__title {
        font-size: 29px;
    }

    .art-technical-chapter__cta {
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .art-btn,
    .art-link,
    .art-service-card,
    .art-article-card,
    .art-faq details {
        transition: none;
    }

    .art-btn:hover,
    .art-link:hover,
    .art-service-card:hover,
    .art-article-card:hover,
    .art-faq details:hover {
        transform: none;
    }
}
/* APLICACAO SVG ART - HERO, NAVEGACAO INTERNA E SETE SERVICOS */
:root {
    --art-svg-orange: var(--laranja, #ff8a00);
    --art-svg-orange-deep: #ff5f00;
    --art-svg-orange-soft: #ffb133;
    --art-graphite: #111827;
}

.art-icon {
    display: block;
    width: var(--art-icon-size, 56px);
    height: var(--art-icon-size, 56px);
    flex: 0 0 auto;
    background: var(--art-svg-orange);
    -webkit-mask: var(--art-icon) center / contain no-repeat;
    mask: var(--art-icon) center / contain no-repeat;
}

.art-icon--ligacao { --art-icon: url("../svg-kit/finais/art-ligacao-nova.svg"); }
.art-icon--aumento { --art-icon: url("../svg-kit/finais/art-aumento-carga.svg"); }
.art-icon--trifasica { --art-icon: url("../svg-kit/finais/art-entrada-trifasica.svg"); }
.art-icon--padrao { --art-icon: url("../svg-kit/finais/art-padrao-entrada.svg"); }
.art-icon--declaracao { --art-icon: url("../svg-kit/finais/art-declaracao-carga.svg"); }
.art-icon--art { --art-icon: url("../svg-kit/finais/art-art-eletrica.svg"); }
.art-icon--medicao { --art-icon: url("../svg-kit/finais/art-medicao-agrupada.svg"); }

.art-hero {
    position: relative;
    overflow: hidden;
}

.art-hero__circuit {
    position: absolute;
    top: clamp(74px, 9vw, 128px);
    right: max(28px, calc((100vw - 1180px) / 2));
    z-index: 1;
    width: min(520px, 42vw);
    height: clamp(118px, 14vw, 178px);
    pointer-events: none;
    opacity: 0.13;
    background: var(--art-svg-orange);
    -webkit-mask: url("../svg-kit/finais/art-hero-circuit-lines.svg") center / contain no-repeat;
    mask: url("../svg-kit/finais/art-hero-circuit-lines.svg") center / contain no-repeat;
}

.art-hero__inner {
    position: relative;
    z-index: 2;
}

.art-hero__actions .art-btn--whatsapp {
    border-color: rgba(255, 177, 51, 0.45);
    background: linear-gradient(135deg, var(--art-svg-orange-deep), var(--art-svg-orange) 56%, var(--art-svg-orange-soft));
    color: #111827;
    box-shadow: 0 18px 42px rgba(255, 138, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.art-hero__actions .art-btn--whatsapp:hover,
.art-hero__actions .art-btn--whatsapp:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(255, 138, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.art-hero__actions .art-btn--glass {
    border-color: rgba(255, 255, 255, 0.22);
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.9), rgba(31, 41, 55, 0.72));
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.art-hero__actions .art-btn--glass:hover,
.art-hero__actions .art-btn--glass:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(255, 138, 0, 0.44);
    color: #ffffff;
}

.art-service-nav {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin-top: clamp(22px, 3vw, 34px);
    margin-bottom: clamp(24px, 3.4vw, 44px);
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(12, 18, 28, 0.98), rgba(26, 34, 48, 0.94));
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.art-service-nav__item {
    min-width: 0;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 8px;
    border-radius: 14px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.18;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.art-service-nav__item span:last-child {
    min-width: 0;
}

.art-service-nav__icon {
    --art-icon-size: 24px;
    background: var(--art-svg-orange);
}

.art-service-nav__item::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--art-svg-orange);
    border-right: 2px solid var(--art-svg-orange);
    transform: rotate(45deg);
    transition: transform 180ms ease;
}

.art-service-nav__item:hover,
.art-service-nav__item:focus-visible {
    color: #ffffff;
    background: rgba(255, 138, 0, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 138, 0, 0.26);
    transform: translateY(-2px);
}

.art-service-nav__item:hover::after,
.art-service-nav__item:focus-visible::after {
    transform: translateX(3px) rotate(45deg);
}

.art-service-nav__item:focus-visible,
.art-service-card:focus-visible,
.art-btn:focus-visible {
    outline: 3px solid rgba(255, 138, 0, 0.72);
    outline-offset: 4px;
}

@media (min-width: 1021px) {
    .art-services__grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
        align-items: stretch;
    }

    .art-services__grid .art-service-card {
        grid-column: span 2;
    }

    .art-services__grid .art-service-card:nth-child(5) {
        grid-column: 2 / span 2;
    }

    .art-services__grid .art-service-card:nth-child(6) {
        grid-column: 4 / span 2;
    }

    .art-services__grid .art-service-card:nth-child(7) {
        grid-column: 6 / span 2;
    }
}

.art-service-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.art-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 18% 18%, rgba(255, 138, 0, 0.13), transparent 34%);
    opacity: 0;
    transition: opacity 180ms ease;
}

.art-service-card:hover,
.art-service-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(255, 138, 0, 0.34);
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.16);
}

.art-service-card:hover::before,
.art-service-card:focus-visible::before {
    opacity: 1;
}

.art-service-card__icon-shell {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 138, 0, 0.24);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 138, 0, 0.12), rgba(255, 255, 255, 0.92));
    box-shadow: 0 16px 30px rgba(255, 138, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.art-service-card__icon-shell .art-service-card__icon {
    --art-icon-size: 60px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: var(--art-svg-orange);
    box-shadow: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.art-service-card__link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--art-svg-orange);
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1;
}

.art-service-card__link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 180ms ease;
}

.art-service-card:hover .art-service-card__link::after,
.art-service-card:focus-visible .art-service-card__link::after {
    transform: translateX(4px) rotate(45deg);
}

@media (max-width: 1280px) {
    .art-service-nav {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .art-service-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .art-service-nav__item {
        min-height: 72px;
    }

    .art-hero__circuit {
        width: 46vw;
        opacity: 0.1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .art-service-nav__item,
    .art-service-nav__item::after,
    .art-service-card,
    .art-service-card::before,
    .art-service-card__link::after,
    .art-hero__actions .art-btn--whatsapp,
    .art-hero__actions .art-btn--glass {
        transition: none;
    }

    .art-service-nav__item:hover,
    .art-service-nav__item:focus-visible,
    .art-service-card:hover,
    .art-service-card:focus-visible,
    .art-hero__actions .art-btn--whatsapp:hover,
    .art-hero__actions .art-btn--whatsapp:focus-visible,
    .art-hero__actions .art-btn--glass:hover,
    .art-hero__actions .art-btn--glass:focus-visible {
        transform: none;
    }
}
/* AJUSTE VERIFICACAO SVG ART - 1024 E CENTRALIZACAO 4+3 */
@media (min-width: 1021px) {
    .art-services__grid .art-service-card,
    .art-services__grid .art-service-card:nth-child(n+5) {
        grid-column: span 2;
        margin-left: 0;
        margin-right: 0;
    }

    .art-services__grid .art-service-card:nth-child(5) {
        grid-column: 2 / span 2;
    }

    .art-services__grid .art-service-card:nth-child(6) {
        grid-column: 4 / span 2;
    }

    .art-services__grid .art-service-card:nth-child(7) {
        grid-column: 6 / span 2;
    }
}

@media (min-width: 901px) and (max-width: 1080px) {
    .art-service-nav {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .art-hero__circuit {
        right: max(28px, calc((100vw - 980px) / 2));
        width: min(400px, 40vw);
    }
}
/* REMOVE SETA TEXTUAL ANTIGA DOS CARDS DE SERVICO */
.art-services__grid .art-service-card::after {
    content: none;
    display: none;
}
/* REMANEJAMENTO HERO SEM EXCESSOS - DESKTOP */
@media (min-width: 901px) {
    .art-hero {
        padding: 56px 0 52px;
    }

    .art-hero__inner {
        min-height: 430px;
        align-items: center;
        gap: clamp(30px, 3vw, 42px);
    }

    .art-hero__content {
        max-width: 740px;
        align-self: center;
    }

    .art-hero__content h1 {
        margin: 18px 0 22px;
    }

    .art-hero__lead {
        max-width: 670px;
    }

    .art-hero__actions {
        gap: 16px;
        margin-top: 30px;
    }

    .art-hero__note {
        max-width: 600px;
        margin-top: 16px;
    }

    .art-hero__media {
        align-self: center;
        height: clamp(400px, 30vw, 430px);
        min-height: 0;
        max-height: 430px;
    }

    .art-hero__media img {
        height: 100%;
        min-height: 0;
        object-position: 54% center;
    }

    .art-service-nav {
        margin-top: clamp(24px, 2.2vw, 28px);
    }
}

@media (min-width: 901px) and (max-width: 1080px) {
    .art-hero {
        padding-top: 48px;
        padding-bottom: 44px;
    }

    .art-hero__inner {
        min-height: 400px;
        gap: 30px;
    }

    .art-hero__content,
    .art-hero__lead {
        max-width: 540px;
    }

    .art-hero__media {
        height: 400px;
        max-height: 400px;
    }

    .art-service-nav {
        margin-top: 24px;
    }
}
/* REPRODUCAO VISUAL DIRETA - SITUACOES QUE ATENDEMOS */
.art-services--reference {
    position: relative;
    overflow: hidden;
    padding: 68px 0 40px;
    background:
        radial-gradient(circle at 78% 12%, rgba(255, 138, 0, 0.13), transparent 27%),
        radial-gradient(circle at 5% 50%, rgba(255, 138, 0, 0.05), transparent 25%),
        linear-gradient(180deg, #fffaf4 0%, #fbf7f1 52%, #fffefd 100%);
}

.art-services--reference::before,
.art-services--reference::after {
    content: "";
    position: absolute;
    pointer-events: none;
    background: var(--art-svg-orange, #ff8a00);
}

.art-services--reference::before {
    top: 22px;
    right: -40px;
    width: min(760px, 48vw);
    height: 300px;
    opacity: 0.055;
    -webkit-mask: url("../svg-kit/finais/art-hero-circuit-lines.svg") center / contain no-repeat;
    mask: url("../svg-kit/finais/art-hero-circuit-lines.svg") center / contain no-repeat;
}

.art-services--reference::after {
    left: -140px;
    top: 210px;
    width: min(520px, 36vw);
    height: 220px;
    opacity: 0.035;
    -webkit-mask: url("../svg-kit/finais/art-hero-circuit-lines.svg") center / contain no-repeat;
    mask: url("../svg-kit/finais/art-hero-circuit-lines.svg") center / contain no-repeat;
    transform: rotate(180deg);
}

.art-services--reference .art-services__shell {
    position: relative;
    z-index: 1;
}

.art-services--reference .art-services__head {
    max-width: 760px;
    margin: 0 0 30px;
    text-align: left;
}

.art-services--reference .art-services__head .art-eyebrow {
    justify-content: flex-start;
    color: var(--art-svg-orange, #ff8a00);
    font-size: var(--art-type-eyebrow);
    letter-spacing: var(--art-type-eyebrow-spacing);
}

.art-services--reference .art-services__head h2 {
    margin: var(--art-space-eyebrow-title) 0 var(--art-space-title-lead);
    color: #151922;
    font-size: var(--art-type-section);
    line-height: var(--art-line-section);
    letter-spacing: 0;
}

.art-services--reference .art-services__head p {
    margin: 0;
    color: #5f6673;
    font-size: var(--art-type-lead);
    line-height: var(--art-line-small);
}

.art-services--reference .art-services__grid {
    display: grid;
    gap: 24px;
    margin: 0;
}

.art-services--reference .art-services__grid--primary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.art-services--reference .art-service-card,
.art-services--reference .art-services__grid .art-service-card,
.art-services--reference .art-services__grid .art-service-card:nth-child(n+5) {
    grid-column: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(19, 24, 32, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 50px rgba(22, 27, 34, 0.1);
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.art-services--reference .art-service-card::before,
.art-services--reference .art-service-card::after {
    content: none;
    display: none;
}

.art-services--reference .art-service-card--featured {
    display: grid;
    grid-template-rows: 155px minmax(178px, 1fr);
}

.art-services--reference .art-service-card__visual {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
    background:
        radial-gradient(circle at 50% 46%, rgba(255, 138, 0, 0.12), transparent 38%),
        linear-gradient(135deg, #1d2228 0%, #101417 58%, #080a0d 100%);
}

.art-services--reference .art-service-card__visual::before {
    content: "";
    position: absolute;
    inset: 8px;
    opacity: 0.12;
    background: var(--art-svg-orange, #ff8a00);
    -webkit-mask: url("../svg-kit/finais/art-hero-circuit-lines.svg") center / cover no-repeat;
    mask: url("../svg-kit/finais/art-hero-circuit-lines.svg") center / cover no-repeat;
}

.art-services--reference .art-service-card__visual::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 66px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff6900, #ff8a00, #ffb13b);
    box-shadow: 0 0 18px rgba(255, 138, 0, 0.46);
    transform: translateX(-50%);
    transition: width 180ms ease, box-shadow 180ms ease;
}

.art-services--reference .art-service-card--featured .art-icon {
    --art-icon-size: 92px;
    position: relative;
    z-index: 1;
    background: var(--art-svg-orange, #ff8a00);
    filter: drop-shadow(0 10px 18px rgba(255, 138, 0, 0.28));
}

.art-services--reference .art-service-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.art-services--reference .art-service-card--featured .art-service-card__body {
    padding: 26px 26px 24px;
}

.art-services--reference .art-service-card h3 {
    margin: 0;
    color: #171b23;
    font-size: var(--art-type-card-title);
    line-height: var(--art-line-heading);
    letter-spacing: 0;
}

.art-services--reference .art-service-card p {
    margin: 12px 0 0;
    color: #565e6c;
    font-size: var(--art-type-list);
    line-height: var(--art-line-small);
}

.art-services--reference .art-service-card__copy {
    display: block;
}

.art-services--reference .art-service-card__link {
    margin-top: auto;
    padding-top: 22px;
    color: var(--art-svg-orange, #ff8a00);
    font-size: var(--art-type-button);
    font-weight: 800;
    letter-spacing: 0;
}

.art-services--reference .art-service-card__link::after {
    width: 8px;
    height: 8px;
    border-width: 2px;
}

.art-services--reference .art-service-card:hover,
.art-services--reference .art-service-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(255, 138, 0, 0.26);
    box-shadow: 0 26px 60px rgba(22, 27, 34, 0.14);
}

.art-services--reference .art-service-card:hover .art-service-card__visual::after,
.art-services--reference .art-service-card:focus-visible .art-service-card__visual::after {
    width: 80px;
    box-shadow: 0 0 24px rgba(255, 138, 0, 0.58);
}

.art-services--reference .art-service-card:hover .art-icon,
.art-services--reference .art-service-card:focus-visible .art-icon {
    filter: drop-shadow(0 12px 22px rgba(255, 138, 0, 0.34));
}

@media (max-width: 1280px) {
    .art-services--reference {
        padding: 62px 0 38px;
    }

    .art-services--reference .art-services__grid {
        gap: 20px;
    }

    .art-services--reference .art-service-card--featured {
        grid-template-rows: 146px minmax(176px, 1fr);
    }

    .art-services--reference .art-service-card--featured .art-icon {
        --art-icon-size: 86px;
    }

    .art-services--reference .art-service-card--featured .art-service-card__body {
        padding: 24px 22px 22px;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .art-services--reference {
        padding: 54px 0 36px;
    }

    .art-services--reference .art-services__head h2 {
        font-size: var(--art-type-section);
    }

    .art-services--reference .art-services__grid--primary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }}

@media (prefers-reduced-motion: reduce) {
    .art-services--reference .art-service-card,
    .art-services--reference .art-service-card__visual::after,
    .art-services--reference .art-service-card__link::after {
        transition: none;
    }

    .art-services--reference .art-service-card:hover,
    .art-services--reference .art-service-card:focus-visible {
        transform: none;
    }
}

.art-services--reference .art-service-card:focus {
    outline: 3px solid rgba(255, 138, 0, 0.72);
    outline-offset: 4px;
}

/* AJUSTE FINO - FAIXA ESCURA DE NAVEGACAO DOS SERVICOS */
@media (min-width: 901px) {
    .art-service-nav.art-shell {
        width: min(calc(100% - 40px), 1500px);
        margin-top: clamp(10px, 1.1vw, 16px);
        margin-bottom: clamp(28px, 2.4vw, 36px);
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (min-width: 901px) and (max-width: 1280px) {
    .art-service-nav.art-shell {
        width: calc(100% - 32px);
        margin-top: 12px;
        margin-bottom: 34px;
    }
}

@media (min-width: 901px) and (max-width: 1080px) {
    .art-service-nav.art-shell {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

/* TESTE CONTROLADO - RASTER SOMENTE NO CARD LIGACAO NOVA */
.art-services--reference .art-service-card--ligacao-raster .art-service-card__visual {
    place-items: center;
}

.art-services--reference .art-service-card--ligacao-raster .art-service-card__raster-icon {
    width: 184px;
    height: 138px;
    max-width: 184px;
    max-height: 138px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    opacity: 0.98;
    filter: none;
    transform: translate(-3px, 2px);
    transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
    pointer-events: none;
    user-select: none;
}

.art-services--reference .art-service-card--ligacao-raster:hover .art-service-card__raster-icon,
.art-services--reference .art-service-card--ligacao-raster:focus-visible .art-service-card__raster-icon {
    opacity: 1;
    filter: brightness(1.035);
    transform: translate(-3px, 0);
}

@media (max-width: 1280px) {
    .art-services--reference .art-service-card--ligacao-raster .art-service-card__raster-icon {
        width: 172px;
        height: 132px;
        max-width: 172px;
        max-height: 132px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .art-services--reference .art-service-card--ligacao-raster .art-service-card__raster-icon {
        transition: none;
    }
}

/* TESTE CONTROLADO - RASTER SOMENTE NO CARD AUMENTO DE CARGA */
.art-services--reference .art-service-card--aumento-raster .art-service-card__visual {
    place-items: center;
}

.art-services--reference .art-service-card--aumento-raster .art-service-card__raster-icon--aumento-carga {
    width: 116px;
    height: 116px;
    max-width: 116px;
    max-height: 116px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    opacity: 0.98;
    filter: none;
    transform: translate(2px, 0);
    transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
    pointer-events: none;
    user-select: none;
}

.art-services--reference .art-service-card--aumento-raster:hover .art-service-card__raster-icon--aumento-carga,
.art-services--reference .art-service-card--aumento-raster:focus-visible .art-service-card__raster-icon--aumento-carga {
    opacity: 1;
    filter: brightness(1.025);
    transform: translate(2px, -1px);
}

@media (max-width: 1280px) {
    .art-services--reference .art-service-card--aumento-raster .art-service-card__raster-icon--aumento-carga {
        width: 108px;
        height: 108px;
        max-width: 108px;
        max-height: 108px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .art-services--reference .art-service-card--aumento-raster .art-service-card__raster-icon--aumento-carga {
        transition: none;
    }
}

/* TESTE CONTROLADO - RASTER SOMENTE NOS CARDS TRIFASICO E ART ELETRICA */
.art-services--reference .art-service-card--trifasico-raster .art-service-card__visual,
.art-services--reference .art-service-card--art-raster .art-service-card__visual {
    place-items: center;
}

.art-services--reference .art-service-card--trifasico-raster .art-service-card__raster-icon--trifasico,
.art-services--reference .art-service-card--art-raster .art-service-card__raster-icon--art-eletrica {
    position: relative;
    z-index: 1;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    opacity: 0.98;
    filter: none;
    transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
    pointer-events: none;
    user-select: none;
}

.art-services--reference .art-service-card--trifasico-raster .art-service-card__raster-icon--trifasico {
    width: 136px;
    height: 122px;
    max-width: 136px;
    max-height: 122px;
    transform: translate(0, 0);
}

.art-services--reference .art-service-card--art-raster .art-service-card__raster-icon--art-eletrica {
    width: 150px;
    height: 124px;
    max-width: 150px;
    max-height: 124px;
    transform: translate(0, -1px);
}

.art-services--reference .art-service-card--trifasico-raster:hover .art-service-card__raster-icon--trifasico,
.art-services--reference .art-service-card--trifasico-raster:focus-visible .art-service-card__raster-icon--trifasico {
    opacity: 1;
    filter: brightness(1.025);
    transform: translate(0, -1px);
}

.art-services--reference .art-service-card--art-raster:hover .art-service-card__raster-icon--art-eletrica,
.art-services--reference .art-service-card--art-raster:focus-visible .art-service-card__raster-icon--art-eletrica {
    opacity: 1;
    filter: brightness(1.025);
    transform: translate(0, -2px);
}

@media (max-width: 1280px) {
    .art-services--reference .art-service-card--trifasico-raster .art-service-card__raster-icon--trifasico {
        width: 128px;
        height: 116px;
        max-width: 128px;
        max-height: 116px;
    }

    .art-services--reference .art-service-card--art-raster .art-service-card__raster-icon--art-eletrica {
        width: 142px;
        height: 118px;
        max-width: 142px;
        max-height: 118px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .art-services--reference .art-service-card--trifasico-raster .art-service-card__raster-icon--trifasico,
    .art-services--reference .art-service-card--art-raster .art-service-card__raster-icon--art-eletrica {
        transition: none;
    }
}

/* REFINAMENTO VISUAL DO HERO ART - REFERENCIA HOME PREMIUM */
@media (min-width: 901px) {
    .art-page .art-hero {
        min-height: clamp(660px, 51vw, 760px);
        padding: clamp(72px, 5.8vw, 92px) 0 clamp(116px, 8.4vw, 138px);
        background:
            radial-gradient(ellipse at 73% 34%, rgba(255, 154, 24, 0.36), rgba(255, 154, 24, 0.12) 18%, transparent 34%),
            radial-gradient(ellipse at 58% 83%, rgba(255, 106, 0, 0.20), transparent 32%),
            radial-gradient(ellipse at 86% 10%, rgba(255, 177, 51, 0.14), transparent 22%),
            linear-gradient(90deg, rgba(3, 5, 10, 0.99) 0%, rgba(4, 8, 16, 0.96) 38%, rgba(8, 14, 24, 0.78) 61%, rgba(3, 6, 12, 0.94) 100%),
            linear-gradient(135deg, #03060c 0%, #101923 48%, #070b12 100%);
    }

    .art-page .art-hero::before {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 42%, rgba(0, 0, 0, 0.58)),
            radial-gradient(ellipse at 75% 78%, rgba(255, 138, 0, 0.16), transparent 34%),
            radial-gradient(ellipse at 22% 104%, rgba(255, 106, 0, 0.08), transparent 28%);
    }

    .art-page .art-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        pointer-events: none;
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.58), transparent 36%, rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.64)),
            radial-gradient(circle at 74% 50%, rgba(255, 138, 0, 0.12), transparent 28%);
        opacity: 0.9;
    }

    .art-page .art-hero__circuit {
        top: clamp(86px, 8.4vw, 132px);
        right: max(34px, calc((100vw - 1260px) / 2));
        width: min(660px, 47vw);
        height: clamp(146px, 16vw, 214px);
        opacity: 0.16;
        filter: drop-shadow(0 0 28px rgba(255, 138, 0, 0.22));
    }

    .art-page .art-hero__inner {
        min-height: clamp(520px, 39vw, 590px);
        grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
        gap: clamp(46px, 4vw, 68px);
        align-items: center;
    }

    .art-page .art-hero__content {
        max-width: 620px;
        align-self: center;
        padding-bottom: clamp(14px, 1.8vw, 30px);
    }

    .art-page .art-hero__content h1 {
        max-width: 620px;
        margin: 20px 0 24px;
        text-shadow: 0 18px 42px rgba(0, 0, 0, 0.68);
    }

    .art-page .art-hero__lead {
        max-width: 600px;
        color: rgba(255, 255, 255, 0.84);
    }

    .art-page .art-hero__actions {
        gap: 18px;
        margin-top: 32px;
        align-items: center;
    }

    .art-page .art-hero__actions .art-btn {
        position: relative;
        min-width: 260px;
        min-height: 58px;
        justify-content: center;
        gap: 0;
        padding: 0 26px;
        border-radius: 16px;
        overflow: hidden;
    }

    .art-page .art-hero__actions .art-btn::before {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        flex: 0 0 17px;
        margin-right: 10px;
        background: currentColor;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    .art-page .art-hero__actions .art-btn--whatsapp {
        color: #101923;
        border-color: rgba(255, 205, 132, 0.66);
        background: linear-gradient(135deg, #ff5f00, #ff8a00 56%, #ffb133);
        box-shadow: 0 20px 44px rgba(255, 138, 0, 0.34), 0 0 0 1px rgba(255, 177, 51, 0.18) inset;
    }

    .art-page .art-hero__actions .art-btn--whatsapp::before {
        background: #101923;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20.5 3.5A11.8 11.8 0 0 0 12.1 0C5.4 0 .1 5.2.1 11.6c0 2 .6 4 1.6 5.8L0 24l6.9-1.8a12.4 12.4 0 0 0 5.2 1.1c6.7 0 12-5.2 12-11.6 0-3.1-1.3-6-3.6-8.2ZM12.1 21.3c-1.7 0-3.3-.4-4.7-1.2l-.3-.2-4.1 1.1 1.1-3.9-.3-.4a9.2 9.2 0 0 1-1.5-5.1c0-5.2 4.4-9.5 9.8-9.5 2.6 0 5.1 1 6.9 2.8a9.2 9.2 0 0 1 2.9 6.7c0 5.3-4.4 9.7-9.8 9.7Zm5.4-7.2c-.3-.1-1.7-.8-2-.9-.3-.1-.5-.1-.7.2-.2.3-.8.9-1 .1-.2.2-.4.2-.7.1-.4-.2-1.4-.5-2.6-1.6-1-.8-1.6-1.9-1.8-2.2-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.3.3-.5.1-.2 0-.4 0-.6l-.9-2c-.2-.5-.5-.4-.7-.4h-.6c-.2 0-.6.1-.9.4-.3.3-1.2 1.1-1.2 2.8s1.2 3.2 1.4 3.5c.2.3 2.4 3.7 5.9 5.1.8.3 1.5.5 2 .7.8.3 1.6.2 2.2.1.7-.1 1.7-.7 1.9-1.4.2-.7.2-1.3.2-1.4-.1-.2-.3-.2-.6-.4Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20.5 3.5A11.8 11.8 0 0 0 12.1 0C5.4 0 .1 5.2.1 11.6c0 2 .6 4 1.6 5.8L0 24l6.9-1.8a12.4 12.4 0 0 0 5.2 1.1c6.7 0 12-5.2 12-11.6 0-3.1-1.3-6-3.6-8.2ZM12.1 21.3c-1.7 0-3.3-.4-4.7-1.2l-.3-.2-4.1 1.1 1.1-3.9-.3-.4a9.2 9.2 0 0 1-1.5-5.1c0-5.2 4.4-9.5 9.8-9.5 2.6 0 5.1 1 6.9 2.8a9.2 9.2 0 0 1 2.9 6.7c0 5.3-4.4 9.7-9.8 9.7Zm5.4-7.2c-.3-.1-1.7-.8-2-.9-.3-.1-.5-.1-.7.2-.2.3-.8.9-1 .1-.2.2-.4.2-.7.1-.4-.2-1.4-.5-2.6-1.6-1-.8-1.6-1.9-1.8-2.2-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.3.3-.5.1-.2 0-.4 0-.6l-.9-2c-.2-.5-.5-.4-.7-.4h-.6c-.2 0-.6.1-.9.4-.3.3-1.2 1.1-1.2 2.8s1.2 3.2 1.4 3.5c.2.3 2.4 3.7 5.9 5.1.8.3 1.5.5 2 .7.8.3 1.6.2 2.2.1.7-.1 1.7-.7 1.9-1.4.2-.7.2-1.3.2-1.4-.1-.2-.3-.2-.6-.4Z'/%3E%3C/svg%3E");
    }

    .art-page .art-hero__actions .art-btn--glass {
        border-color: rgba(255, 255, 255, 0.3);
        background: linear-gradient(135deg, rgba(18, 27, 40, 0.92), rgba(33, 43, 59, 0.76));
        box-shadow: 0 16px 34px rgba(4, 8, 14, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    }

    .art-page .art-hero__actions .art-btn--glass::before {
        color: var(--art-orange);
        background: var(--art-orange);
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M11 3h10a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2V5a2 2 0 0 1 2-2Zm0 4h10V5H11v2Zm-4 2v18h18V9H7Zm4 5h10v2H11v-2Zm0 5h7v2h-7v-2Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M11 3h10a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2V5a2 2 0 0 1 2-2Zm0 4h10V5H11v2Zm-4 2v18h18V9H7Zm4 5h10v2H11v-2Zm0 5h7v2h-7v-2Z'/%3E%3C/svg%3E");
    }

    .art-page .art-hero__note {
        max-width: 570px;
        margin-top: 16px;
        color: rgba(255, 255, 255, 0.68);
    }

    .art-page .art-hero__media {
        min-height: 0;
        height: clamp(520px, 38vw, 560px);
        max-height: none;
        align-self: center;
        border-radius: 30px;
        background: #070b12;
        box-shadow: -34px 38px 96px rgba(0, 0, 0, 0.66), 0 0 0 1px rgba(255, 177, 51, 0.14) inset, 0 0 72px rgba(255, 138, 0, 0.13);
        transform: translateY(6px);
    }

    .art-page .art-hero__media::before {
        width: 30%;
        background: linear-gradient(90deg, rgba(3, 6, 12, 0.84), rgba(3, 6, 12, 0));
    }

    .art-page .art-hero__media::after {
        background:
            linear-gradient(180deg, rgba(3, 6, 12, 0.02) 0%, rgba(3, 6, 12, 0.08) 42%, rgba(3, 6, 12, 0.44) 100%),
            radial-gradient(circle at 66% 18%, rgba(255, 177, 51, 0.22), transparent 32%),
            radial-gradient(circle at 22% 78%, rgba(255, 95, 0, 0.14), transparent 36%);
    }

    .art-page .art-hero__media img {
        min-height: 0;
        height: 100%;
        object-position: 56% center;
        filter: contrast(1.08) saturate(1.06) brightness(0.94);
    }

    .art-page .art-service-nav.art-shell {
        width: min(calc(100% - 40px), 1390px);
        margin-top: clamp(-74px, -4.8vw, -58px);
        margin-bottom: clamp(38px, 3.4vw, 50px);
        padding: 13px 16px;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 0;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(9, 15, 25, 0.86), rgba(24, 34, 49, 0.78));
        box-shadow: 0 -10px 20px -18px rgba(255, 132, 24, 0.52), 0 28px 76px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(255, 129, 22, 0.1) inset, 0 0 24px rgba(255, 126, 18, 0.08);
        -webkit-backdrop-filter: blur(18px) saturate(1.16);
        backdrop-filter: blur(18px) saturate(1.16);
    }

    .art-page .art-service-nav.art-shell::before,
    .art-page .art-service-nav.art-shell::after {
        content: "";
        position: absolute;
        left: 8%;
        right: 8%;
        z-index: 0;
        height: 1px;
        pointer-events: none;
        background: linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.18) 14%, rgba(255, 138, 0, 0.86) 48%, rgba(255, 196, 94, 0.62) 58%, transparent);
    }

    .art-page .art-service-nav.art-shell::before {
        top: 0;
    }

    .art-page .art-service-nav.art-shell::after {
        bottom: 0;
        opacity: 0.7;
    }

    .art-page .art-service-nav__item {
        position: relative;
        z-index: 1;
        min-height: 88px;
        flex-direction: column;
        gap: 9px;
        padding: 16px 10px;
        border-radius: 14px;
        color: rgba(255, 255, 255, 0.94);
        font-size: 12.8px;
        line-height: 1.12;
        letter-spacing: 0;
    }

    .art-page .art-service-nav__item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 22%;
        bottom: 22%;
        width: 1px;
        background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        pointer-events: none;
    }

    .art-page .art-service-nav__item:first-child::before {
        display: none;
    }

    .art-page .art-service-nav__item::after {
        content: "";
        position: absolute;
        inset: 8px;
        z-index: -1;
        width: auto;
        height: auto;
        border: 0;
        border-radius: 12px;
        background: rgba(255, 138, 0, 0.1);
        opacity: 0;
        transform: none;
        transition: opacity 180ms ease, background-color 180ms ease;
    }

    .art-page .art-service-nav__item:hover,
    .art-page .art-service-nav__item:focus-visible {
        transform: translateY(-2px);
        background: transparent;
        box-shadow: none;
    }

    .art-page .art-service-nav__item:hover::after,
    .art-page .art-service-nav__item:focus-visible::after {
        opacity: 1;
        transform: none;
    }

    .art-page .art-service-nav__item span:last-child {
        max-width: 14ch;
    }

    .art-page .art-service-nav__icon {
        --art-icon-size: 28px;
        background: var(--art-orange);
        filter: drop-shadow(0 0 12px rgba(255, 138, 0, 0.42));
    }
}

@media (min-width: 1181px) and (max-width: 1280px) {
    .art-page .art-hero {
        min-height: 720px;
        padding-top: 72px;
        padding-bottom: 126px;
    }

    .art-page .art-hero__inner {
        min-height: 520px;
        grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
        gap: 44px;
    }

    .art-page .art-hero__content {
        max-width: 590px;
    }

    .art-page .art-hero__media {
        height: 520px;
    }

    .art-page .art-service-nav.art-shell {
        width: calc(100% - 32px);
        margin-top: -66px;
    }

    .art-page .art-service-nav__item {
        min-height: 84px;
        padding-inline: 8px;
        font-size: 12.3px;
    }

    .art-page .art-service-nav__icon {
        --art-icon-size: 26px;
    }
}

@media (min-width: 901px) and (max-width: 1080px) {
    .art-page .art-hero {
        min-height: 680px;
        padding-top: 58px;
        padding-bottom: 116px;
    }

    .art-page .art-hero__inner {
        min-height: 500px;
        grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
        gap: 30px;
    }

    .art-page .art-hero__content,
    .art-page .art-hero__lead {
        max-width: 500px;
    }

    .art-page .art-hero__actions {
        gap: 14px;
    }

    .art-page .art-hero__actions .art-btn {
        min-width: 220px;
        padding-inline: 20px;
    }

    .art-page .art-hero__media {
        height: 460px;
        border-radius: 24px;
    }

    .art-page .art-service-nav.art-shell {
        width: calc(100% - 32px);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: -58px;
        margin-bottom: 34px;
        padding: 12px;
    }

    .art-page .art-service-nav__item {
        min-height: 78px;
        padding: 13px 8px;
        font-size: 12.2px;
    }

    .art-page .art-service-nav__item:nth-child(5)::before {
        display: none;
    }

    .art-page .art-service-nav__item:nth-child(n+5) {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .art-page .art-service-nav__icon {
        --art-icon-size: 25px;
    }
}

/* AJUSTE FINAL HERO ART - PADRAO COMPLETO HOME */
@media (min-width: 901px) {
    .art-page .art-hero {
        min-height: 584px;
        padding: 34px 0 82px;
        box-shadow: 0 98px 0 #02050a, 0 128px 56px -96px rgba(255, 138, 0, 0.14);
        background:
            radial-gradient(ellipse at 74% 40%, rgba(255, 141, 18, 0.24), rgba(255, 141, 18, 0.09) 18%, transparent 34%),
            radial-gradient(ellipse at 55% 92%, rgba(255, 106, 0, 0.12), transparent 33%),
            radial-gradient(ellipse at 84% 16%, rgba(255, 184, 72, 0.10), transparent 22%),
            linear-gradient(90deg, rgba(2, 5, 10, 0.99) 0%, rgba(4, 8, 15, 0.97) 38%, rgba(7, 13, 22, 0.82) 61%, rgba(3, 7, 13, 0.96) 100%),
            linear-gradient(135deg, #02050a 0%, #0d1620 48%, #050911 100%);
    }

    .art-page .art-hero::before {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 40%, rgba(0, 0, 0, 0.48)),
            radial-gradient(ellipse at 75% 72%, rgba(255, 138, 0, 0.10), transparent 33%),
            radial-gradient(ellipse at 20% 104%, rgba(255, 106, 0, 0.055), transparent 28%);
    }

    .art-page .art-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        pointer-events: none;
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.62), transparent 36%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0.58)),
            radial-gradient(circle at 75% 48%, rgba(255, 138, 0, 0.08), transparent 30%);
        opacity: 0.95;
    }

    .art-page .art-hero__circuit {
        top: clamp(70px, 7.6vw, 118px);
        right: max(28px, calc((100vw - 1280px) / 2));
        width: min(620px, 45vw);
        height: clamp(132px, 14.6vw, 198px);
        opacity: 0.13;
        filter: drop-shadow(0 0 24px rgba(255, 138, 0, 0.16));
    }

    .art-page .art-hero__inner {
        min-height: 418px;
        grid-template-columns: minmax(0, 0.49fr) minmax(0, 0.51fr);
        gap: clamp(40px, 3.8vw, 58px);
        align-items: center;
    }

    .art-page .art-hero__content {
        width: 100%;
        max-width: 597px;
        align-self: start;
        margin-top: -8px;
        padding-bottom: 0;
    }

    .art-page .art-hero .art-eyebrow {
        font-size: 10.5px;
        font-weight: 600;
        line-height: 16.8px;
        letter-spacing: 2.4px;
    }

    .art-page .art-hero__content h1 {
        max-width: 597px;
        margin: 18px 0 22px;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 46.368px;
        font-weight: 700;
        line-height: 48.4546px;
        letter-spacing: -0.7px;
        text-shadow: 0 16px 38px rgba(0, 0, 0, 0.66);
    }

    .art-page .art-hero__lead {
        max-width: 597px;
        margin: 0;
        color: rgba(255, 255, 255, 0.84);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15.5px;
        font-weight: 400;
        line-height: 25.11px;
    }

    .art-page .art-hero__actions {
        gap: 18px;
        margin-top: 28px;
        align-items: center;
    }

    .art-page .art-hero__actions .art-btn {
        position: relative;
        width: 260px;
        min-width: 260px;
        min-height: 58px;
        justify-content: center;
        gap: 0;
        padding: 0 26px;
        border-radius: 16px;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13.5px;
        font-weight: 600;
        line-height: 21.6px;
    }

    .art-page .art-hero__actions .art-btn::before {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        flex: 0 0 17px;
        margin-right: 10px;
        background: currentColor;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    .art-page .art-hero__actions .art-btn--whatsapp {
        color: #101923;
        letter-spacing: 0.3px;
        border-color: rgba(255, 205, 132, 0.66);
        background: linear-gradient(135deg, #ff5f00, #ff8a00 56%, #ffb133);
        box-shadow: 0 18px 40px rgba(255, 138, 0, 0.30), 0 0 0 1px rgba(255, 177, 51, 0.18) inset;
    }

    .art-page .art-hero__actions .art-btn--whatsapp::before {
        background: #101923;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20.5 3.5A11.8 11.8 0 0 0 12.1 0C5.4 0 .1 5.2.1 11.6c0 2 .6 4 1.6 5.8L0 24l6.9-1.8a12.4 12.4 0 0 0 5.2 1.1c6.7 0 12-5.2 12-11.6 0-3.1-1.3-6-3.6-8.2ZM12.1 21.3c-1.7 0-3.3-.4-4.7-1.2l-.3-.2-4.1 1.1 1.1-3.9-.3-.4a9.2 9.2 0 0 1-1.5-5.1c0-5.2 4.4-9.5 9.8-9.5 2.6 0 5.1 1 6.9 2.8a9.2 9.2 0 0 1 2.9 6.7c0 5.3-4.4 9.7-9.8 9.7Zm5.4-7.2c-.3-.1-1.7-.8-2-.9-.3-.1-.5-.1-.7.2-.2.3-.8.9-1 .1-.2.2-.4.2-.7.1-.4-.2-1.4-.5-2.6-1.6-1-.8-1.6-1.9-1.8-2.2-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.3.3-.5.1-.2 0-.4 0-.6l-.9-2c-.2-.5-.5-.4-.7-.4h-.6c-.2 0-.6.1-.9.4-.3.3-1.2 1.1-1.2 2.8s1.2 3.2 1.4 3.5c.2.3 2.4 3.7 5.9 5.1.8.3 1.5.5 2 .7.8.3 1.6.2 2.2.1.7-.1 1.7-.7 1.9-1.4.2-.7.2-1.3.2-1.4-.1-.2-.3-.2-.6-.4Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20.5 3.5A11.8 11.8 0 0 0 12.1 0C5.4 0 .1 5.2.1 11.6c0 2 .6 4 1.6 5.8L0 24l6.9-1.8a12.4 12.4 0 0 0 5.2 1.1c6.7 0 12-5.2 12-11.6 0-3.1-1.3-6-3.6-8.2ZM12.1 21.3c-1.7 0-3.3-.4-4.7-1.2l-.3-.2-4.1 1.1 1.1-3.9-.3-.4a9.2 9.2 0 0 1-1.5-5.1c0-5.2 4.4-9.5 9.8-9.5 2.6 0 5.1 1 6.9 2.8a9.2 9.2 0 0 1 2.9 6.7c0 5.3-4.4 9.7-9.8 9.7Zm5.4-7.2c-.3-.1-1.7-.8-2-.9-.3-.1-.5-.1-.7.2-.2.3-.8.9-1 .1-.2.2-.4.2-.7.1-.4-.2-1.4-.5-2.6-1.6-1-.8-1.6-1.9-1.8-2.2-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.3.3-.5.1-.2 0-.4 0-.6l-.9-2c-.2-.5-.5-.4-.7-.4h-.6c-.2 0-.6.1-.9.4-.3.3-1.2 1.1-1.2 2.8s1.2 3.2 1.4 3.5c.2.3 2.4 3.7 5.9 5.1.8.3 1.5.5 2 .7.8.3 1.6.2 2.2.1.7-.1 1.7-.7 1.9-1.4.2-.7.2-1.3.2-1.4-.1-.2-.3-.2-.6-.4Z'/%3E%3C/svg%3E");
    }

    .art-page .art-hero__actions .art-btn--glass {
        font-weight: 500;
        letter-spacing: normal;
        border-color: rgba(255, 255, 255, 0.30);
        background: linear-gradient(135deg, rgba(18, 27, 40, 0.90), rgba(33, 43, 59, 0.74));
        box-shadow: 0 14px 30px rgba(4, 8, 14, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    }

    .art-page .art-hero__actions .art-btn--glass::before {
        content: none;
    }

    .art-page .art-hero__actions .art-btn--glass::after {
        content: "→";
        display: block;
        margin-left: 12px;
        color: var(--art-orange);
        font-size: 20px;
        line-height: 20px;
    }

    .art-page .art-hero__note {
        max-width: 570px;
        margin: 16px 0 0;
        color: rgba(255, 255, 255, 0.70);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13.5px;
        font-weight: 400;
        line-height: 20.925px;
    }

    .art-page .art-hero__media {
        min-height: 0;
        height: 430px;
        max-height: 430px;
        align-self: start;
        border-radius: 24px;
        overflow: hidden;
        background: #060a12;
        box-shadow: -24px 30px 74px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(255, 177, 51, 0.08) inset, 0 0 52px rgba(255, 138, 0, 0.10);
        transform: translateY(0);
    }

    .art-page .art-hero__media::before {
        inset: 0 auto 0 0;
        width: 42%;
        background: linear-gradient(90deg, rgba(2, 5, 10, 0.92) 0%, rgba(2, 5, 10, 0.62) 34%, rgba(2, 5, 10, 0) 100%);
    }

    .art-page .art-hero__media::after {
        background:
            linear-gradient(180deg, rgba(3, 6, 12, 0.03) 0%, rgba(3, 6, 12, 0.08) 48%, rgba(3, 6, 12, 0.58) 100%),
            radial-gradient(circle at 66% 18%, rgba(255, 177, 51, 0.18), transparent 32%),
            radial-gradient(circle at 24% 78%, rgba(255, 95, 0, 0.10), transparent 36%);
    }

    .art-page .art-hero__media img {
        min-height: 0;
        height: 100%;
        object-position: 56% center;
        filter: contrast(1.08) saturate(1.05) brightness(0.95);
        -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 13%, #000 100%);
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 13%, #000 100%);
    }

    .art-page .art-service-nav.art-shell {
        width: min(calc(100% - 54px), 1368px);
        margin-top: -86px;
        margin-bottom: 26px;
        padding: 10px 14px;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 0;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(8, 14, 23, 0.88), rgba(24, 34, 49, 0.78));
        box-shadow: 0 -8px 18px -16px rgba(255, 132, 24, 0.52), 0 18px 42px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 129, 22, 0.08) inset, 0 0 20px rgba(255, 126, 18, 0.06);
        -webkit-backdrop-filter: blur(18px) saturate(1.14);
        backdrop-filter: blur(18px) saturate(1.14);
    }

    .art-page .art-service-nav__item {
        position: relative;
        z-index: 1;
        min-height: 76px;
        flex-direction: column;
        gap: 7px;
        padding: 12px 8px;
        border-radius: 13px;
        color: rgba(255, 255, 255, 0.94);
        font-family: "Poppins", Arial, sans-serif;
        font-size: 12.2px;
        font-weight: 800;
        line-height: 1.12;
        letter-spacing: 0;
    }

    .art-page .art-service-nav__item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 22%;
        bottom: 22%;
        width: 1px;
        background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.20), transparent);
        pointer-events: none;
    }

    .art-page .art-service-nav__item:first-child::before {
        display: none;
    }

    .art-page .art-service-nav__item::after {
        content: "";
        position: absolute;
        inset: 7px;
        z-index: -1;
        width: auto;
        height: auto;
        border: 0;
        border-radius: 11px;
        background: rgba(255, 138, 0, 0.10);
        opacity: 0;
        transform: none;
        transition: opacity 180ms ease, background-color 180ms ease;
    }

    .art-page .art-service-nav__item:hover,
    .art-page .art-service-nav__item:focus-visible {
        transform: translateY(-2px);
        background: transparent;
        box-shadow: none;
    }

    .art-page .art-service-nav__item:hover::after,
    .art-page .art-service-nav__item:focus-visible::after {
        opacity: 1;
        transform: none;
    }

    .art-page .art-service-nav__item span:last-child {
        max-width: 14ch;
    }

    .art-page .art-service-nav__icon {
        --art-icon-size: 25px;
        background: var(--art-orange);
        filter: drop-shadow(0 0 10px rgba(255, 138, 0, 0.38));
    }

    .botao-whatsapp-fixo.botao-whatsapp-fixo--art-hidden {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(14px);
    }
}

@media (min-width: 1181px) and (max-width: 1280px) {
    .art-page .art-hero {
        min-height: 536px;
        padding-top: 28px;
        padding-bottom: 70px;
    }

    .art-page .art-hero__inner {
        min-height: 398px;
        grid-template-columns: minmax(0, 0.49fr) minmax(0, 0.51fr);
        gap: 40px;
    }

    .art-page .art-hero__content {
        max-width: 525.61px;
    }

    .art-page .art-hero__content h1 {
        max-width: 525.61px;
        margin: 18px 0;
        font-size: 37.12px;
        line-height: 38.7904px;
    }

    .art-page .art-hero__lead {
        max-width: 525.61px;
        font-size: 14.5px;
        line-height: 22.33px;
    }

    .art-page .art-hero__actions {
        margin-top: 22px;
    }

    .art-page .art-hero__actions .art-btn {
        min-height: 52px;
    }

    .art-page .art-hero__note {
        margin-top: 14px;
    }

    .art-page .art-hero__media {
        height: 390px;
        max-height: 390px;
        border-radius: 22px;
    }

    .art-page .art-service-nav.art-shell {
        width: calc(100% - 36px);
        margin-top: -78px;
        margin-bottom: 22px;
        padding: 9px 12px;
    }

    .art-page .art-service-nav__item {
        min-height: 72px;
        padding: 10px 7px;
        font-size: 11.8px;
    }

    .art-page .art-service-nav__icon {
        --art-icon-size: 24px;
    }
}

@media (min-width: 901px) and (max-width: 1180px) {
    .art-page .art-hero {
        min-height: 528px;
        padding-top: 24px;
        padding-bottom: 66px;
        box-shadow: 0 124px 0 #02050a, 0 154px 58px -106px rgba(255, 138, 0, 0.13);
    }

    .art-page .art-hero__inner {
        min-height: 408px;
        grid-template-columns: minmax(0, 0.40fr) minmax(0, 0.60fr);
        gap: 28px;
    }

    .art-page .art-hero__content {
        max-width: 374px;
        margin-top: 0;
    }

    .art-page .art-hero__content h1 {
        max-width: 374px;
        margin: 18px 0;
        font-size: 34px;
        line-height: 35.53px;
    }

    .art-page .art-hero__lead {
        max-width: 374px;
        font-size: 14.5px;
        line-height: 22.33px;
    }

    .art-page .art-hero__actions {
        margin-top: 22px;
        gap: 18px;
    }

    .art-page .art-hero__actions .art-btn {
        width: 260px;
        min-width: 260px;
        min-height: 52px;
        padding-inline: 20px;
    }

    .art-page .art-hero__note {
        max-width: 360px;
        margin-top: 14px;
    }

    .art-page .art-hero__media {
        height: 372px;
        max-height: 372px;
        border-radius: 22px;
    }

    .art-page .art-service-nav.art-shell {
        width: calc(100% - 32px);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: -62px;
        margin-bottom: 22px;
        padding: 8px 10px;
    }

    .art-page .art-service-nav__item {
        min-height: 60px;
        padding: 8px 7px;
        font-size: 11.6px;
    }

    .art-page .art-service-nav__item:nth-child(5)::before {
        display: none;
    }

    .art-page .art-service-nav__item:nth-child(n+5) {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .art-page .art-service-nav__icon {
        --art-icon-size: 23px;
    }
}

/* CANTOS RETOS NAS IMAGENS DOS CINCO PROCESSOS */
.art-page .art-needs__path .art-needs__visual,
.art-page .art-needs__path .art-needs__visual img {
    border-radius: 0;
}

/* ALTERNANCIA ESCURA NOS ITENS 2 E 4 */
.art-page .art-needs__path:nth-child(even) {
    color: #f8fafc;
    border-top-color: rgba(255, 255, 255, 0.16);
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 138, 0, 0.10), transparent 28%),
        linear-gradient(135deg, #080d14 0%, #111b27 54%, #080d14 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), inset 0 -1px 0 rgba(0, 0, 0, 0.28);
}

.art-page .art-needs__path:nth-child(even) .art-needs__category {
    color: rgba(255, 255, 255, 0.72);
}

.art-page .art-needs__path:nth-child(even) h3 {
    color: #ffffff;
}

.art-page .art-needs__path:nth-child(even) p {
    color: rgba(255, 255, 255, 0.76);
}

.art-page .art-needs__path:nth-child(even) .art-needs__internal {
    color: #ffb133;
}

.art-page .art-needs__path:nth-child(even) .art-needs__whatsapp {
    border-color: rgba(134, 239, 172, 0.54);
    background: rgba(255, 255, 255, 0.08);
    color: #a7f3c1;
}

/* SUPERFICIE FULL-BLEED DOS ITENS ESCUROS */
.art-page .art-needs__path:nth-child(even) {
    isolation: isolate;
    background: transparent;
    box-shadow: none;
}

.art-page .art-needs__path:nth-child(even)::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 138, 0, 0.10), transparent 28%),
        linear-gradient(135deg, #080d14 0%, #111b27 54%, #080d14 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), inset 0 -1px 0 rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

/* REFINAMENTO EDITORIAL DOS CINCO PROCESSOS DE SOLUCOES TECNICAS */
.art-page .art-needs {
    padding: 76px 0 82px;
    background:
        radial-gradient(circle at 92% 4%, rgba(255, 138, 0, 0.035), transparent 28%),
        linear-gradient(180deg, #fffefd 0%, #f8fafc 100%);
}

.art-page .art-needs__panel {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.art-page .art-needs__intro {
    max-width: 880px;
    margin-bottom: 18px;
}

.art-page .art-needs__copy h2 {
    max-width: 860px;
    margin-bottom: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(32px, 3.3vw, 46px);
    font-weight: 700;
    line-height: 1.08;
}

.art-page .art-needs__copy p {
    max-width: 760px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.62;
}

.art-page .art-needs__paths {
    display: block;
    margin-top: 34px;
}

.art-page .art-needs__path {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: clamp(38px, 5vw, 72px);
    align-items: center;
    min-height: 0;
    padding: 64px 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(23, 32, 42, 0.12);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.art-page .art-needs__path:first-child {
    border-top: 0;
    padding-top: 42px;
}

.art-page .art-needs__path::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 42px;
    height: 2px;
    background: var(--art-orange);
}

.art-page .art-needs__path:first-child::before {
    display: none;
}

.art-page .art-needs__path--reverse .art-needs__visual {
    order: 2;
}

.art-page .art-needs__path--reverse .art-needs__content {
    order: 1;
}

.art-page .art-needs__visual {
    position: relative;
    align-self: center;
    min-width: 0;
    min-height: 0;
    height: clamp(320px, 30vw, 390px);
    max-height: none;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(23, 32, 42, 0.10);
    border-radius: 18px;
    background: #0c141f;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.09);
}

.art-page .art-needs__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
}

.art-page .art-needs__content {
    align-self: center;
    min-width: 0;
    padding: 0;
}

.art-page .art-needs__identity {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.art-page .art-needs__number {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.art-page .art-needs__number-rule {
    width: 30px;
    height: 2px;
    margin: 0;
    border-radius: 0;
}

.art-page .art-needs__category {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0 5px;
    max-width: none;
    color: #5d6875;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.7px;
}

.art-page .art-needs__category-line {
    display: inline;
}

.art-page .art-needs__category-line + .art-needs__category-line::before {
    content: " ";
}

.art-page .art-needs__path h3 {
    max-width: 600px;
    margin: 0;
    color: var(--art-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(25px, 2.2vw, 32px);
    font-weight: 700;
    line-height: 1.16;
}

.art-page .art-needs__path p {
    max-width: 590px;
    margin: 16px 0 0;
    color: #59636f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15.5px;
    line-height: 1.62;
}

.art-page .art-needs__actions {
    gap: 16px;
    margin-top: 24px;
}

.art-page .art-needs__internal,
.art-page .art-needs__whatsapp {
    font-family: Arial, Helvetica, sans-serif;
}

.art-page .art-needs__whatsapp {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
}

@media (max-width: 900px) {
    .art-page .art-needs {
        padding: 58px 0 64px;
    }

    .art-page .art-needs__path {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 48px 0;
    }

    .art-page .art-needs__path:first-child {
        padding-top: 26px;
    }

    .art-page .art-needs__path--reverse .art-needs__visual {
        order: initial;
    }

    .art-page .art-needs__path--reverse .art-needs__content {
        order: initial;
    }

    .art-page .art-needs__visual {
        height: 320px;
    }

    .art-page .art-needs__content {
        padding: 0;
    }

    .art-page .art-needs__path h3 {
        font-size: 28px;
    }
}

@media (max-width: 620px) {
    .art-page .art-needs__path {
        gap: 22px;
        padding: 40px 0;
    }

    .art-page .art-needs__visual {
        height: 270px;
        border-radius: 14px;
    }

    .art-page .art-needs__identity {
        gap: 9px;
        margin-bottom: 16px;
    }

    .art-page .art-needs__number {
        font-size: 26px;
    }

    .art-page .art-needs__category {
        font-size: 9.5px;
        letter-spacing: 1.3px;
    }

    .art-page .art-needs__path h3 {
        font-size: 26px;
    }
}

/* RECONSTRUCAO EDITORIAL ABERTA DOS CAPITULOS TECNICOS 1 A 4 */
.art-page .art-technical-section {
    background: #ffffff;
}

.art-page .art-technical-section__head {
    margin-bottom: 8px;
}

.art-page .art-technical-chapters {
    display: block;
    margin-top: 34px;
}

.art-page .art-technical-chapter {
    position: relative;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--art-ink);
    box-shadow: none;
}

.art-page .art-technical-chapter + .art-technical-chapter {
    border-top: 1px solid rgba(23, 32, 42, 0.12);
}

.art-page .art-technical-chapter + .art-technical-chapter::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 42px;
    height: 2px;
    background: var(--art-orange);
}

.art-page .art-technical-chapter__inner {
    display: block;
    width: min(100%, 1120px);
    padding: 66px 0 72px;
}

.art-page .art-technical-chapter__index {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px 16px;
    margin-bottom: 28px;
}

.art-page .art-technical-chapter__number {
    display: inline-block;
    color: var(--art-orange);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

.art-page .art-technical-chapter__rule {
    display: inline-block;
    width: 28px;
    height: 2px;
    margin: 0;
    border-radius: 0;
}

.art-page .art-technical-chapter__category {
    display: inline-block;
    margin: 0;
    color: var(--art-orange);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.8px;
}

.art-page .art-technical-chapter__category br {
    display: block;
}

.art-page .art-technical-chapter__index-text {
    flex: 0 0 100%;
    max-width: 720px;
    margin: 2px 0 0;
    color: #697482;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.art-page .art-technical-chapter__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 56px;
}

.art-page .art-technical-chapter__header {
    grid-column: 1 / -1;
    max-width: 860px;
}

.art-page .art-technical-chapter__eyebrow {
    margin-bottom: 12px;
    color: var(--art-orange);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.art-page .art-technical-chapter__title {
    max-width: 860px;
    margin-bottom: 16px;
    color: var(--art-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.1;
}

.art-page .art-technical-chapter__lead {
    max-width: 780px;
    color: #4f5965;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.62;
}

.art-page .art-technical-chapter__block {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.art-page .art-technical-chapter__block h4 {
    max-width: 520px;
    margin-bottom: 10px;
    padding-left: 24px;
    color: var(--art-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.art-page .art-technical-chapter__block h4::before {
    top: 0.62em;
    width: 14px;
    height: 2px;
    border-radius: 0;
}

.art-page .art-technical-chapter__block p,
.art-page .art-technical-chapter__list li {
    color: #59636f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.62;
}

.art-page .art-technical-chapter__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 24px;
    max-width: 760px;
    margin-top: 12px;
}

.art-page .art-technical-chapter__list li {
    padding-left: 18px;
}

.art-page .art-technical-chapter__list li::before {
    top: 0.7em;
    width: 5px;
    height: 5px;
}

.art-page .art-technical-chapter__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 8px;
    padding: 22px 0 0;
    border-top: 1px solid rgba(23, 32, 42, 0.12);
    border-radius: 0;
    background: transparent;
}

.art-page .art-technical-chapter__cta-question {
    color: var(--art-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.art-page .art-technical-chapter__cta-button {
    border-radius: 0;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
}

.art-page .art-technical-chapter:target {
    border-color: transparent;
    box-shadow: none;
}

@media (max-width: 900px) {
    .art-page .art-technical-chapter__inner {
        padding: 52px 0 60px;
    }

    .art-page .art-technical-chapter__content {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .art-page .art-technical-chapter__header {
        grid-column: auto;
    }

    .art-page .art-technical-chapter__list {
        grid-template-columns: 1fr;
    }

    .art-page .art-technical-chapter__cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .art-page .art-technical-chapter__cta-button {
        width: auto;
        white-space: normal;
    }
}

@media (max-width: 620px) {
    .art-page .art-technical-chapter__inner {
        padding: 44px 0 52px;
    }

    .art-page .art-technical-chapter__index {
        gap: 8px 12px;
        margin-bottom: 22px;
    }

    .art-page .art-technical-chapter__number {
        font-size: 24px;
    }

    .art-page .art-technical-chapter__category {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .art-page .art-technical-chapter__title {
        font-size: 29px;
    }

    .art-page .art-technical-chapter__lead {
        font-size: 15px;
    }
}

/* Artes PNG da primeira linha de situacoes atendidas. */
.art-page .art-services--reference .art-services__grid--primary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 1.6vw, 24px);
}

.art-page .art-services--reference .art-service-card--artwork {
    position: relative;
    display: block;
    min-height: 0;
    aspect-ratio: 971 / 1619;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    isolation: isolate;
    transition:
        transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 240ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.art-page .art-services--reference .art-service-card--artwork .art-service-card__visual {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    pointer-events: none;
}

.art-page .art-services--reference .art-service-card--artwork .art-service-card__visual::before,
.art-page .art-services--reference .art-service-card--artwork .art-service-card__visual::after {
    content: none;
}

.art-page .art-services--reference .art-service-card--artwork .art-service-card__art {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    user-select: none;
}

.art-page .art-services--reference .art-service-card--artwork .art-service-card__body {
    position: absolute;
    z-index: 1;
    inset: 56% 9% 7%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(12px, 1.3vw, 18px);
    padding: 0;
    color: #f8fafc;
}

.art-page .art-services--reference .art-service-card--artwork .art-service-card__copy {
    display: grid;
    gap: 9px;
}

.art-page .art-services--reference .art-service-card--artwork h3,
.art-page .art-services--reference .art-service-card--artwork p,
.art-page .art-services--reference .art-service-card--artwork .art-service-card__link {
    margin: 0;
    color: inherit;
}

.art-page .art-services--reference .art-service-card--artwork h3 {
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.16;
}

.art-page .art-services--reference .art-service-card--artwork p {
    font-size: clamp(13px, 1vw, 15px);
    line-height: 1.48;
    color: rgba(248, 250, 252, 0.78);
}

.art-page .art-services--reference .art-service-card--artwork .art-service-card__link {
    margin-top: auto;
    color: #ff9a18;
    transition: color 240ms cubic-bezier(0.22, 1, 0.36, 1), text-shadow 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.art-page .art-services--reference .art-service-card--artwork .art-service-card__link::after {
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.art-page .art-services--reference .art-service-card--artwork:focus-visible,
.art-page .art-services--reference .art-service-card--artwork:focus-within {
    z-index: 2;
    transform: translateY(-6px) scale(1.018);
    box-shadow:
        0 18px 34px rgba(7, 14, 23, 0.28),
        0 0 0 1px rgba(255, 154, 24, 0.46),
        0 0 18px rgba(255, 138, 0, 0.18);
    filter: brightness(1.025);
}

.art-page .art-services--reference .art-service-card--artwork:focus-visible .art-service-card__link,
.art-page .art-services--reference .art-service-card--artwork:focus-within .art-service-card__link {
    color: #ffb14b;
    text-shadow: 0 0 10px rgba(255, 154, 24, 0.2);
}

.art-page .art-services--reference .art-service-card--artwork:focus-visible .art-service-card__link::after,
.art-page .art-services--reference .art-service-card--artwork:focus-within .art-service-card__link::after {
    transform: translateX(5px) rotate(45deg);
}

@media (hover: hover) and (pointer: fine) {
    .art-page .art-services--reference .art-service-card--artwork:hover {
        z-index: 2;
        transform: translateY(-6px) scale(1.018);
        box-shadow:
            0 18px 34px rgba(7, 14, 23, 0.28),
            0 0 0 1px rgba(255, 154, 24, 0.46),
            0 0 18px rgba(255, 138, 0, 0.18);
        filter: brightness(1.025);
    }

    .art-page .art-services--reference .art-service-card--artwork:hover .art-service-card__link {
        color: #ffb14b;
        text-shadow: 0 0 10px rgba(255, 154, 24, 0.2);
    }

    .art-page .art-services--reference .art-service-card--artwork:hover .art-service-card__link::after {
        transform: translateX(5px) rotate(45deg);
    }
}

.art-page .art-services--reference .art-service-card--artwork:focus-visible {
    outline: 2px solid #ff9a18;
    outline-offset: 4px;
}

@media (max-width: 1100px) {
    .art-page .art-services--reference .art-services__grid--primary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
        margin-inline: auto;
    }

    .art-page .art-services--reference .art-service-card--artwork .art-service-card__body {
        inset: 57% 9% 7%;
    }
}

@media (max-width: 620px) {
    .art-page .art-services--reference .art-services__grid--primary {
        grid-template-columns: minmax(0, 1fr);
        max-width: 390px;
    }

    .art-page .art-services--reference .art-service-card--artwork .art-service-card__body {
        inset: 56% 9% 7%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .art-page .art-services--reference .art-service-card--artwork,
    .art-page .art-services--reference .art-service-card--artwork .art-service-card__link,
    .art-page .art-services--reference .art-service-card--artwork .art-service-card__link::after {
        transition: none;
    }

    .art-page .art-services--reference .art-service-card--artwork:hover,
    .art-page .art-services--reference .art-service-card--artwork:focus-visible,
    .art-page .art-services--reference .art-service-card--artwork:focus-within {
        transform: none;
        filter: none;
        box-shadow:
            0 10px 24px rgba(7, 14, 23, 0.2),
            0 0 0 1px rgba(255, 154, 24, 0.4);
    }

    .art-page .art-services--reference .art-service-card--artwork:hover .art-service-card__link::after,
    .art-page .art-services--reference .art-service-card--artwork:focus-visible .art-service-card__link::after,
    .art-page .art-services--reference .art-service-card--artwork:focus-within .art-service-card__link::after {
        transform: rotate(45deg);
    }
}
