@import url("pain-refinement.css");
.proof { overflow: hidden; }
.proof-grid { display: flex !important; grid-template-columns: none !important; gap: 18px !important; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; padding: 4px 56px 18px 0; scrollbar-width: none; cursor: grab; }
.proof-grid::-webkit-scrollbar { display: none; }
.proof-grid:active { cursor: grabbing; }
.proof-grid .proof-card { flex: 0 0 clamp(250px, 27vw, 310px); scroll-snap-align: start; scroll-snap-stop: normal; }
.proof-carousel-nav { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 18px auto 0; }
.proof-carousel-button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(249, 199, 79, .56); border-radius: 999px; color: var(--spx-yellow, #f9c74f); background: rgba(255,255,255,.06); cursor: pointer; font-size: 24px; line-height: 1; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.proof-carousel-button:hover { background: rgba(255,255,255,.11); border-color: rgba(249, 199, 79, .9); transform: translateY(-1px); }
.section-heading .display,.audience-card > .display,.authority-copy > .display,.faq header .display,.offer-card__content .display { max-width: 720px !important; font-size: clamp(34px, 3.2vw, 42px) !important; line-height: 1.35 !important; font-weight: 600 !important; letter-spacing: -.02em !important; text-wrap: balance; }
.section-heading .display { margin-inline: auto; }
.section-heading .lead,.proof .section-accent { max-width: 660px !important; margin: 14px auto 0 !important; font-family: "DM Sans", system-ui, sans-serif !important; font-size: 16px !important; line-height: 1.65 !important; font-weight: 400 !important; letter-spacing: 0 !important; text-wrap: pretty; }
.section-heading .lead strong { font-weight: 600 !important; }
.section-heading { margin-bottom: 34px !important; }
@media (max-width: 920px) { .proof-grid { grid-template-columns: none !important; padding-right: 46px; } .proof-grid .proof-card { flex-basis: min(44vw, 300px); } }
@media (max-width: 680px) { .proof-grid { grid-template-columns: none !important; gap: 12px !important; width: calc(100vw - 14px); margin-left: 0; padding: 2px 54px 14px 0; } .proof-grid .proof-card { flex: 0 0 76vw; min-height: 330px; } .proof-carousel-nav { display: none; } .section-heading .display,.audience-card > .display,.authority-copy > .display,.faq header .display,.offer-card__content .display { max-width: 360px !important; font-size: 26px !important; line-height: 1.42 !important; font-weight: 600 !important; letter-spacing: -.02em !important; text-wrap: balance; } .section-heading .display,.faq header .display,.offer-card__content .display { margin-inline: auto !important; } .section-heading .lead,.proof .section-accent { max-width: 350px !important; margin: 12px auto 0 !important; font-family: "DM Sans", system-ui, sans-serif !important; font-size: 14px !important; line-height: 1.6 !important; font-weight: 400 !important; letter-spacing: 0 !important; } .section-heading .lead strong { font-weight: 600 !important; } .section-heading { margin-bottom: 30px !important; } .proof-closing,.product-closing,.contents-closing { max-width: 350px !important; margin-top: 24px !important; font-size: 14px !important; line-height: 1.6 !important; } .product-intro .deliverable-stack { gap: 24px; } .product-intro .deliverable-card,.product-intro .deliverable-card--reverse { width: min(100%, 360px); min-height: 0; margin-inline: auto; } .product-intro .deliverable-card__visual { min-height: 0; height: 165px; } .product-intro .deliverable-card__copy { justify-content: flex-start; padding: 20px 20px 22px; } .product-intro .deliverable-card__copy h3 { margin-bottom: 8px; font-size: 1.05rem; line-height: 1.22; } .product-intro .deliverable-card__copy p { font-size: .875rem; line-height: 1.42; } .access { padding-top: 64px; padding-bottom: 76px; } .access .container--medium { width: min(calc(100% - 38px), 390px); } .access .section-heading { margin-bottom: 50px !important; } .access .section-heading .display { max-width: 378px !important; font-size: 24px !important; line-height: 1.32 !important; letter-spacing: -.025em !important; text-wrap: balance; } .access .step-grid { gap: 22px; } .access .step-card { min-height: 244px; padding: 36px 24px 34px; border-radius: 21px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(17,17,17,.08); } .access .step-icon { position: relative; width: 70px; height: 70px; flex: 0 0 70px; margin: 0 auto 26px; border-radius: 50%; background: #f7ebe4; border: 1px solid rgba(13,96,61,.08); color: transparent; font-size: 0; } .access .step-card h3 { margin: 0 0 16px; color: var(--spx-green-deep); font-size: 15px; line-height: 1.25; font-weight: 800; letter-spacing: .015em; } .access .step-card p { max-width: 335px; margin: 0; color: #6f6f6f; font-size: 15px; line-height: 1.55; } .access .step-card:nth-child(1) .step-icon::before { content: ""; position: absolute; left: 50%; top: 50%; width: 30px; height: 20px; border: 2px solid var(--spx-green-deep); border-radius: 3px; transform: translate(-50%, -50%); } .access .step-card:nth-child(1) .step-icon::after { content: ""; position: absolute; left: 50%; top: 27px; width: 15px; height: 15px; border-right: 2px solid var(--spx-green-deep); border-bottom: 2px solid var(--spx-green-deep); transform: translateX(-50%) rotate(45deg); } .access .step-card:nth-child(2) .step-icon::before { content: ""; position: absolute; left: 50%; top: 20px; width: 2px; height: 25px; border-radius: 999px; background: var(--spx-green-deep); transform: translateX(-50%); } .access .step-card:nth-child(2) .step-icon::after { content: ""; position: absolute; left: 50%; top: 34px; width: 12px; height: 12px; border-right: 2px solid var(--spx-green-deep); border-bottom: 2px solid var(--spx-green-deep); transform: translateX(-50%) rotate(45deg); } .access .step-card:nth-child(3) .step-icon::before { content: ""; position: absolute; left: 28px; top: 19px; width: 14px; height: 25px; border-right: 3px solid var(--spx-green-deep); border-bottom: 3px solid var(--spx-green-deep); transform: rotate(45deg); } }
@media (prefers-reduced-motion: reduce) { .proof-grid { scroll-behavior: auto; } .proof-carousel-button { transition: none; } }
.footer { padding: 98px 0 38px; background: #1a1a1a; color: rgba(255,255,255,.38); text-align: center; }
.footer .footer__inner { width: min(calc(100% - 48px), 760px); margin-inline: auto; }
.footer .brand-mark--footer { min-width: 0; height: auto; margin: 0 auto 10px; padding: 0; border: 0; color: rgba(255,255,255,.84); font-family: "DM Sans", system-ui, sans-serif; font-size: 30px; line-height: 1; font-weight: 800; letter-spacing: .22em; }
.footer__inner > p:nth-of-type(1) { margin: 0 0 50px; color: rgba(255,255,255,.54); font-size: 11px; line-height: 1.4; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer__inner > p:nth-of-type(2) { margin: 0 auto 42px; max-width: 620px; font-size: 0; }
.footer__inner > p:nth-of-type(2)::before { content: "Tem alguma dúvida? Fale com a nossa equipe."; display: block; color: rgba(255,255,255,.66); font-family: "DM Sans", system-ui, sans-serif; font-size: 18px; line-height: 1.5; font-weight: 400; }
.footer__legal { max-width: 700px !important; margin: 0 auto !important; color: rgba(255,255,255,.31) !important; font-size: 12px !important; line-height: 1.65 !important; }
.footer__legal::before { content: "Este site não é afiliado ao Facebook, Instagram ou à Meta. A responsabilidade pelo conteúdo e pela compra é exclusivamente da SPX Assessoria. A aquisição deste material não garante resultados específicos; os resultados dependem da aplicação e do contexto de cada operação."; display: block; max-width: 690px; margin: 0 auto 30px; color: rgba(255,255,255,.31); font-size: 14px; line-height: 1.72; font-weight: 400; }
.footer .rule--footer { width: 100%; margin: 60px auto 0; border-color: rgba(255,255,255,.09); }
.footer__copyright { max-width: 680px; margin: 34px auto 0 !important; color: rgba(255,255,255,.27); font-size: 13px !important; line-height: 1.6; }
@media (max-width: 680px) { .footer { padding: 92px 0 32px; } .footer .footer__inner { width: min(calc(100% - 40px), 390px); } .footer .brand-mark--footer { font-size: 28px; margin-bottom: 9px; } .footer__inner > p:nth-of-type(1) { margin-bottom: 48px; font-size: 10px; } .footer__inner > p:nth-of-type(2) { margin-bottom: 38px; } .footer__inner > p:nth-of-type(2)::before { max-width: 335px; margin-inline: auto; font-size: 17px; line-height: 1.5; } .footer__legal { max-width: 350px !important; font-size: 11px !important; line-height: 1.65 !important; } .footer__legal::before { max-width: 350px; margin-bottom: 28px; font-size: 13.5px; line-height: 1.72; } .footer .rule--footer { margin-top: 56px; } .footer__copyright { max-width: 340px; margin-top: 30px !important; font-size: 12.5px !important; line-height: 1.65; } }
