*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --sp-bg: #060406;
  --sp-bg-soft: #09060b;
  --sp-bg-code: #0a0710;
  --sp-bg-wash: #0b070a;
  --sp-text: #efe6d6;
  --sp-text-strong: #f4ead6;
  --sp-text-soft: #bcb1b3;
  --sp-text-muted: #9a8f93;
  --sp-text-deep: #7a6f74;
  --sp-gold: #c9a24b;
  --sp-gold-bright: #e6ce93;
  --sp-gold-dim: #8a6d2f;
  --sp-bordeaux: #b31530;
  --sp-bordeaux-soft: #8c122c;
  --sp-magenta: #ff5a74;
  --sp-border: rgba(201, 162, 75, 0.14);
  --sp-border-soft: rgba(201, 162, 75, 0.08);
  --sp-ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --sp-ease-firm: cubic-bezier(0.19, 1, 0.22, 1);
  --sp-glow: #b31530;
  --sp-serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype",
    "Book Antiqua", Georgia, serif;
  --sp-sans: "Jost", "Segoe UI", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--sp-bg);
  color: var(--sp-text);
  font-family: var(--sp-sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3,
p,
ul,
ol {
  margin: 0;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: var(--sp-gold);
  text-decoration: none;
  transition: color 0.35s ease, border-color 0.35s ease, background 0.35s ease,
    opacity 0.35s ease, transform 0.35s ease;
}

a:hover {
  color: var(--sp-gold-bright);
}

a:active,
button:active {
  transform: translateY(1px);
}

a:focus-visible,
button:focus-visible {
  outline: 1px solid rgba(201, 162, 75, 0.65);
  outline-offset: 4px;
}

button {
  color: inherit;
}

::selection {
  background: rgba(179, 21, 48, 0.35);
  color: var(--sp-text-strong);
}

.sp-page {
  overflow-x: hidden;
}

.sp-root {
  position: relative;
  overflow-x: clip;
}

.sp-frame {
  position: fixed;
  inset: 14px;
  z-index: 80;
  border: 1px solid rgba(201, 162, 75, 0.15);
  pointer-events: none;
}

.sp-container {
  width: min(100% - 88px, 1280px);
  margin: 0 auto;
}

@media (min-width: 761px) {
  .sp-sec-sel .sp-container,
  .sp-sec-steps .sp-container {
    width: min(100% - 88px, 1180px);
  }
}

.sp-section {
  position: relative;
}

.sp-eyebrow {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--sp-gold);
}

.sp-sec-exp .sp-eyebrow,
.sp-sec-cta .sp-eyebrow {
  margin-bottom: 26px;
}

.sp-sec-sel .sp-eyebrow,
.sp-sec-code .sp-eyebrow {
  margin-bottom: 22px;
}

.sp-sec-steps .sp-eyebrow {
  margin-bottom: 20px;
}

.sp-line {
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(201, 162, 75, 0.6);
}

.sp-line-soft {
  width: 44px;
  background: rgba(201, 162, 75, 0.35);
}

.sp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  border: 1px solid rgba(201, 162, 75, 0.55);
  background: linear-gradient(
    180deg,
    rgba(201, 162, 75, 0.14),
    rgba(201, 162, 75, 0.04)
  );
  color: #f2e6cf;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sp-button:hover {
  color: #fff;
  border-color: rgba(230, 206, 147, 0.95);
  background: linear-gradient(
    180deg,
    rgba(201, 162, 75, 0.22),
    rgba(201, 162, 75, 0.07)
  );
}

.sp-button:active {
  background: rgba(201, 162, 75, 0.24);
  border-color: rgba(230, 206, 147, 0.95);
}

.sp-button-nav {
  padding: 13px 24px;
  letter-spacing: 0.28em;
}

.sp-button-hero {
  gap: 14px;
  padding: 20px 42px;
}

.sp-button-mobile {
  width: 100%;
  padding: 20px 0;
}

.sp-button-final {
  padding: 22px 52px;
  font-size: 12.5px;
}

