/*
Theme Name: Tema Hudly Oficial
Theme URI: https://example.com/seguro-premium-v3
Author: Equipe Hudly
Author URI: https://example.com
Description: Tema classico premium v3 para empresa de seguros com layout travado e conteudo editavel via ACF.
Version: 2.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: seguro-premium-v3
*/

:root {
  --color-accent: #FA5041;
  --color-ink: #0A0032;
  --color-bg: #FAF5F5;
  --color-surface: #FFFFFF;
  --color-neutral: #323232;
  --color-muted: #786E8C;
  --color-border: #E6E0E0;

  --radius: 16px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --shadow-soft: 0 8px 22px rgba(10, 0, 50, 0.08);
  --shadow-strong: 0 24px 56px rgba(10, 0, 50, 0.24);
  --shadow: var(--shadow-soft);

  --container: 1200px;

  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --space-7: 112px;
  --sp-inner-hero-min-h-desktop: 400px;
  --sp-inner-hero-min-h-tablet: 400px;
  --sp-inner-hero-min-h-mobile: 400px;
  --sp-title-weight: 700;

  --font-main: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --sp-font: var(--font-main);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 8% 0%, rgba(250, 80, 65, 0.11), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(10, 0, 50, 0.08), transparent 32%),
    var(--color-bg);
  color: var(--color-neutral);
  font-family: var(--font-main);
  font-size: 18px;
  line-height: 1.6;
}

:where(button, input, select, textarea) {
  font-family: var(--font-main);
}

main {
  flex: 1;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.section {
  padding-block: var(--space-7);
}

.section--compact {
  padding-block: var(--space-6);
}

.grid {
  display: grid;
  gap: var(--space-3);
}

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

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

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

.card {
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: var(--space-4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-strong);
}

.card--featured {
  border-radius: var(--radius-lg);
  border-color: rgba(250, 80, 65, 0.38);
  box-shadow: 0 18px 38px rgba(250, 80, 65, 0.15);
}

.btn {
  min-height: 48px;
  border-radius: var(--radius-pill);
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible,
.sp-mobile-toggle:focus-visible,
.sp-v3-dots button:focus-visible {
  outline: 2px solid rgba(10, 0, 50, 0.45);
  outline-offset: 2px;
}

.btn--primary {
  color: #fff;
  background: var(--color-accent);
  box-shadow: 0 12px 24px rgba(250, 80, 65, 0.3);
}

.btn--outline {
  color: var(--color-ink);
  background: var(--color-surface);
  border-color: var(--color-ink);
}

.btn--outline:hover,
.btn--outline:focus-visible {
  color: #fff;
  background: var(--color-ink);
  border-color: var(--color-ink);
  box-shadow: 0 12px 24px rgba(10, 0, 50, 0.2);
}

.badge,
.chip {
  min-height: 32px;
  border-radius: var(--radius-pill);
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.badge {
  background: rgba(250, 80, 65, 0.14);
  color: #8f2f26;
  border: 1px solid rgba(250, 80, 65, 0.24);
}

.chip {
  background: rgba(10, 0, 50, 0.06);
  color: var(--color-ink);
  border: 1px solid rgba(10, 0, 50, 0.12);
  text-transform: none;
  letter-spacing: normal;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--color-ink);
  line-height: 1.14;
  font-weight: var(--sp-title-weight);
}

h1 {
  font-size: clamp(3.5rem, 6vw, 3.75rem);
}

h2,
.section-title {
  font-size: clamp(2.5rem, 4.5vw, 2.75rem);
  font-weight: var(--sp-title-weight);
  margin-bottom: var(--space-2);
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

/* Never split words mid-line, regardless of viewport size. */
:where(h1, h2, h3, h4, h5, h6, p, li, dt, dd, blockquote, figcaption, .section-title, .section-subtitle) {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

:where(.sp-v3-section-head, .sp-v3-flow__step, .sp-about-rf__summary-head, .sp-about-rf__benefit-card, .sp-v3-seguros-hero__copy, .sp-v3-seguros-card__body) {
  min-width: 0;
  max-width: 100%;
}

.sp-hero-title,
.sp-about-hero__title,
.sp-about-summary-title,
.sp-v3-about-clean__story-title,
.sp-v3-about-lite__hero-title,
.sp-v3-about-lite__panel-title,
.sp-v3-about-lite__story-title,
.sp-v3-about-rico__banner-title,
.sp-v3-about-rico__company-story-title,
.sp-sim-card__title {
  font-weight: var(--sp-title-weight);
}

.section-subtitle {
  margin: 0;
  color: var(--color-muted);
  max-width: 66ch;
}

.text-accent {
  color: var(--color-accent);
}

.sp-header {
  --sp-header-top-bg: linear-gradient(90deg, rgba(250, 80, 65, 0.14) 0%, rgba(250, 80, 65, 0.08) 30%, rgba(255, 250, 249, 0.98) 68%, rgba(255, 255, 255, 0.99) 100%);
  --sp-header-top-border: rgba(250, 80, 65, 0.14);
  --sp-header-top-shadow: 0 6px 18px rgba(10, 0, 50, 0.06);
  --sp-header-top-backdrop: blur(10px);
  --sp-header-top-link: var(--color-ink);
  --sp-header-top-client: var(--color-ink);
  --sp-header-top-client-underline: var(--color-ink);
  --sp-header-top-toggle-bg: var(--color-surface);
  --sp-header-top-toggle-border: var(--color-border);
  --sp-header-top-toggle-icon: var(--color-ink);
  --sp-header-top-toggle-hover-bg: var(--color-ink);
  --sp-header-top-toggle-hover-border: var(--color-ink);
  --sp-header-top-toggle-hover-icon: #fff;
  --sp-header-top-nav-bg: var(--color-surface);
  --sp-header-top-nav-border: var(--color-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--sp-header-top-bg);
  border-bottom: 1px solid var(--sp-header-top-border);
  box-shadow: var(--sp-header-top-shadow);
  backdrop-filter: var(--sp-header-top-backdrop);
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.sp-header.is-scrolled {
  --sp-header-top-bg: rgba(255, 255, 255, 0.64);
  --sp-header-top-border: rgba(255, 255, 255, 0.58);
  --sp-header-top-shadow: 0 6px 18px rgba(10, 0, 50, 0.05);
  --sp-header-top-backdrop: blur(10px);
  --sp-header-top-link: var(--color-ink);
  --sp-header-top-client: var(--color-ink);
  --sp-header-top-client-underline: var(--color-ink);
  --sp-header-top-toggle-bg: var(--color-surface);
  --sp-header-top-toggle-border: var(--color-border);
  --sp-header-top-toggle-icon: var(--color-ink);
  --sp-header-top-toggle-hover-bg: var(--color-ink);
  --sp-header-top-toggle-hover-border: var(--color-ink);
  --sp-header-top-toggle-hover-icon: #fff;
  --sp-header-top-nav-bg: var(--color-surface);
  --sp-header-top-nav-border: var(--color-border);
}

.sp-header__inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-3);
  position: relative;
}

.sp-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: max-content;
  cursor: pointer;
}

.sp-brand .custom-logo-link,
.sp-brand .sp-default-logo {
  display: inline-flex;
  align-items: center;
}

.sp-brand img,
.sp-brand .custom-logo {
  max-height: 40px;
  width: auto !important;
  height: 40px !important;
  max-width: none;
  flex-shrink: 0;
  cursor: pointer;
}

.sp-header__brand-logo {
  display: block;
}

.sp-nav-wrap {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.sp-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sp-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
}

.sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.sp-nav a {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--sp-header-top-link);
}

.sp-mobile-toggle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--sp-header-top-toggle-border);
  background: var(--sp-header-top-toggle-bg);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sp-mobile-toggle span {
  width: 20px;
  height: 2px;
  background: var(--sp-header-top-toggle-icon);
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.sp-mobile-toggle:hover {
  transform: translateY(-1px);
  background: var(--sp-header-top-toggle-hover-bg);
  border-color: var(--sp-header-top-toggle-hover-border);
  box-shadow: var(--shadow-soft);
}

.sp-mobile-toggle:hover span {
  background: var(--sp-header-top-toggle-hover-icon);
}

.sp-header__cta {
  white-space: nowrap;
}

.sp-header__client {
  min-height: auto;
  border-radius: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  color: var(--sp-header-top-client);
  font-weight: 600;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0.9;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.sp-header__client:hover,
.sp-header__client:focus-visible {
  color: var(--sp-header-top-client);
  opacity: 1;
}

.sp-header__client-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sp-header-top-client);
  transition: transform 0.2s ease;
}

.sp-header__client-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.sp-header__client-label {
  position: relative;
  text-decoration: none;
}

.sp-header__client-label::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1.5px;
  background: var(--sp-header-top-client-underline);
  opacity: 0.8;
  transform: scaleX(0.4);
  transform-origin: left center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sp-header__client:hover .sp-header__client-label::after,
.sp-header__client:focus-visible .sp-header__client-label::after {
  transform: scaleX(1);
  opacity: 1;
}

.sp-header__client:hover .sp-header__client-icon,
.sp-header__client:focus-visible .sp-header__client-icon {
  transform: translateX(1px);
}

@media (min-width: 981px) {
  .sp-nav {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    justify-content: center;
  }

  .sp-nav ul {
    justify-content: center;
  }

  .sp-header__actions {
    margin-left: 0;
    position: relative;
    z-index: 1;
  }
}

.sp-hero-section {
  padding-top: 96px;
  position: relative;
}

.sp-hero-section::before {
  content: '';
  position: absolute;
  left: 8%;
  top: 34%;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(250, 80, 65, 0.14), transparent 72%);
  pointer-events: none;
}

.sp-hero-section::after {
  content: '';
  position: absolute;
  right: 5%;
  top: 12%;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(10, 0, 50, 0.14), transparent 72%);
  pointer-events: none;
}

.sp-hero-section .badge {
  background: rgba(10, 0, 50, 0.08);
  border-color: rgba(10, 0, 50, 0.2);
  color: var(--color-ink);
}

.sp-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.sp-hero-title {
  margin-top: 16px;
}

.sp-hero-subtitle {
  margin: 18px 0 28px;
  color: var(--color-muted);
  max-width: 58ch;
  font-size: 18px;
}

.sp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sp-trust-chips {
  margin-top: var(--space-3);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sp-hero-preview {
  position: relative;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  box-shadow: var(--shadow-strong);
  background: linear-gradient(170deg, #fff 0%, #fff9f8 100%);
  padding: 28px;
}

.sp-hero-preview::after {
  content: '';
  position: absolute;
  inset: -12% -8% auto auto;
  width: 160px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(10, 0, 50, 0.2), transparent 68%);
  z-index: 0;
}

.sp-hero-preview>* {
  position: relative;
  z-index: 1;
}

.btn--small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.92rem;
}

.sp-preview-badge {
  display: inline-flex;
  min-height: 32px;
  border-radius: var(--radius-pill);
  background: var(--color-accent);
  color: #fff;
  align-items: center;
  padding: 0 12px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.sp-hero-preview h2 {
  font-size: 1.6rem;
  margin: 14px 0 10px;
}

.sp-hero-preview p {
  margin: 0;
  color: var(--color-muted);
}

.sp-preview-chips {
  margin: 18px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sp-hero-preview img {
  margin-top: 20px;
  border-radius: 14px;
  border: 1px solid var(--color-border);
}

.sp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.sp-list li {
  color: var(--color-muted);
}

.sp-list li::before {
  content: '•';
  color: var(--color-accent);
  font-weight: 700;
  margin-right: 8px;
}

.card-badge {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(250, 80, 65, 0.12);
  border: 1px solid rgba(250, 80, 65, 0.28);
  color: var(--color-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.card--benefit {
  position: relative;
}

.sp-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: rgba(250, 80, 65, 0.14);
  border: 1px solid rgba(250, 80, 65, 0.24);
  color: var(--color-ink);
  font-weight: 700;
}

.sp-steps .card {
  position: relative;
}

.sp-step-number {
  display: inline-flex;
  min-height: 30px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  background: rgba(10, 0, 50, 0.08);
  color: var(--color-ink);
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.sp-plan-price {
  margin: 8px 0 14px;
  color: var(--color-accent);
  font-size: 1.45rem;
  font-weight: 700;
}

.sp-proof-wrap {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  background: var(--color-surface);
  padding: clamp(24px, 4vw, 36px);
}

.sp-stat-card strong {
  display: block;
  color: var(--color-ink);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.1;
}

.sp-stat-card span {
  color: var(--color-muted);
  font-size: 0.95rem;
}

.sp-testimonial-card p {
  margin: 0 0 16px;
  color: var(--color-ink);
}

.sp-testimonial-card strong {
  display: block;
  color: var(--color-ink);
}

.sp-testimonial-card span {
  color: var(--color-muted);
  font-size: 0.95rem;
}

.sp-faq {
  display: grid;
  gap: 12px;
}

.sp-faq--top-gap {
  margin-top: 24px;
}

.sp-faq details {
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: var(--color-surface);
  padding: 16px 20px;
}

.sp-faq summary {
  cursor: pointer;
  color: var(--color-ink);
  font-weight: 600;
}

.sp-faq p {
  margin: 10px 0 0;
  color: var(--color-muted);
}

.sp-final-cta {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 0% 100%, rgba(250, 80, 65, 0.1), transparent 36%),
    var(--color-surface);
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 40px);
  text-align: center;
}

.sp-final-cta h2 {
  margin-bottom: 14px;
}

.sp-final-cta p {
  margin: 0 auto 22px;
  max-width: 58ch;
  color: var(--color-muted);
}

.sp-page-hero {
  padding: 88px 0 34px;
}

.sp-page-hero--compact {
  padding-top: 72px;
}

.sp-page-hero h1 {
  margin-top: 14px;
  font-size: clamp(2.6rem, 5vw, 3.2rem);
}

.sp-page-content {
  padding-bottom: var(--space-7);
}

.sp-page-content p {
  color: var(--color-muted);
}

:is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner,
.sp-duvidas-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(400px, 44vw, 500px);
  background:
    radial-gradient(140% 130% at 78% 22%, rgba(250, 80, 65, 0.14) 0%, rgba(250, 80, 65, 0) 46%),
    linear-gradient(104deg, #060a2a 0%, #0b1846 52%, #2a3958 100%);
}

:is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner::before,
.sp-duvidas-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(97deg, rgba(4, 7, 24, 0.9) 0%, rgba(6, 10, 31, 0.8) 36%, rgba(9, 16, 44, 0.55) 66%, rgba(13, 24, 58, 0.28) 100%);
  pointer-events: none;
  z-index: 1;
}

:is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__inner,
.sp-duvidas-banner__inner {
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-block: clamp(24px, 4vw, 42px);
  z-index: 2;
}

:is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__copy,
.sp-duvidas-banner__copy {
  position: relative;
  z-index: 2;
  max-width: min(700px, 58%);
  padding-right: clamp(18px, 2.6vw, 52px);
}

:is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media,
.sp-duvidas-banner__media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(16%, 24vw, 28%);
  width: clamp(760px, 88vw, 1280px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.54;
  border-radius: 5px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 14%, #000 30%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 14%, #000 30%, #000 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

:is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media::before,
.sp-duvidas-banner__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 14, 43, 0.68) 0%, rgba(8, 14, 43, 0.44) 22%, rgba(8, 14, 43, 0.16) 44%, rgba(8, 14, 43, 0) 66%);
  z-index: 1;
}

:is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media::after,
.sp-duvidas-banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(129, 157, 255, 0.18);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(10, 16, 53, 0.2), 0 0 14px rgba(16, 32, 86, 0.12);
  z-index: 2;
}

:is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media img,
.sp-duvidas-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% 10%;
  display: block;
}

.sp-duvidas-banner__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sp-duvidas-banner h1 {
  margin: 10px 0 0;
  color: #fff;
  line-height: 1.02;
}

.sp-duvidas-banner__subtitle {
  margin: 14px 0 24px;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.86);
}

