.atendimento-page {
    background:
        radial-gradient(circle at 8% 8%, rgba(121, 171, 255, 0.2), transparent 35%),
        radial-gradient(circle at 90% 92%, rgba(79, 134, 239, 0.18), transparent 40%),
        linear-gradient(180deg, #fbfdff, #f3f8ff);
}

.atendimento-page .tti-navbar {
    background: rgba(255, 255, 255, 0.95);
}

.atendimento-page .nav-link.active {
    color: #2f63c5;
    font-weight: 700;
}

.att-main .section-pad {
    padding: clamp(4.6rem, 8vw, 7rem) 0;
}

.att-eyebrow {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.36rem 0.9rem;
    border: 1px solid rgba(47, 99, 197, 0.22);
    background: rgba(255, 255, 255, 0.88);
    color: #2f63c5;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
}

.att-heading {
    max-width: 880px;
}

.att-heading h2 {
    margin-top: 0.88rem;
    color: #142b4f;
    font-size: clamp(1.75rem, 3.2vw, 2.8rem);
}

.att-heading p {
    margin-top: 0.7rem;
    color: #50647f;
}

.att-hero {
    position: relative;
    min-height: min(100vh, 980px);
    display: flex;
    align-items: center;
    padding-top: clamp(8.8rem, 11vw, 10rem);
    overflow: hidden;
}

.att-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.att-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(140deg, rgba(3, 19, 50, 0.88), rgba(16, 56, 121, 0.72)),
        radial-gradient(circle at 70% 20%, rgba(78, 135, 239, 0.3), transparent 42%);
}

.att-hero .container-xl {
    position: relative;
    z-index: 1;
}

.att-hero-content {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}

.att-hero .att-eyebrow {
    border-color: rgba(175, 205, 255, 0.38);
    background: rgba(11, 35, 75, 0.6);
    color: #d5e6ff;
}

.att-hero-content h1 {
    margin-top: 1.02rem;
    color: #f6faff;
    font-size: clamp(2rem, 4.4vw, 3.9rem);
    line-height: 1.05;
}

.att-hero-content p {
    margin: 0.9rem auto 0;
    max-width: 860px;
    color: #d6e5ff;
    font-size: clamp(1rem, 1.42vw, 1.14rem);
}

.att-hero-actions {
    margin-top: 1.2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.72rem;
}

.att-hero-pills {
    margin: 1.2rem auto 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
    max-width: 780px;
}

.att-hero-pills li {
    border-radius: 16px;
    border: 1px solid rgba(168, 201, 255, 0.34);
    background: rgba(8, 30, 65, 0.56);
    box-shadow: 0 10px 22px rgba(4, 16, 42, 0.26);
    color: #d8e7ff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.58rem 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.att-hero-pills i {
    color: #a5cbff;
}

.att-flow {
    background:
        radial-gradient(circle at 92% 12%, rgba(79, 134, 239, 0.16), transparent 35%),
        linear-gradient(180deg, #fcfeff, #f3f8ff);
}

.att-steps-grid {
    margin-top: 1.15rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.86rem;
}

.att-step-card {
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(31, 74, 149, 0.16);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 32px rgba(16, 43, 92, 0.12);
    padding: 1.05rem;
}

.att-step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(120deg, rgba(86, 148, 255, 0), rgba(86, 148, 255, 0.5), rgba(86, 148, 255, 0));
    background-size: 220% 100%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: attBorderBeam 4.8s linear infinite;
}

.att-step-no {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Grotesk", sans-serif;
    color: #2e62c6;
    border: 1px solid rgba(46, 98, 198, 0.26);
    background: rgba(46, 98, 198, 0.1);
    font-size: 1rem;
    font-weight: 700;
}

.att-step-card h3 {
    margin-top: 0.78rem;
    color: #163156;
    font-size: 1.1rem;
}

.att-step-card p {
    margin-top: 0.52rem;
    color: #546983;
    font-size: 0.92rem;
}

.att-step-card small {
    margin-top: 0.66rem;
    color: #2f63c5;
    font-weight: 700;
    font-size: 0.82rem;
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
}

.att-channels {
    position: relative;
    background:
        radial-gradient(circle at 14% 86%, rgba(79, 134, 239, 0.4), transparent 36%),
        linear-gradient(150deg, #061634, #0f2f68 60%, #194996);
}

.att-channels::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(100deg, rgba(5, 19, 46, 0.22), rgba(255, 255, 255, 0));
}

.att-channels .container-xl {
    position: relative;
    z-index: 1;
}

.att-heading-dark .att-eyebrow {
    border-color: rgba(175, 205, 255, 0.4);
    background: rgba(10, 35, 74, 0.46);
    color: #d4e5ff;
}

.att-heading-dark h2,
.att-heading-dark p {
    color: #e8f1ff;
}

.att-channel-card {
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(157, 192, 255, 0.3);
    background: rgba(8, 28, 61, 0.62);
    box-shadow: 0 18px 34px rgba(4, 14, 38, 0.34);
    padding: 1.05rem;
}