.sp-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(201, 162, 75, 0.1);
  background: linear-gradient(
    180deg,
    rgba(6, 4, 6, 0.9),
    rgba(6, 4, 6, 0.4) 68%,
    transparent
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.sp-brand,
.sp-footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sp-brand {
  flex-shrink: 0;
}

.sp-logo-img,
.sp-footer-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: none;
}

.sp-wordmark,
.sp-footer-wordmark {
  font-family: var(--sp-serif);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sp-text);
  white-space: nowrap;
}

.sp-nav-desktop {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sp-nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sp-nav-links a,
.sp-footer-links a {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sp-text-muted);
  white-space: nowrap;
}

.sp-nav-links a {
  letter-spacing: 0.28em;
}

.sp-menu-btn,
.sp-menu-close {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sp-menu-btn {
  margin-right: -11px;
}

.sp-menu-lines {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-end;
}

.sp-menu-lines span:first-child {
  width: 26px;
}

.sp-menu-lines span:last-child {
  width: 17px;
}

.sp-menu-lines span,
.sp-menu-close span {
  display: block;
  height: 1px;
  background: var(--sp-gold);
}

.sp-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: radial-gradient(
      120% 74% at 74% 8%,
      rgba(140, 18, 44, 0.2),
      transparent 58%
    ),
    linear-gradient(180deg, #0b070a, #060406 78%);
}

.sp-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  height: 64px;
  margin: 0 auto;
  flex: none;
}

.sp-menu-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-menu-brand-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.sp-menu-brand-wordmark {
  font-family: var(--sp-serif);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sp-text);
  white-space: nowrap;
}

.sp-menu-close {
  position: relative;
  margin-right: -11px;
}

.sp-menu-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  transform-origin: center;
}

.sp-menu-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sp-menu-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sp-menu-nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 56px);
  margin: 0 auto;
}

.sp-menu-nav a {
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid rgba(201, 162, 75, 0.12);
  font-family: var(--sp-serif);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: var(--sp-text);
}

.sp-menu-footer {
  width: calc(100% - 56px);
  margin: 0 auto 52px;
  flex: none;
}

.sp-menu-slogan {
  margin-top: 22px;
  text-align: center;
  font-family: var(--sp-serif);
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  color: var(--sp-gold);
}

.sp-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(
      120% 92% at 62% 44%,
      rgba(140, 18, 44, 0.16),
      transparent 55%
    ),
    radial-gradient(80% 120% at 6% 80%, rgba(46, 12, 34, 0.4), transparent 60%),
    linear-gradient(180deg, #0b070a, #060406 74%);
}

.sp-noise,
.sp-hero-veil,
.sp-hero-light,
.sp-exp-orbit,
.sp-code-glow,
.sp-cta-halo,
.sp-cta-core,
.sp-hero-marker {
  pointer-events: none;
}

.sp-noise {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.sp-hero-light {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 59%;
  z-index: 1;
  width: 440px;
  transform: translateX(-50%);
}

.sp-hero-light-halo {
  position: absolute;
  top: 6%;
  bottom: 6%;
  left: 50%;
  width: 340px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(
    closest-side,
    rgba(255, 90, 116, 0.16),
    rgba(179, 21, 48, 0.07) 46%,
    transparent 74%
  );
  filter: blur(14px);
  animation: sp-halo 16s ease-in-out infinite;
}

.sp-hero-light-core {
  position: absolute;
  top: 9%;
  bottom: 9%;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    transparent,
    var(--sp-glow) 18%,
    var(--sp-magenta) 50%,
    var(--sp-glow) 82%,
    transparent
  );
  box-shadow: 0 0 60px 12px rgba(179, 21, 48, 0.34);
  filter: blur(3px);
  animation: sp-breathe 14s ease-in-out infinite;
}

.sp-hero-light-accent {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: calc(50% - 26px);
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(201, 162, 75, 0.34) 30%,
    rgba(201, 162, 75, 0.5) 50%,
    rgba(201, 162, 75, 0.34) 70%,
    transparent
  );
}

.sp-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #060406 2%,
    rgba(6, 4, 6, 0.72) 26%,
    rgba(6, 4, 6, 0.1) 56%,
    rgba(6, 4, 6, 0.5)
  );
}