.sp-duvidas-banner__btn-light {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.sp-duvidas-banner__btn-light:hover,
.sp-duvidas-banner__btn-light:focus-visible {
  border-color: #fff;
  color: var(--color-ink);
  background: #fff;
}

@media (max-width: 1024px) {

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__inner,
  .sp-duvidas-banner__inner {
    padding-block: clamp(24px, 5vw, 40px);
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__copy,
  .sp-duvidas-banner__copy {
    max-width: min(720px, 66%);
    padding-right: clamp(12px, 2vw, 34px);
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media,
  .sp-duvidas-banner__media {
    left: clamp(18%, 30vw, 32%);
    width: clamp(720px, 102vw, 1160px);
    opacity: 0.5;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 16%, #000 32%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 16%, #000 32%, #000 100%);
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media img,
  .sp-duvidas-banner__media img {
    object-position: 32% 10%;
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media::before,
  .sp-duvidas-banner__media::before {
    background: linear-gradient(90deg, rgba(8, 14, 43, 0.74) 0%, rgba(8, 14, 43, 0.52) 26%, rgba(8, 14, 43, 0.22) 48%, rgba(8, 14, 43, 0) 70%);
  }
}

@media (max-width: 767px) {

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__inner,
  .sp-duvidas-banner__inner {
    padding-block: clamp(26px, 7vw, 36px);
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__copy,
  .sp-duvidas-banner__copy {
    max-width: none;
    width: 100%;
    padding-right: 0;
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media,
  .sp-duvidas-banner__media {
    left: 42%;
    width: clamp(700px, 170vw, 1040px);
    transform: translateX(-42%);
    opacity: 0.46;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 18%, #000 36%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 18%, #000 36%, #000 100%);
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media img,
  .sp-duvidas-banner__media img {
    object-position: 38% 12%;
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media::before,
  .sp-duvidas-banner__media::before {
    background: linear-gradient(90deg, rgba(8, 14, 43, 0.84) 0%, rgba(8, 14, 43, 0.64) 28%, rgba(8, 14, 43, 0.34) 54%, rgba(8, 14, 43, 0.1) 74%, rgba(8, 14, 43, 0) 86%);
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media::after,
  .sp-duvidas-banner__media::after {
    border-color: rgba(129, 157, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(10, 16, 53, 0.18), 0 0 10px rgba(16, 32, 86, 0.1);
  }
}

.sp-duvidas-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

.sp-duvidas-main {
  display: grid;
  gap: 20px;
  align-content: start;
}

.sp-duvidas-layout .sp-faq details {
  scroll-margin-top: 108px;
}

.sp-duvidas-layout .sp-faq details[open] {
  border-color: rgba(250, 80, 65, 0.24);
  box-shadow: 0 8px 18px rgba(10, 0, 50, 0.04);
}

.sp-duvidas-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(250, 80, 65, 0.34);
  background:
    radial-gradient(140% 180% at 100% 0%, rgba(250, 80, 65, 0.18) 0%, rgba(250, 80, 65, 0) 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 245, 245, 0.94) 48%, rgba(243, 239, 252, 0.88) 100%);
  box-shadow: 0 22px 44px rgba(10, 0, 50, 0.14), 0 2px 0 rgba(255, 255, 255, 0.78) inset;
  padding: clamp(24px, 3vw, 34px);
}

.sp-duvidas-cta::before {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -54%;
  width: clamp(180px, 24vw, 320px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 0, 50, 0.16) 0%, rgba(10, 0, 50, 0) 72%);
  pointer-events: none;
  z-index: 0;
}

.sp-duvidas-cta>* {
  position: relative;
  z-index: 1;
}

.sp-duvidas-cta .badge {
  background: rgba(250, 80, 65, 0.16);
  border-color: rgba(250, 80, 65, 0.3);
  color: #8f2f26;
}

.sp-duvidas-cta h3 {
  margin: 14px 0 12px;
  font-size: clamp(1.45rem, 2.3vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.sp-duvidas-cta p:not(.badge) {
  margin: 0;
  max-width: 66ch;
  color: #50476a;
  line-height: 1.7;
}

.sp-duvidas-cta .sp-contact-actions {
  margin-top: 18px;
  align-items: center;
  justify-content: flex-start;
}

.sp-duvidas-cta .sp-contact-actions .btn {
  min-width: 164px;
}

.sp-duvidas-cta .sp-contact-actions .btn--outline {
  background: rgba(255, 255, 255, 0.84);
}

.sp-duvidas-layout--cta-vertical .sp-duvidas-main {
  gap: 22px;
}

.sp-duvidas-vcta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 320px);
  gap: clamp(18px, 2.2vw, 28px);
  align-items: start;
}

.sp-duvidas-vcta-grid>.sp-faq {
  align-self: start;
  align-content: start;
  height: auto;
}

.sp-duvidas-vcta-aside {
  align-self: start;
  position: sticky;
  top: 104px;
  height: auto;
  display: block;
}

.sp-duvidas-vcta-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: clamp(18px, 2vw, 24px) clamp(20px, 2.2vw, 28px);
  color: #fff;
  background:
    radial-gradient(160% 130% at 8% 6%, rgba(255, 220, 184, 0.42) 0%, rgba(255, 220, 184, 0) 42%),
    radial-gradient(120% 120% at 96% 100%, rgba(10, 32, 108, 0.45) 0%, rgba(10, 32, 108, 0) 56%),
    linear-gradient(156deg, #fa5041 0%, #f45a3c 42%, #273f92 100%);
  box-shadow: 0 24px 44px rgba(10, 0, 50, 0.2);
}

.sp-duvidas-vcta-card::before {
  content: "";
  position: absolute;
  top: -48px;
  right: -48px;
  width: clamp(130px, 18vw, 190px);
  height: clamp(130px, 18vw, 190px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.sp-duvidas-vcta-card>* {
  position: relative;
  z-index: 1;
}

.sp-duvidas-vcta-card__badge {
  width: fit-content;
  margin-bottom: 12px;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.sp-duvidas-vcta-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.44rem, 2.2vw, 1.72rem);
  line-height: 1.22;
}

.sp-duvidas-vcta-card__lead {
  margin: 12px 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.62;
}

.sp-duvidas-vcta-card__actions {
  margin-top: auto;
  padding-top: 14px;
  display: grid;
  gap: 10px;
}

.sp-duvidas-vcta-card__actions .btn {
  width: 100%;
}

.sp-duvidas-vcta-card__actions .btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #fa5041 0%, #f26a3e 100%);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 24px rgba(250, 80, 65, 0.34);
}

.sp-duvidas-vcta-card__actions .sp-duvidas-vcta-card__btn-whatsapp:hover,
.sp-duvidas-vcta-card__actions .sp-duvidas-vcta-card__btn-whatsapp:focus-visible,
.sp-duvidas-vcta-card__actions .sp-duvidas-vcta-card__btn-whatsapp:active {
  color: #fff;
  background: linear-gradient(135deg, #2d4ca8 0%, #0a0032 100%);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 14px 26px rgba(10, 0, 50, 0.3);
}

.sp-duvidas-vcta-card__actions .btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.12);
}

.sp-duvidas-vcta-card__actions .btn--outline:hover,
.sp-duvidas-vcta-card__actions .btn--outline:focus-visible {
  color: var(--color-ink);
  border-color: #fff;
  background: #fff;
}

@media (max-width: 1024px) {
  .sp-duvidas-vcta-grid {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 292px);
    gap: 16px;
  }
}

@media (max-width: 900px) {
  .sp-duvidas-vcta-grid {
    grid-template-columns: 1fr;
  }

  .sp-duvidas-vcta-aside {
    position: static;
    top: auto;
    align-self: auto;
  }

  .sp-duvidas-vcta-card {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .sp-duvidas-cta {
    padding: clamp(20px, 6.5vw, 28px);
  }

  .sp-duvidas-cta .sp-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sp-duvidas-cta .sp-contact-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

.sp-about-points {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.sp-about-points strong {
  color: var(--color-ink);
}

.sp-values {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sp-contact-actions,
.sp-client-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.sp-client-actions .btn {
  min-width: 160px;
}

.sp-contact-meta {
  margin-top: 20px;
}

.sp-contact-meta p {
  margin: 0 0 8px;
}

.sp-client-card {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.sp-client-hub-hero {
  padding-bottom: 18px;
}

.sp-client-hub-hero.sp-inner-hero-standard {
  min-height: clamp(260px, 32vw, 320px);
}

.sp-client-hub-hero__inner {
  text-align: center;
}

.sp-client-hub-hero__badge {
  margin-inline: auto;
}

.sp-client-hub-hero__subtitle {
  margin: 22px auto 0;
  max-width: 44ch;
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  line-height: 1.65;
}

.sp-client-hub {
  padding-top: 4px;
}

.sp-client-hub__wrap {
  position: relative;
}

.sp-client-hub__decor {
  position: absolute;
  top: 52px;
  right: 14px;
  width: min(44%, 420px);
  height: clamp(220px, 24vw, 280px);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 35%, rgba(250, 80, 65, 0.18), transparent 58%),
    radial-gradient(circle at 78% 28%, rgba(10, 0, 50, 0.12), transparent 62%),
    radial-gradient(circle at 52% 82%, rgba(250, 80, 65, 0.08), transparent 68%);
  opacity: 0.9;
  filter: blur(2px);
  transform: translate(8px, 4px) rotate(-6deg);
  pointer-events: none;
}

.sp-client-hub__decor::before,
.sp-client-hub__decor::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.sp-client-hub__decor::before {
  inset: 14% 10% auto auto;
  width: 36%;
  height: 34%;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(10px);
}

.sp-client-hub__decor::after {
  inset: auto auto 8% 14%;
  width: 42%;
  height: 38%;
  background: rgba(255, 255, 255, 0.34);
  filter: blur(14px);
}

.sp-client-hub__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.card.sp-client-hub-card {
  position: relative;
  min-height: 410px;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(10, 0, 50, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sp-client-hub-card:hover,
.sp-client-hub-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 26px 54px rgba(10, 0, 50, 0.12);
}

.sp-client-hub-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.sp-client-hub-card__link:focus-visible {
  outline: 2px solid rgba(10, 0, 50, 0.45);
  outline-offset: -3px;
}

.sp-client-hub-card__head,
.sp-client-hub-card__body,
.sp-client-hub-card__footer {
  position: relative;
  z-index: 1;
  padding-inline: 26px;
}

.sp-client-hub-card__head {
  padding-top: 26px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.sp-client-hub-card__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid rgba(230, 224, 224, 0.9);
  background: rgba(250, 80, 65, 0.08);
  color: var(--color-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.sp-client-hub-card--ink .sp-client-hub-card__icon {
  background: rgba(250, 80, 65, 0.08);
  color: var(--color-accent);
}

.sp-client-hub-card__icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.sp-client-hub-card__external {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: rgba(120, 110, 140, 0.7);
  background: rgba(250, 245, 245, 0.7);
  border: 1px solid rgba(230, 224, 224, 0.65);
}

.sp-client-hub-card__external svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.sp-client-hub-card__body {
  padding-top: 22px;
}

.sp-client-hub-card__body h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.25vw, 1.9rem);
  line-height: 1.16;
  max-width: 14ch;
}

.sp-client-hub-card__body p {
  margin: 18px 0 0;
  color: var(--color-muted);
  line-height: 1.55;
  font-size: 1rem;
  max-width: 34ch;
}

.sp-client-hub-card__footer {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0 26px 22px;
}

.sp-client-hub-card__footer::before {
  content: '';
  display: block;
  border-top: 1px solid rgba(230, 224, 224, 0.95);
  margin-bottom: 18px;
}

.sp-client-hub-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-accent);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.sp-client-hub-card__cta svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

@media (max-width: 980px) {
  .sp-client-hub__decor {
    width: 52%;
    height: 220px;
    right: 8px;
    top: 32px;
  }

  .sp-client-hub__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .card.sp-client-hub-card {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .sp-client-hub-hero {
    padding-bottom: 8px;
  }

  .sp-client-hub-hero__subtitle {
    margin-top: 16px;
    font-size: 1rem;
  }

  .sp-client-hub {
    padding-top: 2px;
  }

  .sp-client-hub__decor {
    display: none;
  }

  .card.sp-client-hub-card {
    min-height: auto;
  }

  .sp-client-hub-card__head,
  .sp-client-hub-card__body,
  .sp-client-hub-card__footer {
    padding-inline: 20px;
  }

  .sp-client-hub-card__head {
    padding-top: 20px;
  }

  .sp-client-hub-card__body {
    padding-top: 18px;
  }

  .sp-client-hub-card__body h2 {
    max-width: none;
    font-size: 1.45rem;
  }

  .sp-client-hub-card__body p {
    font-size: 0.95rem;
    max-width: none;
  }

  .sp-client-hub-card__footer {
    position: relative;
    inset: auto;
    padding: 0 20px 18px;
    margin-top: 14px;
  }

  .sp-client-hub-card__cta {
    font-size: 0.92rem;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-client-hub-card {
    transition: none;
  }

  .sp-client-hub-card:hover,
  .sp-client-hub-card:focus-within {
    transform: none;
  }
}

/* Sobre page: migrated inline styles (keep exact layout/visual) */
.page-template-sobre .sp-about-inline-icon,
.page-template-sobre-refatorada .sp-about-inline-icon ,
.page-template-sobre-refatorada-php .sp-about-inline-icon {
  font-size: 85px !important;
  font-weight: 300;
  line-height: 1;
  display: block;
  font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 48;
}

.page-template-sobre .sp-about-hero,
.page-template-sobre-refatorada .sp-about-hero ,
.page-template-sobre-refatorada-php .sp-about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 500px;
  background:
    radial-gradient(140% 130% at 78% 22%, rgba(250, 80, 65, 0.14) 0%, rgba(250, 80, 65, 0) 46%),
    linear-gradient(104deg, #060a2a 0%, #0b1846 52%, #2a3958 100%);
}

.page-template-sobre .sp-about-hero::before,
.page-template-sobre-refatorada .sp-about-hero::before ,
.page-template-sobre-refatorada-php .sp-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(97deg, rgba(4, 7, 24, 0.9) 0%, rgba(6, 10, 31, 0.8) 36%, rgba(9, 16, 44, 0.55) 66%, rgba(13, 24, 58, 0.28) 100%);
  pointer-events: none;
  z-index: 1;
}

.page-template-sobre .sp-about-hero__inner,
.page-template-sobre-refatorada .sp-about-hero__inner ,
.page-template-sobre-refatorada-php .sp-about-hero__inner {
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-block: clamp(24px, 4vw, 42px);
  z-index: 2;
}

.page-template-sobre .sp-about-hero__copy,
.page-template-sobre-refatorada .sp-about-hero__copy ,
.page-template-sobre-refatorada-php .sp-about-hero__copy {
  position: relative;
  z-index: 2;
  max-width: min(700px, 58%);
  padding-right: clamp(18px, 2.6vw, 52px);
}

.page-template-sobre .sp-about-hero__title,
.page-template-sobre-refatorada .sp-about-hero__title ,
.page-template-sobre-refatorada-php .sp-about-hero__title {
  font-size: clamp(2.1rem, 4.4vw, 3.55rem);
  line-height: 1.08;
}

.page-template-sobre .sp-about-hero__subtitle,
.page-template-sobre-refatorada .sp-about-hero__subtitle ,
.page-template-sobre-refatorada-php .sp-about-hero__subtitle {
  margin-top: clamp(2px, 0.5vw, 6px);
  max-width: 54ch;
}

.page-template-sobre .sp-about-hero__media,
.page-template-sobre-refatorada .sp-about-hero__media ,
.page-template-sobre-refatorada-php .sp-about-hero__media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(22%, 30vw, 34%);
  width: clamp(760px, 88vw, 1280px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.54;
  border-radius: 5px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 14%, #000 30%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 14%, #000 30%, #000 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.page-template-sobre .sp-about-hero__media::before,
.page-template-sobre-refatorada .sp-about-hero__media::before ,
.page-template-sobre-refatorada-php .sp-about-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 14, 43, 0.68) 0%, rgba(8, 14, 43, 0.44) 22%, rgba(8, 14, 43, 0.16) 44%, rgba(8, 14, 43, 0) 66%);
  z-index: 1;
}

.page-template-sobre .sp-about-hero__media::after,
.page-template-sobre-refatorada .sp-about-hero__media::after ,
.page-template-sobre-refatorada-php .sp-about-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(129, 157, 255, 0.18);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(10, 16, 53, 0.2), 0 0 14px rgba(16, 32, 86, 0.12);
  z-index: 2;
}

.page-template-sobre .sp-about-hero__media img,
.page-template-sobre-refatorada .sp-about-hero__media img ,
.page-template-sobre-refatorada-php .sp-about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% center;
  display: block;
}

@media (max-width: 1024px) {

  .page-template-sobre .sp-about-hero__inner,
  .page-template-sobre-refatorada .sp-about-hero__inner ,
  .page-template-sobre-refatorada-php .sp-about-hero__inner {
    padding-block: clamp(24px, 5vw, 40px);
  }

  .page-template-sobre .sp-about-hero__copy,
  .page-template-sobre-refatorada .sp-about-hero__copy ,
  .page-template-sobre-refatorada-php .sp-about-hero__copy {
    max-width: min(720px, 66%);
    padding-right: clamp(12px, 2vw, 34px);
  }

  .page-template-sobre .sp-about-hero__media,
  .page-template-sobre-refatorada .sp-about-hero__media ,
  .page-template-sobre-refatorada-php .sp-about-hero__media {
    left: clamp(24%, 36vw, 38%);
    width: clamp(720px, 102vw, 1160px);
    opacity: 0.5;
  }

  .page-template-sobre .sp-about-hero__media img,
  .page-template-sobre-refatorada .sp-about-hero__media img ,
  .page-template-sobre-refatorada-php .sp-about-hero__media img {
    object-position: 42% center;
  }

  .page-template-sobre .sp-about-hero__media::before,
  .page-template-sobre-refatorada .sp-about-hero__media::before ,
  .page-template-sobre-refatorada-php .sp-about-hero__media::before {
    background: linear-gradient(90deg, rgba(8, 14, 43, 0.74) 0%, rgba(8, 14, 43, 0.52) 26%, rgba(8, 14, 43, 0.22) 48%, rgba(8, 14, 43, 0) 70%);
  }

  .page-template-sobre .sp-about-hero__media,
  .page-template-sobre-refatorada .sp-about-hero__media ,
  .page-template-sobre-refatorada-php .sp-about-hero__media {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 16%, #000 32%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 16%, #000 32%, #000 100%);
  }
}

@media (max-width: 767px) {

  .page-template-sobre .sp-about-hero__inner,
  .page-template-sobre-refatorada .sp-about-hero__inner ,
  .page-template-sobre-refatorada-php .sp-about-hero__inner {
    padding-block: clamp(26px, 7vw, 36px);
  }

  .page-template-sobre .sp-about-hero__copy,
  .page-template-sobre-refatorada .sp-about-hero__copy ,
  .page-template-sobre-refatorada-php .sp-about-hero__copy {
    max-width: none;
    width: 100%;
    padding-right: 0;
  }

  .page-template-sobre .sp-about-hero__media,
  .page-template-sobre-refatorada .sp-about-hero__media ,
  .page-template-sobre-refatorada-php .sp-about-hero__media {
    left: 46%;
    width: clamp(700px, 170vw, 1040px);
    transform: translateX(-46%);
    opacity: 0.46;
  }

  .page-template-sobre .sp-about-hero__media img,
  .page-template-sobre-refatorada .sp-about-hero__media img ,
  .page-template-sobre-refatorada-php .sp-about-hero__media img {
    object-position: 48% center;
  }

  .page-template-sobre .sp-about-hero__media::before,
  .page-template-sobre-refatorada .sp-about-hero__media::before ,
  .page-template-sobre-refatorada-php .sp-about-hero__media::before {
    background: linear-gradient(90deg, rgba(8, 14, 43, 0.84) 0%, rgba(8, 14, 43, 0.64) 28%, rgba(8, 14, 43, 0.34) 54%, rgba(8, 14, 43, 0.1) 74%, rgba(8, 14, 43, 0) 86%);
  }

  .page-template-sobre .sp-about-hero__media,
  .page-template-sobre-refatorada .sp-about-hero__media ,
  .page-template-sobre-refatorada-php .sp-about-hero__media {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 18%, #000 36%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 18%, #000 36%, #000 100%);
  }

  .page-template-sobre .sp-about-hero__media::after,
  .page-template-sobre-refatorada .sp-about-hero__media::after ,
  .page-template-sobre-refatorada-php .sp-about-hero__media::after {
    border-color: rgba(129, 157, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(10, 16, 53, 0.18), 0 0 10px rgba(16, 32, 86, 0.1);
  }
}

.page-template-sobre .sp-about-summary-card,
.page-template-sobre-refatorada .sp-about-summary-card ,
.page-template-sobre-refatorada-php .sp-about-summary-card {
  margin-top: -61px;
}

.page-template-sobre .sp-about-summary-title,
.page-template-sobre-refatorada .sp-about-summary-title ,
.page-template-sobre-refatorada-php .sp-about-summary-title {
  text-align: center;
}

.page-template-sobre .sp-about-inline-numbers,
.page-template-sobre-refatorada .sp-about-inline-numbers ,
.page-template-sobre-refatorada-php .sp-about-inline-numbers {
  background-color: #FAF5F5;
  padding-block: clamp(78px, 9vw, 118px);
}

.page-template-sobre .sp-about-inline-numbers__content,
.page-template-sobre-refatorada .sp-about-inline-numbers__content ,
.page-template-sobre-refatorada-php .sp-about-inline-numbers__content {
  display: grid;
  justify-items: center;
  gap: clamp(12px, 1.8vw, 18px);
}

.page-template-sobre .sp-about-inline-numbers__accent,
.page-template-sobre-refatorada .sp-about-inline-numbers__accent ,
.page-template-sobre-refatorada-php .sp-about-inline-numbers__accent {
  width: 74px;
  height: 4px;
  border-radius: 999px;
  background: var(--color-accent);
  margin-top: -4px;
}

.page-template-sobre .sp-about-inline-numbers__grid,
.page-template-sobre-refatorada .sp-about-inline-numbers__grid ,
.page-template-sobre-refatorada-php .sp-about-inline-numbers__grid {
  margin-top: clamp(8px, 1.4vw, 14px);
}

.sp-about-odometer {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum' 1;
}

.sp-about-odometer__prefix,
.sp-about-odometer__suffix {
  white-space: pre;
}

.sp-about-odometer__digits {
  display: inline-flex;
  gap: 0.04em;
}

.sp-about-odometer__sequence {
  display: inline-flex;
  align-items: flex-end;
}

.sp-about-odometer__static {
  white-space: pre;
}

.sp-about-odometer__digit {
  display: inline-flex;
  width: 0.66em;
  height: 1em;
  overflow: hidden;
}

.sp-about-odometer__wheel {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.sp-about-odometer__cell {
  display: block;
  height: 1em;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {

  .page-template-sobre .sp-about-summary-card,
  .page-template-sobre-refatorada .sp-about-summary-card ,
  .page-template-sobre-refatorada-php .sp-about-summary-card {
    margin-top: -93px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-about-odometer__wheel {
    transition: none !important;
  }
}

body.page-template-sobre,
body.page-template-sobre-refatorada,
body.page-template-sobre-refatorada-php {
  background: #ffffff !important;
}

.page-template-sobre .tw-wrapper,
.page-template-sobre-refatorada .tw-wrapper,
.page-template-sobre-refatorada-php .tw-wrapper {
  font-family: var(--font-main);
}

.page-template-sobre .tw-wrapper .material-symbols-outlined,
.page-template-sobre-refatorada .tw-wrapper .material-symbols-outlined,
.page-template-sobre-refatorada-php .tw-wrapper .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Tailwind CDN sobrescreve .container e altera o spacing do header/footer do tema */
.page-template-sobre .sp-header .container,
.page-template-sobre .sp-footer .container,
.page-template-sobre-refatorada .sp-header .container,
.page-template-sobre-refatorada .sp-footer .container,
.page-template-sobre-refatorada-php .sp-header .container,
.page-template-sobre-refatorada-php .sp-footer .container {
  width: min(100% - 2rem, var(--container)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

/* Sobre refatorada sem dependencias externas (pixel match da sobre original) */
.page-template-sobre-refatorada .sp-about-rf,
.page-template-sobre-refatorada-php .sp-about-rf {
  background: #fff;
  min-height: 100vh;
}

.page-template-sobre-refatorada .sp-about-rf__container,
.page-template-sobre-refatorada-php .sp-about-rf__container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.page-template-sobre-refatorada .sp-about-rf__hero,
.page-template-sobre-refatorada-php .sp-about-rf__hero {
  border-bottom: none;
  padding-inline: 24px;
  min-height: 500px;
}

.page-template-sobre-refatorada .sp-about-rf__hero-inner,
.page-template-sobre-refatorada-php .sp-about-rf__hero-inner {
  position: relative;
  z-index: 10;
  padding-block: clamp(20px, 3.4vw, 34px);
}

.page-template-sobre-refatorada .sp-about-rf__hero-copy,
.page-template-sobre-refatorada-php .sp-about-rf__hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.page-template-sobre-refatorada .sp-about-rf__hero-title,
.page-template-sobre-refatorada-php .sp-about-rf__hero-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2.1rem, 4.4vw, 3.55rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-align: left;
}

.page-template-sobre-refatorada .sp-about-rf__hero-subtitle,
.page-template-sobre-refatorada-php .sp-about-rf__hero-subtitle {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 500;
  max-width: 42rem;
  text-align: left;
}

.page-template-sobre-refatorada .sp-about-hero__media,
.page-template-sobre-refatorada-php .sp-about-hero__media {
  left: clamp(36%, 44vw, 50%);
}

.page-template-sobre-refatorada .sp-about-hero__media img,
.page-template-sobre-refatorada-php .sp-about-hero__media img {
  object-position: 55% center;
}

.page-template-sobre-refatorada .sp-about-rf__summary-section,
.page-template-sobre-refatorada-php .sp-about-rf__summary-section {
  position: relative;
  z-index: 20;
  padding: 0 24px 128px;
  display: flex;
  justify-content: center;
}

.page-template-sobre-refatorada .sp-about-rf__summary-card,
.page-template-sobre-refatorada-php .sp-about-rf__summary-card {
  position: relative;
  z-index: 20;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 20px 45px rgba(11, 16, 49, 0.1);
  padding: 32px 32px 48px;
  margin-bottom: 64px;
}

.page-template-sobre-refatorada .sp-about-rf__summary-head,
.page-template-sobre-refatorada-php .sp-about-rf__summary-head {
  text-align: center;
  margin-bottom: 56px;
}

.page-template-sobre-refatorada .sp-about-rf__summary-title,
.page-template-sobre-refatorada-php .sp-about-rf__summary-title {
  margin: 0 0 12px !important;
  color: #0b1031;
  font-size: 1.875rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.02em;
}

.sp-about-rf__summary-title-line2 {
  display: inline;
}

.page-template-sobre-refatorada .sp-about-rf__summary-subtitle,
.page-template-sobre-refatorada-php .sp-about-rf__summary-subtitle {
  margin: 0 auto !important;
  display: block;
  width: 100%;
  color: #786e8c;
  font-size: 1.125rem;
  font-weight: 700;
  max-width: 42rem;
  text-align: center;
}

.page-template-sobre-refatorada .sp-about-rf__benefits-grid,
.page-template-sobre-refatorada-php .sp-about-rf__benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  text-align: center;
  padding-inline: 16px;
}

.page-template-sobre-refatorada .sp-about-rf__benefit-card,
.page-template-sobre-refatorada-php .sp-about-rf__benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-template-sobre-refatorada .sp-about-rf__benefit-icon,
.page-template-sobre-refatorada-php .sp-about-rf__benefit-icon {
  margin-bottom: 24px;
  display: block;
  color: var(--color-accent);
}

.page-template-sobre-refatorada .sp-about-rf__benefit-icon .sp-about-inline-icon,
.page-template-sobre-refatorada-php .sp-about-rf__benefit-icon .sp-about-inline-icon {
  color: var(--color-accent);
}

.page-template-sobre-refatorada .sp-about-rf__benefit-title,
.page-template-sobre-refatorada-php .sp-about-rf__benefit-title {
  margin: 0 0 12px !important;
  color: #0b1031;
  font-size: 1.5rem;
  font-weight: 700;
}

.page-template-sobre-refatorada .sp-about-rf__benefit-text,
.page-template-sobre-refatorada-php .sp-about-rf__benefit-text {
  margin: 0 !important;
  color: #0b1031;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  max-width: 280px;
}

.page-template-sobre-refatorada .sp-about-rf__story-section,
.page-template-sobre-refatorada-php .sp-about-rf__story-section {
  padding: 0 24px 128px;
  display: flex;
  justify-content: center;
}

.page-template-sobre-refatorada .sp-about-rf__story-layout,
.page-template-sobre-refatorada-php .sp-about-rf__story-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.page-template-sobre-refatorada .sp-about-rf__story-copy,
.page-template-sobre-refatorada-php .sp-about-rf__story-copy {
  color: #0b1031;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.page-template-sobre-refatorada .sp-about-rf__story-title,
.page-template-sobre-refatorada-php .sp-about-rf__story-title {
  margin: 0 0 48px !important;
  color: #0b1031;
  font-size: clamp(2.1rem, 4.4vw, 3.55rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.page-template-sobre-refatorada .sp-about-rf__story-title .text-primary,
.page-template-sobre-refatorada-php .sp-about-rf__story-title .text-primary {
  color: var(--color-accent);
}

.page-template-sobre-refatorada .sp-about-rf__story-paragraph,
.page-template-sobre-refatorada-php .sp-about-rf__story-paragraph {
  margin: 0 0 36px !important;
  font-size: 0.9375rem;
  line-height: 1.6;
  opacity: 0.9;
}

.page-template-sobre-refatorada .sp-about-rf__story-paragraph--lead,
.page-template-sobre-refatorada-php .sp-about-rf__story-paragraph--lead {
  font-size: 1.125rem;
  font-weight: 700;
  opacity: 1;
}

.page-template-sobre-refatorada .sp-about-rf__story-paragraph--last,
.page-template-sobre-refatorada-php .sp-about-rf__story-paragraph--last {
  margin-bottom: 0 !important;
}

.page-template-sobre-refatorada .sp-about-rf__story-media-wrap,
.page-template-sobre-refatorada-php .sp-about-rf__story-media-wrap {
  display: flex;
  justify-content: center;
}

.page-template-sobre-refatorada .sp-about-rf__story-media,
.page-template-sobre-refatorada-php .sp-about-rf__story-media {
  position: relative;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 16px;
}

.page-template-sobre-refatorada .sp-about-rf__story-video,
.page-template-sobre-refatorada-php .sp-about-rf__story-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 74%;
}

.page-template-sobre-refatorada .sp-about-rf__numbers-section,
.page-template-sobre-refatorada-php .sp-about-rf__numbers-section {
  display: flex;
  justify-content: center;
  padding-inline: 24px;
}

.page-template-sobre-refatorada .sp-about-rf__numbers-content,
.page-template-sobre-refatorada-php .sp-about-rf__numbers-content {
  width: 100%;
  max-width: 1000px;
  text-align: center;
}

.page-template-sobre-refatorada .sp-about-rf__numbers-title,
.page-template-sobre-refatorada-php .sp-about-rf__numbers-title {
  margin: 0 !important;
  color: #0b1031;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.page-template-sobre-refatorada .sp-about-rf__numbers-subtitle,
.page-template-sobre-refatorada-php .sp-about-rf__numbers-subtitle {
  margin: 0 !important;
  color: #0b1031;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  max-width: 650px;
  margin-inline: auto;
}

.page-template-sobre-refatorada .sp-about-rf__numbers-grid,
.page-template-sobre-refatorada-php .sp-about-rf__numbers-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}

.page-template-sobre-refatorada .sp-about-rf__numbers-item,
.page-template-sobre-refatorada-php .sp-about-rf__numbers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.page-template-sobre-refatorada .sp-about-rf__numbers-value,
.page-template-sobre-refatorada-php .sp-about-rf__numbers-value {
  margin: 0 0 8px !important;
  white-space: nowrap;
  color: var(--color-accent);
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.page-template-sobre-refatorada .sp-about-rf__numbers-label,
.page-template-sobre-refatorada-php .sp-about-rf__numbers-label {
  max-width: 18ch;
  text-align: center;
  line-height: 1.35;
  color: #0b1031;
  font-size: 1.125rem;
  font-weight: 700;
}

.page-template-sobre-refatorada .sp-about-rf__cta-section,
.page-template-sobre-refatorada-php .sp-about-rf__cta-section {
  padding: 96px 24px 128px;
  display: flex;
  justify-content: center;
}

.page-template-sobre-refatorada .sp-about-rf__cta-layout,
.page-template-sobre-refatorada-php .sp-about-rf__cta-layout {
  position: relative;
}

.page-template-sobre-refatorada .sp-about-rf__cta-media,
.page-template-sobre-refatorada-php .sp-about-rf__cta-media {
  width: 100%;
  height: 400px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.page-template-sobre-refatorada .sp-about-rf__cta-media-image,
.page-template-sobre-refatorada-php .sp-about-rf__cta-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-sobre-refatorada .sp-about-rf__cta-card,
.page-template-sobre-refatorada-php .sp-about-rf__cta-card {
  background: #0b1031;
  border-radius: 24px;
  padding: 32px;
  width: 90%;
  margin: -64px auto 0;
  box-shadow: 0 20px 45px rgba(11, 16, 49, 0.16);
  position: relative;
  z-index: 10;
}

.page-template-sobre-refatorada .sp-about-rf__cta-title,
.page-template-sobre-refatorada-php .sp-about-rf__cta-title {
  margin: 0 0 24px !important;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.page-template-sobre-refatorada .sp-about-rf__cta-subtitle,
.page-template-sobre-refatorada-php .sp-about-rf__cta-subtitle {
  margin: 0 0 32px !important;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.page-template-sobre-refatorada .sp-about-rf__cta-button,
.page-template-sobre-refatorada-php .sp-about-rf__cta-button {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #0b1031;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 14px 32px;
  border-radius: 999px;
  transition: background-color 0.2s ease;
}

.page-template-sobre-refatorada .sp-about-rf__cta-button:hover,
.page-template-sobre-refatorada .sp-about-rf__cta-button:focus-visible,
.page-template-sobre-refatorada-php .sp-about-rf__cta-button:hover,
.page-template-sobre-refatorada-php .sp-about-rf__cta-button:focus-visible {
  background: #f9fafb;
}

@media (min-width: 768px) {
  .page-template-sobre-refatorada .sp-about-rf__hero,
  .page-template-sobre-refatorada-php .sp-about-rf__hero {
    min-height: 500px;
  }

  .page-template-sobre-refatorada .sp-about-rf__hero-inner,
  .page-template-sobre-refatorada-php .sp-about-rf__hero-inner {
    padding-block: clamp(18px, 2.8vw, 30px);
  }

  .page-template-sobre-refatorada .sp-about-rf__hero-copy,
  .page-template-sobre-refatorada-php .sp-about-rf__hero-copy {
    gap: 12px;
  }

  .page-template-sobre-refatorada .sp-about-rf__hero-subtitle,
  .page-template-sobre-refatorada-php .sp-about-rf__hero-subtitle {
    font-size: 1.125rem;
  }

  .page-template-sobre-refatorada .sp-about-hero__media,
  .page-template-sobre-refatorada-php .sp-about-hero__media {
    left: clamp(40%, 49vw, 55%);
  }

  .page-template-sobre-refatorada .sp-about-hero__media img,
  .page-template-sobre-refatorada-php .sp-about-hero__media img {
    object-position: 57% center;
  }

  .page-template-sobre-refatorada .sp-about-rf__summary-card,
  .page-template-sobre-refatorada-php .sp-about-rf__summary-card {
    padding: 48px;
  }

  .page-template-sobre-refatorada .sp-about-rf__summary-head,
  .page-template-sobre-refatorada-php .sp-about-rf__summary-head {
    margin-bottom: 64px;
  }

  .page-template-sobre-refatorada .sp-about-rf__summary-title,
  .page-template-sobre-refatorada-php .sp-about-rf__summary-title {
    font-size: 3rem;
  }

  .page-template-sobre-refatorada .sp-about-rf__summary-subtitle,
  .page-template-sobre-refatorada-php .sp-about-rf__summary-subtitle {
    font-size: 1.25rem;
  }

  .page-template-sobre-refatorada .sp-about-rf__benefits-grid,
  .page-template-sobre-refatorada-php .sp-about-rf__benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    padding-inline: 0;
  }

  .page-template-sobre-refatorada .sp-about-rf__story-layout,
  .page-template-sobre-refatorada-php .sp-about-rf__story-layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: stretch;
  }

  .page-template-sobre-refatorada .sp-about-rf__story-media-wrap,
  .page-template-sobre-refatorada-php .sp-about-rf__story-media-wrap {
    justify-content: flex-end;
    height: 100%;
  }

  .page-template-sobre-refatorada .sp-about-rf__story-media,
  .page-template-sobre-refatorada-php .sp-about-rf__story-media {
    aspect-ratio: auto;
    width: 390px;
    max-width: none;
    height: 100%;
  }

  .page-template-sobre-refatorada .sp-about-rf__numbers-title,
  .page-template-sobre-refatorada-php .sp-about-rf__numbers-title {
    font-size: 2.625rem;
  }

  .page-template-sobre-refatorada .sp-about-rf__numbers-subtitle,
  .page-template-sobre-refatorada-php .sp-about-rf__numbers-subtitle {
    font-size: 1rem;
  }

  .page-template-sobre-refatorada .sp-about-rf__numbers-grid,
  .page-template-sobre-refatorada-php .sp-about-rf__numbers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .page-template-sobre-refatorada .sp-about-rf__numbers-item,
  .page-template-sobre-refatorada-php .sp-about-rf__numbers-item {
    min-height: 160px;
  }

  .page-template-sobre-refatorada .sp-about-rf__numbers-value,
  .page-template-sobre-refatorada-php .sp-about-rf__numbers-value {
    font-size: 3.5rem;
  }

  .page-template-sobre-refatorada .sp-about-rf__cta-section,
  .page-template-sobre-refatorada-php .sp-about-rf__cta-section {
    padding-top: 128px;
    padding-bottom: 160px;
  }

  .page-template-sobre-refatorada .sp-about-rf__cta-layout,
  .page-template-sobre-refatorada-php .sp-about-rf__cta-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .page-template-sobre-refatorada .sp-about-rf__cta-media,
  .page-template-sobre-refatorada-php .sp-about-rf__cta-media {
    width: 60%;
    height: 480px;
  }

  .page-template-sobre-refatorada .sp-about-rf__cta-card,
  .page-template-sobre-refatorada-php .sp-about-rf__cta-card {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
    margin: 0;
    padding: 56px;
  }

  .page-template-sobre-refatorada .sp-about-rf__cta-title,
  .page-template-sobre-refatorada-php .sp-about-rf__cta-title {
    font-size: 40px;
  }

  .page-template-sobre-refatorada .sp-about-rf__cta-subtitle,
  .page-template-sobre-refatorada-php .sp-about-rf__cta-subtitle {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .page-template-sobre-refatorada .sp-about-hero__media,
  .page-template-sobre-refatorada-php .sp-about-hero__media {
    left: clamp(38%, 46vw, 52%);
  }

  .page-template-sobre-refatorada .sp-about-hero__media img,
  .page-template-sobre-refatorada-php .sp-about-hero__media img {
    object-position: 56% center;
  }

  .page-template-sobre-refatorada .sp-about-rf__story-layout,
  .page-template-sobre-refatorada-php .sp-about-rf__story-layout {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
  }

  .page-template-sobre-refatorada .sp-about-rf__story-media,
  .page-template-sobre-refatorada-php .sp-about-rf__story-media {
    width: 430px;
  }

  .page-template-sobre-refatorada .sp-about-rf__numbers-grid,
  .page-template-sobre-refatorada-php .sp-about-rf__numbers-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .sp-about-rf__hero-title {
    font-size: clamp(1.7rem, 8vw, 2.25rem);
    line-height: 1.16;
    max-width: 18ch;
    text-wrap: balance;
  }

  .sp-about-rf__summary-title {
    margin-inline: auto !important;
    font-size: clamp(1.7rem, 8.2vw, 2.1rem);
    line-height: 1.14;
  }

  .sp-about-rf__summary-title-line2 {
    display: block;
  }

  .page-template-sobre-refatorada .sp-about-rf__hero,
  .page-template-sobre-refatorada-php .sp-about-rf__hero {
    min-height: 500px;
  }

  .page-template-sobre-refatorada .sp-about-rf__hero-inner,
  .page-template-sobre-refatorada-php .sp-about-rf__hero-inner {
    padding-block: clamp(18px, 5.2vw, 26px);
  }

  .page-template-sobre-refatorada .sp-about-hero__media,
  .page-template-sobre-refatorada-php .sp-about-hero__media {
    left: 58%;
    transform: translateX(-58%);
  }

  .page-template-sobre-refatorada .sp-about-hero__media img,
  .page-template-sobre-refatorada-php .sp-about-hero__media img {
    object-position: 58% center;
  }

  .page-template-sobre-refatorada .sp-about-rf__summary-section,
  .page-template-sobre-refatorada-php .sp-about-rf__summary-section {
    padding: 0 16px 88px;
  }

  .page-template-sobre-refatorada .sp-about-rf__summary-head,
  .page-template-sobre-refatorada-php .sp-about-rf__summary-head {
    width: min(100%, 32rem);
    margin: 0 auto 40px;
    text-align: center;
  }

  .page-template-sobre-refatorada .sp-about-rf__summary-title,
  .page-template-sobre-refatorada-php .sp-about-rf__summary-title,
  .page-template-sobre-refatorada .sp-about-rf__summary-subtitle,
  .page-template-sobre-refatorada-php .sp-about-rf__summary-subtitle,
  .page-template-sobre-refatorada .sp-about-rf__benefit-title,
  .page-template-sobre-refatorada-php .sp-about-rf__benefit-title,
  .page-template-sobre-refatorada .sp-about-rf__benefit-text,
  .page-template-sobre-refatorada-php .sp-about-rf__benefit-text {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .page-template-sobre-refatorada .sp-about-rf__summary-title,
  .page-template-sobre-refatorada-php .sp-about-rf__summary-title {
    margin-inline: auto !important;
    font-size: clamp(1.7rem, 8.2vw, 2.1rem);
    line-height: 1.14;
    text-align: center;
  }

  .page-template-sobre-refatorada .sp-about-rf__summary-subtitle,
  .page-template-sobre-refatorada-php .sp-about-rf__summary-subtitle {
    font-size: clamp(0.98rem, 4.4vw, 1.125rem);
    line-height: 1.5;
    text-align: center;
  }
}

.sp-compare-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--color-surface);
}

.sp-compare-grid>div {
  padding: 14px 16px;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  color: var(--color-muted);
}

.sp-compare-grid>div:nth-child(4n) {
  border-right: 0;
}

.sp-compare-grid__head {
  color: var(--color-ink) !important;
  font-weight: 600;
  background: #fff8f7;
}

.sp-compare-grid__label {
  color: var(--color-ink) !important;
  font-weight: 600;
}

.sp-footer {
  --sp-footer-info-color: #6a6671;
  --sp-footer-info-strong: #5d5864;
  --sp-footer-info-hover: #4f4a55;
  border-top: 1px solid #ddd8dc;
  background: #f0eff2;
  padding: 36px 0 24px;
}

.sp-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sp-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "left right"
    "legal right";
  align-items: start;
  column-gap: 44px;
  row-gap: 14px;
}

.sp-footer__left {
  grid-area: left;
  max-width: 620px;
}

.sp-footer__right {
  grid-area: right;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.sp-footer__intro {
  display: block;
}

.sp-footer__brand {
  display: inline-flex;
  align-items: center;
}

.sp-footer__brand-logo {
  display: block;
  width: auto;
  height: 36px;
  max-width: 200px;
}

.sp-footer__copy {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 1.05rem;
  line-height: 1.45;
}

.sp-footer__col-title {
  margin: 0 0 10px;
  color: var(--color-ink);
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
}

.sp-footer__legal {
  grid-area: legal;
  margin-top: 0;
  color: var(--sp-footer-info-color);
  font-size: 0.95rem;
  line-height: 1.5;
}

.sp-footer__legal p {
  margin: 0;
}

.sp-footer__legal p+p {
  margin-top: 3px;
}

.sp-footer__legal strong {
  color: var(--sp-footer-info-strong);
  font-weight: 700;
}

.sp-footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: flex-start;
}

.sp-footer-nav a {
  color: var(--color-ink);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.sp-footer-nav a:hover,
.sp-footer-nav a:focus-visible {
  color: var(--color-accent);
}

.sp-footer__contact {
  display: grid;
  margin-top: 16px;
  gap: 8px;
  justify-items: start;
}

.sp-footer__contact-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sp-footer__contact-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--sp-footer-info-color);
  font-size: 0.95rem;
  line-height: 1.45;
  text-decoration: none;
}

.sp-footer__contact-item--whatsapp {
  border-radius: 999px;
  padding: 2px 10px;
  border: 1px solid transparent;
  transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.sp-footer__contact-item span {
  display: inline-block;
  text-align: left;
  max-width: 440px;
}

.sp-footer__contact-item strong {
  color: var(--sp-footer-info-strong);
  font-weight: 700;
}

.sp-footer__contact-item:hover strong,
.sp-footer__contact-item:focus-visible strong {
  color: var(--sp-footer-info-hover);
}

.sp-footer__contact-item--static:hover strong,
.sp-footer__contact-item--static:focus-visible strong {
  color: var(--sp-footer-info-strong);
}

.sp-footer__contact-item--whatsapp:hover,
.sp-footer__contact-item--whatsapp:focus-visible {
  background: #1fa85a;
  border-color: #1fa85a;
  box-shadow: 0 8px 20px rgba(31, 168, 90, 0.32);
  transform: translateY(-1px);
}

.sp-footer__contact-item--whatsapp:hover strong,
.sp-footer__contact-item--whatsapp:focus-visible strong,
.sp-footer__contact-item--whatsapp:hover .sp-footer__contact-icon,
.sp-footer__contact-item--whatsapp:focus-visible .sp-footer__contact-icon,
.sp-footer__contact-item--whatsapp:hover span,
.sp-footer__contact-item--whatsapp:focus-visible span {
  color: #ffffff;
}

.sp-footer__contact-item--static {
  margin: 0;
}

.sp-footer__contact-icon {
  width: 16px;
  height: 16px;
  color: var(--sp-footer-info-color);
  flex: 0 0 16px;
  margin-top: 3px;
}

.sp-footer__contact-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.sp-footer__bottom {
  border-top: 1px solid rgba(120, 110, 140, 0.22);
  padding-top: 18px;
  display: flex;
  justify-content: center;
}

.sp-footer__year {
  color: #7f778f;
  font-weight: 400;
  font-size: 0.95rem;
  text-align: center;
}

@media (max-width: 1100px) {
  .grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body {
    font-size: 16px;
  }

  .sp-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    column-gap: 8px;
  }

  .sp-brand {
    margin-right: 0;
    order: 1 !important;
    flex: 0 1 auto;
    min-width: 0;
  }

  .sp-header__actions {
    order: 2 !important;
    margin-left: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    justify-self: end;
  }

  .sp-mobile-toggle {
    display: inline-flex;
    order: 3 !important;
    margin-left: 0;
    flex: 0 0 auto;
    justify-self: end;
  }

  .sp-nav {
    display: none;
    position: absolute;
    top: 72px;
    right: 1rem;
    width: min(300px, calc(100vw - 2rem));
    border: 1px solid var(--sp-header-top-nav-border);
    border-radius: 14px;
    background: var(--sp-header-top-nav-bg);
    box-shadow: var(--shadow-strong);
    padding: 16px;
  }

  .sp-nav.is-open {
    display: block;
  }

  .sp-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .sp-header__cta {
    display: none;
  }

  .sp-header__client {
    min-width: 44px;
    min-height: 44px;
    width: 44px;
    justify-content: center;
    opacity: 1;
  }

  .sp-header__client-label {
    display: none;
  }

  .sp-hero-grid,
  .grid--3,
  .grid--2 {
    grid-template-columns: 1fr;
  }

  .sp-footer {
    padding: 30px 0 22px;
  }

  .sp-footer__inner {
    gap: 18px;
  }

  .sp-footer__top {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "right"
      "legal";
    gap: 16px;
    text-align: left;
  }

  .sp-footer__left {
    max-width: none;
  }

  .sp-footer__intro {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .sp-footer__copy {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.4;
    max-width: 34ch;
  }

  .sp-footer__right {
    align-items: flex-start;
    gap: 10px;
  }

  .sp-footer-nav {
    width: 100%;
  }

  .sp-footer-nav ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 8px 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(120, 110, 140, 0.35) transparent;
    padding-bottom: 2px;
  }

  .sp-footer-nav ul::-webkit-scrollbar {
    height: 4px;
  }

  .sp-footer-nav ul::-webkit-scrollbar-thumb {
    background: rgba(120, 110, 140, 0.35);
    border-radius: 999px;
  }

  .sp-footer-nav li {
    flex: 0 0 auto;
  }

  .sp-footer-nav a {
    font-size: 0.9rem;
  }

  .sp-footer__contact {
    margin-top: 8px;
    justify-items: start;
  }

  .sp-footer__contact-row {
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .sp-footer__contact-item span {
    max-width: none;
  }

  .sp-footer__contact-item--whatsapp,
  .sp-footer__contact-item--whatsapp:hover,
  .sp-footer__contact-item--whatsapp:focus-visible {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .sp-footer__contact-item--whatsapp:active strong,
  .sp-footer__contact-item--whatsapp:focus-visible strong,
  .sp-footer__contact-item--whatsapp:active span,
  .sp-footer__contact-item--whatsapp:focus-visible span,
  .sp-footer__contact-item--whatsapp:active .sp-footer__contact-icon,
  .sp-footer__contact-item--whatsapp:focus-visible .sp-footer__contact-icon {
    color: #1fa85a;
  }

  .sp-footer__legal {
    margin-top: 2px;
    padding-top: 10px;
    border-top: 1px solid rgba(120, 110, 140, 0.2);
  }

  .sp-footer__bottom {
    padding-top: 14px;
    justify-content: flex-start;
  }

  .sp-footer__year {
    text-align: left;
  }

  .sp-compare-grid {
    grid-template-columns: 1fr;
  }

  .sp-compare-grid>div {
    border-right: 0;
  }

  .sp-compare-grid__head {
    position: sticky;
  }

}

@media (max-width: 640px) {
  .sp-footer__brand-logo {
    height: 32px;
  }

  .sp-footer__copy {
    font-size: 0.9rem;
  }

  .sp-footer__legal,
  .sp-footer__contact-item,
  .sp-footer__year {
    font-size: 0.88rem;
  }

  .sp-footer-nav ul {
    gap: 8px 12px;
  }

  .sp-footer-nav a {
    font-size: 0.84rem;
  }
}

@media (max-width: 768px) {
  .section {
    padding-block: var(--space-6);
  }

  .section--compact,
  .sp-page-content {
    padding-bottom: var(--space-6);
  }

  h1 {
    font-size: clamp(2.38rem, 9vw, 2.5rem);
  }

  h2,
  .section-title {
    font-size: clamp(1.75rem, 8vw, 1.88rem);
  }

  .card {
    padding: var(--space-3);
  }

  .sp-hero-subtitle {
    font-size: 16px;
  }

  .sp-duvidas-banner__subtitle {
    max-width: 42ch;
  }

  .sp-brand img,
  .sp-brand .custom-logo {
    max-height: 34px;
    height: 34px !important;
  }
}

/* V3 Home */
.sp-v3-band {
  position: relative;
  padding-block: var(--space-7);
  overflow: clip;
}

.sp-v3-band--hero {
  --sp-v3-hero-image-size: clamp(720px, 60vw, 980px);
  --sp-v3-hero-image-position: right -130px center;
  background-color: var(--color-accent);
  background-image: url('./assets/img/home-banner-hero.svg');
  background-size: var(--sp-v3-hero-image-size) auto;
  background-position: var(--sp-v3-hero-image-position);
  background-repeat: no-repeat;
}

.home .sp-v3-band--hero {
  --sp-v3-hero-image-size: clamp(510px, 46vw, 680px);
  --sp-v3-hero-content-gutter: max(1rem, calc((100vw - var(--container)) / 2));
  --sp-v3-hero-image-position: right max(40px, calc(var(--sp-v3-hero-content-gutter) - 80px)) center;
}

.home .sp-v3-hero__copy {
  max-width: min(48%, 620px);
  padding-right: clamp(16px, 2.2vw, 32px);
}

@media (min-width: 981px) and (max-width: 1120px) {
  .home .sp-v3-band--hero {
    --sp-v3-hero-image-size: clamp(420px, 40vw, 520px);
    --sp-v3-hero-image-position: right max(26px, calc(var(--sp-v3-hero-content-gutter) - 96px)) center;
  }

  .home .sp-v3-hero__copy {
    max-width: min(52%, 620px);
  }
}

.sp-v3-band--hero::after {
  content: none;
}

.sp-v3-band--surface {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.92) 18%, rgba(255, 255, 255, 0.95) 82%, rgba(255, 255, 255, 0.7));
}

.sp-v3-band--bg {
  background:
    linear-gradient(180deg, rgba(250, 245, 245, 0.64), rgba(250, 245, 245, 0.92) 16%, rgba(250, 245, 245, 0.95) 84%, rgba(250, 245, 245, 0.72));
}

.sp-v3-band--testimonials {
  overflow: visible;
  background: linear-gradient(180deg, #f9f3f3 0%, #f7f1f1 100%);
}

.sp-v3-band--tinted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.88) 20%, rgba(255, 255, 255, 0.88) 80%, rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 10% 100%, rgba(250, 80, 65, 0.08), transparent 42%),
    var(--color-bg);
}

.sp-v3-band--cta {
  background: transparent;
  padding-top: var(--space-5);
  padding-bottom: var(--space-6);
}

.sp-v3-kicker {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  padding: 0 14px;
  background: rgba(10, 0, 50, 0.08);
  border: 1px solid rgba(10, 0, 50, 0.16);
  color: var(--color-ink);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.sp-v3-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
  align-items: center;
  min-height: 500px;
}

.sp-v3-hero__copy {
  max-width: min(56%, 700px);
}

.sp-v3-band--hero .sp-v3-kicker {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.sp-v3-band--hero .sp-v3-hero h1 {
  color: #fff;
  text-shadow: 0 8px 22px rgba(97, 21, 13, 0.2);
}

.sp-v3-band--hero .sp-v3-hero h1 .text-accent {
  color: #2b0b46;
}

.sp-v3-band--hero .sp-v3-hero p {
  color: rgba(255, 241, 234, 0.96);
  max-width: 52ch;
}

.sp-v3-band--hero .btn--primary {
  background: #0a0032;
  border-color: #0a0032;
  box-shadow: 0 14px 26px rgba(10, 0, 50, 0.28);
}

.sp-v3-band--hero .btn--outline {
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.94);
}

.sp-v3-band--hero .btn--outline:hover {
  transform: none;
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.94);
}

.sp-v3-hero h1 {
  margin-top: var(--space-2);
  line-height: 1.03;
}

.sp-v3-hero p {
  margin: 16px 0 24px;
  max-width: 58ch;
  color: var(--color-muted);
}

.sp-v3-hero__actions,
.sp-v3-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sp-v3-trust {
  margin-top: var(--space-3);
}

.sp-v3-proofbar {
  padding-block: var(--space-3);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.sp-v3-diffband {
  isolation: isolate;
  padding-block: 112px 96px;
  background:
    linear-gradient(180deg, var(--color-ink) 0 43%, rgba(255, 255, 255, 0.64) 43% 100%);
}

.sp-v3-diffband::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 8%, rgba(250, 80, 65, 0.1), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.09), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(10, 0, 50, 0.1), transparent 36%);
}

.sp-v3-diffband__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.16fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 1;
}

.sp-v3-diffcard {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(120, 110, 140, 0.25);
  background: var(--color-surface);
  border-radius: 24px;
  box-shadow: 0 6px 20px rgba(10, 0, 50, 0.06);
  padding: clamp(26px, 3.2vw, 36px);
  min-height: 304px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sp-v3-diffband__grid>.sp-v3-diffcard:first-child {
  transform: translateX(14px);
}

.sp-v3-diffband__grid>.sp-v3-diffcard:last-child {
  transform: translateX(-14px);
}

.sp-v3-diffcard:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(10, 0, 50, 0.13);
}

.sp-v3-diffband__grid>.sp-v3-diffcard:first-child:hover {
  transform: translateX(14px) translateY(-2px);
}

.sp-v3-diffband__grid>.sp-v3-diffcard:last-child:hover {
  transform: translateX(-14px) translateY(-2px);
}

.sp-v3-diffcard h3 {
  color: var(--color-ink);
  margin: 0 0 12px;
}

.sp-v3-diffcard p {
  margin: 0;
  color: var(--color-muted);
}

.sp-v3-diffcard__badge {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 16px;
  color: var(--color-accent);
  background: rgba(250, 80, 65, 0.1);
  border: 1px solid rgba(120, 110, 140, 0.24);
}

.sp-v3-diffcard__badge svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-v3-diffcard--featured .sp-v3-diffcard__badge {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

.sp-v3-diffcard--featured {
  overflow: hidden;
  border-radius: 24px;
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(0);
  z-index: 3;
  box-shadow: var(--shadow-strong);
  background:
    linear-gradient(160deg, rgba(58, 69, 206, 0.98), rgba(10, 0, 50, 0.96));
  min-height: 400px;
}

.sp-v3-diffcard--featured::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.13), transparent 44%),
    radial-gradient(circle at 80% 86%, rgba(250, 80, 65, 0.1), transparent 52%);
  pointer-events: none;
}

.sp-v3-diffcard--featured>* {
  position: relative;
  z-index: 1;
}

.sp-v3-diffcard--featured h3,
.sp-v3-diffcard--featured p {
  color: #f6f2ff;
}

.sp-v3-diffcard--featured p {
  opacity: 0.9;
}

.sp-v3-diffcard--featured .btn {
  margin-top: 20px;
}

.sp-v3-diffcard--featured:hover {
  transform: translateY(0);
  box-shadow: var(--shadow-strong);
}

.sp-v3-proofbar__track {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.sp-v3-section-head {
  margin-bottom: var(--space-4);
}

.sp-v3-section-head .section-title {
  margin-top: 14px;
  margin-bottom: 0;
}

.sp-v3-about-showcase {
  padding-top: 90px;
}

.sp-v3-about-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
}

.sp-v3-about-showcase__media {
  position: relative;
  min-height: 540px;
}

.sp-v3-about-showcase__image {
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(10, 0, 50, 0.14);
  border: 1px solid rgba(120, 110, 140, 0.18);
}

.sp-v3-about-showcase__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sp-v3-about-showcase__image--top {
  width: min(100%, 520px);
  aspect-ratio: 1.22;
  transform: rotate(-9deg);
}

.sp-v3-about-showcase__image--bottom {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: min(74%, 380px);
  aspect-ratio: 1.32;
  transform: rotate(8deg);
}

.sp-v3-about-showcase__badge {
  position: absolute;
  left: 2%;
  bottom: 10px;
  width: 170px;
  height: 170px;
  border-radius: 30px;
  background: linear-gradient(160deg, #12004f, var(--color-ink));
  color: #fff;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  transform: rotate(-8deg);
  box-shadow: 0 14px 34px rgba(10, 0, 50, 0.32);
}

.sp-v3-about-showcase__badge strong {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.sp-v3-about-showcase__badge span {
  margin-top: 10px;
  max-width: 11ch;
  font-size: 1.02rem;
  font-weight: 600;
}

.sp-v3-about-showcase__content .section-title {
  margin-top: 14px;
  margin-bottom: 16px;
  max-width: 18ch;
}

.sp-v3-about-showcase__content>p {
  color: var(--color-muted);
  margin: 0 0 22px;
  max-width: 54ch;
}

.sp-v3-about-showcase__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.sp-v3-about-showcase__features article {
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  padding: 18px;
}

.sp-v3-about-showcase__features h3 {
  font-size: 1.06rem;
  margin: 0 0 8px;
}

.sp-v3-about-showcase__features p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.98rem;
}

.sp-v3-about-showcase__list {
  margin: 0 0 26px;
  padding: 20px 22px;
  list-style: none;
  border: 1px solid rgba(120, 110, 140, 0.25);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
}

.sp-v3-about-showcase__list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
  font-weight: 500;
  color: var(--color-ink);
}

.sp-v3-about-showcase__list li:last-child {
  margin-bottom: 0;
}

.sp-v3-about-showcase__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, #fff 30%, transparent 32%), #3a45ce;
}

.sp-v3-about-showcase__actions {
  display: flex;
  justify-content: flex-start;
}

.sp-v3-about-clean {
  padding-top: clamp(72px, 8vw, 108px);
  padding-bottom: clamp(42px, 5vw, 64px);
}

.sp-v3-about-clean__inner {
  max-width: 980px;
  margin-inline: auto;
  border: 1px solid rgba(120, 110, 140, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 2% 0%, rgba(250, 80, 65, 0.08), transparent 28%);
  padding: clamp(22px, 3.2vw, 36px);
}

.sp-v3-about-clean .section-title {
  margin-top: 12px;
  margin-bottom: 10px;
  max-width: none;
}

.sp-v3-about-clean .section-subtitle {
  margin: 8px 0 0;
  max-width: 64ch;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.6;
}

.sp-v3-about-clean__story-title {
  margin: clamp(14px, 1.6vw, 18px) 0 0;
  font-size: clamp(1.36rem, 2.2vw, 1.64rem);
  color: var(--color-ink);
}

.sp-v3-about-clean__content {
  margin-top: clamp(4px, 0.8vw, 8px);
  max-width: 74ch;
}

.sp-v3-about-clean__content> :first-child {
  margin-top: 0 !important;
}

.sp-v3-about-clean__content>* {
  margin: 0 0 16px;
  color: var(--color-muted);
  line-height: 1.72;
}

.sp-v3-about-clean__content>*:last-child {
  margin-bottom: 0;
}

.sp-v3-about-clean__content .wp-block-spacer {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
}

.sp-v3-about-results-card {
  margin-top: clamp(28px, 3.4vw, 38px);
  border: 1px solid rgba(120, 110, 140, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(10, 0, 50, 0.08);
  padding: clamp(18px, 2.2vw, 26px);
}

.sp-v3-about-results-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.06rem, 1.7vw, 1.24rem);
}

.sp-v3-about-results-card__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sp-v3-about-results-card__grid article {
  border: 1px solid rgba(120, 110, 140, 0.18);
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
  display: grid;
  gap: 3px;
}

.sp-v3-about-results-card__grid strong {
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  line-height: 1.1;
  color: var(--color-ink);
}

.sp-v3-about-results-card__grid span {
  font-size: 0.84rem;
  color: var(--color-muted);
}

.sp-v3-about-team {
  padding-top: clamp(52px, 6vw, 80px);
  padding-bottom: clamp(72px, 9vw, 112px);
}

.sp-v3-about-team__inner {
  max-width: 920px;
}

.sp-v3-about-team__head {
  margin-bottom: clamp(22px, 2.5vw, 32px);
}

.sp-v3-about-team__head .section-subtitle {
  margin-top: 8px;
}

.sp-v3-about-team__head .section-title {
  max-width: none;
  margin-bottom: 0;
}

.sp-v3-about-team__grid {
  margin-top: clamp(12px, 1.8vw, 22px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 180px));
  justify-content: center;
  gap: 14px;
}

.sp-v3-about-team__card {
  margin: 0;
  border-radius: 16px;
  border: 1px solid rgba(120, 110, 140, 0.2);
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(10, 0, 50, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.sp-v3-about-team__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(10, 0, 50, 0.12);
}

.sp-v3-about-team__photo {
  position: relative;
  overflow: hidden;
}

.sp-v3-about-team__photo::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(10, 0, 50, 0.24));
  pointer-events: none;
}

.sp-v3-about-team__card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.sp-v3-about-team__card figcaption {
  padding: 10px 12px 12px;
  display: grid;
  gap: 2px;
  border-top: 1px solid rgba(120, 110, 140, 0.18);
  text-align: center;
}

.sp-v3-about-team__card figcaption strong {
  font-size: 0.94rem;
  color: var(--color-ink);
  line-height: 1.3;
}

.sp-v3-about-team__card figcaption span {
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.sp-v3-about-lite--hero {
  padding-top: clamp(64px, 7vw, 98px);
  padding-bottom: clamp(38px, 4vw, 52px);
}

.sp-v3-about-lite__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(14px, 2vw, 20px);
  align-items: stretch;
}

.sp-v3-about-lite__hero-copy {
  border: 1px solid rgba(120, 110, 140, 0.2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(250, 80, 65, 0.12), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
  padding: clamp(20px, 2.6vw, 34px);
  box-shadow: 0 20px 40px rgba(10, 0, 50, 0.08);
  display: grid;
  align-content: start;
  gap: 14px;
}

.sp-v3-about-lite__hero-title {
  margin: 2px 0 0;
  max-width: 14ch;
  line-height: 1.02;
}

.sp-v3-about-lite__hero-subtitle {
  margin: 0;
  max-width: 56ch;
  color: var(--color-muted);
}

.sp-v3-about-lite__hero-copy .btn {
  width: fit-content;
  margin-top: 4px;
}

.sp-v3-about-lite__hero-panel {
  border-radius: 26px;
  border: 1px solid rgba(120, 110, 140, 0.18);
  background:
    linear-gradient(160deg, rgba(10, 0, 50, 0.96), rgba(33, 20, 87, 0.94)),
    radial-gradient(circle at 12% 12%, rgba(250, 80, 65, 0.25), transparent 55%);
  color: #fff;
  padding: clamp(18px, 2.2vw, 28px);
  display: grid;
  align-content: start;
  gap: 14px;
  box-shadow: 0 26px 48px rgba(10, 0, 50, 0.22);
}

.sp-v3-about-lite__panel-kicker {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.82;
}

.sp-v3-about-lite__panel-title {
  margin: 0;
  font-size: clamp(1.06rem, 1.6vw, 1.28rem);
  line-height: 1.25;
  color: #fff;
}

.sp-v3-about-lite__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sp-v3-about-lite__chips li {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 12px;
  font-size: 0.8rem;
  line-height: 1.2;
}

.sp-v3-about-lite__panel-card {
  margin-top: 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px;
}

.sp-v3-about-lite__panel-card strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.35;
}

.sp-v3-about-lite__panel-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.5;
}

