:root {
    --brown: #571b0c;
    --deep: #2e0d04;
    --orange: #f15a16;
    --cream: #fff7ed;
    --paper: #fffdfa;
    --ink: #3c170d;
    --line: #e9d6c5;
    --shadow: 0 14px 34px #4b180d22
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font: 16px/1.4 "DM Sans", sans-serif;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit;
    cursor: pointer
}

.header {
    height: 72px;
    padding: 0 max(6vw, 24px);
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fffaf3f7;
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #ead8c7
}

.logo {
    width: 88px;
    height: 92px;
    display: block;
    flex: 0 0 auto;
    position: relative;
    z-index: 2
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.header nav {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex: 1;
    font-size: 17px;
    font-weight: 500
}

.header nav a:hover {
    color: var(--orange)
}

.social-icons {
    display: flex;
    gap: 10px;
    font: 700 22px serif
}

.social-icons>* {
    width: 34px;
    height: 34px;
    border: 2px solid #7b2a12;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.pill {
    border: 0;
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    font-weight: 700;
    padding: 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px #ed571526;
    transition: .2s
}

.pill:hover {
    filter: brightness(.96);
    transform: translateY(-2px)
}

.small {
    padding: 10px 19px;
    font-size: 13px
}

.menu-toggle {
    display: none
}

.header-cta {
    white-space: nowrap
}

.hero {
    min-height: 430px;
    padding: 48px max(7vw, 32px) 74px;
    position: relative;
    color: #fff;
    background: linear-gradient(90deg, #230a03f2 0%, #3c1609cb 31%, #30100518 66%, #2b0c0378), url("https://www.chucrechurros.com.br/c-img/slides/sl2_2.jpg") center/cover no-repeat
}

.hero-copy {
    max-width: 620px
}

.ornament {
    color: var(--orange);
    font: 700 27px serif
}

.hero h1 {
    font: 800 clamp(62px, 6.3vw, 98px)/.86 "Playfair Display";
    margin: 3px 0
}

.hero h2 {
    font: 700 clamp(30px, 3vw, 45px)/1.03 "Playfair Display";
    margin: 13px 0
}

.hero p {
    font-size: 30px
}

.actions {
    display: flex;
    gap: 14px;
    margin-top: 22px
}

.ghost {
    background: #3a130776;
    border: 2px solid #fff;
    box-shadow: none
}

.hand-note,
.scribble,
.insta-note {
    font-family: "Caveat", cursive
}

.hand-note {
    position: absolute;
    right: 4.2%;
    bottom: 78px;
    transform: rotate(-7deg);
    font-size: 28px;
    line-height: 1;
    text-align: center
}

.feature-cards {
    width: min(1520px, 91%);
    margin: -62px auto 0;
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.feature {
    height: 198px;
    background: linear-gradient(135deg, #fffdf9, #fbf0e3);
    border: 5px solid #fff;
    border-radius: 14px;
    box-shadow: var(--shadow);
    overflow: hidden;
    display: grid;
    grid-template-columns: 42% 58%;
    position: relative
}

.feature-visual {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center
}

.feature-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.line-art {
    position: absolute;
    z-index: 2;
    left: 16px;
    top: 12px;
    color: #a94a1b;
    font-size: 48px
}

.feature-copy {
    padding: 19px 15px;
    position: relative;
    z-index: 2
}

.feature h3 {
    font: 700 27px/1 "Playfair Display";
    margin: 0 0 9px;
    color: var(--brown)
}

.feature p {
    font-size: 13px;
    margin: 0 0 12px
}

.package {
    background: linear-gradient(135deg, #ff7a29, #d94c10);
    color: #fff1e7;
    padding: 34px 14px;
    box-shadow: 8px 9px 0 #ff9a52;
    transform: rotate(-2deg);
    font: 700 14px "Playfair Display";
    text-align: center
}

.package small {
    font-size: 7px
}

.feature-churro {
    position: absolute;
    right: -5%;
    bottom: -20%;
    width: 45%;
    height: 95%;
    object-fit: cover;
    border-radius: 50% 0 0 0;
    opacity: .92
}

.scooter {
    font-size: 34px;
    color: #b44316
}

.frozen-feature .feature-copy,
.menu-feature .feature-copy {
    padding-right: 23%
}

.why {
    padding: 24px 5% 20px;
    text-align: center;
    background: radial-gradient(circle at 5% 50%, #f6c69455, transparent 24%), linear-gradient(90deg, #fff2e4, #fff, #fff2e4)
}

.why h2 {
    font: 700 32px "Playfair Display";
    margin: 0 0 9px;
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: center
}

.why h2 span {
    width: 95px;
    height: 2px;
    background: #9d3516
}

.why>div {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center
}

.why p {
    margin: 0;
    font-size: 17px
}

.social-showcase {
    min-height: 170px;
    padding: 22px 5% 18px 23%;
    position: relative;
    display: grid;
    grid-template-columns: 250px 1fr 110px;
    align-items: center;
    gap: 28px;
    background: #fff8ef;
    border-top: 1px solid var(--line)
}

.caramel-churro {
    position: absolute;
    z-index: 3;
    left: -4.5%;
    top: -85%;
    width: 29%;
    transform: rotate(7deg);
    filter: drop-shadow(0 12px 12px #6b210c35)
}

.follow-copy {
    border-right: 1px solid #dcae8c;
    padding-right: 22px;
    margin-left: 20px;
}

.follow-copy h2 {
    font: 700 28px/1 "Playfair Display";
    margin: 0
}

.follow-copy p {
    font-size: 12px;
    max-width: 210px
}

.big-social {
    font: 700 34px serif;
    color: #8b3215;
    word-spacing: 18px
}

.big-social span {
    border: 2px solid #8b3215;
    border-radius: 50%;
    font-size: 21px;
    padding: 2px 9px
}

.mini-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px
}

.mini-gallery img {
    width: 100%;
    aspect-ratio: 1.25;
    object-fit: cover;
    border-radius: 7px
}

.scribble {
    color: #c34717;
    font-size: 27px;
    line-height: .9;
    transform: rotate(-7deg);
    text-align: center
}

.moments,
.instagram,
.testimonials,
.visit {
    padding: 34px 3%;
    display: grid;
    gap: 20px;
    border-top: 1px solid #eaded2
}

.moments {
    grid-template-columns: 260px 1fr;
    background: #fff9f1
}

.section-copy h2 {
    font: 700 32px/1.05 "Playfair Display";
    margin: 0;
    color: var(--brown)
}

.section-copy>b {
    display: block;
    width: 66px;
    height: 3px;
    background: var(--orange);
    margin: 13px 0
}

.section-copy p {
    font-size: 14px
}

.event-grid {
    display: grid;
    grid-template-columns: 1fr .9fr 1.1fr 1fr;
    gap: 9px
}

.event-grid figure {
    margin: 0;
    height: 225px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #48170a
}

.event-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s
}

.event-grid figure:hover img {
    transform: scale(1.04)
}

.event-grid figcaption {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #fff;
    font: 600 25px "Caveat";
    text-shadow: 0 2px 8px #000
}

.instagram {
    grid-template-columns: 260px 1fr 115px;
    align-items: center;
    background: #fffdf9
}

.insta-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px
}

.insta-grid img {
    width: 100%;
    aspect-ratio: 1.2;
    object-fit: cover;
    border-radius: 7px
}

.insta-note {
    font-size: 25px;
    color: var(--orange);
    transform: rotate(-5deg);
    text-align: center
}

.insta-note strong {
    font: 700 43px serif;
    display: block
}

.testimonials {
    grid-template-columns: 250px 1fr 290px;
    background: #fdf7f0;
    align-items: center
}

.quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.quotes blockquote {
    margin: 0;
    background: #fff;
    padding: 14px;
    border-radius: 9px;
    box-shadow: 0 3px 12px #4b1b0810
}

.quotes strong {
    color: var(--orange);
    letter-spacing: 2px
}

.quotes p {
    font-size: 12px;
    margin: 6px 0
}

.quotes cite {
    font-size: 12px;
    font-style: normal
}

.client-logos {
    border-left: 1px solid #ddb89d;
    padding-left: 20px
}

.client-logos b {
    font: 700 17px "Playfair Display"
}

.client-logos span {
    display: block;
    color: #aaa;
    font-size: 30px;
    letter-spacing: 12px;
    margin-top: 20px
}

.visit {
    grid-template-columns: 1.1fr 1.3fr 1fr;
    align-items: stretch;
    background: #fffaf3
}

.map-card {
    min-height: 145px;
    background: linear-gradient(135deg, #e8e7e0, #d8ddd9);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.map-card>span {
    font-size: 42px
}

.map-card div {
    background: #ffffffde;
    padding: 10px 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    gap: 10px
}

.map-card img {
    width: 54px
}

.map-card p {
    font-size: 12px
}
/*
.arrival {
    min-height: 145px;
    border-radius: 9px;
    background: linear-gradient(#4c1b0a75, #4c1b0a75), url("https://www.chucrechurros.com.br/c-img/top-eventos_2.jpg") center/cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px
}*/

.arrival small {
    color: #fff;
    font: 600 23px "Caveat"
}

.final-cta {
    height: 120px;
    padding: 12px 8%;
    background: linear-gradient(90deg, #351006, #6b250d, #351006);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
    position: relative;
    overflow: hidden
}

/* Imagem da esquerda com término em gradiente */
.final-cta > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 36%;
  height: 100%;

  object-fit: cover;
  object-position: center;
  transform: none;

  -webkit-mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 58%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 58%,
    transparent 100%
  );
}


.final-cta>div {
    position: relative;
    z-index: 2
}

.final-cta h2 {
    font: 700 26px "Playfair Display";
    margin: 0
}

.final-cta p {
    margin: 2px 0
}

footer {
    min-height: 82px;
    padding: 10px 7%;
    background: #2f0d04;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 38px
}

footer .logo {
    width: 72px;
    height: 70px
}

footer nav {
    display: flex;
    gap: 18px;
    flex: 1;
    justify-content: center;
    font-size: 11px
}

footer p {
    font-size: 10px
}

.chat-launch {
    position: fixed;
    right: 22px;
    bottom: 18px;
    z-index: 60;
    border: 0;
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    padding: 7px 15px 7px 7px;
    box-shadow: 0 12px 30px #30150d55;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700
}

.chat-launch img {
    width: 36px;
    height: 36px;
    object-fit: contain
}

.chat-launch em {
    font-style: normal
}

.chat {
    position: fixed;
    right: 22px;
    bottom: 74px;
    width: 340px;
    max-width: calc(100vw - 28px);
    z-index: 70;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 70px #260e0660;
    overflow: hidden;
    transform: translateY(18px) scale(.97);
    opacity: 0;
    pointer-events: none;
    transition: .25s
}

.chat.open {
    transform: none;
    opacity: 1;
    pointer-events: auto
}

.chat header {
    background: linear-gradient(135deg, #7a270f, #4b1609);
    color: #fff;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px
}

.chat header>img {
    width: 42px;
    height: 42px;
    object-fit: contain
}

.chat header>div {
    flex: 1
}

.chat header strong,
.chat header small {
    display: block
}

.chat header small {
    font-size: 11px
}

.chat header i {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3ad16f
}

.chat-close {
    background: none;
    border: 0;
    color: #fff;
    font-size: 24px
}

.chat-body {
    height: 235px;
    overflow: auto;
    padding: 15px;
    background: #fffaf5
}

.message {
    max-width: 88%;
    padding: 10px 12px;
    border-radius: 14px;
    margin: 0 0 9px;
    font-size: 14px
}

.bot {
    background: #fff;
    border: 1px solid var(--line)
}

.user {
    background: var(--orange);
    color: #fff;
    margin-left: auto
}

.chat-options {
    padding: 11px;
    display: grid;
    gap: 7px;
    border-top: 1px solid var(--line)
}

.chat-options button,
.chat-options input {
    padding: 10px;
    border: 1px solid #ef9b70;
    border-radius: 12px;
    background: #fff;
    color: var(--brown)
}

.chat-options .button {
    background: var(--orange);
    color: #fff
}

@media(max-width:1080px) {
    .header nav {
        display: none
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
        background: none;
        border: 0;
        font-size: 25px
    }

    .header-cta {
        display: none
    }

    .header nav.open {
        position: absolute;
        display: flex;
        top: 72px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 22px;
        box-shadow: var(--shadow)
    }

    .feature-cards {
        grid-template-columns: 1fr
    }

    .feature {
        height: 220px
    }

    .social-showcase {
        padding-left: 30%;
        grid-template-columns: 220px 1fr
    }

    .scribble {
        display: none
    }

    .moments,
    .instagram,
    .testimonials,
    .visit {
        grid-template-columns: 1fr
    }

    .event-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .insta-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .insta-note,
    .client-logos {
        display: none
    }
}

@media(max-width:620px) {
    .header {
        height: 64px;
        padding: 0 17px
    }

    .logo {
        width: 72px;
        height: 75px
    }

    .social-icons {
        display: none
    }

    .hero {
        min-height: 555px;
        padding: 72px 22px;
        background-position: 63% center
    }

    .hero h1 {
        font-size: 57px
    }

    .hero h2 {
        font-size: 31px
    }

    .hand-note {
        display: none
    }

    .actions {
        flex-direction: column;
        align-items: stretch
    }

    .feature-cards {
        margin-top: -35px;
        width: 92%
    }

    .feature {
        grid-template-columns: 40% 60%;
        height: 205px
    }

    .feature-copy {
        padding: 16px 12px
    }

    .feature h3 {
        font-size: 23px
    }

    .feature p {
        font-size: 12px
    }

    .why h2 {
        font-size: 26px
    }

    .why h2 span {
        display: none
    }

    .why>div {
        flex-direction: column;
        gap: 5px
    }

    .why i {
        display: none
    }

    .social-showcase {
        padding: 150px 22px 35px;
        display: block
    }

    .caramel-churro {
        width: 76%;
        left: -13%;
        top: -12%
    }

    .follow-copy {
        border: 0
    }

    .mini-gallery {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px
    }

    .moments,
    .instagram,
    .testimonials,
    .visit {
        padding: 42px 22px
    }

    .event-grid {
        grid-template-columns: 1fr
    }

    .event-grid figure {
        height: 230px
    }

    .insta-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .quotes {
        grid-template-columns: 1fr
    }

    .final-cta {
        height: auto;
        padding: 34px 22px;
        flex-direction: column;
        gap: 16px;
        text-align: center
    }

    .final-cta>img {
        display: none
    }

    footer {
        flex-direction: column;
        gap: 12px
    }

    footer nav {
        display: none
    }

    .chat-launch em {
        display: none
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important
    }
}

/* Ajustes de fidelidade ao layout aprovado */
.hero {
    min-height: 488px;
    padding-top: 58px;
    background-position: center 42%
}

.hero-copy {
    max-width: 600px
}

.hero h1 {
    letter-spacing: -2px
}

.hero h2 {
    max-width: 560px
}

.feature-cards {
    margin-top: -68px;
    gap: 8px
}

.feature {
    height: 202px;
    background: #fffdf9;
    border-radius: 13px;
    border-width: 5px
}

.feature-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.feature-copy .pill {
    margin-top: auto
}

.event-feature .feature-visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 55%, #fffdf9)
}

.menu-feature .feature-churro,
.frozen-feature .feature-churro {
    width: 42%;
    right: -1%;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    mask-image: linear-gradient(90deg, transparent, #000 35%);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 35%)
}

.why {
    position: relative;
    z-index: 2
}

.quotes blockquote {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 110px
}

.quotes blockquote>div {
    min-width: 0
}

.avatar {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 50%;
    object-fit: cover
}

.quotes p {
    line-height: 1.35
}

.map-card {
    position: relative;
    overflow: hidden;
    padding: 0
}

.map-card iframe {
    width: 100%;
    height: 100%;
    min-height: 160px;
    border: 0;
    filter: saturate(.65) sepia(.12)
}

.map-label {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: #fffffff0;
    padding: 8px 14px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 5px 18px #39120522
}

.map-label img {
    width: 52px
}

.map-label p {
    font-size: 12px;
    margin: 0
}

.arrival {
    position: relative;
    overflow: hidden
}

.arrival:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #ffffff55;
    border-radius: 9px
}

.arrival>* {
    position: relative;
    z-index: 2
}

@media(max-width:620px) {
    .hero {
        min-height: 590px;
        background-position: 61% center
    }

    .feature-cards {
        margin-top: -44px
    }

    .quotes blockquote {
        align-items: flex-start
    }

    .map-label {
        right: 8px
    }

    .map-label p {
        display: none
    }
}

/* Banner principal construído com conteúdo HTML real */
@media(min-width:621px) {
    .hero {
        height: clamp(360px, 27vw, 485px);
        min-height: 0;
        padding: 44px max(7vw, 34px) 76px;
        display: flex;
        align-items: center;
        background-image:
            linear-gradient(90deg, #230a03f5 0%, #351207e8 27%, #2d0e056c 43%, transparent 66%, #2b0b0352 100%),
            url("https://www.chucrechurros.com.br/c-img/slides/sl2_2.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hero-copy {
        position: relative;
        left: auto;
        top: auto;
        width: min(39%, 610px);
        height: auto;
        max-width: 610px;
        opacity: 1
    }

    .hero .ornament {
        display: block;
        margin-bottom: 2px
    }

    .hero h1 {
        font-size: clamp(66px, 6.2vw, 98px);
        line-height: .82;
        margin: 0 0 10px
    }

    .hero h2 {
        font-size: clamp(28px, 2.65vw, 43px);
        line-height: 1.02;
        margin: 0 0 9px
    }

    .hero-copy>p {
        font-size: 16px;
        margin: 0
    }

    .hero-copy .actions {
        position: static;
        width: auto;
        height: auto;
        margin-top: 20px
    }

    .hero-copy .actions .pill {
        width: auto;
        min-width: 174px
    }

    .hand-note {
        display: block;
        right: 3.4%;
        bottom: 29%;
        font-size: 29px;
        line-height: .92
    }
}

@media(max-width:620px) {
    .hero {
        height: auto;
        min-height: 590px;
        padding: 72px 22px;
        background-image: linear-gradient(90deg, #230a03f2 0%, #3c1609cb 31%, #30100518 66%, #2b0c0378), url("https://www.chucrechurros.com.br/c-img/slides/sl2_2.jpg");
        background-position: 61% center;
        background-size: cover
    }

    .hero-copy {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        opacity: 1
    }
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7b260f;
    border: 2px solid currentColor;
    border-radius: 50%;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.social-icons svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.social-icons a:nth-child(2) svg {
    fill: currentColor;
    stroke: none;
}

.social-icons a:hover {
    color: #f45116;
    transform: translateY(-2px);
}

/* Ajuste do cabeçalho em computadores */
@media (min-width: 1081px) {
  .header {
    padding: 0 max(3vw, 24px);
    gap: 18px;
  }

  .header .logo {
    transform: translateY(8px);
  }

  .header nav {
    gap: 20px;
    font-size: 17px;
    font-weight: 500;
  }

  .header nav a {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .header-cta {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Corrige a altura do banner e evita que os botões fiquem sob os cards */
@media (min-width: 621px) {
  .hero {
    height: clamp(460px, 34vw, 500px);
    min-height: 460px;
    padding-top: 44px;
    padding-bottom: 95px;
  }

  .hero-copy .actions {
    margin-top: 16px;
  }
}

/* Ícones da faixa de diferenciais */
.why-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.why-items p {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  white-space: nowrap;
}

.why-items svg {
  width: 25px;
  height: 25px;
  color: #a83b16;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-items p:first-child svg {
  fill: none;
}

.why-items i {
  color: #6b210d;
  font-style: normal;
}

/* Rodapé fiel ao protótipo */
.site-footer {
  min-height: 94px;
  padding: 10px max(5vw, 28px);
  display: grid;
  grid-template-columns: 110px minmax(520px, 1fr) auto auto;
  align-items: center;
  gap: 26px;
  color: #fff;
  background:
    linear-gradient(90deg, #391006 0%, #571b0c 52%, #321006 100%);
  border-top: 1px solid #7d381f;
}

.footer-logo {
  width: 82px;
  height: 82px;
  display: block;
  transform: translateY(-6px);
}

.footer-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  white-space: nowrap;
}

.footer-nav a {
  padding: 2px 16px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-right: 1px solid #b95b30;
  transition: color 0.2s ease;
}

.footer-nav a:last-child {
  border-right: 0;
}

.footer-nav a:hover {
  color: #ff7a31;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-left: 1px solid #a34b28;
  border-right: 1px solid #a34b28;
}

.footer-social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.footer-social svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social a:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

.footer-copy {
  margin: 0;
  min-width: 260px;
  font-size: 11px;
  line-height: 1.45;
  color: #f5e8df;
}

@media (max-width: 1180px) {
  .site-footer {
    grid-template-columns: 90px 1fr auto;
  }

  .footer-nav {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .footer-copy {
    grid-column: 2 / -1;
    text-align: right;
  }
}

@media (max-width: 760px) {
  .why-items {
    flex-direction: column;
    gap: 10px;
  }

  .why-items i {
    display: none;
  }

  .site-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px 20px;
    text-align: center;
  }

  .footer-nav {
    flex-wrap: wrap;
    gap: 12px;
  }

  .footer-nav a {
    border: 0;
    padding: 3px 8px;
  }

  .footer-social {
    border: 0;
    padding: 0;
  }

  .footer-copy {
    min-width: 0;
    text-align: center;
  }
}

/* Cards principais no padrão do protótipo */
.feature-cards {
  width: min(1520px, 92%);
  margin: -68px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.feature-card {
  height: 198px;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  color: var(--ink);
  background: #fffdf9;
  border: 5px solid #fff;
  border-radius: 14px;
  box-shadow: 0 14px 34px #4b180d22;
}

/* Eventos: imagem à esquerda e conteúdo à direita */
.event-card {
  grid-template-columns: 43% 57%;
}

/* Cardápio e congelados: elemento visual, texto e fotografia */
.menu-card,
.frozen-card {
  grid-template-columns: 28% 42% 30%;
}

.card-image {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 65%,
    rgba(255, 253, 249, 0.35)
  );
  pointer-events: none;
}

.card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.event-card .card-image img {
  object-position: center;
}

.menu-card .card-image img {
  object-position: center;
}

.frozen-card .card-image img {
  object-position: center;
}

.card-content {
  min-width: 0;
  padding: 18px 15px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.card-content h3 {
  margin: 0 0 9px;
  color: var(--brown);
  font: 700 27px/1 "Playfair Display", serif;
}

.card-content p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.38;
}

.card-button {
  min-height: 39px;
  margin-top: auto;
  padding: 9px 18px;
  gap: 10px;
  border: 0;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
}

.card-button span {
  font-size: 20px;
  line-height: 0;
  transform: translateY(-1px);
}

/* Embalagem laranja do cardápio */
.card-package {
  width: 82%;
  max-width: 112px;
  aspect-ratio: 0.76;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff5e9;
  text-align: center;
  background: linear-gradient(145deg, #ff7127, #e3490d);
  box-shadow: 8px 8px 0 #ff9b58;
  transform: rotate(-2deg);
}

.card-package strong {
  font: 700 15px "Playfair Display", serif;
}

.card-package small {
  margin-top: 5px;
  font-size: 6px;
}

/* Motocicleta desenhada, sem emoji */
.delivery-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b94516;
}

.delivery-icon svg {
  width: 76px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Ajuste intermediário */
@media (max-width: 1180px) and (min-width: 1081px) {
  .feature-cards {
    width: 96%;
  }

  .card-content {
    padding: 15px 11px 12px;
  }

  .card-content h3 {
    font-size: 23px;
  }

  .card-content p {
    font-size: 12px;
  }

  .card-button {
    padding: 8px 12px;
    font-size: 12px;
  }
}

/* Tablet */
@media (max-width: 1080px) {
  .feature-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-card {
    height: 220px;
  }
}

/* Celular */
@media (max-width: 620px) {
  .feature-cards {
    width: 92%;
    margin-top: -44px;
  }

  .feature-card {
    height: 210px;
  }

  .event-card {
    grid-template-columns: 40% 60%;
  }

  .menu-card,
  .frozen-card {
    grid-template-columns: 28% 47% 25%;
  }

  .card-content {
    padding: 15px 10px 12px;
  }

  .card-content h3 {
    font-size: 22px;
  }

  .card-content p {
    font-size: 11px;
  }

  .card-button {
    padding: 8px 11px;
    font-size: 11px;
  }

  .delivery-icon svg {
    width: 55px;
  }
}

/* Remove o gradiente genérico anterior */
.feature-card .card-image::after {
  display: none;
}

/* Eventos: imagem desaparece da esquerda para o centro */
.event-card .card-image img {
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 62%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 62%,
    transparent 100%
  );
}

/* Cardápio e congelados: imagem aparece suavemente em direção à direita */
.menu-card .card-image img,
.frozen-card .card-image img {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 58%,
    #000 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 58%,
    #000 100%
  );
}

/* ==================================================
   CARDS: IMAGEM | CONTEÚDO | IMAGEM COM GRADIENTE
   ================================================== */

.showcase-cards {
  width: min(1520px, 92%);
  margin: -68px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.showcase-card {
  height: 202px;
  min-width: 0;
  display: grid;
  grid-template-columns: 30% 42% 28%;
  position: relative;
  overflow: hidden;
  color: #3c170d;
  background: #fffdf9;
  border: 5px solid #fff;
  border-radius: 14px;
  box-shadow: 0 14px 34px #4b180d22;
}

/* Imagens laterais */

.showcase-image {
  min-width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.showcase-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}



/* Elementos da esquerda sem gradiente */
.showcase-image--left::after {
  display: none;
}

.showcase-image--left img {
  object-fit: contain;
}

/* Imagem direita começando suavemente após o texto */

/* Imagem da direita desaparecendo suavemente em direção ao texto */
.showcase-image--right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #fffdf9 0%,
    rgba(255, 253, 249, 0.72) 18%,
    rgba(255, 253, 249, 0.28) 38%,
    transparent 65%
  );
  pointer-events: none;
}

/* Conteúdo central */

.showcase-content {
  min-width: 0;
  padding: 17px 8px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.showcase-content h3 {
  margin: 0 0 9px;
  color: #571b0c;
  font-family: "Playfair Display", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.showcase-content p {
  margin: 0;
  color: #3c170d;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

/* Botões */

.showcase-button {
  min-height: 38px;
  margin-top: auto;
  padding: 9px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #f15a16;
  border: 0;
  border-radius: 999px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.showcase-button:hover {
  filter: brightness(0.96);
  transform: translateY(-2px);
}

.showcase-button span {
  font-size: 20px;
  line-height: 0;
}

/* Logo dentro do cardápio */

.showcase-package {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #f15a16;*/
}

.showcase-package img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

/* Motocicleta do card de congelados */

.showcase-delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bd4314;
  background: #fffdf9;
}

.showcase-delivery::after {
  display: none;
}

.showcase-delivery svg {
  width: 78px;
  height: 55px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Tablet */

@media (max-width: 1080px) {
  .showcase-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .showcase-card {
    height: 230px;
  }
}

/* Celular */

@media (max-width: 620px) {
  .showcase-cards {
    width: 92%;
    margin-top: -44px;
  }

  .showcase-card {
    height: 205px;
    grid-template-columns: 27% 48% 25%;
  }

  .showcase-content {
    padding: 14px 5px 11px;
  }

  .showcase-content h3 {
    font-size: 21px;
  }

  .showcase-content p {
    font-size: 10px;
  }

  .showcase-button {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 10px;
  }

  .showcase-package {
    padding: 20px 8px;
  }

  .showcase-package img {
    width: 62px;
    height: 62px;
  }

  .showcase-delivery svg {
    width: 56px;
  }
}



.showcase-image--right img {
  width: calc(100% + 25px);
  max-width: none;
  transform: translateX(-25px);
  /* object-position: left center;*/ 
}

/* Bege igual ao fundo da ilustração do carrinho */
.showcase-card,
.showcase-delivery {
  background-color: #fbf2e9;
}

/* Faz o fundo branco das imagens da esquerda integrar-se ao bege */
.showcase-image--left img {
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* Gradiente direito usando exatamente o mesmo bege */
.showcase-image--right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #fbf2e9 0%,
    rgba(251, 242, 233, 0.82) 20%,
    rgba(251, 242, 233, 0.38) 42%,
    transparent 68%
  );
  pointer-events: none;
}

/* Ajuste exclusivo da imagem esquerda do cardápio */
.showcase-card:nth-child(2) .showcase-image--left img {
  width: 250px;
  height: 189px;
  object-fit: contain;
  object-position: left center;
  transform: translateX(-55px);
}
.why-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.why-items p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #571b0c;
  font-size: 17px;
  white-space: nowrap;
}

.why-symbol {
  color: #a83b16;
  font-size: 25px;
  font-style: normal;
}

.why-separator {
  color: #7b2a12;
  font-size: 18px;
}

@media (max-width: 620px) {
  .why-items {
    flex-direction: column;
    gap: 10px;
  }

  .why-separator {
    display: none;
  }
}


/* Depoimentos: título + quatro cards */
.testimonials {
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.quotes {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.quotes blockquote {
  min-width: 0;
  min-height: 118px;
  margin: 0;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.quotes blockquote > div {
  min-width: 0;
}

.quotes p {
  margin: 5px 0;
  font-size: 11px;
  line-height: 1.35;
}

.quotes cite {
  font-size: 11px;
}

.quotes .avatar {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
}

/* Remove o espaço reservado aos logos antigos */
.client-logos {
  display: none;
}

/* Em telas intermediárias: dois cards por linha */
@media (max-width: 1350px) {
  .testimonials {
    grid-template-columns: 220px minmax(0, 1fr);
  }

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

/* Celular: título e cards em uma coluna */
@media (max-width: 700px) {
  .testimonials {
    grid-template-columns: 1fr;
  }

  .quotes {
    grid-template-columns: 1fr;
  }
}

.visit-info {
  margin-top: 15px;
  display: grid;
  gap: 14px;
}

.visit-info p {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: #3c170d;
  font-size: 14px;
  line-height: 1.45;
}

.visit-info i {
  width: 24px;
  flex: 0 0 24px;
  color: #b44316;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
}

.visit-info span {
  display: block;
}

.map-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #eee6dc;
}

/* Mapa mais claro e menos poluído */
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 170px;
  border: 0;
  opacity: 0.60;
  filter:
    grayscale(1)
    sepia(0.18)
    saturate(0.35)
    contrast(0.72)
    brightness(1.18);
  pointer-events: none;
}

/* Camada bege sobre o mapa */
.map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(247, 239, 230, 0.22);
  pointer-events: none;
}

/* Mantém a etiqueta acima do mapa */
.map-label {
  position: absolute;
  z-index: 3;
}

.arrival {
  min-height: 170px;
  padding: 20px 22px;
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;

  border-radius: 9px;
  text-decoration: none;

  background-image:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 1) 0%,
      rgba(255, 248, 239, 0.96) 10%,
      rgba(255, 248, 239, 0.70) 42%,
      rgba(255, 248, 239, 0.20) 60%,
      rgba(255, 248, 239, 0) 75%
    ),
    url("https://www.chucrechurros.com.br/c-img/como-chegar-carrinho-logo.png");

  background-size:
    100% 100%,
    cover;

  background-position:
    center,
    62% center;

  background-repeat:
    no-repeat,
    no-repeat;
}

.arrival::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 9px;
  pointer-events: none;
}

.arrival-button {
  min-height: 44px;
  padding: 10px 18px;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  background: #f15a16;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(78, 20, 4, 0.25);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.arrival-button strong {
  font-weight: 700;
}

.arrival-button .fa-map-location-dot {
  font-size: 18px;
}

.arrival-arrow {
  margin-left: 5px;
  font-size: 12px;
}

.arrival:hover .arrival-button {
  filter: brightness(0.96);
  transform: translateY(-2px);
}

.arrival-note {
  position: relative;
  z-index: 2;
  margin-left: 40px;
  margin-bottom: 14px;
  color: #fff;
  font-family: "Caveat", cursive;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.9;
  text-align: left;
  transform: rotate(-15deg);
  text-shadow: 0 2px 8px rgba(45, 12, 3, 0.65);
}

.arrival-note .fa-heart {
  margin-left: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  transform: rotate(8deg);
}

@media (max-width: 620px) {
  .arrival {
    min-height: 190px;
  }

  .arrival-note {
    font-size: 25px;
  }
}

/* ACOMPANHE NOSSAS DELÍCIAS */
.instagram {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.instagram .section-copy {
  width: 100%;
}

/* Botão Instagram */
.instagram .pill {
  width: max-content;
  min-width: 190px;
  padding: 14px 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  white-space: nowrap;
  line-height: 1;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

/* Galeria */
.insta-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.insta-grid img {
  display: block;
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: 9px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.insta-grid img:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(83, 28, 8, 0.18);
}
@media (max-width: 1000px) {
  .instagram {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 600px) {
  .instagram .pill {
    min-width: 0;
  }

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

  .insta-grid img {
    height: 160px;
  }
}

/* ACOMPANHE NOSSAS DELÍCIAS */
.social-showcase {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr) 130px;
  align-items: center;
  gap: 28px;
}

/* Bloco de texto maior */
.follow-copy {
  width: 100%;
  margin-left: 0;
  padding-right: 28px;
  border-right: 1px solid #dcae8c;
}

.follow-copy p {
  max-width: 250px;
  margin: 10px 0 16px;
  line-height: 1.45;
}

/* Botão no padrão do site */
.follow-copy .pill {
  width: max-content;
  min-width: 205px;
  padding: 14px 22px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  white-space: nowrap;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  border-radius: 999px;
}

.follow-copy .pill i:last-child {
  margin-left: 4px;
}

/* Somente três imagens grandes */
.mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.mini-gallery img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 900px) {
  .social-showcase {
    grid-template-columns: 1fr;
  }

  .follow-copy {
    padding-right: 0;
    padding-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid #dcae8c;
  }

  .mini-gallery {
    grid-template-columns: 1fr;
  }

  .mini-gallery img {
    height: 240px;
  }

  .scribble {
    display: none;
  }
}

/* Ajuste final dos botões do banner */
.actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.actions .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.actions .pill span {
  font-size: 21px;
  line-height: 1;
  transform: translateY(-1px);
}

.final-cta .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.final-cta .pill span {
  font-size: 21px;
  line-height: 1;
}

.chat-launch {
  position: fixed;
  right: 22px;
  bottom: 20px;
  z-index: 9999;

  min-height: 54px;
  padding: 7px 20px 7px 8px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border: 0;
  border-radius: 999px;
  background: #fa5413;
  color: #ffffff;

  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;

  box-shadow: 0 8px 24px rgba(91, 27, 4, 0.25);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.chat-launch img {
  width: 40px;
  height: 40px;
  padding: 2px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff8ef;
}

.chat-launch:hover {
  transform: translateY(-3px);
  background: #e9480d;
  box-shadow: 0 12px 28px rgba(91, 27, 4, 0.32);
}

.chat-launch:focus-visible {
  outline: 3px solid rgba(250, 84, 19, 0.35);
  outline-offset: 3px;
}

@media (max-width: 600px) {
  .chat-launch {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 6px 16px 6px 7px;
    font-size: 14px;
  }

  .chat-launch img {
    width: 35px;
    height: 35px;
  }
}

/* Animação do botão Posso ajudar? */
.chat-launch {
  animation: chatAttention 6s ease-in-out infinite;
  transform-origin: center;
}

@keyframes chatAttention {
  0%,
  86%,
  100% {
    transform: translateX(0) rotate(0);
  }

  88% {
    transform: translateX(-3px) rotate(-2deg);
  }

  90% {
    transform: translateX(3px) rotate(2deg);
  }

  92% {
    transform: translateX(-3px) rotate(-2deg);
  }

  94% {
    transform: translateX(3px) rotate(2deg);
  }

  96% {
    transform: translateX(-2px) rotate(-1deg);
  }

  98% {
    transform: translateX(0) rotate(0);
  }
}

/* Pausa enquanto o usuário interage */
.chat-launch:hover,
.chat-launch:focus-visible {
  animation-play-state: paused;
}

/* Acessibilidade */
@media (prefers-reduced-motion: reduce) {
  .chat-launch {
    animation: none;
  }
}
.chat-launch:hover {
  animation-play-state: paused;
  transform: translateY(-3px);
}