.sp-hero-inner {
  position: relative;
  z-index: 3;
}

.sp-hero-content {
  max-width: 640px;
}

.sp-eyebrow-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
}

.sp-hero-h1 {
  margin: 0;
  font-family: var(--sp-serif);
  font-size: clamp(56px, 8vw, 122px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0.005em;
  color: var(--sp-text-strong);
  text-shadow: 0 2px 60px rgba(0, 0, 0, 0.6);
}

.sp-hero-line-wrap {
  display: block;
  overflow: hidden;
}

.sp-hero-line-wrap > span {
  display: block;
}

.sp-hero-copy {
  max-width: 400px;
  margin-top: 38px;
}

.sp-hero-copy p,
.sp-exp-copy,
.sp-sel-copy p,
.sp-code-intro,
.sp-code-copy,
.sp-step-copy {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}

.sp-hero-copy p {
  font-size: 17px;
  color: #a99ea1;
}

.sp-hero-cta {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 46px;
}

.sp-hero-slogan,
.sp-cta-lead {
  font-family: var(--sp-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--sp-gold);
}

.sp-hero-slogan {
  font-size: 21px;
  letter-spacing: 0.01em;
}

.sp-hero-marker {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 3;
  width: 1px;
  height: 64px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(201, 162, 75, 0.7));
  animation: sp-breathe-soft 7s ease-in-out infinite;
}

.sp-sec-exp {
  overflow: hidden;
  padding: 170px 0;
  border-top: 1px solid var(--sp-border-soft);
  border-bottom: 1px solid var(--sp-border-soft);
  background: var(--sp-bg-soft);
}

.sp-exp-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(560px, 80vw);
  height: min(560px, 80vw);
  transform: translate(-50%, -50%);
  border: 1px solid var(--sp-border-soft);
  border-radius: 50%;
  animation: sp-drift 26s ease-in-out infinite;
}

.sp-exp-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 88px, 820px);
  text-align: center;
}

.sp-exp-h2,
.sp-sel-h2,
.sp-code-h2,
.sp-steps-head h2,
.sp-cta-h2 {
  font-family: var(--sp-serif);
  font-weight: 500;
  letter-spacing: 0.005em;
  color: var(--sp-text-strong);
}

.sp-exp-h2 {
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: 1.04;
}

.sp-exp-copy {
  max-width: 600px;
  margin: 42px auto 0;
  font-size: 17px;
  color: var(--sp-text-soft);
}

.sp-exp-copy + .sp-exp-copy {
  margin-top: 24px;
}

.sp-exp-quote-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 46px auto 0;
}

.sp-exp-quote-row p,
.sp-sel-quotes p {
  font-family: var(--sp-serif);
  font-style: italic;
  font-weight: 500;
}

.sp-exp-quote-row p {
  max-width: 480px;
  font-size: 26px;
  line-height: 1.45;
  color: var(--sp-gold);
}

.sp-sec-sel {
  padding: 160px 0 138px;
  background: var(--sp-bg);
}

.sp-selecao-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 60px 80px;
  align-items: start;
}

.sp-sel-h2 {
  font-size: clamp(44px, 5.6vw, 82px);
  line-height: 1;
}

.sp-sel-copy {
  padding-top: 10px;
}

.sp-sel-copy p {
  font-size: 18px;
  color: #c7bcbc;
  line-height: 1.95;
}

.sp-sel-quotes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 38px;
}

.sp-sel-quotes p {
  font-size: 25px;
  line-height: 1.4;
  color: #e6ddcb;
}

.sp-sel-box {
  margin-top: 96px;
  padding: 52px 40px;
  border: 1px solid rgba(201, 162, 75, 0.16);
  background: linear-gradient(180deg, rgba(201, 162, 75, 0.03), transparent);
  text-align: center;
}

.sp-sel-box p {
  max-width: 760px;
  margin: 0 auto;
  font-family: var(--sp-serif);
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.005em;
  color: var(--sp-text-strong);
}

.sp-sec-code {
  overflow: hidden;
  padding: 148px 0;
  border-top: 1px solid var(--sp-border-soft);
  border-bottom: 1px solid var(--sp-border-soft);
  background: var(--sp-bg-code);
}