.sp-v3-about-lite--diffs {
  padding-top: clamp(18px, 2vw, 28px);
  padding-bottom: clamp(44px, 5vw, 66px);
}

.sp-v3-about-lite__section-head .section-title {
  max-width: 22ch;
  margin-bottom: 0;
}

.sp-v3-about-lite__section-head .section-subtitle {
  margin-top: 8px;
  max-width: 66ch;
}

.sp-v3-about-lite__diff-grid {
  margin-top: clamp(18px, 2vw, 26px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sp-v3-about-lite__diff-card {
  border: 1px solid rgba(120, 110, 140, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(250, 80, 65, 0.06), transparent 46%);
  box-shadow: 0 14px 30px rgba(10, 0, 50, 0.06);
  padding: clamp(16px, 2vw, 22px);
}

.sp-v3-about-lite__diff-card h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 1rem;
  line-height: 1.3;
}

.sp-v3-about-lite__diff-card p {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.sp-v3-about-lite--story {
  padding-top: clamp(24px, 2vw, 34px);
  padding-bottom: clamp(44px, 5vw, 70px);
}

.sp-v3-about-lite__story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(14px, 2vw, 20px);
  align-items: start;
}

.sp-v3-about-lite__story-main {
  border: 1px solid rgba(120, 110, 140, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  padding: clamp(18px, 2.3vw, 28px);
}

.sp-v3-about-lite__story-main .section-title {
  max-width: 18ch;
  margin: 8px 0 0;
}

.sp-v3-about-lite__story-main .section-subtitle {
  margin: 10px 0 0;
  max-width: 58ch;
}

.sp-v3-about-lite__story-title {
  margin: 18px 0 0;
  font-size: clamp(1.12rem, 1.8vw, 1.32rem);
  color: var(--color-ink);
}

.sp-v3-about-lite__story-copy {
  margin-top: 10px;
  display: grid;
  gap: 12px;
}

.sp-v3-about-lite__story-copy p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.68;
}

.sp-v3-about-lite__story-highlight {
  position: sticky;
  top: 98px;
  border-radius: 22px;
  border: 1px solid rgba(120, 110, 140, 0.16);
  background:
    linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 90% 0%, rgba(250, 80, 65, 0.08), transparent 46%);
  padding: clamp(18px, 2.2vw, 24px);
  box-shadow: 0 16px 34px rgba(10, 0, 50, 0.08);
}

