/* ============================================================
   SNDesk — Template Ultra Premium: Saúde
   CSS dedicado à página /saudeprototipo
   ============================================================ */

/* ============================================================
   TOKENS LOCAIS
   ============================================================ */
:root {
    --saude-green:      #00A878;
    --saude-green-soft: #E6F7F3;
    --saude-red:        #E8334A;
    --saude-red-soft:   #FEF1F3;
    --sp-ink:           #1A2533;
    --sp-muted:         #64748B;
    --sp-surface:       #F8FAFC;
    --sp-border:        rgba(15, 122, 222, 0.12);
    --sp-radius:        20px;
    --sp-radius-lg:     32px;
    --sp-radius-xl:     56px;
}

/* ============================================================
   UTILITÁRIOS INTERNOS
   ============================================================ */
.sp-section {
    padding: 120px 0;
}

.sp-section--alt {
    background-color: var(--sp-surface);
}

.sp-section--dark {
    background-color: var(--sp-ink);
}

.sp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0F7ADE;
    background: linear-gradient(135deg, #EBF5FF 0%, #F0F7FF 100%);
    padding: 7px 16px 7px 12px;
    border-radius: 100px;
    margin-bottom: 24px;
    border: 1px solid rgba(15, 122, 222, 0.18);
    box-shadow: 0 2px 12px rgba(15, 122, 222, 0.1);
}

.sp-eyebrow::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10B981;
    flex-shrink: 0;
    animation: sp-eyebrow-pulse 2.2s ease-in-out infinite;
}

@keyframes sp-eyebrow-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45); }
    50%       { box-shadow: 0 0 0 5px rgba(16, 185, 129, 0); }
}

.sp-eyebrow--green {
    color: var(--saude-green);
    background: var(--saude-green-soft);
}

.sp-eyebrow--white {
    color: #fff;
    background: rgba(255,255,255,0.15);
}

/* ============================================================
   SECTION 1 — HERO
   ============================================================ */
.sp-hero {
    background: linear-gradient(160deg, #F0F7FF 0%, #F8FAFC 60%, #EBF5FF 100%);
    padding: 160px 0 120px;
    overflow: hidden;
    position: relative;
}

.sp-hero::before {
    content: '';
    position: absolute;
    top: -180px;
    right: -180px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(80,205,249,0.12) 0%, transparent 70%);
    pointer-events: none;
}

.sp-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 80px;
}

.sp-hero-title {
    font-family: 'Source Serif 4', serif;
    font-size: 58px;
    font-weight: 800;
    color: var(--sp-ink);
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin-bottom: 28px;
}

.sp-hero-title em {
    font-style: normal;
    background: linear-gradient(90deg, #0F7ADE 0%, #50CDF9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sp-hero-lead {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--sp-muted);
    line-height: 1.7;
    margin-bottom: 48px;
    max-width: 460px;
}

.sp-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.sp-link-secondary {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0F7ADE;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s;
}

.sp-link-secondary:hover { gap: 10px; }

/* Hero Visual */
.sp-hero-visual {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.sp-hero-img-main {
    width: 100%;
    max-width: 440px;
    height: 520px;
    object-fit: cover;
    border-radius: var(--sp-radius-xl);
    display: block;
    box-shadow: 0 32px 80px rgba(15,122,222,0.15);
}

.sp-hero-img-main--seguranca {
    object-position: 10% center;
}

.sp-hero-badge {
    position: absolute;
    background: #fff;
    border-radius: var(--sp-radius);
    padding: 16px 20px;
    box-shadow: 0 8px 32px rgba(15,122,222,0.12);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
    min-width: 200px;
}

.sp-hero-badge--tl {
    top: 20%;
    left: -24%;
}

.sp-hero-badge--bl {
    bottom: 18%;
    left: -20%;
}

.sp-badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.sp-badge-icon--blue  { background: #EBF5FF; }
.sp-badge-icon--green { background: var(--saude-green-soft); }

.sp-badge-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: var(--sp-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: block;
    margin-bottom: 2px;
}

.sp-badge-value {
    font-family: 'Source Serif 4', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--sp-ink);
    display: block;
}

/* ============================================================
   SECTION 2 — PAIN POINTS vs SOLUÇÃO
   ============================================================ */
.sp-pain {
    background: #fff;
}

.sp-pain-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 72px;
}

.sp-pain-title {
    font-family: 'Source Serif 4', serif;
    font-size: 46px;
    font-weight: 800;
    color: var(--sp-ink);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.sp-pain-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    color: var(--sp-muted);
    line-height: 1.6;
}

/* Grid lado a lado */
.sp-pain-columns {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 48px; 
    width: 100%; 
    margin-top: 40px;
}

.sp-pain-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%; 
}