.sp-code-glow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 900px;
  height: 420px;
  transform: translateX(-50%);
  background: radial-gradient(
    60% 100% at 50% 0%,
    rgba(140, 18, 44, 0.16),
    transparent 70%
  );
}

.sp-code-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 88px, 1080px);
  text-align: center;
}

.sp-code-h2 {
  font-size: clamp(40px, 5.4vw, 78px);
  font-style: italic;
}

.sp-code-intro {
  max-width: 560px;
  margin: 28px auto 0;
  font-size: 15px;
  line-height: 1.9;
  color: #8b8085;
}

.sp-code-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 76px;
  text-align: left;
}

.sp-code-card {
  position: relative;
  padding: 22px 28px;
}

.sp-code-card-last {
  border-right: 1px solid var(--sp-border);
}

.sp-vline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: var(--sp-border);
}

.sp-code-label {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.24em;
  color: var(--sp-gold-bright);
}

.sp-code-copy {
  font-size: 13.5px;
  line-height: 1.85;
  color: #ada2a6;
}

.sp-sec-steps {
  padding: 130px 0 150px;
  background: var(--sp-bg);
}

.sp-steps-head {
  margin-bottom: 78px;
  text-align: center;
}

.sp-steps-head h2 {
  font-size: clamp(38px, 4.8vw, 68px);
}

.sp-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  border-top: 1px solid rgba(201, 162, 75, 0.18);
}

.sp-step {
  position: relative;
  padding: 44px 28px 8px;
}

.sp-step-bordered {
  border-left: 1px solid rgba(201, 162, 75, 0.1);
}

.sp-step span {
  display: block;
  font-family: var(--sp-serif);
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  color: var(--sp-gold-dim);
}

.sp-step-highlight {
  color: var(--sp-gold);
}

.sp-step-title {
  margin: 22px 0 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #f2e6cf;
}

.sp-step-copy {
  font-size: 14px;
  line-height: 1.7;
  color: #ada2a6;
}

.sp-sec-cta {
  overflow: hidden;
  padding: 210px 0;
  text-align: center;
  background: radial-gradient(
      90% 130% at 50% 122%,
      rgba(140, 18, 44, 0.26),
      transparent 60%
    ),
    linear-gradient(180deg, #060406, #0a060a);
}

.sp-cta-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 640px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    closest-side,
    rgba(255, 90, 116, 0.22),
    rgba(179, 21, 48, 0.09) 46%,
    transparent 74%
  );
  filter: blur(10px);
  animation: sp-halo 15s ease-in-out infinite;
}

.sp-cta-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 540px;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    180deg,
    transparent,
    var(--sp-magenta),
    var(--sp-glow),
    transparent
  );
  box-shadow: 0 0 54px 12px rgba(179, 21, 48, 0.4);
  filter: blur(1px);
  animation: sp-breathe 13s ease-in-out infinite;
}

.sp-cta-inner {
  position: relative;
  z-index: 3;
  width: min(100% - 88px, 900px);
}

.sp-cta-h2 {
  font-size: clamp(46px, 6.4vw, 96px);
  line-height: 1;
  text-shadow: 0 2px 70px rgba(0, 0, 0, 0.6);
}

.sp-cta-lead {
  margin-top: 34px;
  font-size: 25px;
}

.sp-cta-inner [data-reveal="300"] {
  margin-top: 52px;
}

.sp-cta-legal,
.sp-cta-slogan,
.sp-footer-bottom p,
.sp-footer-tagline {
  text-transform: uppercase;
}

.sp-cta-legal {
  margin-top: 30px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #857d81;
}

.sp-cta-slogan {
  margin-top: 34px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: var(--sp-text-deep);
}

.sp-footer {
  padding: 72px 0 90px;
  border-top: 1px solid rgba(201, 162, 75, 0.1);
  background: var(--sp-bg);
}

.sp-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.sp-footer-wordmark {
  font-size: 16px;
  letter-spacing: 0.34em;
}

.sp-footer-tagline {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: var(--sp-text-deep);
}

.sp-footer-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.sp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-top: 26px;
  border-top: 1px solid rgba(201, 162, 75, 0.08);
}