.sp-v3-about-lite__story-highlight-label {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(250, 80, 65, 0.12);
  color: var(--color-accent);
  padding: 6px 10px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-v3-about-lite__story-highlight h3 {
  margin: 12px 0 0;
  color: var(--color-ink);
  font-size: 1.08rem;
  line-height: 1.3;
}

.sp-v3-about-lite__story-highlight p {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.sp-v3-about-lite--stats {
  padding-top: clamp(38px, 4vw, 54px);
  padding-bottom: clamp(54px, 6vw, 76px);
}

.sp-v3-about-lite__stats-shell {
  border: 1px solid rgba(120, 110, 140, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 36px rgba(10, 0, 50, 0.08);
  padding: clamp(18px, 2.5vw, 30px);
}

.sp-v3-about-lite__stats-head .section-title {
  max-width: 18ch;
  margin-bottom: 0;
}

.sp-v3-about-lite__stats-head .section-subtitle {
  margin-top: 8px;
  max-width: 62ch;
}

.sp-v3-about-lite__stats-grid {
  margin-top: clamp(18px, 2vw, 24px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sp-v3-about-lite__stat-card {
  border-radius: 14px;
  border: 1px solid rgba(120, 110, 140, 0.18);
  background: rgba(255, 255, 255, 0.96);
  padding: 14px 12px;
  display: grid;
  gap: 6px;
}

.sp-v3-about-lite__stat-card strong {
  font-size: clamp(1.12rem, 1.4vw, 1.34rem);
  line-height: 1.05;
  color: var(--color-ink);
}

.sp-v3-about-lite__stat-card span {
  color: var(--color-muted);
  font-size: 0.83rem;
  line-height: 1.35;
}

.sp-v3-about-lite--commitment {
  padding-top: clamp(48px, 5vw, 70px);
  padding-bottom: clamp(58px, 6vw, 84px);
}

.sp-v3-about-lite__commitment-grid {
  margin-top: clamp(18px, 2vw, 26px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sp-v3-about-lite__commitment-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(120, 110, 140, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92));
  padding: 18px 16px 16px;
  box-shadow: 0 14px 28px rgba(10, 0, 50, 0.06);
}

.sp-v3-about-lite__commitment-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, var(--color-accent), rgba(250, 80, 65, 0));
}

.sp-v3-about-lite__commitment-card h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 0.98rem;
  line-height: 1.32;
}

.sp-v3-about-lite__commitment-card p {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.56;
}

.sp-v3-about-lite--cta {
  padding-top: clamp(10px, 1vw, 16px);
}

.sp-v3-about-lite__cta-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.sp-v3-about-lite__cta-note {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.4;
}

@media (max-width: 1024px) {

  .sp-v3-about-lite__hero-grid,
  .sp-v3-about-lite__story-grid {
    grid-template-columns: 1fr;
  }

  .sp-v3-about-lite__story-highlight {
    position: static;
  }

  .sp-v3-about-lite__diff-grid,
  .sp-v3-about-lite__commitment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-v3-about-lite__stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {

  .sp-v3-about-lite__hero-title,
  .sp-v3-about-lite__stats-head .section-title,
  .sp-v3-about-lite__section-head .section-title,
  .sp-v3-about-lite__story-main .section-title {
    max-width: none;
  }

  .sp-v3-about-lite__hero-copy .btn {
    width: 100%;
  }

  .sp-v3-about-lite__chips li {
    width: 100%;
  }

  .sp-v3-about-lite__diff-grid,
  .sp-v3-about-lite__commitment-grid,
  .sp-v3-about-lite__stats-grid {
    grid-template-columns: 1fr;
  }
}

.sp-v3-about-rico--banner {
  background: #1842c6;
  padding-top: clamp(62px, 7vw, 96px);
  padding-bottom: clamp(56px, 6vw, 88px);
  margin-bottom: 0;
}

.sp-v3-about-rico__banner {
  color: #fff;
  padding: 0;
}

.sp-v3-about-rico__banner-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.sp-v3-about-rico--summary {
  padding-top: 0;
  padding-bottom: clamp(40px, 5vw, 60px);
}

.sp-v3-about-rico__summary-card {
  margin-top: clamp(-52px, -4vw, -34px);
  border-radius: 22px;
  border: 1px solid rgba(120, 110, 140, 0.16);
  background: #fff;
  box-shadow: 0 20px 40px rgba(10, 0, 50, 0.1);
  padding: clamp(16px, 2.3vw, 24px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 16px;
  align-items: center;
}

.sp-v3-about-rico__summary-label {
  margin: 0;
  color: var(--color-accent);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sp-v3-about-rico__summary-copy h2 {
  margin: 10px 0 0;
  color: var(--color-ink);
  font-size: clamp(1.16rem, 2.2vw, 1.7rem);
  line-height: 1.12;
  max-width: 28ch;
}

.sp-v3-about-rico__summary-copy p:last-child {
  margin: 10px 0 0;
  color: var(--color-muted);
  line-height: 1.56;
  max-width: 58ch;
}

.sp-v3-about-rico__summary-actions {
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(120, 110, 140, 0.15);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.sp-v3-about-rico__summary-actions .btn {
  width: 100%;
}

.sp-v3-about-rico__summary-actions span {
  color: var(--color-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.sp-v3-about-rico--company {
  padding-top: clamp(12px, 1vw, 18px);
  padding-bottom: clamp(48px, 5vw, 72px);
}

.sp-v3-about-rico__company-stack {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

.sp-v3-about-rico__company-copy {
  padding: 0;
  border: 0;
  background: transparent;
}

.sp-v3-about-rico__company-copy .section-title {
  margin-top: 8px;
  margin-bottom: 0;
  max-width: 20ch;
}

.sp-v3-about-rico__company-copy .section-subtitle {
  margin-top: 10px;
  max-width: 60ch;
}

.sp-v3-about-rico__company-story-title {
  margin: 18px 0 0;
  color: var(--color-ink);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.sp-v3-about-rico__company-story {
  margin-top: 10px;
  display: grid;
  gap: 12px;
}

.sp-v3-about-rico__company-story p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.68;
}

.sp-v3-about-rico__stats-card {
  border-radius: 22px;
  border: 1px solid rgba(120, 110, 140, 0.16);
  background: #fff;
  padding: clamp(16px, 2.2vw, 22px);
  box-shadow: 0 16px 30px rgba(10, 0, 50, 0.07);
  width: min(100%, 980px);
}

.sp-v3-about-rico__stats-label {
  margin: 0;
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sp-v3-about-rico__stats-card h3 {
  margin: 10px 0 0;
  color: var(--color-ink);
  font-size: clamp(1.06rem, 1.7vw, 1.28rem);
  line-height: 1.22;
}

.sp-v3-about-rico__stats-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(120, 110, 140, 0.14);
  padding-top: 14px;
}

.sp-v3-about-rico__stats-grid article {
  position: relative;
  padding: 4px 14px;
  display: grid;
  gap: 6px;
}

.sp-v3-about-rico__stats-grid article+article::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: rgba(120, 110, 140, 0.16);
}

.sp-v3-about-rico__stats-grid strong {
  color: var(--color-ink);
  font-size: clamp(1.16rem, 1.9vw, 1.65rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.sp-v3-about-rico__stats-grid span {
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.35;
  max-width: 16ch;
}

.sp-v3-about-rico--benefits {
  padding-top: clamp(46px, 5vw, 68px);
  padding-bottom: clamp(58px, 6vw, 82px);
}

.sp-v3-about-rico__benefits-head .section-title {
  max-width: 20ch;
  margin-bottom: 0;
}

.sp-v3-about-rico__benefits-head .section-subtitle {
  margin-top: 8px;
  max-width: 64ch;
}

.sp-v3-about-rico__benefits-grid {
  margin-top: clamp(18px, 2vw, 24px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sp-v3-about-rico__benefit-card {
  border-radius: 18px;
  border: 1px solid rgba(120, 110, 140, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.93)),
    radial-gradient(circle at 100% 0%, rgba(20, 40, 123, 0.05), transparent 46%);
  box-shadow: 0 14px 28px rgba(10, 0, 50, 0.05);
  padding: clamp(16px, 2vw, 22px);
}

.sp-v3-about-rico__benefit-card h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 1rem;
  line-height: 1.3;
}

.sp-v3-about-rico__benefit-card p {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.sp-v3-about-rico--final {
  padding-top: clamp(50px, 5vw, 72px);
  padding-bottom: clamp(72px, 8vw, 104px);
}

.sp-v3-about-rico__final-stage {
  position: relative;
  min-height: clamp(360px, 42vw, 520px);
}

.sp-v3-about-rico__final-image {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  min-height: clamp(360px, 42vw, 520px);
  box-shadow: 0 22px 42px rgba(10, 0, 50, 0.12);
}

.sp-v3-about-rico__final-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 42vw, 520px);
  object-fit: cover;
  object-position: center;
}

.sp-v3-about-rico__final-card {
  position: absolute;
  right: clamp(14px, 2vw, 24px);
  bottom: clamp(14px, 2vw, 24px);
  width: min(460px, calc(100% - 28px));
  border-radius: 22px;
  border: 1px solid rgba(120, 110, 140, 0.18);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
  padding: clamp(18px, 2.4vw, 28px);
  box-shadow: 0 22px 44px rgba(10, 0, 50, 0.16);
  display: grid;
  align-content: center;
  gap: 10px;
}

.sp-v3-about-rico__final-label {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(20, 40, 123, 0.08);
  color: #14287b;
  border: 1px solid rgba(20, 40, 123, 0.12);
  padding: 6px 10px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sp-v3-about-rico__final-card h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: clamp(1.18rem, 2vw, 1.56rem);
  line-height: 1.16;
}

.sp-v3-about-rico__final-card p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.56;
}

.sp-v3-about-rico__final-card .btn {
  width: fit-content;
  margin-top: 4px;
}

.sp-v3-about-rico__final-card small {
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .sp-v3-about-rico__summary-card {
    grid-template-columns: 1fr;
  }

  .sp-v3-about-rico__benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-v3-about-rico__summary-card {
    margin-top: -10px;
  }

  .sp-v3-about-rico__final-stage {
    min-height: auto;
  }

  .sp-v3-about-rico__final-card {
    position: static;
    width: 100%;
    margin-top: 12px;
    backdrop-filter: none;
  }
}

@media (max-width: 640px) {
  .sp-v3-about-rico__banner-title {
    font-size: clamp(1.6rem, 9vw, 2.4rem);
  }

  .sp-v3-about-rico__summary-copy h2,
  .sp-v3-about-rico__company-copy .section-title,
  .sp-v3-about-rico__benefits-head .section-title {
    max-width: none;
  }

  .sp-v3-about-rico__benefits-grid,
  .sp-v3-about-rico__stats-grid {
    grid-template-columns: 1fr;
  }

  .sp-v3-about-rico__stats-grid {
    gap: 10px;
    border-top: 0;
    padding-top: 0;
  }

  .sp-v3-about-rico__stats-grid article {
    padding: 12px;
    border: 1px solid rgba(120, 110, 140, 0.14);
    border-radius: 12px;
  }

  .sp-v3-about-rico__stats-grid article+article::before {
    display: none;
  }

  .sp-v3-about-rico__final-card .btn {
    width: 100%;
  }
}

.sp-v3-editorial {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-v3-editorial__item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  padding: clamp(24px, 3vw, 34px);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sp-v3-editorial__item--auto {
  background: linear-gradient(160deg, #fff 0%, #f8fbff 100%);
}

.sp-v3-editorial__item--residencial {
  background: linear-gradient(160deg, #fff 0%, #fff8f8 100%);
}

.sp-v3-editorial__item--vida {
  background: linear-gradient(160deg, #fff 0%, #fbf9ff 100%);
}

.sp-v3-editorial__item p {
  color: var(--color-muted);
  margin: 10px 0 20px;
}

.sp-v3-editorial__item a {
  color: var(--color-ink);
  font-weight: 600;
}

.sp-v3-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.sp-v3-flow__step {
  position: relative;
  padding-right: 12px;
}

.sp-v3-flow__step::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 44px;
  right: -22px;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(10, 0, 50, 0.22), rgba(10, 0, 50, 0.08));
}

.sp-v3-flow__step:last-child {
  padding-right: 0;
}

.sp-v3-flow__step:last-child::after {
  right: -12px;
  width: auto;
  background: linear-gradient(90deg, rgba(10, 0, 50, 0.22), rgba(10, 0, 50, 0.1));
}

.sp-v3-flow__node {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--color-ink);
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(10, 0, 50, 0.2);
}

.sp-v3-flow__step p {
  margin: 8px 0 0;
  color: var(--color-muted);
}

.sp-v3-home-banner-wrap {
  padding-block: var(--space-7);
}

/* Ajusta o respiro entre o banner da família e a seção de resultados */
.sp-v3-home-banner-wrap+.sp-v3-band {
  padding-top: clamp(24px, 2.6vw, 40px);
}

.sp-v3-home-banner {
  --sp-v3-home-banner-height: 500px;
  position: relative;
  overflow: visible;
  min-height: var(--sp-v3-home-banner-height);
  border-radius: 0;
  padding: clamp(24px, 3.2vw, 42px) 0;
  width: 100%;
  margin-inline: calc(50% - 50vw);
  box-shadow: none;
  text-align: left;
  isolation: isolate;
}

.sp-v3-home-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(var(--sp-v3-home-banner-height) - (2 * clamp(24px, 3.2vw, 42px)));
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.sp-v3-home-banner {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 255, 255, 0.2), transparent 38%),
    linear-gradient(128deg, #fa5041 0%, #f14a3b 46%, #27358d 72%, #0a0032 100%);
  background-size:
    auto,
    auto;
  background-position:
    center,
    center;
  background-repeat:
    no-repeat,
    no-repeat;
}

.sp-v3-home-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 42px 42px;
}

.sp-v3-home-banner>* {
  position: relative;
  z-index: 1;
}

.sp-v3-home-banner__content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.3vw, 3.12rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
  max-width: 16ch;
  text-wrap: balance;
}

.sp-v3-home-banner__content {
  max-width: min(56%, 760px);
}

.sp-v3-home-banner__media {
  margin: 0;
  position: absolute;
  right: clamp(-6px, -0.6vw, -14px);
  bottom: calc(-1 * clamp(24px, 3.2vw, 42px));
  width: auto;
  height: calc(var(--sp-v3-home-banner-height) * 0.96);
  margin-bottom: 0;
  transform: translateX(30%);
  pointer-events: none;
}

.sp-v3-home-banner__media img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 26px 42px rgba(10, 0, 50, 0.18));
}

.sp-v3-home-banner__content p {
  margin: 14px 0 0;
  color: rgba(255, 247, 244, 0.95);
  max-width: 58ch;
  font-size: clamp(1rem, 1.16vw, 1.14rem);
  line-height: 1.6;
}

.sp-v3-home-banner__actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.sp-v3-home-banner .btn--primary {
  background: #0a0032;
  border-color: #0a0032;
  box-shadow: 0 14px 26px rgba(10, 0, 50, 0.32);
}

.sp-v3-home-banner .btn--primary:hover,
.sp-v3-home-banner .btn--primary:focus-visible {
  background: #12004f;
  border-color: #12004f;
}

.sp-v3-results {
  margin-inline: auto;
  max-width: 980px;
  padding-top: clamp(10px, 1vw, 16px);
  text-align: center;
}

.sp-v3-results h2 {
  margin: 0 auto;
  font-size: clamp(2.5rem, 4.5vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.sp-v3-results h2::after {
  content: '';
  display: block;
  width: clamp(72px, 8vw, 110px);
  height: 4px;
  border-radius: 999px;
  margin: 14px auto 0;
  background: var(--color-accent);
}

.sp-v3-results>p {
  margin: 14px auto 0;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  color: var(--color-muted);
  max-width: 58ch;
}

.sp-v3-results__grid {
  margin-top: clamp(22px, 3vw, 34px);
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.sp-v3-results__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 104px;
}

.sp-v3-results__item .sp-v3-results__value {
  color: #FA5142 !important;
  font-size: 48px !important;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .sp-v3-results__item .sp-v3-results__value {
    font-size: 56px !important;
  }
}

.sp-v3-results__label {
  color: var(--color-muted);
  font-size: clamp(0.82rem, 0.92vw, 0.92rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  max-width: 18ch;
}

.sp-v3-testi {
  margin-top: var(--space-4);
  overflow: visible;
  padding-top: 12px;
}

.sp-v3-testi__track {
  display: flex;
  gap: var(--space-3);
  transition: transform 0.45s ease;
  will-change: transform;
}

.sp-v3-testi__card {
  position: relative;
  transition: transform 0.35s ease;
  flex: 0 0 calc((100% - (2 * var(--space-3))) / 3);
  backface-visibility: hidden;
  transform: translateZ(0);
  z-index: 1;
  box-shadow: none;
}

.sp-v3-testi__card:hover {
  box-shadow: none;
}

.sp-v3-testi__track>.sp-v3-testi__card:nth-child(2) {
  transform: scale(1.04);
  z-index: 2;
  box-shadow: none;
}

.sp-v3-testi__track>.sp-v3-testi__card:nth-child(2):hover {
  transform: scale(1.04) translateY(-2px);
}

.sp-v3-testi__card p {
  margin: 10px 0 18px;
  color: var(--color-ink);
}

.sp-v3-stars {
  color: #f0a500;
  letter-spacing: 0.14em;
  font-size: 0.88rem;
}

.sp-v3-person {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}

.sp-v3-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 80, 65, 0.14);
  color: var(--color-ink);
  font-weight: 700;
}

.sp-v3-person span {
  color: var(--color-muted);
  font-size: 0.92rem;
}

.sp-v3-dots {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sp-v3-dots button {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(10, 0, 50, 0.18);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.sp-v3-dots button:hover {
  background: var(--color-ink);
  transform: scale(1.12);
}

.sp-v3-dots button.is-active {
  background: var(--color-accent);
  transform: scale(1.12);
}

@media (max-width: 980px) {
  .sp-v3-band--hero {
    --sp-v3-hero-image-size: clamp(580px, 77vw, 780px);
    --sp-v3-hero-image-position: right -100px center;
    background-image: url('./assets/img/home-banner-hero.svg');
  }

  .home .sp-v3-band--hero {
    --sp-v3-hero-image-size: clamp(400px, 48vw, 550px);
    --sp-v3-hero-image-position: right 3% center;
  }

  .home .sp-v3-hero__copy {
    max-width: min(56%, 560px);
    padding-right: clamp(12px, 2vw, 24px);
  }

  .sp-v3-band {
    padding-block: var(--space-6);
  }

  .sp-v3-home-banner-wrap+.sp-v3-band {
    padding-top: var(--space-4);
  }

  .sp-v3-band--cta {
    padding-top: var(--space-5);
    padding-bottom: var(--space-6);
  }

  .sp-v3-diffband {
    padding-block: 88px 72px;
    background:
      linear-gradient(180deg, var(--color-ink) 0 36%, rgba(255, 255, 255, 0.64) 36% 100%);
  }

  .sp-v3-hero,
  .sp-v3-editorial,
  .sp-v3-flow {
    grid-template-columns: 1fr;
  }

  .sp-v3-hero {
    min-height: 420px;
  }

  .sp-v3-hero__copy {
    max-width: min(64%, 620px);
  }

  .sp-v3-about-showcase {
    padding-top: 72px;
  }

  .sp-v3-about-showcase__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sp-v3-about-showcase__media {
    max-width: 560px;
    width: 100%;
    min-height: 500px;
    margin-inline: auto;
  }

  .sp-v3-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .sp-v3-about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 170px));
    justify-content: center;
    gap: 12px;
  }

  .sp-v3-about-results-card__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-v3-diffband__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .sp-v3-diffcard--featured {
    order: -1;
    grid-column: 1 / -1;
    transform: translateY(0);
    min-height: auto;
  }

  .sp-v3-diffcard--featured:hover {
    transform: translateY(0);
  }

  .sp-v3-diffband__grid>.sp-v3-diffcard:first-child,
  .sp-v3-diffband__grid>.sp-v3-diffcard:last-child {
    transform: none;
  }

  .sp-v3-band--hero::after {
    content: none;
  }

  .sp-v3-flow__step {
    padding-right: 0;
  }

  .sp-v3-flow__step::after {
    display: none;
  }

  .sp-v3-home-banner__content h2 {
    max-width: none;
  }

  .sp-v3-home-banner__content {
    max-width: 100%;
  }

  .sp-v3-home-banner__media {
    right: -6px;
    bottom: calc(-1 * clamp(24px, 3.2vw, 42px));
    width: auto;
    height: calc(var(--sp-v3-home-banner-height) * 0.96);
    transform: translateX(30%);
  }

  .sp-v3-testi__track {
    gap: 0;
    transition: transform 0.35s ease;
  }

  .sp-v3-testi__track>.sp-v3-testi__card {
    flex: 0 0 100%;
  }

  .sp-v3-testi__track>.sp-v3-testi__card:nth-child(2),
  .sp-v3-testi__track>.sp-v3-testi__card:nth-child(2):hover {
    transform: none;
    box-shadow: none;
  }

  .sp-v3-testi {
    overflow: hidden;
    padding-top: 0;
  }
}

@media (max-width: 980px) and (min-width: 769px) and (max-height: 900px) {
  .home .sp-v3-band--hero {
    --sp-v3-hero-image-size: clamp(330px, 40vw, 430px);
    --sp-v3-hero-image-position: right 4% calc(50% + 64px);
  }
}

@media (min-width: 769px) and (max-width: 981px) {
  .home .sp-v3-band--hero {
    --sp-v3-hero-image-size: clamp(320px, 39vw, 420px);
    --sp-v3-hero-image-position: right 4% center;
  }

  .home .sp-v3-hero__copy {
    max-width: min(54%, 520px);
    padding-right: clamp(18px, 2.8vw, 30px);
  }
}

@media (max-width: 768px) {
  .sp-v3-band--hero {
    --sp-v3-hero-image-size: clamp(300px, 88vw, 430px);
    --sp-v3-hero-image-position: center calc(100% - 8px);
    background-image: url('./assets/img/home-banner-hero.svg');
  }

  .home .sp-v3-band--hero {
    --sp-v3-hero-image-size: clamp(240px, 74vw, 340px);
    --sp-v3-hero-image-position: center calc(100% - 6px);
  }

  .home .sp-v3-hero {
    padding-bottom: clamp(260px, 66vw, 360px);
  }

  .home .sp-v3-hero__copy {
    max-width: 100%;
    padding-right: 0;
  }

  .sp-v3-hero p {
    font-size: 16px;
  }

  .sp-v3-hero {
    min-height: auto;
    align-items: start;
    padding-bottom: clamp(170px, 46vw, 248px);
  }

  .sp-v3-hero__copy {
    max-width: 100%;
  }

  .sp-v3-hero__actions {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .sp-v3-hero__actions .btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 42px;
    padding-inline: 12px;
    font-size: 0.9rem;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .sp-v3-band {
    padding-block: var(--space-6);
  }

  .sp-v3-home-banner-wrap+.sp-v3-band {
    padding-top: 40px;
  }

  .sp-v3-band--cta {
    padding-top: var(--space-4);
    padding-bottom: var(--space-6);
  }

  .sp-v3-home-banner {
    min-height: var(--sp-v3-home-banner-height);
    padding: 20px 0;
  }

  .sp-v3-home-banner__inner {
    display: block;
    min-height: auto;
  }

  .sp-v3-home-banner__content h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .sp-v3-home-banner__content {
    max-width: 100%;
    padding-bottom: 0;
  }

  .sp-v3-home-banner__content p {
    max-width: none;
    font-size: 0.98rem;
  }

  .sp-v3-home-banner__actions {
    width: 100%;
  }

  .sp-v3-home-banner__btn {
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
  }

  .sp-v3-home-banner__media {
    position: relative;
    right: auto;
    bottom: auto;
    height: auto;
    pointer-events: auto;
    width: min(100%, 560px);
    max-width: none;
    margin-bottom: -20px;
    margin-top: 12px;
    transform: none;
    justify-self: center;
  }

  .sp-v3-home-banner__media img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .sp-v3-diffband {
    padding-block: 64px;
    background:
      linear-gradient(180deg, var(--color-ink) 0 28%, rgba(255, 255, 255, 0.64) 28% 100%);
  }

  .sp-v3-diffband__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sp-v3-diffcard--featured {
    transform: none;
  }

  .sp-v3-diffcard--featured:hover {
    transform: none;
  }

  .sp-v3-band--hero::after {
    content: none;
  }

  .sp-v3-about-showcase__media {
    min-height: 460px;
  }

  .sp-v3-about-showcase__image {
    border-radius: 24px;
  }

  .sp-v3-about-showcase__image--top {
    transform: rotate(-5deg);
  }

  .sp-v3-about-showcase__image--bottom {
    width: min(76%, 320px);
    transform: rotate(5deg);
  }

  .sp-v3-about-showcase__badge {
    width: 132px;
    height: 132px;
    border-radius: 22px;
  }

  .sp-v3-about-showcase__badge strong {
    font-size: 2rem;
  }

  .sp-v3-about-showcase__badge span {
    font-size: 0.88rem;
  }

  .sp-v3-about-showcase__features {
    grid-template-columns: 1fr;
  }

  .sp-v3-results {
    max-width: 100%;
    padding-top: 8px;
  }

  .sp-v3-results__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sp-v3-results__item {
    min-height: 88px;
  }

  .sp-v3-results__item .sp-v3-results__value {
    font-size: 48px !important;
  }

  .sp-v3-results__label {
    max-width: 24ch;
  }

  .sp-v3-about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 154px));
    justify-content: center;
    gap: 10px;
  }

  .sp-v3-about-results-card__grid {
    grid-template-columns: 1fr;
  }

  .sp-v3-about-team__card img {
    aspect-ratio: 1 / 1;
  }

  .sp-v3-flow,
  .sp-v3-flow__step,
  .sp-v3-flow__step>* {
    min-width: 0;
  }

  .sp-v3-band--tinted .sp-v3-section-head .section-title,
  .sp-v3-flow__step h3,
  .sp-v3-flow__step p {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .sp-v3-band--tinted .sp-v3-section-head .section-title {
    font-size: clamp(1.55rem, 7vw, 1.88rem);
    line-height: 1.22;
  }
}

@media (max-width: 360px) {
  .sp-v3-band--hero {
    --sp-v3-hero-image-size: clamp(240px, 84vw, 320px);
    --sp-v3-hero-image-position: center calc(100% - 6px);
  }

  .sp-v3-hero {
    padding-bottom: clamp(150px, 50vw, 190px);
  }

  .sp-v3-hero__actions {
    gap: 6px;
  }

  .sp-v3-hero__actions .btn {
    min-height: 40px;
    padding-inline: 8px;
    font-size: 0.82rem;
  }
}

/* Contact page parity with seguro-premium */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sp-contact-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 500px;
  background:
    radial-gradient(140% 130% at 78% 22%, rgba(250, 80, 65, 0.14) 0%, rgba(250, 80, 65, 0) 46%),
    linear-gradient(104deg, #060a2a 0%, #0b1846 52%, #2a3958 100%);
}

.sp-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(97deg, rgba(4, 7, 24, 0.9) 0%, rgba(6, 10, 31, 0.8) 36%, rgba(9, 16, 44, 0.55) 66%, rgba(13, 24, 58, 0.28) 100%);
  pointer-events: none;
  z-index: 1;
}

.sp-contact-hero__inner {
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-block: clamp(24px, 4vw, 42px);
  z-index: 2;
}

.sp-contact-hero__copy {
  position: relative;
  z-index: 2;
  max-width: min(700px, 58%);
  padding-right: clamp(18px, 2.6vw, 52px);
}

.sp-contact-hero__media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(22%, 30vw, 34%);
  width: clamp(760px, 88vw, 1280px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.54;
  border-radius: 5px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 14%, #000 30%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 14%, #000 30%, #000 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sp-contact-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 14, 43, 0.68) 0%, rgba(8, 14, 43, 0.44) 22%, rgba(8, 14, 43, 0.16) 44%, rgba(8, 14, 43, 0) 66%);
  z-index: 1;
}

.sp-contact-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(129, 157, 255, 0.18);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(10, 16, 53, 0.2), 0 0 14px rgba(16, 32, 86, 0.12);
  z-index: 2;
}

.sp-contact-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  display: block;
}