.att-channel-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #cbe1ff;
    font-size: 1.42rem;
    border: 1px solid rgba(164, 198, 255, 0.36);
    background: rgba(95, 144, 239, 0.18);
    animation: attIconPulse 2.2s ease-in-out infinite;
}

.att-channel-card h3 {
    margin-top: 0.76rem;
    color: #f2f7ff;
    font-size: 1.1rem;
}

.att-channel-card p {
    margin-top: 0.52rem;
    color: #ccdeff;
    font-size: 0.92rem;
}

.att-channel-card ul {
    margin: 0.76rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.42rem;
}

.att-channel-card li {
    color: #d9e8ff;
    font-size: 0.86rem;
    display: flex;
    align-items: center;
    gap: 0.36rem;
}

.att-channel-card li i {
    color: #93bcff;
}

.att-levels {
    background:
        radial-gradient(circle at 90% 10%, rgba(79, 134, 239, 0.14), transparent 34%),
        linear-gradient(180deg, #fcfeff, #f3f8ff);
}

.att-levels-grid {
    margin-top: 1.12rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.86rem;
}

.att-level-card {
    border-radius: 20px;
    border: 1px solid rgba(31, 74, 149, 0.16);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 32px rgba(16, 43, 92, 0.12);
    padding: 1.05rem;
}

.att-level-card header {
    display: flex;
    justify-content: space-between;
    gap: 0.7rem;
    align-items: baseline;
}

.att-level-card strong {
    color: #153054;
    font-size: 1.06rem;
}

.att-level-card header span {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #2f63c5;
}

.att-level-card p {
    margin-top: 0.62rem;
    color: #566983;
    font-size: 0.9rem;
}

.att-level-meter {
    margin-top: 0.82rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
}

.att-level-meter span {
    height: 8px;
    border-radius: 999px;
    background: #d9e5f7;
}

.att-level-card.level-1 .att-level-meter span:nth-child(1),
.att-level-card.level-2 .att-level-meter span:nth-child(-n+2),
.att-level-card.level-3 .att-level-meter span:nth-child(-n+3) {
    background: linear-gradient(110deg, #4a83ea, #6aa7ff);
}

.att-faq {
    position: relative;
    background:
        radial-gradient(circle at 16% 84%, rgba(79, 134, 239, 0.4), transparent 36%),
        linear-gradient(150deg, #061634, #0f2f68 60%, #194996);
}

.att-faq::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(100deg, rgba(5, 19, 46, 0.22), rgba(255, 255, 255, 0));
}

.att-faq .container-xl {
    position: relative;
    z-index: 1;
}

.att-accordion .accordion-item {
    border: 1px solid rgba(156, 191, 255, 0.32);
    background: rgba(8, 28, 61, 0.62);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 0.72rem;
}

.att-accordion .accordion-button {
    background: rgba(8, 28, 61, 0.62);
    color: #ebf3ff;
    font-weight: 700;
    box-shadow: none;
}

.att-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

.att-accordion .accordion-button:not(.collapsed) {
    background: rgba(23, 62, 126, 0.62);
    color: #ffffff;
}

.att-accordion .accordion-body {
    color: #cfe0ff;
    background: rgba(7, 24, 52, 0.56);
}

.att-cta {
    background:
        radial-gradient(circle at 82% 20%, rgba(79, 134, 239, 0.14), transparent 34%),
        linear-gradient(180deg, #fcfeff, #f2f7ff);
}

.att-cta-box {
    border-radius: 28px;
    border: 1px solid rgba(38, 85, 169, 0.18);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(234, 244, 255, 0.88));
    box-shadow: 0 20px 40px rgba(15, 40, 88, 0.12);
    padding: clamp(1.3rem, 2.8vw, 2rem);
    text-align: center;
}

.att-cta-box h2 {
    color: #143157;
    font-size: clamp(1.58rem, 2.9vw, 2.45rem);
}

.att-cta-box p {
    margin: 0.82rem auto 1.2rem;
    color: #536a87;
    max-width: 740px;
}

.att-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.72rem;
}

.att-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.52s ease, transform 0.52s ease;
}

.att-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes attBorderBeam {
    0% {
        background-position: -120% 50%;
    }
    100% {
        background-position: 180% 50%;
    }
}

@keyframes attIconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(125, 176, 255, 0.35);
    }
    50% {
        transform: scale(1.06);
        box-shadow: 0 0 0 10px rgba(125, 176, 255, 0);
    }
}

@media (max-width: 1199.98px) {
    .att-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .att-levels-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .att-hero {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .att-hero-actions,
    .att-cta-actions {
        display: grid;
    }

    .att-hero-pills {
        grid-template-columns: 1fr;
    }

    .att-steps-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .att-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .att-step-card::before,
    .att-channel-icon {
        animation: none !important;
    }
}