.sp-footer-bottom p:first-child {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #6f676b;
}

.sp-footer-claim {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.36em;
  color: var(--sp-gold-dim);
}

[data-reveal],
[data-line],
[data-stagger],
[data-stagger-steps],
[data-hero-line] {
  will-change: transform, opacity;
}

@keyframes sp-breathe {
  0%,
  100% {
    opacity: 0.62;
  }

  50% {
    opacity: 0.92;
  }
}

@keyframes sp-breathe-soft {
  0%,
  100% {
    opacity: 0.22;
  }

  50% {
    opacity: 0.44;
  }
}

@keyframes sp-halo {
  0%,
  100% {
    opacity: 0.62;
  }

  50% {
    opacity: 0.88;
  }
}

@keyframes sp-drift {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.015);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 1080px) {
  .sp-nav-links {
    display: none;
  }
}

@media (max-width: 760px) {
  .sp-frame {
    display: none;
  }

  .sp-container {
    width: calc(100% - 40px);
  }

  .sp-header-inner {
    height: 64px;
  }

  .sp-logo-img,
  .sp-footer-brand img {
    width: 40px;
    height: 40px;
  }

  .sp-wordmark {
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  .sp-nav-desktop {
    display: none;
  }

  .sp-menu-btn,
  .sp-menu-close {
    display: inline-flex;
  }

  .sp-hero {
    min-height: auto;
    padding: 118px 0 90px;
  }

  .sp-hero-h1 {
    font-size: clamp(44px, 14.5vw, 82px);
    line-height: 0.92;
  }

  .sp-hero-copy {
    max-width: none;
  }

  .sp-hero-copy p {
    font-size: 15.5px;
    line-height: 1.9;
  }

  .sp-hero-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 40px;
  }

  .sp-button-hero {
    padding: 18px 36px;
  }

  .sp-hero-light {
    left: 90%;
    width: 210px;
  }

  .sp-sec-exp {
    padding: 86px 0;
  }

  .sp-sec-sel {
    padding: 82px 0 76px;
  }

  .sp-sec-code {
    padding: 82px 0;
  }

  .sp-sec-steps {
    padding: 78px 0 90px;
  }

  .sp-sec-cta {
    padding: 120px 0;
  }

  .sp-exp-h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .sp-exp-copy {
    margin-top: 34px;
    font-size: 15.5px;
    line-height: 1.85;
  }

  .sp-exp-quote-row {
    gap: 0;
  }

  .sp-exp-quote-row .sp-line {
    display: none;
  }

  .sp-exp-quote-row p {
    font-size: 22px;
    line-height: 1.4;
  }

  .sp-selecao-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sp-sel-h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .sp-sel-copy {
    padding-top: 0;
  }

  .sp-sel-copy p {
    font-size: 16px;
  }

  .sp-sel-quotes p {
    font-size: 22px;
  }

  .sp-sel-box {
    margin-top: 54px;
    padding: 34px 22px;
  }

  .sp-sel-box p {
    font-size: clamp(23px, 6.6vw, 30px);
  }

  .sp-code-h2 {
    font-size: clamp(36px, 10.5vw, 52px);
  }

  .sp-code-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .sp-code-card,
  .sp-code-card-last {
    border-right: none;
    padding: 20px 24px;
  }

  .sp-steps-head {
    margin-bottom: 52px;
  }

  .sp-steps {
    grid-template-columns: 1fr;
    border-top: none;
  }

  .sp-step,
  .sp-step-bordered {
    padding: 32px 6px 4px;
    border-left: none;
    border-top: 1px solid rgba(201, 162, 75, 0.12);
  }

  .sp-steps > :first-child {
    border-top: 1px solid rgba(201, 162, 75, 0.2);
  }

  .sp-cta-h2 {
    font-size: clamp(44px, 13vw, 70px);
  }

  .sp-footer {
    padding: 56px 0 66px;
  }

  .sp-footer-top {
    flex-direction: column;
    gap: 32px;
  }

  .sp-footer-links {
    gap: 18px 26px;
  }

  .sp-footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 14px;
    margin-top: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}