@media (max-width: 1024px) {
  .sp-contact-hero {
    min-height: 440px;
  }

  .sp-contact-hero__inner {
    padding-block: clamp(24px, 5vw, 40px);
  }

  .sp-contact-hero__copy {
    max-width: min(720px, 66%);
    padding-right: clamp(12px, 2vw, 34px);
  }

  .sp-contact-hero__media {
    left: clamp(24%, 36vw, 38%);
    width: clamp(720px, 102vw, 1160px);
    opacity: 0.5;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 16%, #000 32%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 16%, #000 32%, #000 100%);
  }

  .sp-contact-hero__media img {
    object-position: 50% 18%;
  }

  .sp-contact-hero__media::before {
    background: linear-gradient(90deg, rgba(8, 14, 43, 0.74) 0%, rgba(8, 14, 43, 0.52) 26%, rgba(8, 14, 43, 0.22) 48%, rgba(8, 14, 43, 0) 70%);
  }
}

@media (max-width: 767px) {
  .sp-contact-hero {
    min-height: 380px;
  }

  .sp-contact-hero__inner {
    padding-block: clamp(26px, 7vw, 36px);
  }

  .sp-contact-hero__copy {
    max-width: none;
    width: 100%;
    padding-right: 0;
  }

  .sp-contact-hero__media {
    left: 46%;
    width: clamp(700px, 170vw, 1040px);
    transform: translateX(-46%);
    opacity: 0.46;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 18%, #000 36%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 18%, #000 36%, #000 100%);
  }

  .sp-contact-hero__media img {
    object-position: 52% 16%;
  }

  .sp-contact-hero__media::before {
    background: linear-gradient(90deg, rgba(8, 14, 43, 0.84) 0%, rgba(8, 14, 43, 0.64) 28%, rgba(8, 14, 43, 0.34) 54%, rgba(8, 14, 43, 0.1) 74%, rgba(8, 14, 43, 0) 86%);
  }

  .sp-contact-hero__media::after {
    border-color: rgba(129, 157, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(10, 16, 53, 0.18), 0 0 10px rgba(16, 32, 86, 0.1);
  }
}

.sp-contact-hero h1 {
  margin: 10px 0 0;
  font-size: clamp(2.5rem, 5vw, 3.25rem);
  color: #fff;
  line-height: 1.02;
  font-weight: 700;
}

.sp-contact-hero__subtitle {
  margin: 14px 0 0;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.5;
}

.sp-contact-section {
  padding: 86px 0 112px;
  background: #f4f5f8;
}

.sp-contact-section .container {
  width: min(100% - 2rem, 1280px);
}

.sp-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: stretch;
}

