/* RESET E FUNDO */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    isolation: isolate;
    background-color: #121212;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-color: #121212;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 36px 36px;
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.02;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 180px 180px;
}

@keyframes page-fade-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CONTAINER QUE ORGANIZA OS CARTÕES */
.card-container {
    display: flex;
    flex-direction: column; 
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    gap: 60px;
    padding: 40px 20px calc(170px + env(safe-area-inset-bottom, 0px));
    position: relative;
    z-index: 1;
    animation: page-fade-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
    .card-container {
        animation: none;
    }
}

.card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 550px;
}

/* O CARTÃO */
.card {
    width: 90%;
    max-width: 550px;
    min-height: 310px;
    height: auto;
    aspect-ratio: 1.7 / 1;
    padding: 20px;
    background-color: #EDE6DC; /* Pastel quente */
    border-radius: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow:
        0 2px 4px rgba(42, 32, 20, 0.04),
        0 10px 24px rgba(42, 32, 20, 0.07),
        0 24px 48px rgba(42, 32, 20, 0.09),
        0 40px 80px rgba(42, 32, 20, 0.06);
    overflow: hidden; 
}

/* MOLDURA INTERNA - AGORA DOURADA */
.bronze-edge {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    box-shadow: inset 0 0 0 3px #FFD700;
    pointer-events: none;
    border-radius: 25px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    z-index: 1;
}