.sp-pain-col-header {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 10px;
    margin-bottom: 8px;
}

.sp-pain-col-header--problem {
    color: var(--saude-red);
    background: var(--saude-red-soft);
}

.sp-pain-col-header--solution {
    color: var(--saude-green);
    background: var(--saude-green-soft);
}

.sp-pain-card {
    display: flex;
    flex-direction: row; 
    align-items: flex-start;
    padding: 24px;
    border-radius: 12px;
    width: 100%; 
    box-sizing: border-box; 
}
.sp-pain-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.07);
}

.sp-pain-card--problem {
    background-color: var(--saude-red-soft);
    border-color: #FEE2E2;
}

.sp-pain-card--solution {
    background-color: var(--saude-green-soft);
    border-color: #D1FAE5;
}

.sp-pain-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 20px;
    border-radius: 12px;
    flex-shrink: 0;
}

.sp-pain-card--problem .sp-pain-card-icon {
    background-color: #FEE2E2;
    color: var(--saude-red);
}

.sp-pain-card--solution .sp-pain-card-icon {
    background-color: #D1FAE5;
    color: var(--saude-green);
}

.sp-pain-card-icon svg {
    width: 24px;
    height: 24px;
}

.sp-pain-card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.sp-pain-card-name {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--sp-ink);
    margin: 0;
}

.sp-pain-card-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--sp-muted);
    line-height: 1.5;
    margin: 0;
}
/* ============================================================
   SECTION 3 — NÚMEROS DE IMPACTO
   ============================================================ */
.sp-stats {
    background: linear-gradient(135deg, #0B5DA8 0%, #0F7ADE 50%, #1A8EF0 100%);
}

.sp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.sp-stat-divider {
    width: 1px;
    background: rgba(255,255,255,0.15);
    margin: 0 auto;
}

.sp-stat-number {
    font-family: 'Source Serif 4', serif;
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.sp-stat-number span {
    font-size: 36px;
    color: #50CDF9;
}

.sp-stat-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    line-height: 1.4;
}

/* ============================================================
   SECTION 4, 5, 6 — FEATURES ALTERNADAS (PREMIUM)
   ============================================================ */
.sp-feature {
    background: var(--sp-surface);
    padding: 120px 0;
}

.sp-feature:nth-child(even) {
    background: #fff;
}

.sp-feature-flex {
    display: flex;
    align-items: center;
    gap: 80px;
}

.sp-feature-flex--reverse {
    flex-direction: row-reverse;
}

/* Texto */
.sp-feature-text {
    flex: 1;
    max-width: 520px;
}

.sp-feature-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #0F7ADE;
    background: #EBF5FF;
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sp-feature-title {
    font-family: 'Source Serif 4', serif;
    font-size: 42px;
    font-weight: 800;
    color: var(--sp-ink);
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.sp-feature-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: var(--sp-muted);
    line-height: 1.7;
    margin-bottom: 36px;
}

.sp-feature-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sp-feature-bullets li {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--sp-ink);
    display: flex;
    align-items: center;
    gap: 10px;
}

.sp-feature-bullets li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #EBF5FF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%230F7ADE'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    flex-shrink: 0;
}

/* Imagem */
.sp-feature-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.sp-feature-img-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.sp-feature-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: var(--sp-radius-xl);
    display: block;
    box-shadow: 0 24px 60px rgba(15,122,222,0.12);
}

.sp-feature-img--seguranca2 {
    object-position: 102% center;
}

/* Detalhe decorativo atrás da imagem */
.sp-feature-img-wrap::before {
    content: '';
    position: absolute;
    inset: -20px -20px auto auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, #EBF5FF 0%, #D1E8FF 100%);
    z-index: 0;
}

.sp-feature-img-wrap > * {
    position: relative;
    z-index: 1;
}

/* Mini-card flutuante dentro das features */
.sp-feature-float {
    position: absolute;
    background: #fff;
    border-radius: var(--sp-radius);
    padding: 16px 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    z-index: 3;
    width: 220px;
}

.sp-feature-float--br {
    bottom: -24px;
    right: -96px;
}

.sp-feature-float--tl {
    top: -24px;
    left: -24px;
}

.sp-float-metric {
    font-family: 'Source Serif 4', serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--sp-ink);
    line-height: 1;
}

.sp-float-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--sp-muted);
    margin-top: 4px;
    line-height: 1.35;
}

.sp-float-bar {
    height: 4px;
    border-radius: 4px;
    margin-top: 10px;
    background: linear-gradient(90deg, #0F7ADE 0%, #50CDF9 100%);
}

/* ============================================================
   SECTION 7 — DEPOIMENTO / PROVA SOCIAL
   ============================================================ */
.sp-social {
    background: #fff;
    padding: 120px 0;
}

.sp-social-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.sp-social-quote {
    font-family: 'Source Serif 4', serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--sp-ink);
    line-height: 1.35;
    letter-spacing: -0.015em;
    margin-bottom: 32px;
}