.sp-contact-left h2 {
  margin-top: 10px;
  font-size: clamp(2.2rem, 4.8vw, 3.35rem);
  line-height: 1.08;
  color: #1d2b47;
  max-width: 20ch;
}

.sp-contact-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(8px, 2vw, 18px);
}

.sp-contact-kicker {
  margin: 0;
  color: #1d2b47;
  letter-spacing: 0.11em;
  font-size: 0.86rem;
  font-weight: 700;
}

.sp-contact-lead {
  margin: 18px 0 30px;
  color: #667084;
  max-width: 52ch;
  line-height: 1.6;
}

.sp-contact-info {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.sp-contact-info p {
  margin: 0;
}

.sp-contact-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sp-contact-info .sp-contact-actions {
  margin-top: 0;
}

.sp-contact-address {
  margin-top: 26px;
  color: #596273;
  max-width: 52ch;
  line-height: 1.6;
}

.sp-contact-form-wrap {
  position: relative;
  min-width: 0;
  padding-left: 0;
  width: 100%;
  max-width: 700px;
}

.sp-contact-left,
.sp-contact-form-wrap {
  width: 100%;
}

.sp-contact-form-intro {
  margin: 0 0 22px;
  color: #667084;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.sp-contact-shortcode {
  position: relative;
  padding: clamp(20px, 2.5vw, 28px);
  border-radius: 22px;
  border: 1px solid rgba(10, 0, 50, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 100%);
  box-shadow:
    0 26px 48px rgba(10, 0, 50, 0.08),
    0 2px 0 rgba(255, 255, 255, 0.85) inset;
  overflow: hidden;
}

.sp-contact-shortcode>* {
  position: relative;
  z-index: 1;
}

.sp-contact-actions .btn {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sp-contact-actions .btn:hover {
  transform: translateY(-2px);
}

.sp-contact-actions .btn--primary {
  color: #fff;
  background: #fa5041;
  box-shadow: 0 12px 24px rgba(250, 80, 65, 0.3);
}

.sp-contact-actions .btn--outline {
  color: #0a0032;
  background: #fff;
  border-color: #0a0032;
}

.sp-contact-actions .btn--outline:hover,
.sp-contact-actions .btn--outline:focus-visible {
  color: #fff;
  background: #0a0032;
  border-color: #0a0032;
  box-shadow: 0 12px 24px rgba(10, 0, 50, 0.2);
}

.sp-contact-shortcode form {
  margin-top: 0;
}

.sp-contact-shortcode :is(input, textarea, select) {
  width: 100%;
  border: 1px solid #e6e0e0;
  border-radius: 12px;
  background: #fff;
  color: #0a0032;
  padding: 10px 12px;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  box-sizing: border-box;
}

.sp-contact-shortcode :is(input, textarea, select)::placeholder {
  color: #8a94a6;
  font-family: var(--font-main);
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 0.95;
}

.sp-contact-shortcode textarea {
  min-height: 140px;
  padding-top: 12px;
}

.sp-contact-shortcode :is(input, textarea, select):focus {
  outline: none;
  border-color: rgba(10, 0, 50, 0.45);
  box-shadow: 0 0 0 3px rgba(10, 0, 50, 0.08);
}

.sp-contact-shortcode :is(button, input[type='submit'], .wpcf7-submit, .wpforms-submit) {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  border: 1px solid transparent;
  background-image: none !important;
  background: var(--color-ink);
  color: #fff;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 24px rgba(10, 0, 50, 0.24);
}

.sp-contact-shortcode :is(button, input[type='submit'], .wpcf7-submit, .wpforms-submit):hover {
  transform: translateY(-2px);
}

.sp-contact-shortcode .wpforms-submit-container :is(button[type='submit'], .wpforms-submit),
.sp-contact-shortcode .wpcf7-form :is(input[type='submit'], .wpcf7-submit) {
  background: var(--color-ink) !important;
  background-color: var(--color-ink) !important;
  background-image: none !important;
  border-color: var(--color-ink) !important;
  color: #fff !important;
}

.sp-contact-shortcode .wpforms-submit-container :is(button[type='submit'], .wpforms-submit):hover,
.sp-contact-shortcode .wpforms-submit-container :is(button[type='submit'], .wpforms-submit):focus-visible,
.sp-contact-shortcode .wpcf7-form :is(input[type='submit'], .wpcf7-submit):hover,
.sp-contact-shortcode .wpcf7-form :is(input[type='submit'], .wpcf7-submit):focus-visible {
  background: var(--color-ink) !important;
  background-color: var(--color-ink) !important;
  background-image: none !important;
  border-color: var(--color-ink) !important;
}

.sp-contact-shortcode .wpcf7-form,
.sp-contact-shortcode .wpforms-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 18px;
}

.sp-contact-shortcode .wpcf7-form p,
.sp-contact-shortcode .wpforms-field {
  margin: 0;
}

.sp-contact-shortcode :is(label, legend, .wpforms-field-label, .wpforms-field-label-inline) {
  display: block;
  margin: 0 0 6px !important;
  color: #1d2b47;
  font-family: var(--font-main) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.35;
}

/* Normalize label/control spacing for contact form fields. */
.sp-contact-shortcode .wpforms-field {
  display: grid !important;
  align-content: start;
  row-gap: 6px;
}

.sp-contact-shortcode .wpforms-field .wpforms-field-label {
  margin-bottom: 0 !important;
}

.sp-contact-shortcode .wpforms-field :is(.wpforms-field-row, .wpforms-field-row-block) {
  margin-top: 0 !important;
}

.sp-contact-shortcode .wpcf7-form label {
  display: grid !important;
  row-gap: 6px;
}

.sp-contact-shortcode .wpforms-field-description,
.sp-contact-shortcode .wpforms-field-sublabel,
.sp-contact-shortcode .wpcf7-not-valid-tip {
  font-family: var(--font-main) !important;
}

.sp-contact-shortcode .wpforms-field-sublabel {
  margin-top: 6px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #7a8699 !important;
}

.sp-contact-shortcode .wpforms-field-description,
.sp-contact-shortcode .wpcf7-not-valid-tip {
  margin-top: 6px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.45;
}

.sp-contact-shortcode .wpforms-submit-container {
  margin-top: 14px !important;
  padding-top: 2px !important;
}

.sp-contact-shortcode .wpcf7-form p:nth-last-child(2),
.sp-contact-shortcode .wpcf7-form p:nth-last-child(3),
.sp-contact-shortcode .wpforms-field-textarea,
.sp-contact-shortcode .wpforms-submit-container {
  grid-column: 1 / -1;
}

.sp-contact-shortcode .wpcf7-spinner {
  grid-column: 1 / -1;
}

.sp-contact-shortcode .wpforms-container,
.sp-contact-shortcode .wpforms-form,
.sp-contact-shortcode .wpforms-field-container,
.sp-contact-shortcode .wpforms-field,
.sp-contact-shortcode .wpforms-field-row,
.sp-contact-shortcode .wpforms-field-medium,
.sp-contact-shortcode .wpforms-field-large,
.sp-contact-shortcode .wpcf7-form,
.sp-contact-shortcode .wpcf7-form p {
  width: 100% !important;
  max-width: 100% !important;
}

.sp-contact-shortcode .wpforms-field input,
.sp-contact-shortcode .wpforms-field textarea,
.sp-contact-shortcode .wpforms-field select,
.sp-contact-shortcode .wpcf7-form input,
.sp-contact-shortcode .wpcf7-form textarea,
.sp-contact-shortcode .wpcf7-form select {
  width: 100% !important;
  max-width: 100% !important;
}

.sp-contact-shortcode .wpforms-field:not(.wpforms-field-name) .wpforms-field-row {
  display: flex !important;
  gap: 16px !important;
}

.sp-contact-shortcode .wpforms-field-name .wpforms-field-row {
  margin-top: 6px !important;
  gap: 6px !important;
}

.sp-contact-shortcode .wpforms-field-name .wpforms-field-row::before,
.sp-contact-shortcode .wpforms-field-name .wpforms-field-row::after {
  content: none !important;
  display: none !important;
}

.sp-contact-shortcode .wpforms-one-half {
  width: calc(50% - 6px) !important;
  max-width: calc(50% - 6px) !important;
}

.sp-contact-shortcode .wpcf7,
.sp-contact-shortcode .wpcf7-form-control-wrap {
  width: 100% !important;
  max-width: 100% !important;
}

.sp-contact-shortcode .wpcf7-form-control-wrap {
  display: block !important;
}

.sp-contact-shortcode .wpcf7-form p {
  font-family: var(--font-main);
}

.sp-contact-shortcode .wpcf7-form p>label {
  display: grid !important;
  gap: 6px;
  margin: 0 !important;
}

.sp-contact-shortcode .wpcf7-form p>label br {
  display: none;
}

.sp-contact-shortcode .wpcf7-form p>label>.wpcf7-form-control-wrap {
  margin-top: 0 !important;
}

.sp-contact-shortcode .wpcf7-form :is(input[type='submit'], .wpcf7-submit) {
  margin-top: 12px;
  -webkit-appearance: none;
  appearance: none;
}

.sp-contact-shortcode .wpcf7-form :is(input, textarea, select),
.sp-contact-shortcode .wpforms-form :is(input, textarea, select) {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.sp-contact-shortcode .wpforms-container-full,
.sp-contact-shortcode .wpforms-container,
.sp-contact-shortcode .wpforms-form,
.sp-contact-shortcode .wpforms-field-container {
  width: 100% !important;
  max-width: 100% !important;
}

.sp-contact-shortcode .wpforms-container,
.sp-contact-shortcode .wpforms-container-full {
  margin-bottom: 0 !important;
}

.sp-contact-shortcode .wpforms-form {
  display: block !important;
}

.sp-contact-shortcode .wpforms-field-container {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
}

.sp-contact-shortcode .wpforms-field,
.sp-contact-shortcode .wpforms-one-half,
.sp-contact-shortcode .wpforms-one-half.wpforms-first {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.sp-contact-shortcode .wpforms-field input.wpforms-field-medium,
.sp-contact-shortcode .wpforms-field input.wpforms-field-large,
.sp-contact-shortcode .wpforms-field textarea.wpforms-field-medium,
.sp-contact-shortcode .wpforms-field textarea.wpforms-field-large {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 980px) {
  .sp-contact-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .sp-contact-left {
    justify-content: flex-start;
    padding-block: 0;
  }

  .sp-contact-left h2 {
    max-width: none;
  }

  .sp-contact-shortcode .wpcf7-form,
  .sp-contact-shortcode .wpforms-form {
    grid-template-columns: 1fr;
  }

  .sp-contact-shortcode .wpforms-field-row {
    display: block !important;
  }

  .sp-contact-shortcode .wpforms-one-half {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* V3 Seguros Page */
.sp-v3-seguros-hero-band {
  overflow: visible;
  padding-block: clamp(52px, 7vw, 96px) clamp(72px, 8vw, 124px);
  background:
    radial-gradient(circle at 13% 20%, rgba(250, 80, 65, 0.08), transparent 36%),
    radial-gradient(circle at 83% 18%, rgba(10, 0, 50, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(250, 248, 248, 0.92));
}

.sp-v3-seguros-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.03fr);
  gap: clamp(28px, 3.5vw, 54px);
  align-items: center;
}

.sp-v3-seguros-hero__copy {
  min-width: 0;
}

.sp-v3-seguros-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(250, 80, 65, 0.1);
  border: 1px solid rgba(250, 80, 65, 0.16);
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sp-v3-seguros-hero__kicker::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(250, 80, 65, 0.15);
}

.sp-v3-seguros-hero__copy h1 {
  margin: 20px 0 0;
  max-width: 9.5ch;
  color: var(--color-ink);
  font-size: clamp(2.4rem, 4.8vw, 4.35rem);
  line-height: 0.97;
  letter-spacing: -0.03em;
}

.sp-v3-seguros-hero__copy p {
  margin: 24px 0 0;
  max-width: 50ch;
  color: var(--color-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.sp-v3-seguros-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.sp-v3-seguros-hero__actions .btn--outline {
  color: #fff;
  background: var(--color-accent);
  border-color: var(--color-accent);
  box-shadow: 0 12px 24px rgba(250, 80, 65, 0.3);
}

.sp-v3-seguros-hero__actions .btn--outline:hover,
.sp-v3-seguros-hero__actions .btn--outline:focus-visible {
  color: #fff;
  background: #e24637;
  border-color: #e24637;
}

.sp-v3-seguros-media {
  position: relative;
  min-width: 0;
  padding: 6px 10px 40px 22px;
}

.sp-v3-seguros-media__frame {
  position: relative;
  transform: rotate(2.9deg);
  border-radius: 34px;
  padding: clamp(12px, 1.6vw, 16px);
  background: rgba(255, 250, 248, 0.96);
  border: 1px solid rgba(250, 80, 65, 0.14);
  box-shadow: 0 24px 50px rgba(10, 0, 50, 0.13);
}

.sp-v3-seguros-media__frame::after {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 38px;
  border: 1px solid rgba(250, 80, 65, 0.08);
  pointer-events: none;
}

.sp-v3-seguros-media__image {
  border-radius: 26px;
  overflow: hidden;
  background: #f0f2f6;
  aspect-ratio: 1.02;
}

.sp-v3-seguros-media__image::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 26%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(13, 21, 48, 0.12));
}

.sp-v3-seguros-media__image {
  position: relative;
}

.sp-v3-seguros-media__img,
.sp-v3-seguros-media__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sp-v3-seguros-floating {
  position: absolute;
  left: clamp(4px, 6%, 34px);
  bottom: -8px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  width: min(290px, calc(100% - 16px));
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(10, 0, 50, 0.08);
  box-shadow: 0 16px 28px rgba(10, 0, 50, 0.14);
}

.sp-v3-seguros-floating__icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 80, 65, 0.14);
  color: var(--color-accent);
}

.sp-v3-seguros-floating__icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-v3-seguros-floating__copy {
  min-width: 0;
}

.sp-v3-seguros-floating__copy small {
  display: block;
  margin: 0;
  color: var(--color-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.sp-v3-seguros-floating__copy strong {
  display: block;
  margin-top: 4px;
  color: var(--color-ink);
  font-size: 1.25rem;
  line-height: 1.1;
}

.sp-v3-seguros-solutions {
  padding-block: clamp(76px, 9vw, 118px);
  background:
    linear-gradient(180deg, rgba(245, 246, 249, 0.86), rgba(245, 246, 249, 0.94));
}

.sp-v3-seguros-solutions__head {
  text-align: center;
  margin-inline: auto;
  max-width: 720px;
}

.sp-v3-seguros-solutions__kicker {
  display: inline-block;
  color: var(--color-accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sp-v3-seguros-solutions__head h2 {
  margin: 18px 0 0;
  color: var(--color-ink);
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.02em;
}

.sp-v3-seguros-solutions__head::after {
  content: '';
  display: block;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  margin: 16px auto 0;
  background: var(--color-accent);
}

.sp-v3-seguros-solutions__grid {
  margin-top: clamp(34px, 4vw, 52px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.sp-v3-seguros-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(10, 0, 50, 0.08);
  box-shadow: 0 10px 24px rgba(10, 0, 50, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sp-v3-seguros-card:hover,
.sp-v3-seguros-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(10, 0, 50, 0.1);
}

.sp-v3-seguros-card__media {
  margin: 0;
  height: 168px;
  background: #dde2eb;
}

.sp-v3-seguros-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sp-v3-seguros-card:not(.is-featured) .sp-v3-seguros-card__media img {
  filter: none;
}

.sp-v3-seguros-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px 16px 16px;
}

.sp-v3-seguros-card__icon {
  width: 30px;
  height: 30px;
  color: var(--color-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sp-v3-seguros-card__icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-v3-seguros-card__body h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 1.15rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.sp-v3-seguros-card__body p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.97rem;
  line-height: 1.65;
}

.sp-v3-seguros-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-accent);
  font-weight: 600;
  text-decoration: none;
}

.sp-v3-seguros-card__link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.sp-v3-seguros-card__link:hover svg,
.sp-v3-seguros-card__link:focus-visible svg {
  transform: translateX(3px);
}

.sp-v3-seguros-card.is-featured {
  background: linear-gradient(180deg, var(--color-accent), rgba(250, 80, 65, 0.92));
  border-color: rgba(250, 80, 65, 0.65);
  box-shadow: 0 18px 36px rgba(250, 80, 65, 0.18);
}

.sp-v3-seguros-card.is-featured .sp-v3-seguros-card__media {
  height: 170px;
  background: rgba(18, 19, 26, 0.88);
}

.sp-v3-seguros-card.is-featured .sp-v3-seguros-card__media img {
  filter: none;
}

.sp-v3-seguros-card.is-featured .sp-v3-seguros-card__body {
  padding-top: 20px;
}

.sp-v3-seguros-card.is-featured .sp-v3-seguros-card__icon,
.sp-v3-seguros-card.is-featured .sp-v3-seguros-card__body h3,
.sp-v3-seguros-card.is-featured .sp-v3-seguros-card__body p,
.sp-v3-seguros-card.is-featured .sp-v3-seguros-card__link {
  color: #fff;
}

.sp-v3-seguros-card.is-featured .sp-v3-seguros-card__body p {
  color: rgba(255, 255, 255, 0.9);
}

.sp-v3-seguros-card.is-featured .sp-v3-seguros-card__link span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  line-height: 1.2;
}

.sp-v3-seguros-card__link:focus-visible {
  outline: 2px solid rgba(10, 0, 50, 0.45);
  outline-offset: 2px;
}

.sp-v3-seguros-card.is-featured .sp-v3-seguros-card__link:focus-visible {
  outline-color: rgba(255, 255, 255, 0.8);
}

body.sp-v3-seguros-modal-open {
  overflow: hidden;
}

.sp-v3-seguros-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.sp-v3-seguros-modal[hidden] {
  display: none;
}

.sp-v3-seguros-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.sp-v3-seguros-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 0, 50, 0.62);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.sp-v3-seguros-modal__dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: min(88vh, 760px);
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(10, 0, 50, 0.14);
  background: var(--color-surface);
  box-shadow: var(--shadow-strong);
  transform: translateY(18px) scale(0.985);
  transition: transform 0.24s ease;
  z-index: 1;
}

.sp-v3-seguros-modal.is-open .sp-v3-seguros-modal__dialog {
  transform: translateY(0) scale(1);
}

.sp-v3-seguros-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 0, 50, 0.18);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-ink);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
  z-index: 2;
}

