/* gerais */
:root {
    --hz-site-gutter: clamp(1.25rem, 4vw, 2.5rem);
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

body {
    background: #fff9f7;
    position: relative;
}

.whatsapp-button {
    background: #30D24E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 15px;    
    box-shadow: 0 0 0 10px #C4F0CC; 
    transform: translate(0, 0);
    animation: wpp-animate 3s ease-in-out infinite;
}
.whatsapp-button svg {
    width: 30px;
}

@keyframes wpp-animate {
    0% {
        transform: translate(0,0);
        /* bottom: 2%; */
        box-shadow: 0 0 0 10px #C4F0CC; 
    }
    50% {  
        transform: translate(0,-10px);
        /* bottom: 3%;       */
        box-shadow: 0 0 0 0 #C4F0CC; 
    }
    100% {   
        transform: translate(0,0);
        /* bottom: 2%;      */
        box-shadow: 0 0 0 10px #C4F0CC; 
    }
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    display: flex;
    position: relative;
    padding-left: var(--hz-site-gutter);
    padding-right: var(--hz-site-gutter);
    box-sizing: border-box;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.space-btw {
    justify-content: space-between;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.main-navigation, .menu-wrapper {
    display: none;
}

/* header */
header {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    overflow: visible;
    border: none;
    box-shadow: none;
}

header .wrapper {
    overflow: visible;
}

header .logo {
    max-width: 200px;
    display: block;
}

header .logo svg {
    display: block;
    width: 100%;
}

header nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    overflow: visible;
}

header nav a, header nav div {
    text-decoration: none;
    color: #524F4B;
    font-weight: 400;
    margin: 0 20px;
    transition: 0.3s;
    cursor: pointer;
}

header nav a.--active, header nav div.--active {
    color: #FF7200;
}

header nav a:hover, header nav div:hover {
    color: #C13A3A;
}

header .header-dropdown {
    padding: 30px 18px 30px 0;
}

.btn {
    text-decoration: none;
    padding: 15px 30px;
    transition: 0.3s;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
}

.btn-orange {
    background: #FF7200;
    color: #fff;
}

.btn-white {
    color: #FF7200 !important;
    background: #fff;
}

.btn:hover {
    background: #C13A3A;
    color: #fff;
}

/* footer */
footer {
    background: #fff;
    padding: 80px 0 0 0;
    width: 100%;
    border-top-left-radius: 20px;
    position: relative;
    overflow: visible;
}

.tab {
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
}

.tab-reverse {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    transform: scaleY(-1);
    pointer-events: none;
    overflow: hidden;
}

.tab-reverse .tab-bar {
    width: calc(85% + 50px);
    right: -50px;
}

.tab-bar {
    width: 85%;
    background:#fff9f7;
    height: 50px;
    top: 0;
    right: 0;
    position: absolute;
    transform: skewX(40deg);
    border-bottom-left-radius: 10px;
}

/* .tab-bar-orange {
    background: #FF7200;
} */

.tab::before {
    content: '';
    width: 50px;
    height: 50px;
    background: transparent;
    border-top-right-radius: 10px;
    position: absolute;
    top: 0;
    left: 15%;
    margin-left: -50px;
    transform: skewX(40deg);
    box-shadow: 10px -10px 0 #fff9f7;
}

.tab::after {
    content: '';
    width: 50px;
    height: 50px;
    background:transparent;
    top: 50px;
    right: 10px;
    position: absolute;
    border-top-right-radius: 20px;
    box-shadow: 10px -10px 0 #fff9f7;
}

.tab-reverse::after {
    content: none;
}

.footer-block {
    width: 25%;
}

.footer-block .logo {
    max-width: 300px;
    margin: 0 0 20px 0;
}

.footer-block h5,
.footer-block .footer-contact {
    color: #524F4B;
    font-size: 1rem;
    text-align: left;
    margin: 0;
}

.footer-block h5 svg,
.footer-block .footer-contact svg {
    margin: 0 5px 0 0;
}

.footer-block h4 {
    color: #FF7200;
    font-size: 1.5rem;
    margin: 0 0 15px 0;
    text-align: left;
}

.footer-block nav {
    display: flex;
    flex-direction: column;
}

.footer-block nav a, .footer-block .footer-dropdown > b, .footer-block h5, .footer-block .footer-contact {
    color: #524F4B;
    padding: 5px 0;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.3rem;
    text-align: left;
}

.footer-block nav a:hover, .footer-block .footer-dropdown:hover > b {
    color: #C13A3A;
}

.footer-block .footer-dropdown {
    display: block;
    width: 100%;
    cursor: pointer;
}

.footer-block .footer-dropdown > b {
    display: block;
    position: relative;
    width: fit-content;
    padding-right: 22px;
    font-weight: inherit;
}

.footer-block .footer-dropdown > b span {
    position: absolute;
    right: 0;
    top: 2px;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.footer-block .footer-dropdown:hover > b span,
.footer-block .footer-dropdown:focus-within > b span {
    transform: rotate(-90deg);
}

.footer-block .footer-dropdown .dropdown-items {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    min-width: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    z-index: auto;
    transition: max-height 0.25s ease, padding 0.25s ease;
}

.footer-block .footer-dropdown:hover .dropdown-items,
.footer-block .footer-dropdown:focus-within .dropdown-items {
    max-height: 12rem;
    padding: 6px 0 4px 1rem;
}

.footer-block .footer-dropdown .dropdown-items a {
    display: block;
    width: 100%;
    padding: 6px 0;
    margin: 0;
    color: #FF7200;
    text-decoration: none;
    white-space: normal;
    line-height: 1.35rem;
    box-sizing: border-box;
}

.footer-block .footer-dropdown .dropdown-items a:hover {
    color: #C13A3A;
}


.social {
    display: flex;
    flex-direction: row !important;
    align-items: flex-start;
    justify-content: flex-start;
}

.social a { width: 40px; margin: 0 5px 0 0; display: block;}
.social a svg { width: 100%; }
.social a * { transition: 0.3s;}
.social-circle { fill: #b8b8b8; }
.social-icon { fill: #000; }

.social a:hover svg .social-icon {
    fill: #FF7200;
}

/* footer copyright */

.footer-copy { border-top: 1px solid #fff9f7; margin: 40px auto 0 auto; padding: 20px 0; }
.footer-copy a { text-decoration: none; color: #524F4B; transition: 0.3s; }
.footer-copy a:hover { color: #FF7200; }

/* multiverso copy */
.multiverso-copy { display: flex; flex-direction: row; align-items: center; }
.multiverso-copy span { margin: 0 10px 0 0; }
.multiverso { width: 35px; overflow: hidden; transition: 0.3s; }
.multiverso svg { width: 140px; }
.multiverso-logo { fill: #e4032e; }
.multiverso-text { fill: #111111; }
.multiverso:hover { width: 140px; }
.multiverso:hover .multiverso-logo { fill: #e4032e; }

/* content */
.content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: var(--hz-site-gutter);
    padding-right: var(--hz-site-gutter);
    box-sizing: border-box;
}


/* Accessibility */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* tag */
.tag {
    background: #FFF0EB;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #FF7200;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;

}

a.tag-white:hover {
    background: #FB6230;
    color: #fff;
}

button.tag-white:hover {
    background: #FB6230;
    color: #fff;
}

.tag-w-back {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.tag-lg {
    padding: 15px 40px; 
}
.tag-white {
    background: #fff;
}
.tag-orange {
    background: #FFA55C;
    color: #fff;
}

.tag-underlined {
    border-radius: 0;
    padding: 5px 0;
    background: transparent;
    border-bottom: 2px solid #FFA55C;
    margin: 0 20px;
    color: #fff;
}

/* main title */
.title {
    color: #000;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 2.7rem;
    max-width: 640px;
    margin: 30px auto;
    text-align: center;
}

.title b,
.title strong {
    color: #FF7200;
    font-weight: 700;
}

.title-left {
    text-align: left;
}


.text-white, .text-white b, .text-white strong { color: #fff; }
.text-gray { color: #DCDEE3; }
.text-darkgray { color: #8F8F8F; }
.text-black { color: #1D1E1B; }
.text-blue { color: #071538; }

.text-info {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
}


/* blocks -- ok*/
.block {
    max-width: 1280px;
    align-items: center;
    margin: 0 auto;
    padding-block: 120px;
}


.blk-6 { width: 65%; }
.blk-5 { width: 48%; }
.blk-4 { width: 45%; }
.blk-3 { width: 32%; }
.blk-2 { width: 20%; }


.blk-ml { margin-left: 2% }


.image-block {
    width: 100%;
    display: block;
}

/* banners */

.swiper-button {
	color: #fff !important;
    background: rgba(255,240,235,0.12);
    border-radius: 50px;
    padding: 15px;
    font-size: 1rem;
    height: 10px !important;
    width: 10px !important;
    overflow: hidden;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1rem !important;
}
.swiper-button-prev:after {
    margin-left: -2px;
}
.swiper-button-next:after {
    margin-right: -2px;
}

.banners {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
    margin: 0 0 80px;
    background: #FF7200;
}

.banner {
	width: 100%;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: clamp(420px, 42vw, 580px);
}

.banner .banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #FF7200;
    overflow: hidden;
}

.banner .banner-bg, .banner .banner-bg img {
    width: 100%;
    display: block;
}

.banner .banner-bg img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 76% bottom;
    /* Remove faixa preta embutida no PNG (só topo); base da foto encosta no container */
    clip-path: inset(8px 0 0 0);
}

.banner-infos {
    max-width: 1280px;
    width: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(1rem, 3vw, 2rem) var(--hz-site-gutter);
    box-sizing: border-box;
}

.banner-infos .title {
    width: min(50%, 34rem);
    margin: 20px 0;
    text-align: left;
}

.banner-infos p {
    width: min(500px, 45%);
    max-width: 100%;
    margin: 20px 0 40px 0;
    text-align: left;
    line-height: 1.2rem;
}

.banner-calls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.banner-calls .tag {
    margin: 0;
    flex: 0 0 auto;
    width: auto;
    box-sizing: border-box;
}

.banner-calls .tag-lg.tag-white {
    padding: 15px 40px;
    font-size: 1rem;
    line-height: 1.3rem;
    min-height: auto;
}

.banner-calls .tag-lg.tag-underlined {
    padding: 5px 0;
    margin: 0 20px;
    font-size: 1rem;
    line-height: 1.3rem;
    min-height: auto;
    border-top: none;
    border-bottom: 2px solid #FFA55C;
}


/* services -- ok */
.services { max-width: 1280px; margin: 0 auto; justify-content: space-between; padding: 20px 0 100px 0; width: 100%; box-sizing: border-box; }
.service { border-radius: 20px; background: #fff; box-shadow: 5px 5px 30px rgba(255, 114, 0, 0.02); display: flex; flex-direction: column; justify-content: space-between; transition: 0.3s; }
.service-infos, .service-button { padding: 50px; }
.service-infos h3 { font-size: 2rem; color: #FF7200; text-align: left; font-weight: 400; margin: 20px 0; }
.service-infos p { font-size: 1rem; color: #524F4B; text-align: left; line-height: 18px; }
.service-button { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; text-decoration: none; transition: 0.3s; color: #524F4B; }
.service-button svg { padding: 10px 12px; border: 1px solid #525252; border-top-right-radius: 20px; border-bottom-left-radius: 20px; width: 20px; height: 20px; margin: 0 15px 0 0; transition: 0.3s; }
.service-button span { font-size: 1rem; }
.service:hover { box-shadow: 5px 5px 30px rgba(255, 114, 0, 0.16); }
.service-button:hover { color: #FF7200; }
.service-button:hover svg { border: 1px solid #FF7200; }

/* about -- ok */

.about { background: radial-gradient(#fc9f2f, #FF7200 60%); padding-block: 80px; }
.about-wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    padding-inline: var(--hz-site-gutter);
    box-sizing: border-box;
}
.about-image { position: relative; }
.about-image img { width: 100%; }
.about-image h4 { position: absolute; right: 40px; bottom: 40px; }
.about-infos .title { text-align: left; }
.about-infos .call { font-size: 1rem; line-height: 1.2rem; padding: 0 0 30px 0; border-bottom: 3px dashed #FFA55C; }
.nt { padding: 30px 0 0 0; color: #fff; }
.nt-number { font-size: 2rem; font-weight: 700; margin: 0 0 10px 0; }

/* why -- ok */

.why { padding-block-start: 100px; }
.why-wrapper { max-width: 1180px; width: 100%; margin: 0 auto; padding-block-start: 40px; box-sizing: border-box; }
.why .why-img { display: flex; justify-content: flex-end; align-items: flex-end; }
.why-wrapper img { width: 100%; }
.why .options { display: flex; flex-direction: column; justify-content: center; align-items: stretch; margin-bottom: 60px;}
.why .option-block { padding: 70px 40px 40px 40px; border: 2px dashed #dbdbdb; border-radius: 20px; margin: 10px 0; color: #FF7200; font-size: 1.1rem; line-height: 1.2rem; background: url('../images/ic-check.svg') no-repeat 40px 40px; background-size: 20px; transition: 0.3s; }
.why .option-block:hover { border-color: #FF7200; }

/* phrase -- ok */

.phrase { background: linear-gradient(to right, #FB7E1B, #FB6230, #FB4743); padding: 40px 0; display: flex; position: relative; width: 100%; margin: auto; overflow: hidden; z-index: 1; }
.phrase h3,
.phrase .phrase-item { display: flex; flex-direction: row; align-items: center; font-weight: 400; color: #fff; font-size: 1.5rem; }
.phrase h3 b, .phrase h3 strong,
.phrase .phrase-item b, .phrase .phrase-item strong { font-weight: 700; }
.phrase h3 svg,
.phrase .phrase-item svg { width: 30px; margin: 0 40px; }
.phrase-wrapper { display: flex; position: absolute; top: 0; left: 0; align-items: center; justify-content: flex-start; width: 100%; height: 100%; white-space: nowrap; transition: all 1s ease; }
.phrase-anime { display: flex; animation: scrollText 33s infinite linear; }
@keyframes scrollText { from   { transform: translateX(0%); } to { transform: translateX(-50%); } }

/* testimonials -- ajustar carrossel */
.testimonials {
    padding-block: 100px;
}

.content.testimonials {
    padding-inline: 0;
    align-items: stretch;
}

.testimonials-wrapper {
    width: 100%;
    max-width: 1280px;
    min-height: 620px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 40px var(--hz-site-gutter);
    box-sizing: border-box;
    align-items: flex-start;
}

.testimonials-wrapper > .blk-3 {
    position: relative;
    z-index: 2;
    max-width: 24rem;
}
.testimonials .title, .testimonials .tag {
    text-align: left;
    margin: 10px 0;
    align-self: flex-start;
}

.testimonials .carousel-nav {
    align-self: flex-end;
}

.carousel-item.testimony,
.testimony {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 5px;
    padding: 40px 30px;
    flex: 0 0 300px;
    width: 300px;
    max-height: 380px;
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
}

.testimony img {
    border-radius: 30px;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
}

.testimony h4 {
    color: #FB6230;
    font-size: 1.2rem;
    margin: 16px 0 12px;
    flex-shrink: 0;
}

.testimony p {
    color: #524F4B;
    font-size: 0.9rem;
    line-height: 1.2rem;
    overflow-wrap: anywhere;
    word-break: break-word;
    flex: 1 1 auto;
    min-height: 0;
    max-height: 11rem;
    margin: 0;
    overflow-y: hidden;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(251, 98, 48, 0.5) transparent;
}

.testimony:hover p,
.testimony:focus-within p {
    overflow-y: auto;
}

.testimony p::-webkit-scrollbar {
    width: 5px;
}

.testimony p::-webkit-scrollbar-thumb {
    background: rgba(251, 98, 48, 0.5);
    border-radius: 999px;
}

/* start */

.start {
    margin: 0 auto;
    width: 100%;
    background: url('../images/imagem-agende-sua-reuniao.png') no-repeat center center;
    background-size: 100% auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-block: 80px;
}

.start-contact {
    background: url('../images/bg-contato-2.png') no-repeat center center;
    background-size: 100% auto;
    justify-content: flex-end;
    align-items: flex-end;
}

.start-home {
    max-width: 1280px;
    padding-inline: var(--hz-site-gutter);
    box-sizing: border-box;
}

.start-content {
    padding: 80px;
}

.start-contact .start-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40%;
    padding: 80px 120px;
}

.start-content h1, .start-content h2, .start-content h3 {
    text-align: left;
}

.start-contact h1, .start-contact h2, .start-contact h3 {
    text-align: center;
}

.start-content a {
    text-decoration: none;
    transition: 0.3s;
}

.start-content a:hover {
    background: #c4364b;
    color: #fff;
}

/* head page */

.content.contact-page {
    padding-inline: 0;
    align-items: stretch;
    max-width: none;
    width: 100%;
}

.content.head-page:not(.contact-page) {
    padding-inline: 0;
    align-items: stretch;
    max-width: none;
    width: 100%;
    overflow: hidden;
}

.head-page {
    max-width: 1960px;
    width: 100%;
    margin: 0 auto;
    padding: 76px 0 0;
    position: relative;
}

.contact-page.head-page {
    padding: 76px 0 120px;
    min-height: clamp(820px, 55vw, 980px);
    overflow: hidden;
    background: #FF7200;
}

.contact-page .contact-head-image {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 24% bottom;
    /* Remove faixas pretas embutidas no PNG (topo e base) */
    clip-path: inset(8px 0 8px 0);
    z-index: 0;
}

.contact-page .contact-head {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 120px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.head-page-media {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-bottom-right-radius: 20px;
    min-height: clamp(520px, 48vw, 720px);
}

.head-page--quem-somos .head-page-media {
    min-height: clamp(414px, 34.5vw, 530px);
}

.head-page--quem-somos .head-page-infos-wrapper {
    top: 76px;
    bottom: 28px;
}

.head-page--quem-somos .head-page-media img {
    height: 100%;
}

.head-page--servico > img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: initial;
}

.head-page-media img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 76% bottom;
}

.head-page-infos-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 76px;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.head-page-infos {
    left: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    padding-inline: var(--hz-site-gutter);
    box-sizing: border-box;
    pointer-events: auto;
}

.head-page-infos-text {
    width: 40%;
}

.head-page-infos h1 {
    text-align: left;
    line-height: 3.5rem;
    padding-top: 0;
    margin: 0 0 20px;
}

.head-page-infos p {
    margin: 0 0 30px 0;
    line-height: 1.5rem;
}

.head-page-infos a {
    align-self: flex-start;
    margin: 0;
}

.head-page .tab-reverse {
    z-index: 2;
    pointer-events: none;
}

.head-page-scroll-hint {
    align-self: flex-start;
    margin-top: 1.25rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    opacity: 0.95;
}

.head-page-scroll-hint svg {
    display: block;
}

/* arrow */
.arrow { transition: 0.3s; width: 30px; height: 30px; padding: 0; border-radius: 100px; position: relative; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 0 transparent; }
.arrow svg { transition: 0.3s; }
.arrow:hover, .arrow--active { background: #FF7200; box-shadow: 0 0 0 10px rgba(255, 203, 154, 0.27); }
.arrow:hover svg, .arrow--active { fill: #FFF !important; }
.arrow-right svg { margin: 0 0 0 3px; }
/* carousel */
.carousel-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    right: 0;
    top: 40px;
    width: 57%;
    max-height: calc(100% - 80px);
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.carousel-wrapper::-webkit-scrollbar {
    display: none;
}
.carousel { flex-wrap: nowrap; justify-content: flex-start; display: flex; }
.carousel-nav { display: flex; justify-content: flex-start; align-items: center; margin: 40px 0; }
.carousel-status { margin-left: 14px; color: #524F4B; font-size: 0.9rem; font-variant-numeric: tabular-nums; }
.carousel-nav .arrow { cursor: pointer; background: #FF7200; border: 1px solid #FF7200; }
.carousel-nav .arrow svg { fill: #fff; }
.carousel-nav .arrow-left { margin-right: 5px; }
.carousel-nav .arrow-left--disabled { background: #FFF0EB; border: 1px solid #FFF0EB; cursor: auto; }
.carousel-nav .arrow-left--disabled svg { fill: #FF7200; }
.carousel-nav .arrow-left--disabled:hover { border: 1px solid #d8d8d8 !important; box-shadow: 0 0 0 0 !important; background: transparent !important; }
.carousel-nav .arrow-left--disabled:hover svg { fill: #d8d8d8 !important; }

/* página de contato */

.contact {
    padding-block: 120px;
    display: flex;
    justify-content: center;
}

.contact-info {
    background: url('../images/bg-contato.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px;
    border-radius: 5px;
    width: 15%;
    margin-right: 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-info-text {
    display: flex;
    flex-direction: column;
}

.contact-info .text-info {
    margin-bottom: 20px;
}

.contact-info-a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin: 10px 0;
}

.contact-info-a svg {
    display: block;
    width: 20px;
    margin-right: 10px;
}
.contact-info-a span {
    width: 80%;
    display: block;
}

.contact-form {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    width: 25%;
    padding: 50px;
    margin-left: 1%;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 90%;
    padding: 20px 5%;
    background: #FAFAFA;
    border-radius: 5px;
    margin: 0 0 10px 0;
    outline: none;
    border: 0;
    color: #8F8F8F;
    resize: none;
}

.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
    color: #8F8F8F;
}

.input-file {
    position: relative;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.input-cover {
    width: 90%;
    padding: 20px 5%;
    background: #FAFAFA;
    border-radius: 5px;
    margin: 0 0 10px 0;
    outline: none;
    border: 0;
    color: #8F8F8F;
    resize: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.contact-form select {
    width: 100%;
}

.work-with-us-form {
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    margin-top: -180px;
}

.policy {
    padding: 80px 0;
}

.policy h3 {
    margin: 40px 0 30px 0;
    max-width: 600;
}

.policy h2 {
    margin: 0 0 30px 0;
}
.policy p {
    margin: 0 0 15px 0;
    max-width: 600px;
}


/* validator css */

.message {
    /* cor mensagem */
    background: #0F2A73;
    /* alinhamento mensagem */
    margin: -13px 0 10px 0;
    position: relative;
    color: #ffd403;
    padding: 8px 0px;
    text-indent: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
    width: 100%;
    display: none;
    font-size: 1rem;
    text-align: left;
}

.message:before {
    top: -50px;
    border-bottom: 20px solid #c4364b;
}

.message:after {
    top: 30px;
    border-top: 20px solid #c4364b;
}

#form-message {
    position: relative;
    padding: 8px 2%;
    color: #fff;
    z-index: 20;
    width: 100%;
    margin: 0 0 20px auto;
    font-size: 1.1rem;
    text-align: center;
    display: none;
}

.btn-send {
    cursor: pointer;
}

.sending {
    background: #fafafa !important;
}

.success { background: #8cbc09; }
.success:before { border-bottom: 20px solid #8cbc09; }
.success:after { border-top: 20px solid #8cbc09; }
.error { background: #c4364b; }
.error:before { border-bottom: 20px solid #c4364b; }
.error:after { border-top: 20px solid #c4364b; }

.grecaptcha-badge {
    display: none !important;
}


/* dropdown — header (painel flutuante) */
header .header-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
}

header .header-dropdown::after {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: 100%;
    height: 14px;
}

header .header-dropdown .dropdown-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

header .header-dropdown .dropdown-chevron {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: -2px;
}

header .header-dropdown:hover .dropdown-chevron,
header .header-dropdown:focus-within .dropdown-chevron,
header .header-dropdown.is-open .dropdown-chevron {
    transform: rotate(-135deg);
}

header .header-dropdown .dropdown-items {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    min-width: 300px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
    border-radius: 12px;
    background: #fff;
    box-shadow:
        0 4px 6px rgba(255, 114, 0, 0.06),
        0 16px 40px rgba(255, 114, 0, 0.14);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(10px) scale(0.97);
    transform-origin: top center;
    transition:
        opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.28s;
}

header .header-dropdown:hover .dropdown-items,
header .header-dropdown:focus-within .dropdown-items,
header .header-dropdown.is-open .dropdown-items {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
}

header .header-dropdown .dropdown-items a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 11px 14px;
    margin: 0;
    color: #FF7200;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 8px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(-6px);
    transition:
        opacity 0.22s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
        background-color 0.2s ease,
        color 0.2s ease;
}

header .header-dropdown:hover .dropdown-items a,
header .header-dropdown:focus-within .dropdown-items a,
header .header-dropdown.is-open .dropdown-items a {
    opacity: 1;
    transform: translateY(0);
}

header .header-dropdown:hover .dropdown-items a:nth-child(1),
header .header-dropdown:focus-within .dropdown-items a:nth-child(1),
header .header-dropdown.is-open .dropdown-items a:nth-child(1) {
    transition-delay: 0.05s;
}

header .header-dropdown:hover .dropdown-items a:nth-child(2),
header .header-dropdown:focus-within .dropdown-items a:nth-child(2),
header .header-dropdown.is-open .dropdown-items a:nth-child(2) {
    transition-delay: 0.1s;
}

header .header-dropdown:hover .dropdown-items a:nth-child(3),
header .header-dropdown:focus-within .dropdown-items a:nth-child(3),
header .header-dropdown.is-open .dropdown-items a:nth-child(3) {
    transition-delay: 0.15s;
}

header .header-dropdown:hover .dropdown-items a:nth-child(4),
header .header-dropdown:focus-within .dropdown-items a:nth-child(4),
header .header-dropdown.is-open .dropdown-items a:nth-child(4) {
    transition-delay: 0.2s;
}

header .header-dropdown .dropdown-items a:hover {
    background: rgba(255, 114, 0, 0.08);
    color: #C13A3A;
}

header .header-dropdown .dropdown-items a svg,
header .header-dropdown .dropdown-items a img {
    flex-shrink: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
    header .header-dropdown .dropdown-items,
    header .header-dropdown .dropdown-chevron,
    header .header-dropdown .dropdown-items a {
        transition: none;
    }

    header .header-dropdown .dropdown-items a {
        opacity: 1;
        transform: none;
    }
}

/* pages */
/* about */

.for-who-wrapper {
    max-width: 1280px;
    flex-wrap: wrap;
    justify-content: center;
}

.for-who-item {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px;
    padding: 40px;
    width: 280px;
}

.for-who-item svg {
    width: 30px;
    margin: 0 0 30px 0;
}

.for-who-item h4 {
    color: #FB6230;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.for-who-item h4 b,
.for-who-item h4 strong {
    font-weight: 600;
}

/* contact */

.contact-head {
    position: absolute;
    width: 100%;
}

.contact-head-wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--hz-site-gutter);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(1.5rem, 4vw, 3rem);
}

.contact-head-title {
    width: 40%;
    flex: 0 1 40%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.contact-head-title h1 {
    text-align: left;
    margin: 0 0 40px 0;
}

.contact-head-title p {
    margin: 0 0 5px 0;    
}

.contact-head-title ul {
    margin: 40px 0 0 0;
}

.contact-head-title ul li {
    margin: 0 0 15px 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-head-title ul li svg {
    margin: 0 15px 0 0;
}

.contact-head-form {
    width: 50%;
    flex: 0 1 50%;
    min-width: 0;
    box-sizing: border-box;
}

.form-block {
    width: 100%;
    display: flex;
    margin: 0 0 30px 0;
    justify-content: space-between;
    align-items: center;
}

.form-input {
    width: 48%;
    padding: 15px 0;
    border-radius: 3px;
    text-indent: 20px;
    background: #F06B00;
    color: #fff;
    border: 2px solid #F48C38;
    outline: none;
    box-sizing: border-box;
}

.form-input::placeholder {
    color: #e7e7e7;
}

.form-block-select {
    position: relative;
}

.select-chevron {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.form-select {
    width: 100%;
    padding: 15px 20px;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    background: #F06B00;
    color: #fff;
    border: 2px solid #F48C38;
    outline: none;
    box-sizing: border-box;
}

.form-message {
    width: 100%;
    padding: 15px 20px;
    border-radius: 3px;
    resize: none;
    background: #F06B00;
    color: #fff;
    border: 2px solid #F48C38;
    outline: none;
    box-sizing: border-box;
    min-height: 7rem;
    max-height: 7rem;
}


.form-message::placeholder {
    color: #e7e7e7;
}

.form-block-button {
    justify-content: flex-end;
    align-items: flex-end;
}

.form-block-button button,
.form-block-button input[type="submit"] {
    background: #fff;
    cursor: pointer;
    align-self: flex-end;
    width: 200px;
    margin: 0;
    transition: .3s;
    border: none;
}

/* Contact Form 7 — alinhar ao layout Laravel (sem labels visíveis) */
.contact-head-form .wpcf7 {
    width: 100%;
}

.contact-head-form .wpcf7-form {
    margin: 0;
}

.contact-head-form .form-block > p {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 4%;
}

.contact-head-form .form-block .wpcf7-form-control-wrap {
    width: 48%;
    display: block;
}

.contact-head-form .form-block .wpcf7-form-control-wrap:only-child,
.contact-head-form .form-block-select .wpcf7-form-control-wrap,
.contact-head-form .form-block:has(.form-message) .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-head-form .wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin: 0;
}

.contact-head-form .form-block-select > p {
    position: relative;
}

.contact-head-form .form-block-select .select-chevron {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.contact-head-form .form-block-button > p {
    justify-content: flex-end;
    position: relative;
}

.contact-head-form .form-block-button .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 208px;
    margin: 0;
    transform: translateY(-50%);
}

.contact-head-form .wpcf7-not-valid-tip {
    display: none;
}

.contact-head-form .wpcf7-form.invalid .wpcf7-not-valid-tip,
.contact-head-form .wpcf7-form.unaccepted .wpcf7-not-valid-tip {
    display: block;
    font-size: 0.75rem;
    margin-top: 4px;
    color: #fff;
}

.contact-head-form .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px 16px;
    border-radius: 3px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.35);
}

.contact-head-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-head-form .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #c4364b;
    background: rgba(196, 54, 75, 0.85);
}

.contact-head-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #8cbc09;
    background: rgba(140, 188, 9, 0.85);
}

.contact-head-form .wpcf7-spinner {
    margin-left: 8px;
}

.form-recaptcha-notice {
    margin: 12px 0 0;
    font-size: 0.75rem;
    line-height: 1.35rem;
    color: rgba(255, 255, 255, 0.72);
    max-width: 100%;
}

.form-recaptcha-notice a {
    color: #fff;
    text-decoration: underline;
}

.form-recaptcha-notice a:hover {
    color: #FFA55C;
}

.contact-infos {
    max-width: 1280px;
    width: 100%;
    margin: 100px auto;
    padding-inline: var(--hz-site-gutter);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(1.5rem, 4vw, 3rem);
}

.contact-social {
    width: 43%;
}

.contact-social-block {
    background: #fff;
    padding: 20px 0;    
    border-radius: 15px;
    margin: 30px 0 0 0;
}

.contact-social-block p {
    text-align: center;
    font-size: 1.2rem;
    margin: 20px 0 0 0;
}

.contact-social-block p b,
.contact-social-block p strong {
    color: #FB7E1B;
    font-weight: 700;
}

.contact-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 30px 0;
    width: 100%;
}

.contact-social-list a {
    margin: 0 20px;
    text-decoration: none;
}

.contact-map {
    width: 55%;
}

.contact-map-title {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;    
    border-radius: 15px;
    margin: 0 0 30px 0;
}

.contact-map-title svg {
    margin: 0 20px 0 0;
    width: 20px;
    display: block;
}

.contact-infos img {
    width: 100%;
}

.map-iframe {
    overflow: hidden;
    width: 100%;
    border-radius: 30px;
    position: relative;
    height: 500px;
    margin: 0 0 50px 0;
}

.map-iframe iframe {
    height: 500px;
}

.humanizza-osm-map__canvas {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
}

.humanizza-osm-map .leaflet-container {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    z-index: 1;
}

.humanizza-osm-map .leaflet-control-attribution {
    font-size: 10px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 8px 0 0 0;
    padding: 2px 6px;
}

.humanizza-map-google-btn {
    position: absolute;
    right: 20px;
    bottom: 68px;
    z-index: 500;
    margin: 0;
    box-shadow: 0 8px 24px rgba(7, 21, 56, 0.18);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.humanizza-map-google-btn:hover {
    background: #FF7200;
    color: #fff;
    transform: translateY(-1px);
}

.map-iframe-tab {
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
}

.map-iframe-tab-bar {
    width: 65%;
    background:#fff9f7;
    height: 50px;
    bottom: 0;
    right: 0;
    position: absolute;
    transform: skewX(-40deg);
    border-top-left-radius: 10px;
}

.map-iframe-tab::before {
    content: '';
    width: 50px;
    height: 50px;
    background: transparent;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 4;
    left: 35%;
    margin-left: -50px;
    transform: skewX(-40deg);
    box-shadow: 10px 10px 0 #fff9f7; 
}

.map-iframe-tab::after {
    content: '';
    width: 50px;
    height: 50px;
    background:transparent;
    bottom: 50px;
    right: 10px;
    position: absolute;
    border-bottom-right-radius: 20px;
    box-shadow: 10px 10px 0 #fff9f7;
}

.title-block {
    max-width: 600px;
    margin: 80px auto;
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    padding: 80px;
}

.title-block h3 {
    color: #000;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.4rem;
    max-width: 640px;
    margin: 30px auto;
    text-align: center;
}

.title-block h3 b,
.title-block h3 strong {
    color: #FF7200;
    font-weight: 700;
}

.questions {
    width: 1280px;
    margin: 0 auto;
    padding: 40px 0 120px 0;
}

.question { 
    width: 100%;
}

.question-item {    
    background: #fff;
    display: flex;
    padding: 15px 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0;
    border: 0;
    width: 100%;
    color: inherit;
    font: inherit;
    text-align: left;
}

.question-item:hover {        
    box-shadow: 5px 5px 20px rgba(0,0,0,.05);
}

.question-item-title {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex: 1;
    min-width: 0;
}

.question-item-title h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.35rem;
    color: #524F4B;
    flex: 1;
    min-width: 0;
}

.question-item-title svg,
.question-item .question-person {
    width: 25px;
    height: auto;
    flex-shrink: 0;
    margin: 0 20px 0 0;
}

.question-item .question-plus {
    width: 10px;
}

.question-show {
    overflow: hidden;
    display: none;
    transition: .3;
}

.question-show-wrapper {
    background: #fff;
    display: flex;
    padding: 80px;
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 0 30px 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,.05);
}

.question-show-infos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.question-show-infos svg {
    width: 30px;
    margin: 0 0 30px 0;
}

.question-show-infos h3 {
    color: #F06B00;
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0 0 30px 0;
}

.question-list h4 {
    color: #F06B00;
    font-size: 1.1rem;
    margin: 0 0 30px 0;
    display: flex;
}

.question-list h5 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 15px 0;
}

.question-list h5 svg {
    margin: 0 10px 0 0;
    width: 20px;
    display: block;
}

.question-list h5 span {
    width: calc(100% - 30px);
    display: block;
    font-size: 1rem;
    line-height: 1.3rem;
}

.question-show-infos p {
    width: 100%;
    font-size: 0.95rem;
    line-height: 1.5rem;
    margin: 0 0 30px 0;
}

/* Service pages: prevent fixed-width overflow on compact desktops */
@media (min-width: 981px) and (max-width: 1320px) {
    .head-page--servico .head-page-infos-text {
        width: min(46%, 34rem);
    }

    .service-audience,
    .service-intro,
    .service-accordion {
        padding-inline: var(--hz-site-gutter);
        box-sizing: border-box;
    }

    .service-audience .for-who-wrapper {
        width: 100%;
        gap: 1.25rem;
    }

    .service-audience .for-who-item {
        flex: 1 1 16rem;
        width: auto;
        min-width: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .service-intro .title-block {
        width: min(100%, 47rem);
        padding: clamp(3rem, 6vw, 5rem);
        box-sizing: border-box;
    }

    .service-intro > .image-block {
        width: min(100%, 72rem);
        height: auto;
    }

    .service-accordion .questions {
        width: min(100%, 72rem);
        box-sizing: border-box;
    }

    .service-accordion .question-show-wrapper {
        gap: clamp(2rem, 4vw, 4rem);
        padding: clamp(2.5rem, 5vw, 4.5rem);
        box-sizing: border-box;
    }

    .service-accordion .question-show-infos p {
        width: 100%;
    }
}

/* Ultra-wide: altura proporcional sem cortar cabeças; foto ancorada na base */
@media (min-width: 1600px) {
    .banner {
        min-height: max(580px, 42vw);
    }

    .banner .banner-bg img {
        object-position: 76% bottom;
        clip-path: inset(8px 0 0 0);
    }

    .head-page-media {
        min-height: max(720px, 48vw);
    }

    .head-page--quem-somos .head-page-media {
        min-height: max(530px, 34.5vw);
    }

    .head-page-media img {
        object-position: 76% bottom;
    }

    .contact-page.head-page {
        min-height: max(980px, 55vw);
    }

    .contact-page .contact-head-image {
        object-position: 24% bottom;
        clip-path: inset(8px 0 8px 0);
    }
}

@media (min-width: 1920px) {
    .banner {
        min-height: max(620px, 40vw);
    }

    .head-page-media {
        min-height: max(760px, 46vw);
    }

    .head-page--quem-somos .head-page-media {
        min-height: max(560px, 32vw);
    }

    .contact-page .contact-head-image {
        clip-path: inset(8px 0 8px 0);
    }
}

@media (min-width: 2560px) {
    .banner {
        min-height: max(680px, 38vw);
    }

    .head-page-media {
        min-height: max(820px, 44vw);
    }

    .head-page--quem-somos .head-page-media {
        min-height: max(600px, 30vw);
    }
}

/* Testimonials: carrossel ocupa da coluna de texto até a borda direita em ultra-wide */
@media (min-width: 1600px) {
    .testimonials-wrapper {
        max-width: none;
        width: 100%;
        padding-left: max(var(--hz-site-gutter), calc((100vw - 1280px) / 2));
        padding-right: 0;
    }

    .testimonials-wrapper > .blk-3 {
        width: 24rem;
        max-width: 24rem;
        flex-shrink: 0;
    }

    .carousel-wrapper {
        left: calc(max(var(--hz-site-gutter), calc((100vw - 1280px) / 2)) + 24rem + 2rem);
        right: 0;
        width: auto;
    }
}