.sp-social-quote::before {
    content: '\201C';
    font-size: 72px;
    color: #0F7ADE;
    line-height: 0.6;
    display: block;
    margin-bottom: 16px;
    font-family: 'Source Serif 4', serif;
}

.sp-social-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sp-author-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    background: #EBF5FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.sp-author-name {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--sp-ink);
}

.sp-author-role {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: var(--sp-muted);
}

.sp-quote-card {
    background: linear-gradient(145deg, #F0F7FF 0%, #EBF5FF 100%);
    border-radius: 24px;
    padding: 36px;
    border-left: 4px solid #0F7ADE;
    position: relative;
}

.sp-quote-card .sp-social-quote {
    font-size: 19px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.65;
    letter-spacing: 0.005em;
    color: #2C3E50;
    margin-bottom: 24px;
}

.sp-quote-card .sp-social-quote::before {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    opacity: 0.18;
    margin-bottom: 4px;
    line-height: 0.5;
}

.sp-quote-brand-logo {
    height: 108px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

/* Painel de métricas lateral */
.sp-social-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sp-metric-card {
    background: var(--sp-surface);
    border-radius: var(--sp-radius);
    padding: 28px 24px;
    border: 1px solid var(--sp-border);
    transition: transform 0.25s, box-shadow 0.25s;
}

.sp-metric-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15,122,222,0.1);
}

.sp-metric-card-num {
    font-family: 'Source Serif 4', serif;
    font-size: 38px;
    font-weight: 800;
    color: #0F7ADE;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 6px;
}

.sp-metric-card-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--sp-muted);
    line-height: 1.4;
}

.sp-metric-card--accent {
    background: linear-gradient(135deg, #0F7ADE 0%, #1A8EF0 100%);
    border-color: transparent;
}

.sp-metric-card--accent .sp-metric-card-num {
    color: #fff;
}

.sp-metric-card--accent .sp-metric-card-label {
    color: rgba(255,255,255,0.75);
}

/* ============================================================
   SECTION 8 — CTA FINAL
   ============================================================ */
.sp-cta {
    padding: 160px 0;
    background: linear-gradient(160deg, #0B5DA8 0%, #0F7ADE 60%, #1E99F5 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.sp-cta::before {
    content: '';
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(80,205,249,0.18) 0%, transparent 65%);
    pointer-events: none;
}

.sp-cta-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}

.sp-cta-title {
    font-family: 'Source Serif 4', serif;
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin-bottom: 20px;
}

.sp-cta-lead {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255,255,255,0.78);
    line-height: 1.6;
    margin-bottom: 48px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.sp-btn-cta-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #0F7ADE;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 36px;
    border-radius: 14px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.sp-btn-cta-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.2);
}

.sp-cta-note {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-top: 20px;
}
.sp-hero-badge--bl-low {
    bottom: 2%; 
    left: -15%;
}

.sp-hero-badge--tl-high {
    top: 5%;
    left: -20%;
}


.sp-hero-badge--tl-edu {
    top: 5%;
    left: -30%;
}
.sp-hero-badge--bl-edu {
    bottom: 4%;
    left: -28%;
}

.sp-hero-badge--tl-setpub {
    top: 3%;
    left: -26%;
}
.sp-hero-badge--bl-setpub {
    bottom: 2%;
    left: -20%;
}

.sp-hero-badge--tl-varejo {
    top: 5%;
    left: -28%;
}
.sp-hero-badge--bl-varejo {
    bottom: 4%;
    left: -26%;
}

.sp-hero-badge--tl-software {
    top: 5%;
    left: -30%;
}
.sp-hero-badge--bl-software {
    bottom: 4%;
    left: -28%;
}

.sp-hero-badge--tl-fac {
    top: 4%;
    left: -28%;
}
.sp-hero-badge--bl-fac {
    bottom: 3%;
    left: -26%;
}

.sp-hero-badge--tl-seg {
    top: 4%;
    left: -26%;
}
.sp-hero-badge--bl-seg {
    bottom: 3%;
    left: -24%;
}

.sp-hero-badge--tl-fin {
    top: 5%;
    left: -28%;
}
.sp-hero-badge--bl-fin {
    bottom: 2%;
    left: -26%;
}

.sp-hero-badge--tl-sau {
    top: 5%;
    left: -28%;
}
.sp-hero-badge--bl-sau {
    bottom: 4%;
    left: -24%;
}
.sp-feature-float--shift-right {
    right: -56px !important;
    bottom: -24px !important;
}

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.sp-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s cubic-bezier(0.24, 1, 0.32, 1),
                transform 0.8s cubic-bezier(0.24, 1, 0.32, 1);
    will-change: transform, opacity;
}

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