.sp-v3-seguros-modal__close svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.sp-v3-seguros-modal__close:hover,
.sp-v3-seguros-modal__close:focus-visible {
  transform: translateY(-1px);
  background: #fff;
}

.sp-v3-seguros-modal__close:focus-visible {
  outline: 2px solid rgba(10, 0, 50, 0.48);
  outline-offset: 2px;
}

.sp-v3-seguros-modal__banner {
  margin: 0;
  height: clamp(120px, 18vw, 180px);
  background: #dde2eb;
}

.sp-v3-seguros-modal__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-v3-seguros-modal__dialog:not(.is-featured) .sp-v3-seguros-modal__banner img {
  filter: none;
}

.sp-v3-seguros-modal__dialog.is-featured .sp-v3-seguros-modal__banner img {
  filter: none;
}

.sp-v3-seguros-modal__content {
  padding: clamp(18px, 3.5vw, 28px);
  overflow-y: auto;
}

.sp-v3-seguros-modal__content h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.sp-v3-seguros-modal__section {
  margin-top: 14px;
}

.sp-v3-seguros-modal__section h4 {
  margin: 0;
  color: var(--color-ink);
  font-size: 1.02rem;
  line-height: 1.45;
}

.sp-v3-seguros-modal__content p {
  margin: 12px 0 0;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.sp-v3-seguros-modal__section ul {
  margin: 12px 0 0;
  padding-left: 1.2rem;
  color: var(--color-muted);
}

.sp-v3-seguros-modal__section li {
  margin-top: 8px;
  line-height: 1.65;
}

.sp-v3-seguros-modal__divider {
  margin: 16px 0 0;
  border: 0;
  border-top: 1px solid rgba(10, 12, 26, 0.12);
}

.sp-v3-seguros-modal__actions {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(10, 12, 26, 0.12);
  display: flex;
  justify-content: center;
}

.sp-v3-seguros-modal__cta {
  min-width: min(100%, 240px);
}

.sp-v3-seguros-modal__cta svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-v3-seguros-modal__dialog.is-benefit-modal {
  width: min(100%, 700px);
  max-height: min(88vh, 720px);
}

.sp-v3-seguros-modal__dialog.is-benefit-modal .sp-v3-seguros-modal__content {
  padding: clamp(20px, 3.3vw, 30px);
}

.sp-v3-seguros-modal__dialog.is-benefit-modal .sp-v3-seguros-modal__content .sp-v3-seguros-modal__lead {
  margin-top: 0;
  color: var(--color-ink);
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 600;
}

.sp-v3-seguros-modal__dialog.is-benefit-modal .sp-v3-seguros-modal__content h4 {
  color: var(--color-ink);
  font-size: 1.02rem;
  line-height: 1.45;
}

.sp-v3-seguros-modal__dialog.is-benefit-modal .sp-v3-seguros-modal__content p {
  font-size: 0.97rem;
  line-height: 1.72;
}

.sp-v3-seguros-modal__dialog.is-benefit-modal .sp-v3-seguros-modal__content ul {
  margin-top: 12px;
  padding-left: 1.2rem;
}

.sp-v3-seguros-modal__dialog.is-benefit-modal .sp-v3-seguros-modal__content li {
  color: var(--color-muted);
  margin-top: 8px;
  line-height: 1.65;
}

.sp-v3-seguros-benefits {
  padding-block: clamp(70px, 8vw, 106px);
  background:
    radial-gradient(circle at 14% 18%, rgba(250, 80, 65, 0.04), transparent 36%),
    radial-gradient(circle at 82% 14%, rgba(10, 0, 50, 0.05), transparent 34%),
    linear-gradient(180deg, rgba(244, 245, 248, 0.9), rgba(244, 245, 248, 0.96));
}

.sp-v3-seguros-benefits__head {
  text-align: center;
  margin-inline: auto;
  max-width: 680px;
}

.sp-v3-seguros-benefits__kicker {
  display: inline-block;
  color: var(--color-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sp-v3-seguros-benefits__head h2 {
  margin: 14px 0 0;
  color: var(--color-ink);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  letter-spacing: -0.02em;
}

.sp-v3-seguros-benefits__head::after {
  content: '';
  display: block;
  width: 58px;
  height: 4px;
  border-radius: 999px;
  margin: 12px auto 0;
  background: var(--color-accent);
}

.sp-v3-seguros-benefits__grid {
  margin-top: clamp(30px, 4vw, 44px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sp-v3-seguros-benefits-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(10, 0, 50, 0.06);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(10, 0, 50, 0.05);
  padding: 22px 22px 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sp-v3-seguros-benefits-card:hover,
.sp-v3-seguros-benefits-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(10, 0, 50, 0.08);
}

.sp-v3-seguros-benefits-card__tag {
  position: absolute;
  top: -8px;
  right: 12px;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 14px rgba(250, 80, 65, 0.22);
}

.sp-v3-seguros-benefits-card__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 80, 65, 0.1);
  color: var(--color-accent);
}

.sp-v3-seguros-benefits-card__icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-v3-seguros-benefits-card h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.sp-v3-seguros-benefits-card p {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 32ch;
  margin-inline: auto;
}

.sp-v3-seguros-benefits-card__button {
  margin-top: auto;
  margin-inline: auto;
  padding: 12px 14px 0;
  border: 0;
  background: transparent;
  color: var(--color-accent);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.sp-v3-seguros-benefits-card__button svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.sp-v3-seguros-benefits-card__button:hover svg,
.sp-v3-seguros-benefits-card__button:focus-visible svg {
  transform: translateX(3px);
}

.sp-v3-seguros-benefits-card__button:focus-visible {
  outline: 2px solid rgba(10, 0, 50, 0.45);
  outline-offset: 2px;
  border-radius: 999px;
}

.sp-v3-seguros-why {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding-block: 0;
  background:
    radial-gradient(circle at 14% 14%, rgba(250, 80, 65, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(79, 100, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(10, 0, 50, 0.98), rgba(10, 0, 50, 0.96) 62%, rgba(10, 0, 50, 1));
}

.sp-v3-seguros-why::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px) 0 0 / 38px 38px;
  opacity: 0.25;
}

.sp-v3-seguros-why__layout {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--container, 1200px));
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  column-gap: clamp(26px, 4vw, 56px);
  align-items: stretch;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sp-v3-seguros-why__content {
  min-width: 0;
  max-width: min(44rem, calc(var(--container) * 0.56));
  padding-block: clamp(72px, 8vw, 118px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sp-v3-seguros-why__copy {
  min-width: 0;
}

.sp-v3-seguros-why__title {
  margin: 0;
  max-width: 18ch;
  color: #fff;
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  font-weight: 600;
  text-align: left;
  text-indent: 0;
  line-height: 1;
  letter-spacing: -0.03em;
}

.sp-v3-seguros-why__title .text-accent {
  color: var(--color-accent);
}

.sp-v3-seguros-why-timeline {
  margin-top: clamp(24px, 3vw, 34px);
  display: grid;
  gap: 16px;
}

.sp-v3-seguros-why-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
}

.sp-v3-seguros-why-timeline__node {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  margin: 2px auto 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.sp-v3-seguros-why-timeline__item:hover .sp-v3-seguros-why-timeline__node,
.sp-v3-seguros-why-timeline__item:focus-within .sp-v3-seguros-why-timeline__node {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
  box-shadow: 0 10px 16px rgba(250, 80, 65, 0.28);
}

.sp-v3-seguros-why-timeline__line {
  position: absolute;
  left: 19px;
  top: 34px;
  bottom: -12px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  transform: translateX(-50%);
}

.sp-v3-seguros-why-timeline__content h3 {
  margin: 0;
  color: #f5f3ff;
  font-size: 1.32rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.sp-v3-seguros-why-timeline__content p {
  margin: 8px 0 0;
  color: rgba(234, 236, 245, 0.68);
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 46ch;
}

.sp-v3-seguros-why-carousel {
  --sp-v3-why-viewport-height: 468px;
  --sp-v3-why-quote-height: 292px;
  --sp-v3-why-gap: 18px;
  min-width: 0;
  min-height: 0;
  grid-column: 2;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  align-self: stretch;
  height: 100%;
  margin-block: 0;
  padding-block: 0;
  contain: layout size;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.sp-v3-seguros-why-carousel__track {
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-auto-rows: var(--sp-v3-why-quote-height);
  align-content: start;
  gap: var(--sp-v3-why-gap);
  will-change: transform;
  animation: sp-v3-seguros-why-scroll 20s linear infinite;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sp-v3-seguros-why-carousel:hover .sp-v3-seguros-why-carousel__track,
.sp-v3-seguros-why-carousel:focus-within .sp-v3-seguros-why-carousel__track {
  animation-play-state: paused;
}

.sp-v3-seguros-why-quote {
  min-width: 0;
  width: min(calc(100% - 2rem), 720px);
  height: var(--sp-v3-why-quote-height, 258px);
  margin-inline: auto;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 16% 12%, rgba(250, 80, 65, 0.08), transparent 44%),
    radial-gradient(circle at 90% 88%, rgba(100, 121, 255, 0.1), transparent 50%),
    linear-gradient(180deg, rgba(38, 29, 96, 0.86), rgba(27, 22, 74, 0.9));
  box-shadow: 0 14px 26px rgba(4, 1, 18, 0.22);
  padding: clamp(18px, 2vw, 24px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(12px, 1.4vw, 18px);
  overflow: hidden;
}

.sp-v3-seguros-why-quote__badge {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.sp-v3-seguros-why-quote__badge > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.sp-v3-seguros-why-quote__badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  background: rgba(250, 80, 65, 0.14);
  border: 1px solid rgba(250, 80, 65, 0.22);
}

.sp-v3-seguros-why-quote__badge-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-v3-seguros-why-quote__badge strong {
  display: block;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  overflow-wrap: normal;
}

.sp-v3-seguros-why-quote__stars {
  margin-top: 0;
  color: var(--color-accent);
  letter-spacing: 0.12em;
  font-size: 0.85rem;
}

.sp-v3-seguros-why-quote blockquote {
  margin: 2px 0 0;
  min-height: 0;
  flex: 1 1 auto;
}

.sp-v3-seguros-why-quote blockquote p {
  margin: 0;
  color: rgba(245, 245, 255, 0.86);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.7;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: calc(1.7em * 4);
  overflow-wrap: normal;
  overflow: hidden;
}

.sp-v3-seguros-why-quote__author {
  margin-top: auto;
  padding-top: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  min-width: 0;
  flex-shrink: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sp-v3-seguros-why-quote__avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.sp-v3-seguros-why-quote__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sp-v3-seguros-why-quote__avatar .sp-v3-avatar {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.96rem;
}

.sp-v3-seguros-why-quote__meta {
  min-width: 0;
  display: grid;
  gap: 4px;
  align-content: start;
}

.sp-v3-seguros-why-quote__meta strong {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.28;
  overflow-wrap: normal;
}

.sp-v3-seguros-why-quote__meta span {
  color: rgba(236, 238, 248, 0.58);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sp-v3-seguros-cta-wrap {
  padding-top: clamp(38px, 5vw, 62px);
  padding-bottom: clamp(82px, 9vw, 126px);
  background:
    linear-gradient(180deg, rgba(245, 246, 249, 0.96), rgba(245, 246, 249, 0.92));
}

.sp-v3-seguros-cta-wrap__container {
  --sp-v3-seguros-cta-overlay-size: clamp(320px, 31vw, 420px);
  --sp-v3-seguros-cta-overlay-offset: clamp(20px, 2.2vw, 24px);
  position: relative;
}

.sp-v3-seguros-cta-band {
  position: relative;
  overflow: visible;
  border-radius: clamp(24px, 3vw, 34px);
  padding: clamp(20px, 3vw, 34px) clamp(18px, 3.2vw, 34px);
  background:
    radial-gradient(circle at 90% 22%, rgba(255, 255, 255, 0.24), transparent 34%),
    radial-gradient(circle at 12% 84%, rgba(250, 80, 65, 0.22), transparent 48%),
    linear-gradient(135deg, var(--color-accent) 0%, rgba(250, 80, 65, 0.94) 100%);
  box-shadow: 0 24px 46px rgba(250, 80, 65, 0.22);
  text-align: left;
}

.sp-v3-seguros-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 42px 42px;
  opacity: 0.25;
  pointer-events: none;
}

.sp-v3-seguros-cta-band>* {
  position: relative;
  z-index: 1;
}

.sp-v3-seguros-cta-band__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 2.2vw, 24px);
  align-items: center;
  min-height: calc(var(--sp-v3-seguros-cta-overlay-size) - (var(--sp-v3-seguros-cta-overlay-offset) * 2));
}

.sp-v3-seguros-cta-band__content {
  min-width: 0;
  max-width: min(58ch, calc(100% - var(--sp-v3-seguros-cta-overlay-size) + var(--sp-v3-seguros-cta-overlay-offset)));
  padding-right: clamp(8px, 1.4vw, 18px);
}

.sp-v3-seguros-cta-band h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 16ch;
  margin-inline: 0;
  text-wrap: balance;
}

.sp-v3-seguros-cta-band p {
  margin: 12px 0 0;
  max-width: 42ch;
  color: rgba(255, 248, 244, 0.9);
  font-size: 0.98rem;
  line-height: 1.55;
}

.sp-v3-seguros-cta-band__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.sp-v3-seguros-cta-band__media {
  position: absolute;
  top: calc(var(--sp-v3-seguros-cta-overlay-offset) * -1);
  right: calc(var(--sp-v3-seguros-cta-overlay-offset) * -1);
  min-width: 0;
  margin: 0;
  width: var(--sp-v3-seguros-cta-overlay-size);
  height: var(--sp-v3-seguros-cta-overlay-size);
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.24), transparent 55%),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    0 26px 46px rgba(10, 0, 50, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  z-index: 5;
  pointer-events: none;
}

.sp-v3-seguros-cta-band__media::before {
  content: '';
  position: absolute;
  inset: 10px 10px auto auto;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 1;
}

.sp-v3-seguros-cta-band__media::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(10, 0, 50, 0), rgba(10, 0, 50, 0.34));
  pointer-events: none;
  z-index: 1;
}

.sp-v3-seguros-cta-band__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.sp-v3-seguros-cta-band__btn {
  padding-inline: 22px;
}

.sp-v3-seguros-cta-band__btn--navy {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: #fff;
}

.sp-v3-seguros-cta-band__btn--navy:hover,
.sp-v3-seguros-cta-band__btn--navy:focus-visible {
  background: #12004f;
  border-color: #12004f;
}

.sp-v3-seguros-cta-band__btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

@keyframes sp-v3-seguros-why-scroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-1 * ((var(--sp-v3-why-quote-height) + var(--sp-v3-why-gap)) * 3)));
  }
}