/* TIPOGRAFIA FRENTE */
.card-back {
    background-color: #1A4391;
    --back-inset: 10px;
    --back-action-size: 110px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.card-back .content-back {
    position: absolute;
    inset: 0;
    flex: none;
    height: auto;
    min-height: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: clamp(8px, 2vw, 12px);
    padding: var(--back-inset);
    pointer-events: auto;
}

.card-front {
    background-color: #1A4391;
    background-image: url('/sidney-higienizacoes-9h4k/imagem-fundo-frente-cartao.png?v=2');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-front .content {
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.card-front .logo-img {
    width: min(42vw, 200px);
    margin: 0 auto;
}

.card-front-texto {
    width: min(82vw, 360px);
    max-width: 92%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo-img {
    width: 160px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.name {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #5A4E42;
    margin-bottom: 10px;
}

.specialties {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; 
    color: #C5A059; /* Dourado */
    padding-top: 12px;
    border-top: 1px solid rgba(197, 160, 89, 0.3);
    width: 90%; 
    line-height: 1.6; 
}

/* LINKS DAS ESPECIALIDADES */
.spec-item, 
.spec-item:visited {
    text-decoration: none;
    color: #C5A059 !important;
    transition: 0.3s;
    outline: none;
}

/* VERSO */
.content-back {
    justify-content: space-between;
    align-items: stretch;
    gap: clamp(8px, 2vw, 12px);
}

.back-services-section {
    flex-shrink: 0;
    width: 100%;
}

.back-section-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1.15;
}

.back-benefits-banner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    background: transparent;
    padding: 0;
    flex-shrink: 0;
    border-bottom: none;
}

.back-benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(5px, 1.4vw, 8px);
    padding: 2px clamp(5px, 1.4vw, 8px);
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.back-benefit-item:last-child {
    border-right: none;
}

.back-benefit-icon {
    width: clamp(36px, 9vw, 48px);
    height: clamp(36px, 9vw, 48px);
    flex-shrink: 0;
    object-fit: contain;
}

img.back-benefit-icon {
    width: clamp(40px, 10vw, 52px);
    height: clamp(40px, 10vw, 52px);
}

.back-benefit-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1px;
    min-height: 2.15em;
    margin: 0;
    padding: 0 2px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(9px, 2.3vw, 11.5px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
}

.back-benefit-line {
    display: block;
    white-space: nowrap;
}

.back-conversion-section {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 0;
    border-top: 2px dotted rgba(255, 255, 255, 0.35);
    padding-top: clamp(10px, 2.5vw, 16px);
    gap: clamp(10px, 2.5vw, 16px);
}

.back-conversion-intro {
    text-align: center;
    width: 100%;
    padding: 0;
    flex-shrink: 0;
}

.back-conversion-desc {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(13px, 3.2vw, 17px);
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.back-conversion-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 4vw, 32px);
    width: 100%;
    flex: 0 0 auto;
    min-height: 0;
}

.back-qr-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
}

.qrcode-container {
    position: static;
    transform: none;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.back-cta-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    gap: 0;
    min-width: 0;
    flex: 0 0 auto;
}

.back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    padding: 6px;
    border-radius: 9px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(9px, 2.2vw, 12px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, filter 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.back-btn--whatsapp {
    background-color: #15803D;
    color: #ffffff;
    width: var(--back-action-size);
    height: var(--back-action-size);
    max-width: none;
    white-space: normal;
    border: 2px solid #000000;
    box-shadow: 0 4px 14px rgba(21, 128, 61, 0.32);
}

.back-phones-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: auto;
    margin-bottom: clamp(38px, 9vw, 48px);
}

.content-back .back-phones-block .link-contato,
.content-back .back-phones-block .link-contato:visited {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 3.2vw, 18px);
    letter-spacing: 0.03em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    width: auto;
    padding: 1px 0;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.content-back .back-phones-block .whatsapp-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #25D366;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* QR CODE */
.qrcode-frame {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-shrink: 0;
}

.qrcode-border {
    width: var(--back-action-size);
    height: var(--back-action-size);
    border: 2px solid #FFD700;
    padding: 4px;
    border-radius: 9px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    box-sizing: border-box;
}

.qrcode-content {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* BLOCO DE CONTATO (E-mail e Telefone) */
.contact-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.content-back .contact-info-block {
    align-items: flex-start;
    align-self: center;
    text-align: left;
    flex: 0 0 auto;
    min-width: 0;
    max-width: 92%;
    width: max-content;
    gap: 9px;
}

.content-back .link-contato,
.content-back .link-contato:visited {
    justify-content: flex-start;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: left;
    gap: 10px;
    color: #000000 !important;
    line-height: 1.4;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 2px 0;
    transition: all 0.3s ease;
}

.content-back .link-contato--email,
.content-back .link-contato--email:visited {
    letter-spacing: 0.5px;
}

.content-back .link-contato span {
    min-width: 0;
    overflow-wrap: break-word;
    text-align: left;
    transition: all 0.3s ease;
}

.content-back .contact-icon,
.content-back .contact-icon--facebook,
.content-back .contact-icon--email {
    width: 22px;
    height: 22px;
    min-width: 22px;
    flex: 0 0 22px;
    flex-shrink: 0;
    display: block;
    transform-origin: center;
    transition: background 0.3s ease, transform 0.3s ease, filter 0.3s ease;
    background-color: #000000;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.content-back .contact-icon--facebook {
    -webkit-mask-image: url('/sidney-higienizacoes-9h4k/iconeface.png');
    mask-image: url('/sidney-higienizacoes-9h4k/iconeface.png');
}

.content-back .contact-icon--email {
    -webkit-mask-image: url('/sidney-higienizacoes-9h4k/icone-email.png');
    mask-image: url('/sidney-higienizacoes-9h4k/icone-email.png');
}

.content-back .whatsapp-icon {
    width: 20px;
    height: 20px;
    transition: fill 0.3s ease;
}

.link-contato,
.link-contato:visited { 
    text-decoration: none;
    color: #C5A059 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.3s;
    outline: none; 
}

/* ICONE WHATSAPP INTERNO (Mantido verde para destaque) */
.whatsapp-icon {
    width: 18px;
    height: 18px;
    fill: #0da545 !important;
}

/* MARCA CORUX (rodapé) */
.corux-brand {
    position: fixed;
    left: 50%;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    text-align: center;
    pointer-events: none;
    user-select: none;
    z-index: 500;
}

.corux-brand__link {
    display: inline-block;
    pointer-events: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #5A4E42;
    letter-spacing: 0.35px;
    line-height: 1.2;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.2s ease;
}

.corux-brand__link:hover,
.corux-brand__link:focus-visible {
    color: #6B5D4F;
}

.corux-brand__link:active {
    opacity: 0.85;
}

.corux-brand__tagline {
    margin-top: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 9px;
    font-weight: 400;
    color: rgba(90, 78, 66, 0.62);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 1.2;
}

/* BOTÕES FLUTUANTES */
:root {
    --float-size-primary: 60px;
    --float-size-tiktok: 45px;
    --float-gap: 14px;
}

.float-actions {
    position: fixed;
    right: 30px;
    bottom: calc(30px + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--float-gap);
    z-index: 1000;
}

.whatsapp-float,
.share-float,
.tiktok-float {
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.whatsapp-float,
.share-float {
    width: var(--float-size-primary);
    height: var(--float-size-primary);
}

.whatsapp-float {
    background-color: #25D366;
    border: none;
    text-decoration: none;
}

.tiktok-float {
    width: var(--float-size-tiktok);
    height: var(--float-size-tiktok);
    background-color: #ffffff;
    border: 2px solid #1A4391;
    text-decoration: none;
}

.share-float {
    background-color: #ffffff;
    border: 2px solid #1A4391;
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: #FFFFFF !important;
}

.tiktok-float svg {
    width: 22px;
    height: 22px;
    fill: #1A4391;
}

.share-float img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(22%) sepia(85%) saturate(1500%) hue-rotate(196deg) brightness(92%) contrast(92%);
}

.share-float__tooltip,
.whatsapp-float__tooltip,
.tiktok-float__tooltip {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 12px;
    background-color: #1A4391;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    white-space: nowrap;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(26, 67, 145, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1001;
}

.share-toast {
    position: fixed;
    left: 50%;
    bottom: calc(30px + var(--float-size-primary) + var(--float-gap) + var(--float-size-primary) + var(--float-gap) + var(--float-size-tiktok) + 24px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%) translateY(12px);
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(132, 105, 87, 0.95);
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 1001;
    pointer-events: none;
}

.share-toast.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* HOVER (Computador) */
@media (hover: hover) {
    .link-contato:hover, 
    .spec-item:hover { 
        color: #9A7342 !important;
    }

    .content-back .link-contato:hover,
    .content-back .link-contato:visited:hover {
        color: #6B4423 !important;
        font-weight: 600;
        text-shadow: 0 0 5px rgba(197, 160, 89, 0.45);
    }

    .content-back .link-contato:hover .contact-icon--facebook,
    .content-back .link-contato:visited:hover .contact-icon--facebook {
        background-color: #1877F2;
        background-image: none;
        filter: drop-shadow(0 1px 3px rgba(24, 119, 242, 0.35));
        transform: scale(1.08);
    }

    .content-back .link-contato:hover .contact-icon--email,
    .content-back .link-contato:visited:hover .contact-icon--email {
        background-color: #EA4335;
        background-image: none;
        filter: drop-shadow(0 1px 3px rgba(234, 67, 53, 0.3));
        transform: scale(1.08);
    }

    .content-back .link-contato:hover .whatsapp-icon,
    .content-back .link-contato:visited:hover .whatsapp-icon {
        fill: #6B4423 !important;
    }

    .content-back .back-phones-block .link-contato:hover,
    .content-back .back-phones-block .link-contato:visited:hover {
        color: #FFEB80 !important;
        text-shadow: none;
    }

    .content-back .back-phones-block .link-contato:hover .whatsapp-icon,
    .content-back .back-phones-block .link-contato:visited:hover .whatsapp-icon {
        color: #FFEB80 !important;
        fill: none !important;
        transform: scale(1.08);
    }

    .back-btn--whatsapp:hover {
        background-color: #1FA855;
        transform: translateY(-3px) scale(1.05);
        box-shadow:
            0 10px 24px rgba(31, 168, 85, 0.48),
            0 0 0 3px rgba(74, 232, 138, 0.28);
    }

    .share-float:hover .share-float__tooltip,
    .whatsapp-float:hover .whatsapp-float__tooltip,
    .tiktok-float:hover .tiktok-float__tooltip {
        opacity: 1;
        visibility: visible;
    }

    .whatsapp-float:hover {
        transform: scale(1.1);
        background-color: #20ba5a;
    }

    .tiktok-float:hover {
        transform: scale(1.1);
        background-color: #faf8f6;
        border-color: #a8844a;
    }

    .tiktok-float:hover svg {
        fill: #a8844a;
    }

    .share-float:hover {
        transform: scale(1.1);
        background-color: #faf8f6;
        border-color: #a8844a;
    }
}

.back-btn--whatsapp:active {
    background-color: #127035;
    transform: translateY(0) scale(0.98);
    box-shadow: 0 3px 10px rgba(21, 128, 61, 0.35);
}

.whatsapp-float:active,
.share-float:active,
.tiktok-float:active {
    transform: scale(0.95);
}

.share-float:active {
    background-color: #f0ebe6;
    border-color: #a8844a;
}

.whatsapp-float:active {
    background-color: #1da851;
}

.tiktok-float:active {
    background-color: #f0ebe6;
    border-color: #a8844a;
}

.tiktok-float:active svg {
    fill: #a8844a;
}

/* RESPONSIVIDADE (Mobile) */
@media (max-width: 600px) {
    body {
        justify-content: flex-start;
        padding-top: 12px;
    }

    .card-container {
        padding: 12px 14px calc(210px + env(safe-area-inset-bottom, 0px));
        gap: 12px;
    }

    .card-inner {
        gap: 10px;
    }

    .corux-brand {
        position: static;
        transform: none;
        left: auto;
        width: 100%;
        margin-top: 0;
    }

    .card { 
        width: 100%;
        max-width: 550px;
        aspect-ratio: 1631 / 964;
        padding: 0;
    }

    .card-front {
        background-size: 100% 100%;
        background-position: center center;
    }

    .card-front .content {
        gap: 12px;
    }

    .card-front .logo-img {
        width: min(36vw, 170px);
    }

    .card-front-texto {
        width: min(76vw, 320px);
    }

    .card-back .content-back {
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        gap: clamp(6px, 1.5vw, 10px);
        padding: var(--back-inset);
    }

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

    .back-benefit-item:nth-child(2) {
        border-right: none;
    }

    .back-benefit-item:nth-child(1),
    .back-benefit-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 8px;
        margin-bottom: 2px;
    }

    .back-benefit-item {
        gap: clamp(4px, 1.6vw, 7px);
        padding: 2px clamp(6px, 2vw, 10px);
    }

    .back-benefit-label {
        font-size: clamp(10px, 2.8vw, 12px);
        min-height: 2.1em;
    }

    img.back-benefit-icon {
        width: clamp(36px, 11vw, 46px);
        height: clamp(36px, 11vw, 46px);
    }

    .back-conversion-section {
        padding-top: clamp(6px, 1.6vw, 10px);
        gap: clamp(6px, 1.6vw, 10px);
    }

    .back-conversion-intro {
        padding: 0;
    }

    .back-conversion-desc {
        font-size: clamp(12px, 3.4vw, 15px);
        letter-spacing: 0.03em;
        margin: 0;
    }

    .back-conversion-row {
        gap: clamp(6px, 2vw, 12px);
        flex: 0 0 auto;
    }

    .back-btn {
        font-size: clamp(8px, 2.3vw, 10px);
        padding: 5px;
    }

    .back-btn--whatsapp {
        background-color: #1FA855;
        box-shadow:
            0 8px 18px rgba(31, 168, 85, 0.45),
            -3px 0 0 0 rgba(74, 232, 138, 0.32),
            3px 0 0 0 rgba(74, 232, 138, 0.32),
            0 3px 0 0 rgba(74, 232, 138, 0.32);
    }

    .back-btn--whatsapp:active {
        background-color: #127035;
        transform: scale(0.98);
        box-shadow:
            0 4px 12px rgba(21, 128, 61, 0.35),
            -2px 0 0 0 rgba(74, 232, 138, 0.22),
            2px 0 0 0 rgba(74, 232, 138, 0.22),
            0 2px 0 0 rgba(74, 232, 138, 0.22);
    }

    .back-phones-block {
        gap: 3px;
        margin-bottom: clamp(40px, 10vw, 50px);
    }

    .content-back .back-phones-block .link-contato,
    .content-back .back-phones-block .link-contato:visited {
        font-size: clamp(13px, 3.5vw, 16px);
        gap: 5px;
    }

    .content-back .back-phones-block .whatsapp-icon {
        width: 18px;
        height: 18px;
    }

    .card-back {
        padding-top: 0;
        background-color: #1A4391;
        --back-inset: 7px;
        --back-action-size: clamp(72px, 20vw, 88px);
    }

    .name {
        font-size: 5.5vw;
    }

    .specialties {
        font-size: 2.8vw;
        width: 95%;
    }

    .link-contato,
    .link-contato:visited {
        font-size: 4vw;
    }

    .content-back .contact-info-block {
        max-width: 94%;
        gap: 8px;
    }

    .content-back .link-contato,
    .content-back .link-contato:visited {
        font-size: clamp(16px, 4.4vw, 18px);
        padding: 3px 0;
    }

    .content-back .contact-icon,
    .content-back .contact-icon--facebook,
    .content-back .contact-icon--email {
        width: 24px;
        height: 24px;
        min-width: 24px;
        flex: 0 0 24px;
    }

    .content-back .whatsapp-icon {
        width: 18px;
        height: 18px;
    }

    .card-back .logo-verso {
        width: clamp(60px, 16vw, 72px);
    }

    .card-back .qrcode-frame {
        padding: 0;
        border-radius: 0;
    }

    .card-back .qrcode-border {
        border-radius: 8px;
    }

    .link-contato:active, 
    .spec-item:active { 
        color: #9A7342 !important;
        transition: 0s;
    }

    .content-back .link-contato:active,
    .content-back .link-contato:visited:active {
        color: #6B4423 !important;
        font-weight: 600;
        text-shadow: 0 0 5px rgba(197, 160, 89, 0.45);
        transition: 0s;
    }

    .content-back .link-contato:active .contact-icon--facebook,
    .content-back .link-contato:visited:active .contact-icon--facebook {
        background-color: #1877F2;
        background-image: none;
        filter: drop-shadow(0 1px 3px rgba(24, 119, 242, 0.35));
        transform: scale(1.08);
    }

    .content-back .link-contato:active .contact-icon--email,
    .content-back .link-contato:visited:active .contact-icon--email {
        background-color: #EA4335;
        background-image: none;
        filter: drop-shadow(0 1px 3px rgba(234, 67, 53, 0.3));
        transform: scale(1.08);
    }

    .content-back .link-contato:active .whatsapp-icon,
    .content-back .link-contato:visited:active .whatsapp-icon {
        fill: #6B4423 !important;
    }

    :root {
        --float-size-primary: 50px;
        --float-size-tiktok: 38px;
        --float-gap: 12px;
    }

    .float-actions {
        right: 20px;
    }

    .whatsapp-float svg {
        width: 28px;
        height: 28px;
    }

    .tiktok-float svg {
        width: 18px;
        height: 18px;
    }

    .share-float img {
        width: 38px;
        height: 38px;
    }

    .share-toast {
        max-width: calc(100vw - 40px);
        text-align: center;
    }
}