.sp-reveal--delay-1 { transition-delay: 0.1s; }
.sp-reveal--delay-2 { transition-delay: 0.2s; }
.sp-reveal--delay-3 { transition-delay: 0.3s; }
.sp-reveal--delay-4 { transition-delay: 0.4s; }

/* ============================================================
   RESPONSIVIDADE
   ============================================================ */
@media (max-width: 1280px) {
    .sp-hero-title { font-size: 48px; }
    .sp-hero-grid { gap: 60px; }
    .sp-hero-img-main { height: 460px; }
    .sp-hero-badge--tl { left: -16%; }
    .sp-hero-badge--bl { left: -12%; }
    .sp-stats-grid { gap: 24px; }
    .sp-stat-number { font-size: 46px; }
}

@media (max-width: 1024px) {
    .sp-hero-grid { grid-template-columns: 1fr; text-align: center; }
    .sp-hero-lead { max-width: 100%; margin-left: auto; margin-right: auto; }
    .sp-hero-actions { justify-content: center; }
    .sp-hero-visual { justify-content: center; margin-top: 48px; }
    .sp-hero-badge--tl { left: -5%; }
    .sp-hero-badge--bl { left: -2%; }

    .sp-pain-columns { grid-template-columns: 1fr; }
    .sp-pain-header { margin-bottom: 48px; }

    .sp-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }

    .sp-feature-flex,
    .sp-feature-flex--reverse { flex-direction: column; gap: 40px; text-align: center; }
    .sp-feature-bullets li { justify-content: center; }
    .sp-feature-text { max-width: 100%; }
    .sp-feature-visual { margin-top: 0; }

    .sp-social-inner { grid-template-columns: 1fr; gap: 40px; }

    .sp-cta-title { font-size: 40px; }
}

@media (max-width: 640px) {
    /* Hero */
    .sp-hero { padding: 80px 0 60px; }
    .sp-hero-title { font-size: 36px; }
    .sp-hero-visual { margin-top: 32px; }
    .sp-hero-visual > div {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }
    .sp-hero-img-main { height: 240px; max-width: 100%; width: 100%; }
    .sp-hero-badge {
        position: static !important;
        transform: none !important;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 14px;
        left: auto !important; top: auto !important; bottom: auto !important;
    }
    .sp-hero-badge--bl { display: none; }

    /* Seções */
    .sp-section { padding: 64px 0; }
    .sp-feature { padding: 64px 0; }
    .sp-social { padding: 60px 0; }
    .sp-cta { padding: 80px 0; }

    /* Pain */
    .sp-pain-title { font-size: 30px; }
    .sp-pain-header { margin-bottom: 36px; }
    .sp-pain-subtitle { font-size: 15px; }

    /* Stats */
    .sp-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .sp-stat-number { font-size: 36px; }
    .sp-stat-number span { font-size: 26px; }

    /* Features */
    .sp-feature-title { font-size: 28px; }
    .sp-feature-desc { font-size: 15px; margin-bottom: 24px; }
    .sp-feature-img-wrap { display: flex; flex-direction: column; align-items: stretch; max-width: 100%; }
    .sp-feature-img-wrap::before { display: none; }
    .sp-feature-img { height: 240px; }
    .sp-feature-float {
        position: static !important;
        transform: none !important;
        width: 100%;
        box-sizing: border-box;
        border-radius: 12px;
        padding: 14px 16px;
        margin-top: 10px;
    }
    .sp-feature-float--tl { display: none; }
    .sp-float-metric { font-size: 20px; }
    .sp-float-desc   { font-size: 12px; margin-top: 2px; }
    .sp-float-bar    { margin-top: 6px; }

    /* Social / depoimento */
    .sp-social-inner { gap: 32px; }
    .sp-social-metrics { grid-template-columns: 1fr; }
    .sp-metric-card { padding: 20px 16px; }
    .sp-metric-card-num { font-size: 28px; }
    .sp-quote-card { padding: 24px; }
    .sp-quote-card .sp-social-quote { font-size: 16px; }
    .sp-quote-card .sp-social-quote::before { font-size: 40px; }
    .sp-quote-brand-logo { height: 52px; }

    /* CTA */
    .sp-cta-title { font-size: 30px; }
    .sp-cta-lead { font-size: 16px; margin-bottom: 28px; }
}

@media (max-width: 480px) {
    .sp-hero-actions {
        flex-direction: column;
        align-items: center;
        padding: 0 16px;
        width: 100%;
        box-sizing: border-box;
    }
    .sp-hero-actions .snd-btn--primary {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .sp-btn-cta-white {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
    .sp-cta-title { font-size: 26px; }
    .sp-stats-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
}