@media (max-width: 1180px) {
  .sp-v3-seguros-hero {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .sp-v3-seguros-hero__copy h1 {
    max-width: 11ch;
  }

  .sp-v3-seguros-media {
    padding: 0 8px 36px 8px;
    max-width: 760px;
  }

  .sp-v3-seguros-why__layout {
    grid-template-columns: 1fr;
    row-gap: clamp(26px, 4vw, 56px);
  }

  .sp-v3-seguros-why__content {
    max-width: none;
  }

  .sp-v3-seguros-why-carousel {
    grid-column: 1;
    width: 100%;
    max-width: none;
    height: var(--sp-v3-why-viewport-height);
    justify-self: stretch;
  }

  .sp-v3-seguros-solutions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-v3-seguros-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-v3-seguros-why__title {
    max-width: 20ch;
  }
}

@media (max-width: 980px) {
  .sp-v3-seguros-hero__copy p {
    max-width: none;
  }

  .sp-v3-seguros-media__frame {
    transform: rotate(1.7deg);
  }

  .sp-v3-seguros-floating {
    left: 12px;
    bottom: -6px;
    width: min(280px, calc(100% - 24px));
  }

  .sp-v3-seguros-benefits-card {
    padding: 20px 18px 18px;
  }

  .sp-v3-seguros-modal {
    padding: 16px;
  }

  .sp-v3-seguros-modal__dialog {
    max-height: calc(100vh - 32px);
  }

  .sp-v3-seguros-modal__dialog.is-benefit-modal {
    max-height: calc(100vh - 32px);
  }

  .sp-v3-seguros-modal__banner {
    height: clamp(116px, 24vw, 160px);
  }

  .sp-v3-seguros-why__content {
    padding-block: 52px 28px;
    max-width: 100%;
  }

  .sp-v3-seguros-why__layout {
    row-gap: 16px;
  }

  .sp-v3-seguros-why-timeline__content h3 {
    font-size: 1.14rem;
  }

  .sp-v3-seguros-cta-band h2 {
    font-size: clamp(1.9rem, 6vw, 3rem);
    max-width: 16ch;
  }

  .sp-v3-seguros-why-carousel {
    --sp-v3-why-viewport-height: 520px;
    --sp-v3-why-quote-height: 284px;
    max-width: 100%;
  }

  .sp-v3-seguros-why-quote {
    width: 100%;
  }

  .sp-v3-seguros-cta-band__layout {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
    min-height: 0;
  }

  .sp-v3-seguros-cta-band__content {
    max-width: none;
    padding-right: 0;
  }

  .sp-v3-seguros-cta-band__media {
    position: relative;
    inset: auto;
    width: min(100%, 360px);
    height: auto;
    margin-top: 14px;
    margin-left: 0;
    aspect-ratio: 1 / 1;
    min-height: 0;
    z-index: 1;
    pointer-events: auto;
  }
}

@media (max-width: 768px) {
  .sp-v3-seguros-hero__copy,
  .sp-v3-seguros-hero__copy h1,
  .sp-v3-seguros-hero__copy p,
  .sp-v3-seguros-solutions__head h2,
  .sp-v3-seguros-benefits__head h2,
  .sp-v3-seguros-why__title,
  .sp-v3-seguros-cta-band h2,
  .sp-v3-seguros-cta-band p,
  .sp-v3-seguros-card,
  .sp-v3-seguros-card__body,
  .sp-v3-seguros-card__body h3,
  .sp-v3-seguros-card__body p {
    min-width: 0;
    max-width: 100%;
  }

  .sp-v3-seguros-hero__copy h1,
  .sp-v3-seguros-hero__copy p,
  .sp-v3-seguros-solutions__head h2,
  .sp-v3-seguros-benefits__head h2,
  .sp-v3-seguros-why__title,
  .sp-v3-seguros-cta-band h2,
  .sp-v3-seguros-cta-band p,
  .sp-v3-seguros-card__body h3,
  .sp-v3-seguros-card__body p {
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}

@media (max-width: 680px) {
  .sp-v3-seguros-hero-band {
    padding-bottom: clamp(28px, 7vw, 40px);
  }

  .sp-v3-seguros-solutions {
    padding-block: clamp(34px, 8vw, 48px) clamp(56px, 10vw, 72px);
  }

  .sp-v3-seguros-benefits {
    padding-block: clamp(36px, 8vw, 52px);
  }

  .sp-v3-seguros-hero__copy h1 {
    max-width: none;
    font-size: clamp(2rem, 11vw, 2.8rem);
    line-height: 1.01;
  }

  .sp-v3-seguros-hero__actions {
    gap: 10px;
  }

  .sp-v3-seguros-hero__actions .btn {
    width: 100%;
    justify-content: center;
    padding-inline: 18px;
  }

  .sp-v3-seguros-media {
    padding-inline: 2px;
    padding-bottom: 30px;
  }

  .sp-v3-seguros-media__frame {
    transform: none;
    border-radius: 24px;
  }

  .sp-v3-seguros-media__frame::after {
    inset: -6px;
    border-radius: 28px;
  }

  .sp-v3-seguros-media__image {
    border-radius: 18px;
    aspect-ratio: 1.08;
  }

  .sp-v3-seguros-floating {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 12px 6px 0;
    width: auto;
  }

  .sp-v3-seguros-floating__copy strong {
    font-size: 1.06rem;
  }

  .sp-v3-seguros-solutions__head h2 {
    font-size: clamp(1.7rem, 8vw, 2.25rem);
  }

  .sp-v3-seguros-solutions__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sp-v3-seguros-card__media {
    height: 156px;
  }

  .sp-v3-seguros-benefits__head h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .sp-v3-seguros-benefits__grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sp-v3-seguros-benefits-card__tag {
    right: 10px;
  }

  .sp-v3-seguros-modal {
    align-items: flex-end;
    padding: 10px;
  }

  .sp-v3-seguros-modal__dialog {
    border-radius: 18px;
    max-height: calc(100vh - 20px);
  }

  .sp-v3-seguros-modal__close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
  }

  .sp-v3-seguros-modal__banner {
    height: clamp(108px, 34vw, 142px);
  }

  .sp-v3-seguros-modal__content {
    padding: 16px 14px;
  }

  .sp-v3-seguros-modal__content h3 {
    font-size: 1.2rem;
  }

  .sp-v3-seguros-modal__section h4 {
    font-size: 0.96rem;
  }

  .sp-v3-seguros-modal__content p {
    font-size: 0.93rem;
    line-height: 1.66;
  }

  .sp-v3-seguros-modal__dialog.is-benefit-modal .sp-v3-seguros-modal__content .sp-v3-seguros-modal__lead {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .sp-v3-seguros-modal__dialog.is-benefit-modal .sp-v3-seguros-modal__content {
    padding: 16px 14px 18px;
  }

  .sp-v3-seguros-modal__dialog.is-benefit-modal .sp-v3-seguros-modal__content p,
  .sp-v3-seguros-modal__dialog.is-benefit-modal .sp-v3-seguros-modal__content li {
    font-size: 0.93rem;
    line-height: 1.66;
  }

  .sp-v3-seguros-modal__section li {
    font-size: 0.93rem;
  }

  .sp-v3-seguros-modal__actions {
    margin-top: 18px;
    padding-top: 16px;
  }

  .sp-v3-seguros-modal__cta {
    width: 100%;
    padding: 13px 18px;
  }

  .sp-v3-seguros-benefits-card__button {
    width: 100%;
    justify-content: center;
    padding-top: 14px;
  }

  .sp-v3-seguros-why__title {
    max-width: none;
    font-size: clamp(1.7rem, 10vw, 2.35rem);
  }

  .sp-v3-seguros-why-timeline {
    gap: 14px;
  }

  .sp-v3-seguros-why-timeline__item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .sp-v3-seguros-why-timeline__node {
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
    margin-top: 3px;
  }

  .sp-v3-seguros-why-timeline__line {
    left: 16px;
    top: 31px;
  }

  .sp-v3-seguros-why-timeline__content h3 {
    font-size: 1.02rem;
  }

  .sp-v3-seguros-why-timeline__content p {
    font-size: 0.92rem;
  }

  .sp-v3-seguros-why-carousel {
    --sp-v3-why-viewport-height: 430px;
    --sp-v3-why-quote-height: 272px;
    --sp-v3-why-gap: 14px;
    margin-top: 0;
  }

  .sp-v3-seguros-why-quote {
    border-radius: 18px;
    padding: 16px 14px;
    gap: 12px;
  }

  .sp-v3-seguros-why-quote__author {
    padding-top: 8px;
  }

  .sp-v3-seguros-why-quote blockquote p {
    font-size: 0.98rem;
    -webkit-line-clamp: 3;
  }

  .sp-v3-seguros-cta-wrap {
    padding-top: 24px;
    padding-bottom: 78px;
  }

  .sp-v3-seguros-cta-band {
    border-radius: 22px;
    padding: 18px 14px;
  }

  .sp-v3-seguros-cta-band__layout {
    gap: 14px;
  }

  .sp-v3-seguros-cta-band h2 {
    font-size: clamp(1.65rem, 9vw, 2.3rem);
    max-width: 14ch;
  }

  .sp-v3-seguros-cta-band p {
    font-size: 0.95rem;
    margin-top: 10px;
  }

  .sp-v3-seguros-cta-band__actions {
    margin-top: 14px;
    flex-direction: column;
    align-items: stretch;
  }

  .sp-v3-seguros-cta-band__btn {
    width: 100%;
  }

  .sp-v3-seguros-cta-band__media {
    width: 100%;
    border-radius: 18px;
    aspect-ratio: 1 / 1;
  }
}

.sp-sim {
  margin-top: 40px;
}

.sp-sim__panel {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(250, 80, 65, 0.08), transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(10, 0, 50, 0.06), transparent 40%),
    var(--color-surface);
  box-shadow: var(--shadow);
  padding: clamp(18px, 3vw, 28px);
}

.sp-sim__header .section-title {
  margin-bottom: 10px;
}

.sp-sim__header .section-subtitle {
  margin: 0;
  max-width: 66ch;
}

.sp-sim__layout {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  align-items: start;
}

.sp-sim__form,
.sp-sim__results-wrap {
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  padding: 16px;
}

.sp-sim__fieldset {
  margin: 0 0 14px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 14px;
  background: rgba(250, 245, 245, 0.55);
}

.sp-sim__fieldset:last-child {
  margin-bottom: 0;
}

.sp-sim__fieldset legend {
  padding: 0 8px;
  color: var(--color-ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.sp-sim__choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

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

.sp-sim__choice {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: var(--color-surface);
  padding: 10px 12px;
  cursor: pointer;
  color: var(--color-ink);
  font-weight: 600;
  line-height: 1.35;
}

.sp-sim__choice input {
  margin-top: 2px;
  accent-color: var(--color-accent);
}

.sp-sim__choice:hover {
  border-color: rgba(250, 80, 65, 0.35);
}

.sp-sim__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sp-sim__field-grid label {
  display: grid;
  gap: 8px;
}

.sp-sim__field-grid label span {
  color: var(--color-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.sp-sim__field-grid select {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #fff;
  min-height: 44px;
  padding: 0 12px;
  color: var(--color-ink);
  font-size: 0.95rem;
}

.sp-sim__field-grid select:focus-visible {
  outline: 2px solid rgba(250, 80, 65, 0.35);
  outline-offset: 1px;
  border-color: rgba(250, 80, 65, 0.45);
}

.sp-sim__type-panel[hidden],
.sp-sim__field-panel[hidden] {
  display: none !important;
}

.sp-sim__results-head h3 {
  margin: 0;
  color: var(--color-ink);
}

.sp-sim__results-head p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 0.92rem;
}

.sp-sim__results {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.sp-sim__empty {
  border: 1px dashed rgba(120, 110, 140, 0.35);
  border-radius: 12px;
  padding: 14px;
  background: rgba(250, 245, 245, 0.45);
}

.sp-sim__empty strong {
  display: block;
  color: var(--color-ink);
}

.sp-sim__empty p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 0.93rem;
}

.sp-sim-card {
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 8px 20px rgba(10, 0, 50, 0.06);
}

.sp-sim-card--success {
  border-color: rgba(250, 80, 65, 0.24);
  box-shadow: 0 10px 24px rgba(250, 80, 65, 0.12);
}

.sp-sim-card--pending {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(250, 245, 245, 0.75));
}

.sp-sim-card--warning {
  border-color: rgba(166, 120, 36, 0.25);
  background: rgba(255, 250, 238, 0.78);
}

.sp-sim-card--consult {
  border-color: rgba(10, 0, 50, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(10, 0, 50, 0.05), transparent 50%),
    #fff;
}

.sp-sim-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.sp-sim-card__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(250, 80, 65, 0.12);
  color: var(--color-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sp-sim-card__title {
  margin: 8px 0 0;
  color: var(--color-ink);
  font-size: 1rem;
  line-height: 1.25;
}

.sp-sim-card__subtitle {
  margin: 4px 0 0;
  color: var(--color-muted);
  font-size: 0.88rem;
}

.sp-sim-card__status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(10, 0, 50, 0.07);
  color: var(--color-ink);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.sp-sim-card__price {
  margin: 12px 0 0;
  color: var(--color-accent);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 800;
  line-height: 1.15;
}

.sp-sim-card__help {
  margin: 8px 0 0;
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.sp-sim-card__meta {
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
}

.sp-sim-card__meta-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(230, 224, 224, 0.9);
}

.sp-sim-card__meta dt {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.sp-sim-card__meta dd {
  margin: 0;
  color: var(--color-ink);
  font-size: 0.86rem;
  font-weight: 600;
  text-align: right;
}

.sp-sim-card__notes {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--color-muted);
  font-size: 0.86rem;
}

.sp-sim-card__notes li + li {
  margin-top: 4px;
}

.sp-sim-card__footer {
  margin-top: 14px;
}

.sp-sim-card__footer .btn {
  width: 100%;
  justify-content: center;
}

.sp-sim__disclaimer {
  margin-top: 14px;
  color: var(--color-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .sp-sim__layout {
    grid-template-columns: 1fr;
  }

  .sp-sim__choice-grid,
  .sp-sim__choice-grid--2,
  .sp-sim__field-grid {
    grid-template-columns: 1fr;
  }

  .sp-sim-card__meta-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .sp-sim-card__meta dd {
    text-align: left;
  }
}

/* Riskin-inspired simulator refinements (without copying) */
.sp-sim__panel {
  border: 0;
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 8%, rgba(250, 80, 65, 0.22), transparent 36%),
    radial-gradient(circle at 92% 14%, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(145deg, #090227 0%, #13073f 52%, #0b022a 100%);
  box-shadow: 0 22px 64px rgba(10, 0, 50, 0.28);
  padding: clamp(18px, 2.8vw, 30px);
}

.sp-sim__header .badge {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.sp-sim__header .section-title {
  color: #fff;
}

.sp-sim__header .section-subtitle {
  color: rgba(255, 255, 255, 0.72);
}

.sp-sim__layout {
  gap: 20px;
}

.sp-sim__form {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 250, 0.96));
  box-shadow: 0 14px 30px rgba(6, 1, 22, 0.16);
  padding: clamp(14px, 2.2vw, 18px);
}

.sp-sim__form-head {
  margin-bottom: 14px;
}

.sp-sim__eyebrow {
  margin: 0;
  color: var(--color-accent);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sp-sim__form-head h3 {
  margin: 6px 0 0;
  color: var(--color-ink);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.2;
}

.sp-sim__form-head p {
  margin: 8px 0 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.sp-sim__fieldset {
  border: 1px solid rgba(10, 0, 50, 0.08);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
}

.sp-sim__fieldset legend {
  color: #473e5d;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sp-sim__choice {
  border-radius: 14px;
  border-color: #ece7f0;
  background: #fff;
  transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.sp-sim__choice:hover {
  border-color: rgba(250, 80, 65, 0.36);
  box-shadow: 0 8px 18px rgba(250, 80, 65, 0.08);
  transform: translateY(-1px);
}

.sp-sim__choice:has(input:checked) {
  border-color: rgba(250, 80, 65, 0.42);
  background: linear-gradient(180deg, #fff, #fff8f7);
  box-shadow: 0 10px 20px rgba(250, 80, 65, 0.12);
}

.sp-sim__field-grid select {
  border-radius: 12px;
  min-height: 46px;
  border-color: #e7e1ea;
  background: linear-gradient(180deg, #fff, #fbfafc);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.sp-sim__field-grid label span {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #4c445f;
}

.sp-sim__actions {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.sp-sim__calc-btn {
  min-height: 48px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(250, 80, 65, 0.2);
}

.sp-sim__actions-note {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.sp-sim__results-wrap {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(4px);
  padding: 14px;
}

.sp-sim__results-head h3 {
  color: #fff;
}

.sp-sim__results-head p {
  color: rgba(255, 255, 255, 0.68);
}

.sp-sim__empty {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.sp-sim__empty strong {
  color: #fff;
}

.sp-sim__empty p {
  color: rgba(255, 255, 255, 0.72);
}

.sp-sim-card {
  border-radius: 18px;
  border-color: rgba(10, 0, 50, 0.08);
  box-shadow: 0 14px 28px rgba(6, 1, 22, 0.08);
  padding: 15px;
}

.sp-sim-card__head {
  gap: 12px;
}

.sp-sim-card__status {
  background: rgba(10, 0, 50, 0.06);
  color: #3d3550;
}

.sp-sim-card--success .sp-sim-card__status {
  background: rgba(250, 80, 65, 0.12);
  color: #c73e32;
}

.sp-sim-card__price {
  font-size: clamp(1.3rem, 2.1vw, 1.6rem);
  letter-spacing: -0.01em;
}

.sp-sim-card__footer .btn {
  min-height: 44px;
}

.sp-sim__disclaimer {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.sp-sim__steps {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sp-sim__step-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px 12px 12px;
  background: rgba(255, 255, 255, 0.05);
}

.sp-sim__step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(250, 80, 65, 0.2);
  color: #ffd9d4;
  font-size: 0.85rem;
  font-weight: 800;
}

.sp-sim__step-card h4 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.2;
}

.sp-sim__step-card p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .sp-sim__form,
  .sp-sim__results-wrap {
    border-radius: 16px;
  }

  .sp-sim__steps {
    grid-template-columns: 1fr;
  }

  .sp-sim__step-card {
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-v3-seguros-card,
  .sp-v3-seguros-card__link svg,
  .sp-v3-seguros-modal,
  .sp-v3-seguros-modal__dialog,
  .sp-v3-seguros-modal__close,
  .sp-v3-seguros-benefits-card,
  .sp-v3-seguros-cta-band__btn,
  .sp-v3-seguros-why-carousel__track {
    transition: none;
  }

  .sp-v3-seguros-why-carousel__track {
    animation: none;
  }

  .sp-v3-seguros-card:hover,
  .sp-v3-seguros-card:focus-within,
  .sp-v3-seguros-benefits-card:hover,
  .sp-v3-seguros-benefits-card:focus-within {
    transform: none;
  }
}

/* Inner-page first-banner standardization */
.sp-inner-hero-standard {
  min-height: var(--sp-inner-hero-min-h-desktop);
}

:is(.page-template-planos, .page-template-planos-php) .sp-duvidas-banner {
  min-height: clamp(400px, 44vw, 500px);
}

:is(.page-template-planos, .page-template-planos-php) .sp-duvidas-banner__media {
  left: auto;
  right: calc((100vw - 100%) / -2);
  width: clamp(780px, 52vw, 980px);
}

:is(.page-template-planos, .page-template-planos-php) .sp-duvidas-banner__media img {
  object-position: 58% 22%;
}

:is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media {
  left: auto;
  right: calc((100vw - 100%) / -2);
  width: clamp(820px, 54vw, 1040px);
}

:is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media img {
  object-position: 58% 12%;
}

:is(.page-template-contato, .page-template-contato-php) .sp-contact-hero__media {
  left: auto;
  right: calc((100vw - 100%) / -2);
  width: clamp(820px, 54vw, 1040px);
}

:is(.page-template-contato, .page-template-contato-php) .sp-contact-hero__media img {
  object-position: 56% 14%;
}

:is(.page-template-contato, .page-template-contato-php) .sp-contact-hero.sp-inner-hero-standard {
  min-height: 500px;
}

@media (max-width: 1024px) {
  :is(.page-template-planos, .page-template-planos-php) .sp-duvidas-banner__media {
    left: auto;
    right: calc((100vw - 100%) / -2);
    width: clamp(700px, 68vw, 920px);
    transform: none;
  }

  :is(.page-template-planos, .page-template-planos-php) .sp-duvidas-banner__media img {
    object-position: 58% 20%;
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media {
    left: auto;
    right: calc((100vw - 100%) / -2);
    width: clamp(720px, 70vw, 960px);
    transform: none;
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media img {
    object-position: 58% 10%;
  }

  :is(.page-template-contato, .page-template-contato-php) .sp-contact-hero__media {
    left: auto;
    right: calc((100vw - 100%) / -2);
    width: clamp(720px, 70vw, 960px);
    transform: none;
  }

  :is(.page-template-contato, .page-template-contato-php) .sp-contact-hero__media img {
    object-position: 56% 12%;
  }

  :is(.page-template-contato, .page-template-contato-php) .sp-contact-hero.sp-inner-hero-standard {
    min-height: 440px;
  }
}

@media (max-width: 767px) {
  :is(.page-template-planos, .page-template-planos-php) .sp-duvidas-banner__media {
    left: auto;
    right: calc((100vw - 100%) / -2);
    width: clamp(640px, 145vw, 860px);
    transform: none;
  }

  :is(.page-template-planos, .page-template-planos-php) .sp-duvidas-banner__media img {
    object-position: 60% 24%;
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media {
    left: auto;
    right: calc((100vw - 100%) / -2);
    width: clamp(660px, 152vw, 900px);
    transform: none;
  }

  :is(.page-template-duvidas, .page-template-duvidas-php) .sp-duvidas-banner__media img {
    object-position: 60% 12%;
  }

  :is(.page-template-contato, .page-template-contato-php) .sp-contact-hero__media {
    left: auto;
    right: calc((100vw - 100%) / -2);
    width: clamp(660px, 152vw, 900px);
    transform: none;
  }

  :is(.page-template-contato, .page-template-contato-php) .sp-contact-hero__media img {
    object-position: 58% 14%;
  }

  :is(.page-template-contato, .page-template-contato-php) .sp-contact-hero.sp-inner-hero-standard {
    min-height: 380px;
  }
}

.sp-gutenberg-entry {
  padding-block: clamp(2rem, 4vw, 3.5rem);
}

.home .sp-gutenberg-entry--front-page {
  padding-block: 0;
}

.sp-gutenberg-entry .wp-block-group.container,
.sp-gutenberg-entry .wp-block-cover .wp-block-cover__inner-container {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.sp-gutenberg-entry .wp-block-button.btn .wp-block-button__link {
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}
